GDB (xrefs)
|
#include "defs.h"
#include "bfd.h"
#include "gdb_obstack.h"
#include "symtab.h"
#include "gdbtypes.h"
#include "expression.h"
#include "symfile.h"
#include "objfiles.h"
#include "aout/stab_gnu.h"
#include "libaout.h"
#include "aout/aout64.h"
#include "gdb-stabs.h"
#include "buildsym.h"
#include "complaints.h"
#include "demangle.h"
#include "gdb-demangle.h"
#include "language.h"
#include "doublest.h"
#include "cp-abi.h"
#include "cp-support.h"
#include <ctype.h>
#include "stabsread.h"
Go to the source code of this file.
Classes | |
struct | nextfield |
struct | next_fnfieldlist |
struct | field_info |
struct | nat |
struct | ref_map |
Macros | |
#define | EXTERN |
#define | STABS_CONTINUE(pp, objfile) |
#define | INITIAL_TYPE_VECTOR_LENGTH 160 |
#define | VISIBILITY_PRIVATE '0' /* Stabs character for private field */ |
#define | VISIBILITY_PROTECTED '1' /* Stabs character for protected fld */ |
#define | VISIBILITY_PUBLIC '2' /* Stabs character for public field */ |
#define | VISIBILITY_IGNORE '9' /* Optimized out or zero length */ |
#define | MAX_CHUNK_REFS 100 |
#define | REF_CHUNK_SIZE (MAX_CHUNK_REFS * sizeof (struct ref_map)) |
#define | REF_MAP_SIZE(ref_chunk) ((ref_chunk) * REF_CHUNK_SIZE) |
#define | NUMBER_RECOGNIZED 34 |
Functions | |
void | _initialize_stabsread (void) |
static void | read_one_struct_field (struct field_info *, char **, char *, struct type *, struct objfile *) |
static struct type * | dbx_alloc_type (int[2], struct objfile *) |
static long | read_huge_number (char **, int, int *, int) |
static struct type * | error_type (char **, struct objfile *) |
static void | patch_block_stabs (struct pending *, struct pending_stabs *, struct objfile *) |
static void | fix_common_block (struct symbol *, CORE_ADDR) |
static int | read_type_number (char **, int *) |
static struct type * | read_type (char **, struct objfile *) |
static struct type * | read_range_type (char **, int[2], int, struct objfile *) |
static struct type * | read_sun_builtin_type (char **, int[2], struct objfile *) |
static struct type * | read_sun_floating_type (char **, int[2], struct objfile *) |
static struct type * | read_enum_type (char **, struct type *, struct objfile *) |
static struct type * | rs6000_builtin_type (int, struct objfile *) |
static int | read_member_functions (struct field_info *, char **, struct type *, struct objfile *) |
static int | read_struct_fields (struct field_info *, char **, struct type *, struct objfile *) |
static int | read_baseclasses (struct field_info *, char **, struct type *, struct objfile *) |
static int | read_tilde_fields (struct field_info *, char **, struct type *, struct objfile *) |
static int | attach_fn_fields_to_type (struct field_info *, struct type *) |
static int | attach_fields_to_type (struct field_info *, struct type *, struct objfile *) |
static struct type * | read_struct_type (char **, struct type *, enum type_code, struct objfile *) |
static struct type * | read_array_type (char **, struct type *, struct objfile *) |
static struct field * | read_args (char **, int, struct objfile *, int *, int *) |
static void | add_undefined_type (struct type *, int[2]) |
static int | read_cpp_abbrev (struct field_info *, char **, struct type *, struct objfile *) |
static char * | find_name_end (char *name) |
static int | process_reference (char **string) |
void | stabsread_clear_cache (void) |
static void | invalid_cpp_abbrev_complaint (const char *arg1) |
static void | reg_value_complaint (int regnum, int num_regs, const char *sym) |
static void | stabs_general_complaint (const char *arg1) |
static struct type ** | dbx_lookup_type (int typenums[2], struct objfile *objfile) |
void | ref_add (int refnum, struct symbol *sym, char *stabs, CORE_ADDR value) |
struct symbol * | ref_search (int refnum) |
int | symbol_reference_defined (char **string) |
static int | stab_reg_to_regnum (struct symbol *sym, struct gdbarch *gdbarch) |
struct symbol * | define_symbol (CORE_ADDR valu, char *string, int desc, int type, struct objfile *objfile) |
static char * | stabs_method_name_from_physname (const char *physname) |
static void | complain_about_struct_wipeout (struct type *type) |
static void | set_length_in_type_chain (struct type *type) |
void | common_block_start (char *name, struct objfile *objfile) |
void | common_block_end (struct objfile *objfile) |
static void | add_undefined_type_noname (struct type *type, int typenums[2]) |
static void | add_undefined_type_1 (struct type *type) |
static void | cleanup_undefined_types_noname (struct objfile *objfile) |
static void | cleanup_undefined_types_1 (void) |
void | cleanup_undefined_stabs_types (struct objfile *objfile) |
void | scan_file_globals (struct objfile *objfile) |
void | stabsread_init (void) |
void | stabsread_new_init (void) |
void | start_stabs (void) |
void | end_stabs (void) |
void | finish_global_stabs (struct objfile *objfile) |
Variables | |
static const char | vptr_name [] = "_vptr$" |
static const char | vb_name [] = "_vb$" |
static struct type ** | undef_types |
static int | undef_types_allocated |
static int | undef_types_length |
static struct symbol * | current_symbol = NULL |
static struct nat * | noname_undefs |
static int | noname_undefs_allocated |
static int | noname_undefs_length |
static struct type ** | type_vector |
static int | type_vector_length |
static struct ref_map * | ref_map |
static int | ref_count = 0 |
static int | ref_chunk = 0 |
static const struct symbol_register_ops | stab_register_funcs |
static int | stab_register_index |
static int | stab_regparm_index |
static const struct objfile_data * | rs6000_builtin_type_data |
static struct pending * | common_block |
static int | common_block_i |
static char * | common_block_name |
#define EXTERN |
Definition at line 49 of file stabsread.c.
#define INITIAL_TYPE_VECTOR_LENGTH 160 |
Definition at line 225 of file stabsread.c.
Referenced by dbx_lookup_type().
#define MAX_CHUNK_REFS 100 |
Definition at line 486 of file stabsread.c.
Referenced by ref_add().
#define NUMBER_RECOGNIZED 34 |
Referenced by rs6000_builtin_type().
#define REF_CHUNK_SIZE (MAX_CHUNK_REFS * sizeof (struct ref_map)) |
Definition at line 487 of file stabsread.c.
Referenced by ref_add().
#define REF_MAP_SIZE | ( | ref_chunk | ) | ((ref_chunk) * REF_CHUNK_SIZE) |
Definition at line 488 of file stabsread.c.
Referenced by ref_add().
#define STABS_CONTINUE | ( | pp, | |
objfile | |||
) |
Definition at line 204 of file stabsread.c.
Referenced by read_args(), read_baseclasses(), read_enum_type(), read_member_functions(), read_struct_fields(), and read_tilde_fields().
#define VISIBILITY_IGNORE '9' /* Optimized out or zero length */ |
Definition at line 474 of file stabsread.c.
Referenced by attach_fields_to_type(), and read_one_struct_field().
#define VISIBILITY_PRIVATE '0' /* Stabs character for private field */ |
Definition at line 471 of file stabsread.c.
Referenced by attach_fields_to_type(), read_baseclasses(), read_cpp_abbrev(), and read_member_functions().
#define VISIBILITY_PROTECTED '1' /* Stabs character for protected fld */ |
Definition at line 472 of file stabsread.c.
Referenced by attach_fields_to_type(), read_baseclasses(), and read_member_functions().
#define VISIBILITY_PUBLIC '2' /* Stabs character for public field */ |
Definition at line 473 of file stabsread.c.
Referenced by attach_fields_to_type(), read_baseclasses(), and read_one_struct_field().
void _initialize_stabsread | ( | void | ) |
Definition at line 4841 of file stabsread.c.
References LOC_REGISTER, LOC_REGPARM_ADDR, noname_undefs_allocated, noname_undefs_length, register_symbol_register_impl(), rs6000_builtin_type_data, stab_register_index, stab_regparm_index, undef_types_allocated, undef_types_length, and xmalloc().
Definition at line 4472 of file stabsread.c.
References add_undefined_type_1(), add_undefined_type_noname(), and TYPE_TAG_NAME.
Referenced by read_type().
|
static |
Definition at line 4446 of file stabsread.c.
References type, undef_types, undef_types_allocated, undef_types_length, and xrealloc().
Referenced by add_undefined_type().
Definition at line 4424 of file stabsread.c.
References noname_undefs, noname_undefs_allocated, noname_undefs_length, type, nat::type, nat::typenums, and xrealloc().
Referenced by add_undefined_type().
|
static |
Definition at line 3327 of file stabsread.c.
References _, ALLOCATE_CPLUS_STRUCT_TYPE, B_BYTES, B_CLRALL, B_TYPE, complaint(), nextfield::field, field_info::list, nextfield::next, scan(), SET_TYPE_FIELD_IGNORE, SET_TYPE_FIELD_PRIVATE, SET_TYPE_FIELD_PROTECTED, symfile_complaints, TYPE_ALLOC, TYPE_FIELD, TYPE_FIELD_IGNORE_BITS, TYPE_FIELD_PRIVATE_BITS, TYPE_FIELD_PROTECTED_BITS, TYPE_FIELDS, TYPE_NFIELDS, nextfield::visibility, VISIBILITY_IGNORE, VISIBILITY_PRIVATE, VISIBILITY_PROTECTED, and VISIBILITY_PUBLIC.
Referenced by read_struct_type().
|
static |
Definition at line 3308 of file stabsread.c.
References next_fnfieldlist::fn_fieldlist, field_info::fnlist, next_fnfieldlist::next, TYPE_FN_FIELDLISTS, and TYPE_NFN_FIELDS.
Referenced by read_struct_type().
void cleanup_undefined_stabs_types | ( | struct objfile * | objfile | ) |
Definition at line 4605 of file stabsread.c.
References cleanup_undefined_types_1(), and cleanup_undefined_types_noname().
Referenced by end_symtab_get_static_block().
|
static |
Definition at line 4518 of file stabsread.c.
References _, complaint(), file_symbols, LOC_TYPEDEF, pending::next, pending::nsyms, replace_type(), STRUCT_DOMAIN, pending::symbol, SYMBOL_CLASS, SYMBOL_DOMAIN, SYMBOL_LINKAGE_NAME, SYMBOL_TYPE, symfile_complaints, type, TYPE_CODE, TYPE_CODE_ENUM, TYPE_CODE_STRUCT, TYPE_CODE_UNION, TYPE_INSTANCE_FLAGS, TYPE_STUB, TYPE_TAG_NAME, and undef_types_length.
Referenced by cleanup_undefined_stabs_types().
|
static |
Definition at line 4483 of file stabsread.c.
References dbx_lookup_type(), noname_undefs_length, replace_type(), type, nat::type, TYPE_CODE, TYPE_CODE_UNDEF, TYPE_INSTANCE_FLAGS, and nat::typenums.
Referenced by cleanup_undefined_stabs_types().
void common_block_end | ( | struct objfile * | objfile | ) |
Definition at line 4346 of file stabsread.c.
References _, add_symbol_to_list(), allocate_symbol(), common_block, common_block_i, common_block_name, complaint(), global_sym_chain, hashname(), LOC_BLOCK, local_symbols, pending::next, pending::nsyms, pending::symbol, SYMBOL_ACLASS_INDEX, SYMBOL_LINKAGE_NAME, SYMBOL_SET_LINKAGE_NAME, SYMBOL_TYPE, SYMBOL_VALUE_CHAIN, and symfile_complaints.
Referenced by process_one_symbol(), and process_xcoff_symbol().
void common_block_start | ( | char * | name, |
struct objfile * | objfile | ||
) |
Definition at line 4330 of file stabsread.c.
References _, common_block_i, common_block_name, complaint(), local_symbols, pending::nsyms, objfile::objfile_obstack, and symfile_complaints.
Referenced by process_one_symbol(), and process_xcoff_symbol().
|
static |
Definition at line 3417 of file stabsread.c.
References _, complaint(), name, symfile_complaints, TYPE_CODE, TYPE_CODE_ENUM, TYPE_CODE_STRUCT, TYPE_CODE_UNION, TYPE_NAME, and TYPE_TAG_NAME.
Referenced by read_struct_type(), and set_length_in_type_chain().
Definition at line 335 of file stabsread.c.
References alloc_type(), and dbx_lookup_type().
Referenced by read_type().
Definition at line 236 of file stabsread.c.
References _, objfile_type::builtin_error, complaint(), HEADER_FILES, INITIAL_TYPE_VECTOR_LENGTH, header_file::length, N_HEADER_FILES, n_this_object_header_files, objfile_type(), rs6000_builtin_type(), symfile_complaints, symnum, this_object_header_files, type_vector, type_vector_length, header_file::vector, warning(), xmalloc(), and xrealloc().
Referenced by cleanup_undefined_types_noname(), dbx_alloc_type(), read_range_type(), and read_type().
struct symbol* define_symbol | ( | CORE_ADDR | valu, |
char * | string, | ||
int | desc, | ||
int | type, | ||
struct objfile * | objfile | ||
) |
Definition at line 625 of file stabsread.c.
References _, add_symbol_to_list(), allocate_symbol(), atof(), BMSYMBOL_VALUE_ADDRESS, objfile_type::builtin_char, objfile_type::builtin_double, objfile_type::builtin_int, objfile_type::builtin_long, objfile_type::builtin_unsigned_int, complaint(), cp_canonicalize_string(), cp_scan_for_anonymous_namespaces(), create_array_type(), create_static_range_type(), current_subfile, error_type(), file_symbols, find_name_end(), gdbarch_believe_pcc_promotion(), gdbarch_byte_order(), gdbarch_int_bit(), gdbarch_stabs_argument_has_addr(), gdbarch_static_transform_name(), gdbarch_static_transform_name_p(), get_objfile_arch(), global_sym_chain, global_symbols, hashname(), is_cplus_marker(), subfile::language, language_ada, language_cplus, language_pascal, LOC_ARG, LOC_BLOCK, LOC_CONST, LOC_CONST_BYTES, LOC_LABEL, LOC_LOCAL, LOC_REF_ARG, LOC_REGISTER, LOC_REGPARM_ADDR, LOC_STATIC, LOC_TYPEDEF, local_symbols, lookup_function_type(), lookup_minimal_symbol(), lookup_pointer_type(), name, pending::nsyms, obconcat(), objfile::objfile_obstack, objfile_type(), processing_gcc_compilation, read_type(), stab_register_index, stab_regparm_index, store_typed_floating(), string, STRUCT_DOMAIN, pending::symbol, SYMBOL_ACLASS_INDEX, SYMBOL_CLASS, SYMBOL_DOMAIN, SYMBOL_IS_ARGUMENT, SYMBOL_LANGUAGE, SYMBOL_LINE, SYMBOL_LINKAGE_NAME, SYMBOL_SET_LANGUAGE, SYMBOL_SET_LINKAGE_NAME, SYMBOL_SET_NAMES, SYMBOL_TYPE, SYMBOL_VALUE, SYMBOL_VALUE_ADDRESS, SYMBOL_VALUE_BYTES, SYMBOL_VALUE_CHAIN, symfile_complaints, TARGET_CHAR_BIT, TYPE_ALLOC, TYPE_BASECLASS, TYPE_BASECLASS_NAME, TYPE_CODE, TYPE_CODE_FUNC, TYPE_CODE_INT, TYPE_CODE_PTR, TYPE_CODE_STRUCT, TYPE_CODE_UNION, TYPE_CODE_VOID, TYPE_FIELD_ARTIFICIAL, TYPE_FIELD_TYPE, TYPE_FIELDS, TYPE_LENGTH, TYPE_N_BASECLASSES, TYPE_NAME, type_name_no_tag(), TYPE_NFIELDS, TYPE_PROTOTYPED, TYPE_TAG_NAME, TYPE_UNSIGNED, VAR_DOMAIN, vtbl_ptr_name, within_function, and xfree().
Referenced by process_one_symbol(), process_xcoff_symbol(), and read_xcoff_symtab().
void end_stabs | ( | void | ) |
Definition at line 4789 of file stabsread.c.
References previous_stab_code, type_vector_length, and xfree().
Referenced by process_one_symbol(), psymtab_to_symtab_1(), read_ofile_symtab(), and read_xcoff_symtab().
Definition at line 1471 of file stabsread.c.
References _, objfile_type::builtin_error, complaint(), next_symbol_text, objfile_type(), and symfile_complaints.
Referenced by define_symbol(), read_array_type(), read_enum_type(), read_range_type(), read_struct_type(), read_sun_builtin_type(), read_sun_floating_type(), and read_type().
|
static |
Definition at line 4814 of file stabsread.c.
References _, error(), and name.
Referenced by define_symbol().
void finish_global_stabs | ( | struct objfile * | objfile | ) |
Definition at line 4801 of file stabsread.c.
References global_stabs, global_symbols, patch_block_stabs(), and xfree().
Referenced by end_symtab_get_static_block().
Definition at line 4405 of file stabsread.c.
References pending::next, pending::nsyms, pending::symbol, SYMBOL_TYPE, and SYMBOL_VALUE_ADDRESS.
Referenced by scan_file_globals().
|
static |
Definition at line 163 of file stabsread.c.
References _, complaint(), and symfile_complaints.
Referenced by read_cpp_abbrev().
|
static |
Definition at line 361 of file stabsread.c.
References add_symbol_to_list(), allocate_symbol(), pending_stabs::count, find_symbol_in_list(), gdb_assert, global_symbols, LOC_OPTIMIZED_OUT, lookup_function_type(), name, objfile::objfile_obstack, read_type(), pending_stabs::stab, SYMBOL_ACLASS_INDEX, SYMBOL_DOMAIN, SYMBOL_SET_LINKAGE_NAME, SYMBOL_TYPE, and VAR_DOMAIN.
Referenced by finish_global_stabs().
|
static |
Definition at line 548 of file stabsread.c.
Referenced by symbol_reference_defined().
|
static |
Definition at line 4265 of file stabsread.c.
References _, complaint(), read_type(), STABS_CONTINUE, symfile_complaints, TYPE_CODE, TYPE_CODE_VOID, and xmalloc().
Referenced by read_type().
|
static |
Definition at line 3574 of file stabsread.c.
References create_array_type(), create_static_range_type(), error_type(), read_huge_number(), read_type(), and type.
Referenced by read_type().
|
static |
Definition at line 3098 of file stabsread.c.
References _, ALLOCATE_CPLUS_STRUCT_TYPE, B_BYTES, B_CLRALL, B_TYPE, complaint(), nextfield::field, FIELD_BITSIZE, field_info::list, make_cleanup(), field::name, nextfield::next, read_huge_number(), read_type(), SET_FIELD_BITPOS, SET_TYPE_FIELD_VIRTUAL, STABS_CONTINUE, symfile_complaints, field::type, TYPE_ALLOC, TYPE_FIELD_VIRTUAL_BITS, TYPE_N_BASECLASSES, type_name_no_tag(), nextfield::visibility, VISIBILITY_PRIVATE, VISIBILITY_PROTECTED, VISIBILITY_PUBLIC, xfree(), and xmalloc().
Referenced by read_struct_type().
|
static |
Definition at line 2761 of file stabsread.c.
References _, complaint(), nextfield::field, FIELD_BITSIZE, invalid_cpp_abbrev_complaint(), field_info::list, name, field::name, obconcat(), objfile::objfile_obstack, read_huge_number(), read_type(), SET_FIELD_BITPOS, symfile_complaints, symnum, field::type, type_name_no_tag(), vb_name, nextfield::visibility, VISIBILITY_PRIVATE, and vptr_name.
Referenced by read_struct_fields().
|
static |
Definition at line 3637 of file stabsread.c.
References add_symbol_to_list(), allocate_symbol(), current_subfile, error_type(), file_symbols, gdbarch_int_bit(), get_objfile_arch(), HOST_CHAR_BIT, subfile::language, LOC_CONST, local_symbols, name, pending::next, pending::nsyms, objfile::objfile_obstack, read_huge_number(), SET_FIELD_ENUMVAL, set_length_in_type_chain(), STABS_CONTINUE, pending::symbol, SYMBOL_ACLASS_INDEX, SYMBOL_DOMAIN, SYMBOL_LINKAGE_NAME, SYMBOL_SET_LANGUAGE, SYMBOL_SET_LINKAGE_NAME, SYMBOL_TYPE, SYMBOL_VALUE, type, TYPE_ALLOC, TYPE_CODE, TYPE_CODE_ENUM, TYPE_FIELD, TYPE_FIELD_BITSIZE, TYPE_FIELD_NAME, TYPE_FIELDS, TYPE_LENGTH, TYPE_NFIELDS, TYPE_STUB, TYPE_UNSIGNED, VAR_DOMAIN, and within_function.
Referenced by read_type().
Definition at line 3883 of file stabsread.c.
Referenced by read_array_type(), read_baseclasses(), read_cpp_abbrev(), read_enum_type(), read_member_functions(), read_one_struct_field(), read_range_type(), read_struct_type(), read_sun_builtin_type(), read_sun_floating_type(), and read_type_number().
|
static |
Definition at line 2267 of file stabsread.c.
References _, ALLOCATE_CPLUS_STRUCT_TYPE, complaint(), next_fnfieldlist::fn_fieldlist, fn_fieldlist::fn_fields, field_info::fnlist, gdb_assert, is_cplus_marker(), is_destructor_name(), type::length, fn_fieldlist::length, make_cleanup(), fn_fieldlist::name, next_fnfieldlist::next, obconcat(), objfile::objfile_obstack, read_huge_number(), read_type(), savestring(), set_type_self_type(), STABS_CONTINUE, stabs_method_name_from_physname(), strcmp_iw(), symfile_complaints, TYPE_ALLOC, TYPE_CODE, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_FN_FIELDLISTS, TYPE_NFN_FIELDS, TYPE_SELF_TYPE, TYPE_STUB, VISIBILITY_PRIVATE, VISIBILITY_PROTECTED, VOFFSET_STATIC, xfree(), and xmalloc().
Referenced by read_struct_type().
|
static |
Definition at line 2857 of file stabsread.c.
References check_typedef(), nextfield::field, FIELD_BITPOS, FIELD_BITSIZE, FIELD_TYPE, gdbarch_int_bit(), get_objfile_arch(), field_info::list, gdb.printing::long, field::name, objfile::objfile_obstack, read_huge_number(), read_type(), savestring(), SET_FIELD_BITPOS, SET_FIELD_PHYSNAME, stabs_general_complaint(), TARGET_CHAR_BIT, field::type, TYPE_CODE, TYPE_CODE_BOOL, TYPE_CODE_ENUM, TYPE_CODE_INT, TYPE_CODE_RANGE, TYPE_LENGTH, nextfield::visibility, VISIBILITY_IGNORE, and VISIBILITY_PUBLIC.
Referenced by read_struct_fields().
|
static |
Definition at line 4047 of file stabsread.c.
References _, bits, objfile_type::builtin_int, complaint(), create_static_range_type(), dbx_lookup_type(), error_type(), gdbarch_int_bit(), gdbarch_long_long_bit(), get_objfile_arch(), HOST_CHAR_BIT, init_type(), LONG_MAX, objfile_type(), read_huge_number(), read_type(), read_type_number(), symfile_complaints, TARGET_CHAR_BIT, TYPE_CODE_COMPLEX, TYPE_CODE_FLT, TYPE_CODE_INT, TYPE_CODE_VOID, TYPE_FLAG_NOSIGN, TYPE_FLAG_UNSIGNED, and TYPE_TARGET_TYPE.
Referenced by read_type().
|
static |
Definition at line 3000 of file stabsread.c.
References is_cplus_marker(), field_info::list, make_cleanup(), nextfield::next, read_cpp_abbrev(), read_one_struct_field(), STABS_CONTINUE, xfree(), and xmalloc().
Referenced by read_struct_type().
|
static |
Definition at line 3500 of file stabsread.c.
References attach_fields_to_type(), attach_fn_fields_to_type(), complain_about_struct_wipeout(), do_cleanups(), error_type(), field_info::fnlist, INIT_CPLUS_SPECIFIC, field_info::list, make_cleanup(), null_cleanup(), read_baseclasses(), read_huge_number(), read_member_functions(), read_struct_fields(), read_tilde_fields(), set_length_in_type_chain(), type, TYPE_CODE, TYPE_CODE_UNDEF, TYPE_LENGTH, and TYPE_STUB.
Referenced by read_type().
|
static |
Definition at line 3763 of file stabsread.c.
References code, error_type(), init_type(), read_huge_number(), TARGET_CHAR_BIT, TYPE_CODE_BOOL, TYPE_CODE_INT, TYPE_CODE_VOID, and TYPE_FLAG_UNSIGNED.
Referenced by read_type().
|
static |
Definition at line 3835 of file stabsread.c.
References error_type(), init_type(), read_huge_number(), TYPE_CODE_COMPLEX, TYPE_CODE_FLT, and TYPE_TARGET_TYPE.
Referenced by read_type().
|
static |
Definition at line 3224 of file stabsread.c.
References _, complaint(), is_cplus_marker(), name, read_type(), set_type_vptr_basetype(), set_type_vptr_fieldno(), STABS_CONTINUE, symfile_complaints, TYPE_FIELD_NAME, TYPE_N_BASECLASSES, TYPE_NAME, TYPE_NFIELDS, TYPE_VPTR_FIELDNO, and vptr_name.
Referenced by read_struct_type().
Definition at line 1504 of file stabsread.c.
References _, add_undefined_type(), allocate_stub_method(), code, complaint(), cp_canonicalize_string(), create_set_type(), current_subfile, dbx_alloc_type(), dbx_lookup_type(), error_type(), file_symbols, from, INIT_CPLUS_SPECIFIC, subfile::language, language_cplus, LOC_TYPEDEF, make_cv_type(), make_function_type(), make_pointer_type(), make_reference_type(), make_vector_type(), name, pending::next, pending::nsyms, objfile::objfile_obstack, read_args(), read_array_type(), read_enum_type(), read_range_type(), read_struct_type(), read_sun_builtin_type(), read_sun_floating_type(), read_type_number(), replace_type(), smash_to_memberptr_type(), smash_to_method_type(), STRUCT_DOMAIN, pending::symbol, SYMBOL_CLASS, SYMBOL_DOMAIN, SYMBOL_LINKAGE_NAME, SYMBOL_TYPE, symfile_complaints, symnum, TARGET_CHAR_BIT, to, type, TYPE_ALLOC, TYPE_CODE, TYPE_CODE_ENUM, TYPE_CODE_STRING, TYPE_CODE_STRUCT, TYPE_CODE_TYPEDEF, TYPE_CODE_UNDEF, TYPE_CODE_UNION, TYPE_CODE_VOID, TYPE_CONST, TYPE_FIELD_TYPE, TYPE_FIELDS, TYPE_LENGTH, TYPE_NAME, TYPE_NFIELDS, TYPE_PROTOTYPED, TYPE_STUB, TYPE_TAG_NAME, TYPE_TARGET_STUB, TYPE_TARGET_TYPE, TYPE_VOLATILE, warning(), and xfree().
Referenced by define_symbol(), patch_block_stabs(), read_args(), read_array_type(), read_baseclasses(), read_cpp_abbrev(), read_member_functions(), read_one_struct_field(), read_range_type(), and read_tilde_fields().
Definition at line 446 of file stabsread.c.
References read_huge_number().
Referenced by read_range_type(), and read_type().
Definition at line 513 of file stabsread.c.
References MAX_CHUNK_REFS, ref_chunk, REF_CHUNK_SIZE, ref_count, REF_MAP_SIZE, ref_map::stabs, ref_map::sym, ref_map::value, and xrealloc().
Referenced by process_one_symbol().
Definition at line 537 of file stabsread.c.
References ref_count, and ref_map::sym.
Referenced by process_one_symbol().
Definition at line 169 of file stabsread.c.
References _, complaint(), and symfile_complaints.
Referenced by stab_reg_to_regnum().
Definition at line 2057 of file stabsread.c.
References _, objfile_type::builtin_error, complaint(), init_type(), NUMBER_RECOGNIZED, objfile::objfile_obstack, objfile_type(), OBSTACK_CALLOC, rs6000_builtin_type_data, symfile_complaints, TYPE_CODE_BOOL, TYPE_CODE_CHAR, TYPE_CODE_COMPLEX, TYPE_CODE_ERROR, TYPE_CODE_FLT, TYPE_CODE_INT, TYPE_CODE_VOID, TYPE_FLAG_UNSIGNED, and TYPE_TARGET_TYPE.
Referenced by dbx_lookup_type().
void scan_file_globals | ( | struct objfile * | objfile | ) |
Definition at line 4616 of file stabsread.c.
References _, ALL_OBJFILE_MSYMBOLS, complaint(), fix_common_block(), global_sym_chain, hash(), hashname(), HASHSIZE, LOC_BLOCK, LOC_STATIC, LOC_UNRESOLVED, mst_file_bss, mst_file_data, mst_file_text, MSYMBOL_LINKAGE_NAME, MSYMBOL_SECTION, MSYMBOL_TYPE, MSYMBOL_VALUE_ADDRESS, objfile_name(), QUIT, SYMBOL_ACLASS_INDEX, SYMBOL_CLASS, SYMBOL_LINKAGE_NAME, SYMBOL_PRINT_NAME, SYMBOL_SECTION, SYMBOL_VALUE_ADDRESS, SYMBOL_VALUE_CHAIN, symfile_complaints, and symfile_objfile.
Referenced by dbx_read_symtab(), mdebug_read_symtab(), and xcoff_read_symtab().
|
static |
Definition at line 3471 of file stabsread.c.
References complain_about_struct_wipeout(), TYPE_CHAIN, and TYPE_LENGTH.
Referenced by read_enum_type(), and read_struct_type().
Definition at line 597 of file stabsread.c.
References gdbarch_num_pseudo_regs(), gdbarch_num_regs(), gdbarch_sp_regnum(), gdbarch_stab_reg_to_regnum(), reg_value_complaint(), SYMBOL_PRINT_NAME, and SYMBOL_VALUE.
Referenced by set_gdbarch_stab_reg_to_regnum().
|
static |
Definition at line 177 of file stabsread.c.
References complaint(), and symfile_complaints.
Referenced by read_one_struct_field().
|
static |
Definition at line 2235 of file stabsread.c.
References _, complaint(), method_name_from_physname(), and symfile_complaints.
Referenced by read_member_functions().
void stabsread_clear_cache | ( | void | ) |
Definition at line 502 of file stabsread.c.
References ref_chunk, and ref_count.
Referenced by coff_symfile_finish().
void stabsread_init | ( | void | ) |
Definition at line 4755 of file stabsread.c.
Referenced by dbx_psymtab_to_symtab_1(), and xcoff_psymtab_to_symtab_1().
void stabsread_new_init | ( | void | ) |
Definition at line 4764 of file stabsread.c.
References global_sym_chain.
Referenced by coffstab_build_psymtabs(), dbx_new_init(), elf_new_init(), elfstab_build_psymtabs(), mdebug_build_psymtabs(), mipscoff_new_init(), stabsect_build_psymtabs(), and xcoff_new_init().
void start_stabs | ( | void | ) |
Definition at line 4774 of file stabsread.c.
References common_block_name, global_stabs, n_this_object_header_files, and type_vector_length.
Referenced by process_one_symbol(), and read_xcoff_symtab().
int symbol_reference_defined | ( | char ** | string | ) |
Definition at line 573 of file stabsread.c.
References process_reference(), and string.
Referenced by process_one_symbol().
|
static |
Definition at line 4318 of file stabsread.c.
Referenced by common_block_end(), and read_common_block().
|
static |
Definition at line 4319 of file stabsread.c.
Referenced by common_block_end(), and common_block_start().
|
static |
Definition at line 4324 of file stabsread.c.
Referenced by common_block_end(), common_block_start(), and start_stabs().
|
static |
Definition at line 187 of file stabsread.c.
|
static |
Definition at line 199 of file stabsread.c.
Referenced by add_undefined_type_noname().
|
static |
Definition at line 200 of file stabsread.c.
Referenced by _initialize_stabsread(), and add_undefined_type_noname().
|
static |
Definition at line 201 of file stabsread.c.
Referenced by _initialize_stabsread(), add_undefined_type_noname(), and cleanup_undefined_types_noname().
|
static |
Definition at line 496 of file stabsread.c.
Referenced by ref_add(), and stabsread_clear_cache().
|
static |
Definition at line 493 of file stabsread.c.
Referenced by ref_add(), ref_search(), and stabsread_clear_cache().
Definition at line 490 of file stabsread.c.
|
static |
Definition at line 2054 of file stabsread.c.
Referenced by _initialize_stabsread(), and rs6000_builtin_type().
|
static |
Definition at line 615 of file stabsread.c.
|
static |
Definition at line 621 of file stabsread.c.
Referenced by _initialize_stabsread(), and define_symbol().
|
static |
Definition at line 622 of file stabsread.c.
Referenced by _initialize_stabsread(), and define_symbol().
|
static |
Definition at line 216 of file stabsread.c.
Referenced by dbx_lookup_type().
|
static |
Definition at line 220 of file stabsread.c.
Referenced by dbx_lookup_type(), end_stabs(), and start_stabs().
|
static |
Definition at line 184 of file stabsread.c.
Referenced by add_undefined_type_1().
|
static |
Definition at line 185 of file stabsread.c.
Referenced by _initialize_stabsread(), and add_undefined_type_1().
|
static |
Definition at line 186 of file stabsread.c.
Referenced by _initialize_stabsread(), add_undefined_type_1(), and cleanup_undefined_types_1().
|
static |
Definition at line 160 of file stabsread.c.
Referenced by read_cpp_abbrev().
|
static |
Definition at line 159 of file stabsread.c.
Referenced by read_cpp_abbrev(), and read_tilde_fields().