| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | objfiles.c | 79 struct objfile *objfile = (struct objfile *) objfile_p_char; in add_to_objfile_sections() local 91 section.objfile = objfile; in add_to_objfile_sections() 154 struct objfile *objfile = NULL; in allocate_objfile() local 163 objfile = (struct objfile *) xmalloc (sizeof (struct objfile)); in allocate_objfile() 183 xmfree (objfile->md, objfile->name); in allocate_objfile() 297 put_objfile_before (struct objfile *objfile, struct objfile *before_this) in put_objfile_before() argument 351 unlink_objfile (struct objfile *objfile) in unlink_objfile() argument 387 free_objfile (struct objfile *objfile) in free_objfile() argument 462 xmfree (objfile->md, objfile); in free_objfile() 483 struct objfile *objfile, *temp; in free_all_objfiles() local [all …]
|
| H A D | objfiles.h | 173 struct objfile *objfile; member 213 #define OBJSTAT(objfile, expr) (objfile -> stats.expr) argument 229 struct objfile struct 247 struct objfile *next; argument 541 extern void terminate_minimal_symbol_table (struct objfile *objfile); 543 extern void put_objfile_before (struct objfile *, struct objfile *); 585 extern void clear_objfile_data (struct objfile *objfile); 586 extern void set_objfile_data (struct objfile *objfile, 588 extern void *objfile_data (struct objfile *objfile, 637 for (osect = objfile->sections; osect < objfile->sections_end; osect++) [all …]
|
| H A D | somread.c | 40 static int init_import_symbols (struct objfile *objfile); 85 som_symtab_read (bfd *abfd, struct objfile *objfile, in som_symtab_read() argument 295 objfile); in som_symtab_read() 329 som_symfile_read (struct objfile *objfile, int mainline) in som_symfile_read() argument 356 som_symtab_read (abfd, objfile, objfile->section_offsets); in som_symfile_read() 402 som_symfile_finish (struct objfile *objfile) in som_symfile_finish() argument 406 xmfree (objfile->md, objfile->sym_stab_info); in som_symfile_finish() 414 som_symfile_init (struct objfile *objfile) in som_symfile_init() argument 433 objfile->num_sections = bfd_count_sections (objfile->obfd); in som_symfile_offsets() 473 init_import_symbols (struct objfile *objfile) in init_import_symbols() argument [all …]
|
| H A D | dbxread.c | 427 struct objfile *objfile) in record_minimal_symbol() argument 618 dbx_symfile_init (struct objfile *objfile) in dbx_symfile_init() argument 735 dbx_symfile_finish (struct objfile *objfile) in dbx_symfile_finish() argument 871 dbx_next_symbol_text (struct objfile *objfile) in dbx_next_symbol_text() argument 938 free_bincl_list (struct objfile *objfile) in free_bincl_list() argument 1123 struct objfile *objfile) in find_stab_function_addr() argument 1178 read_dbx_symtab (struct objfile *objfile) in read_dbx_symtab() argument 2180 struct objfile *objfile = pst->objfile; in end_psymtab() local 2462 struct objfile *objfile; in read_ofile_symtab() local 2469 objfile = pst->objfile; in read_ofile_symtab() [all …]
|
| H A D | symfile.c | 785 struct objfile *objfile; in symbol_file_add_with_addrs_or_offsets() local 1774 struct objfile *objfile; in reread_symbols() local 1786 for (objfile = object_files; objfile; objfile = objfile->next) in reread_symbols() 2215 symtab->objfile = objfile; in allocate_symtab() 2803 struct objfile *objfile; in overlay_invalidate_all() local 2857 struct objfile *objfile; in section_is_mapped() local 2996 struct objfile *objfile; in find_pc_overlay() local 3023 struct objfile *objfile; in find_pc_mapped_section() local 3042 struct objfile *objfile; in list_overlays_command() local 3131 struct objfile *objfile; in unmap_overlay_command() local [all …]
|
| H A D | minsyms.c | 154 struct objfile *objfile; in lookup_minimal_symbol() local 174 objfile = objfile->next) in lookup_minimal_symbol() 272 struct objfile *objfile; in lookup_minimal_symbol_text() local 281 objfile = objfile->next) in lookup_minimal_symbol_text() 329 struct objfile *objfile; in lookup_minimal_symbol_solib_trampoline() local 337 objfile = objfile->next) in lookup_minimal_symbol_solib_trampoline() 372 struct objfile *objfile; in lookup_minimal_symbol_by_pc_section() local 397 objfile = objfile->next) in lookup_minimal_symbol_by_pc_section() 543 struct objfile *objfile) in prim_record_minimal_symbol() argument 741 struct objfile *objfile) in compact_minimal_symbols() argument [all …]
|
| H A D | xcoffread.c | 233 struct objfile *objfile; member 242 struct objfile *objfile = args->objfile; in find_targ_sec() local 266 args.objfile = objfile; in secnum_to_section() 281 args.objfile = objfile; in secnum_to_bfd_section() 871 objfile = this_symtab_psymtab->objfile; in xcoff_next_symbol_text() 907 struct objfile *objfile = pst->objfile; in read_xcoff_symtab() local 1634 struct objfile *objfile = this_symtab_psymtab->objfile; in read_symbol_lineno() local 1825 xcoff_new_init (struct objfile *objfile) in xcoff_new_init() argument 1979 struct objfile *objfile = pst->objfile; in xcoff_end_psymtab() local 2073 struct objfile *objfile) in swap_sym() argument [all …]
|
| H A D | hpread.c | 722 char *vt_bits, struct objfile *objfile) in scan_procs() argument 2422 struct objfile *objfile = pst->objfile; in hpread_end_psymtab() local 3091 struct objfile *objfile) in hpread_read_enum_type() argument 3566 struct objfile *objfile) in hpread_read_struct_type() argument 4398 struct objfile *objfile) in fix_static_member_physnames() argument 4429 struct objfile *objfile) in fixup_class_method_type() argument 4484 struct objfile *objfile, char *name) in hpread_read_templ_arg_type() argument 4505 struct objfile *objfile) in hpread_read_set_type() argument 4527 struct objfile *objfile) in hpread_read_array_type() argument 4585 struct objfile *objfile) in hpread_read_subrange_type() argument [all …]
|
| H A D | symmisc.c | 170 struct objfile *objfile; in print_symbol_bcache_statistics() local 184 struct objfile *objfile; in print_objfile_statistics() local 287 if (symtab->objfile != objfile) in dump_objfile() 542 struct objfile *objfile; in maintenance_print_symbols() local 782 struct objfile *objfile; in maintenance_print_psymbols() local 930 struct objfile *objfile; in maintenance_print_msymbols() local 974 struct objfile *objfile; in maintenance_print_objfiles() local 989 struct objfile *objfile; in maintenance_info_symtabs() local 1038 struct objfile *objfile; in maintenance_info_psymtabs() local 1133 struct objfile *objfile; in maintenance_check_symtabs() local [all …]
|
| H A D | elfread.c | 110 asection *bfd_section, struct objfile *objfile) in record_minimal_symbol() argument 145 elf_symtab_read (struct objfile *objfile, int dynamic, in elf_symtab_read() argument 353 xmmalloc (objfile->md, size); in elf_symtab_read() 460 elf_symfile_read (struct objfile *objfile, int mainline) in elf_symfile_read() argument 462 bfd *abfd = objfile->obfd; in elf_symfile_read() 632 struct objfile *objfile = (struct objfile *) objp; in free_elfinfo() local 640 xmfree (objfile->md, ssi); in free_elfinfo() 667 elf_symfile_finish (struct objfile *objfile) in elf_symfile_finish() argument 671 xmfree (objfile->md, objfile->sym_stab_info); in elf_symfile_finish() 685 elf_symfile_init (struct objfile *objfile) in elf_symfile_init() argument [all …]
|
| H A D | stabsread.c | 345 struct objfile *objfile) in patch_block_stabs() argument 581 struct objfile *objfile) in define_symbol() argument 2153 struct objfile *objfile) in read_member_functions() argument 2631 struct objfile *objfile) in read_cpp_abbrev() argument 2862 struct objfile *objfile) in read_struct_fields() argument 2960 struct objfile *objfile) in read_baseclasses() argument 3083 struct objfile *objfile) in read_tilde_fields() argument 3184 struct objfile *objfile) in attach_fields_to_type() argument 3319 struct objfile *objfile) in read_struct_type() argument 3388 struct objfile *objfile) in read_array_type() argument [all …]
|
| H A D | dwarfread.c | 546 dwarf_fundamental_type (struct objfile *objfile, int typeid) in dwarf_fundamental_type() argument 719 struct objfile *objfile) in read_lexical_block_scope() argument 921 struct objfile *objfile) in struct_type() argument 1127 struct objfile *objfile) in read_structure_scope() argument 1590 struct objfile *objfile) in read_enumeration() argument 1639 enum_type (struct dieinfo *dip, struct objfile *objfile) in enum_type() argument 1769 struct objfile *objfile) in read_func_scope() argument 1880 struct objfile *objfile) in read_file_scope() argument 2757 file_ptr lnoffset, struct objfile *objfile) in scan_compilation_units() argument 2847 new_symbol (struct dieinfo *dip, struct objfile *objfile) in new_symbol() argument [all …]
|
| H A D | symfile.h | 30 struct objfile; 101 void (*sym_new_init) (struct objfile *); 107 void (*sym_init) (struct objfile *); 115 void (*sym_read) (struct objfile *, int); 121 void (*sym_finish) (struct objfile *); 144 extern void default_symfile_offsets (struct objfile *objfile, 149 struct objfile *); 160 enum language, struct objfile *); 168 struct objfile *); 183 extern void syms_from_objfile (struct objfile *, [all …]
|
| H A D | nlmread.c | 34 static void nlm_new_init (struct objfile *); 52 nlm_new_init (struct objfile *ignore) in nlm_new_init() 69 nlm_symfile_init (struct objfile *ignore) in nlm_symfile_init() 93 nlm_symtab_read (bfd *abfd, CORE_ADDR addr, struct objfile *objfile) in nlm_symtab_read() argument 139 objfile); in nlm_symtab_read() 175 nlm_symfile_read (struct objfile *objfile, int mainline) in nlm_symfile_read() argument 177 bfd *abfd = objfile->obfd; in nlm_symfile_read() 197 install_minimal_symbols (objfile); in nlm_symfile_read() 223 nlm_symfile_finish (struct objfile *objfile) in nlm_symfile_finish() argument 225 if (objfile->sym_private != NULL) in nlm_symfile_finish() [all …]
|
| H A D | m2-lang.c | 199 m2_create_fundamental_type (struct objfile *objfile, int typeid) in m2_create_fundamental_type() argument 212 0, "<?type?>", objfile); in m2_create_fundamental_type() 218 0, "void", objfile); in m2_create_fundamental_type() 228 0, "string", objfile); in m2_create_fundamental_type() 233 0, "char", objfile); in m2_create_fundamental_type() 248 0, "short", objfile); in m2_create_fundamental_type() 263 0, "int", objfile); in m2_create_fundamental_type() 283 0, "long", objfile); in m2_create_fundamental_type() 313 0, "float", objfile); in m2_create_fundamental_type() 318 0, "double", objfile); in m2_create_fundamental_type() [all …]
|
| H A D | cp-namespace.c | 93 static void initialize_namespace_symtab (struct objfile *objfile); 101 struct objfile *objfile); 105 struct objfile *objfile); 647 initialize_namespace_symtab (struct objfile *objfile) in initialize_namespace_symtab() argument 702 get_possible_namespace_block (struct objfile *objfile) in get_possible_namespace_block() argument 734 objfile); in cp_check_possible_namespace_symbols() 757 struct objfile *objfile) in check_possible_namespace_symbols_loop() argument 766 objfile); in check_possible_namespace_symbols_loop() 783 struct objfile *objfile) in check_one_possible_namespace_symbol() argument 825 struct objfile *objfile; in lookup_possible_namespace_symbol() local [all …]
|
| H A D | mipsread.c | 46 static void mipscoff_new_init (struct objfile *); 56 struct objfile *objfile); 65 mipscoff_new_init (struct objfile *ignore) in mipscoff_new_init() 75 mipscoff_symfile_init (struct objfile *objfile) in mipscoff_symfile_init() argument 82 mipscoff_symfile_read (struct objfile *objfile, int mainline) in mipscoff_symfile_read() argument 84 bfd *abfd = objfile->obfd; in mipscoff_symfile_read() 102 read_alphacoff_dynamic_symtab (objfile->section_offsets, objfile); in mipscoff_symfile_read() 107 install_minimal_symbols (objfile); in mipscoff_symfile_read() 134 mipscoff_symfile_finish (struct objfile *objfile) in mipscoff_symfile_finish() argument 222 struct objfile *objfile) in read_alphacoff_dynamic_symtab() argument [all …]
|
| H A D | stabsread.h | 22 struct objfile; 46 extern void common_block_start (char *, struct objfile *); 47 extern void common_block_end (struct objfile *); 138 struct objfile *); 148 extern void finish_global_stabs (struct objfile *objfile); 176 struct section_offsets *, struct objfile *); 178 extern void elfstab_build_psymtabs (struct objfile *objfile, 185 (struct objfile *objfile, 192 (struct objfile *objfile, 195 extern void elfstab_offset_sections (struct objfile *,
|
| H A D | coffread.c | 264 cs_to_section (struct coff_symbol *cs, struct objfile *objfile) in cs_to_section() argument 403 coff_end_symtab (struct objfile *objfile) in coff_end_symtab() argument 443 coff_symfile_init (struct objfile *objfile) in coff_symfile_init() argument 453 objfile->sym_private = xmmalloc (objfile->md, in coff_symfile_init() 507 coff_symfile_read (struct objfile *objfile, int mainline) in coff_symfile_read() argument 657 coff_symfile_finish (struct objfile *objfile) in coff_symfile_finish() argument 661 xmfree (objfile->md, objfile->sym_private); in coff_symfile_finish() 676 struct objfile *objfile) in coff_symtab_read() argument 1036 objfile in coff_symtab_read() 1341 int last_line, struct objfile *objfile) in enter_linenos() argument [all …]
|
| H A D | c-lang.c | 208 c_create_fundamental_type (struct objfile *objfile, int typeid) in c_create_fundamental_type() argument 221 0, "<?type?>", objfile); in c_create_fundamental_type() 227 0, "void", objfile); in c_create_fundamental_type() 232 0, "bool", objfile); in c_create_fundamental_type() 252 0, "short", objfile); in c_create_fundamental_type() 267 0, "int", objfile); in c_create_fundamental_type() 282 0, "long", objfile); in c_create_fundamental_type() 297 0, "long long", objfile); in c_create_fundamental_type() 312 0, "float", objfile); in c_create_fundamental_type() 317 0, "double", objfile); in c_create_fundamental_type() [all …]
|
| H A D | f-lang.c | 251 f_create_fundamental_type (struct objfile *objfile, int typeid) in f_create_fundamental_type() argument 260 0, "VOID", objfile); in f_create_fundamental_type() 270 0, "string", objfile); in f_create_fundamental_type() 275 0, "character", objfile); in f_create_fundamental_type() 280 0, "integer*1", objfile); in f_create_fundamental_type() 290 0, "integer*2", objfile); in f_create_fundamental_type() 325 0, "long", objfile); in f_create_fundamental_type() 355 0, "real", objfile); in f_create_fundamental_type() 360 0, "real*8", objfile); in f_create_fundamental_type() 370 0, "real*16", objfile); in f_create_fundamental_type() [all …]
|
| H A D | mdebugread.c | 410 mdebug_build_psymtabs (struct objfile *objfile, in mdebug_build_psymtabs() argument 450 objfile->name); in mdebug_build_psymtabs() 2047 struct objfile *objfile) in parse_external() argument 2216 parse_partial_symbols (struct objfile *objfile) in parse_partial_symbols() argument 2554 pst = start_psymtab_common (objfile, objfile->section_offsets, in parse_partial_symbols() 3437 objfile); in parse_partial_symbols() 3443 objfile); in parse_partial_symbols() 3772 mdebug_next_symbol_text (struct objfile *objfile) in mdebug_next_symbol_text() argument 4577 new_symtab (char *name, int maxlines, struct objfile *objfile) in new_symtab() argument 4601 new_psymtab (char *name, struct objfile *objfile) in new_psymtab() argument [all …]
|
| H A D | glibc-tdep.c | 39 find_minsym_and_objfile (char *name, struct objfile **objfile_p) in find_minsym_and_objfile() 41 struct objfile *objfile; in find_minsym_and_objfile() local 43 ALL_OBJFILES (objfile) in find_minsym_and_objfile() 47 ALL_OBJFILE_MSYMBOLS (objfile, msym) in find_minsym_and_objfile() 52 *objfile_p = objfile; in find_minsym_and_objfile() 87 struct objfile *objfile; in glibc_skip_solib_resolver() local 89 = find_minsym_and_objfile ("_dl_runtime_resolve", &objfile); in glibc_skip_solib_resolver() 94 = lookup_minimal_symbol ("fixup", NULL, objfile); in glibc_skip_solib_resolver()
|
| H A D | p-lang.c | 275 pascal_create_fundamental_type (struct objfile *objfile, int typeid) in pascal_create_fundamental_type() argument 288 0, "<?type?>", objfile); in pascal_create_fundamental_type() 294 0, "void", objfile); in pascal_create_fundamental_type() 299 0, "char", objfile); in pascal_create_fundamental_type() 304 0, "shortint", objfile); in pascal_create_fundamental_type() 314 0, "integer", objfile); in pascal_create_fundamental_type() 329 0, "longint", objfile); in pascal_create_fundamental_type() 344 0, "long", objfile); in pascal_create_fundamental_type() 374 0, "float", objfile); in pascal_create_fundamental_type() 379 0, "double", objfile); in pascal_create_fundamental_type() [all …]
|
| H A D | dwarf2read.c | 1340 struct objfile *objfile = cu->objfile; in scan_partial_symbols() local 1450 struct objfile *objfile = cu->objfile; in add_partial_symbol() local 1626 struct objfile *objfile = cu->objfile; in add_partial_namespace() local 1736 struct objfile *objfile = cu->objfile; in add_partial_enumeration() local 1823 struct objfile *objfile = pst->objfile; in psymtab_to_symtab_1() local 2037 struct objfile *objfile = cu->objfile; in read_file_scope() local 2177 struct objfile *objfile = cu->objfile; in read_func_scope() local 2302 struct objfile *objfile = cu->objfile; in read_lexical_block_scope() local 2347 struct objfile *objfile = cu->objfile; in dwarf2_get_pc_bounds() local 2567 struct objfile *objfile = cu->objfile; in dwarf2_add_field() local [all …]
|