| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | symfile.h | 30 struct obj_section; 289 struct obj_section *section, 548 extern struct obj_section *find_pc_mapped_section (CORE_ADDR); 552 extern struct obj_section *find_pc_overlay (CORE_ADDR); 555 extern int section_is_overlay (struct obj_section *); 558 extern int section_is_mapped (struct obj_section *); 561 extern CORE_ADDR pc_in_mapped_range (CORE_ADDR, struct obj_section *); 564 extern CORE_ADDR pc_in_unmapped_range (CORE_ADDR, struct obj_section *); 567 extern CORE_ADDR overlay_mapped_address (CORE_ADDR, struct obj_section *); 570 extern CORE_ADDR overlay_unmapped_address (CORE_ADDR, struct obj_section *); [all …]
|
| H A D | objfiles.c | 71 struct obj_section **sections; 189 struct obj_section section; in add_to_objfile_sections() 204 = (struct obj_section *) (((size_t) objfile->sections_end) + 1); in add_to_objfile_sections() 709 struct obj_section *s; in objfile_relocate1() 804 struct obj_section *s; in objfile_relocate1() 1053 const struct obj_section *sect1 = *(const struct obj_section **) a; in qsort_cmp() 1054 const struct obj_section *sect2 = *(const struct obj_section **) b; in qsort_cmp() 1094 const struct obj_section *osect; in qsort_cmp() 1133 static struct obj_section * 1134 preferred_obj_section (struct obj_section *a, struct obj_section *b) in preferred_obj_section() [all …]
|
| H A D | symtab.h | 167 struct obj_section *obj_section; member 177 extern CORE_ADDR symbol_overlayed_address (CORE_ADDR, struct obj_section *); 195 #define SYMBOL_OBJ_SECTION(symbol) (symbol)->ginfo.obj_section 1026 extern struct symbol *find_pc_sect_function (CORE_ADDR, struct obj_section *); 1043 struct obj_section *); 1051 extern struct symtab *find_pc_sect_symtab (CORE_ADDR, struct obj_section *); 1108 struct obj_section *section; 1140 struct obj_section *, int); 1196 int matching_obj_sections (struct obj_section *, struct obj_section *);
|
| H A D | minsyms.c | 479 struct obj_section *section, in lookup_minimal_symbol_by_pc_section_1() 701 lookup_minimal_symbol_by_pc_section (CORE_ADDR pc, struct obj_section *section) in lookup_minimal_symbol_by_pc_section() 886 struct obj_section *obj_section; in prim_record_minimal_symbol_full() local 928 ALL_OBJFILE_OSECTIONS (objfile, obj_section) in prim_record_minimal_symbol_full() 930 if (obj_section->the_bfd_section == bfd_section) in prim_record_minimal_symbol_full() 932 SYMBOL_OBJ_SECTION (msymbol) = obj_section; in prim_record_minimal_symbol_full() 1289 struct obj_section *section = find_pc_section (pc); in lookup_solib_trampoline_symbol_by_pc()
|
| H A D | findvar.c | 592 struct obj_section *obj_section; in default_read_var_value() local 611 obj_section = SYMBOL_OBJ_SECTION (msym); in default_read_var_value() 612 if (obj_section in default_read_var_value() 613 && (obj_section->the_bfd_section->flags & SEC_THREAD_LOCAL) != 0) in default_read_var_value() 614 addr = target_translate_tls_address (obj_section->objfile, addr); in default_read_var_value()
|
| H A D | blockframe.c | 138 find_pc_sect_function (CORE_ADDR pc, struct obj_section *section) in find_pc_sect_function() 163 static struct obj_section *cache_pc_function_section = NULL; 197 struct obj_section *section; in find_pc_partial_function_gnu_ifunc()
|
| H A D | symfile.c | 121 static int simple_overlay_update_1 (struct obj_section *); 3006 section_is_overlay (struct obj_section *section) in section_is_overlay() 3029 struct obj_section *sect; in overlay_invalidate_all() 3046 section_is_mapped (struct obj_section *osect) in section_is_mapped() 3082 pc_in_unmapped_range (CORE_ADDR pc, struct obj_section *section) in pc_in_unmapped_range() 3105 pc_in_mapped_range (CORE_ADDR pc, struct obj_section *section) in pc_in_mapped_range() 3121 sections_overlap (struct obj_section *a, struct obj_section *b) in sections_overlap() 3136 overlay_unmapped_address (CORE_ADDR pc, struct obj_section *section) in overlay_unmapped_address() 3155 overlay_mapped_address (CORE_ADDR pc, struct obj_section *section) in overlay_mapped_address() 3175 symbol_overlayed_address (CORE_ADDR address, struct obj_section *section) in symbol_overlayed_address() [all …]
|
| H A D | objfiles.h | 113 struct obj_section struct 361 struct obj_section *sections, *sections_end; 499 extern struct obj_section *find_pc_section (CORE_ADDR pc);
|
| H A D | block.h | 151 struct obj_section *, 162 extern struct block *block_for_pc_sect (CORE_ADDR, struct obj_section *);
|
| H A D | minsyms.h | 221 struct obj_section *);
|
| H A D | maint.c | 332 struct obj_section *asect, in print_objfile_section_info() 365 struct obj_section *osect; in maintenance_info_sections() 446 struct obj_section *sect; in maintenance_translate_address()
|
| H A D | gcore.c | 413 struct obj_section *objsec; in gcore_create_callback() 476 struct obj_section *objsec; in objfile_find_memory_regions()
|
| H A D | block.c | 159 blockvector_for_pc_sect (CORE_ADDR pc, struct obj_section *section, in blockvector_for_pc_sect() 240 block_for_pc_sect (CORE_ADDR pc, struct obj_section *section) in block_for_pc_sect()
|
| H A D | symtab.c | 890 matching_obj_sections (struct obj_section *obj_first, in matching_obj_sections() 891 struct obj_section *obj_second) in matching_obj_sections() 951 find_pc_sect_symtab_via_partial (CORE_ADDR pc, struct obj_section *section) in find_pc_sect_symtab_via_partial() 999 ginfo->obj_section = SYMBOL_OBJ_SECTION (msym); in fixup_section() 1040 struct obj_section *s; in fixup_section() 1050 ginfo->obj_section = s; in fixup_section() 2061 find_pc_sect_symtab (CORE_ADDR pc, struct obj_section *section) in find_pc_sect_symtab() 2198 find_pc_sect_line (CORE_ADDR pc, struct obj_section *section, int notcurrent) in find_pc_sect_line() 2443 struct obj_section *section; in find_pc_line() 2799 struct obj_section *section; in skip_prologue_sal()
|
| H A D | psymtab.c | 66 struct obj_section *); 224 CORE_ADDR pc, struct obj_section *section, in find_pc_sect_psymtab_closer() 304 struct obj_section *section, in find_pc_sect_psymtab() 374 CORE_ADDR pc, struct obj_section *section, in find_pc_sect_symtab_from_partial() 400 struct obj_section *section) in find_pc_sect_psymbol()
|
| H A D | symmisc.c | 221 struct obj_section *section = SYMBOL_OBJ_SECTION (msymbol); in dump_msymbols() 467 struct obj_section *section = SYMBOL_OBJ_SECTION (symbol); in print_symbol()
|
| H A D | gdbarch.h | 43 struct obj_section; 930 typedef void (gdbarch_overlay_update_ftype) (struct obj_section *osect); 931 extern void gdbarch_overlay_update (struct gdbarch *gdbarch, struct obj_section *osect);
|
| H A D | breakpoint.h | 430 struct obj_section *section;
|
| H A D | printcmd.c | 634 struct obj_section *section = NULL; in build_address_symbolic() 1088 struct obj_section *osect; in sym_info() 1183 struct obj_section *section; in address_info()
|
| H A D | machoread.c | 973 struct obj_section *osect; in macho_symfile_offsets()
|
| H A D | gnu-v3-abi.c | 983 struct obj_section *section; in gnuv3_skip_trampoline()
|
| H A D | parse.c | 502 struct obj_section *section = SYMBOL_OBJ_SECTION (msymbol); in write_exp_msymbol()
|
| H A D | solib-svr4.c | 1467 struct obj_section *os; in enable_break()
|
| /dflybsd-src/contrib/gdb-7/gdb/python/ |
| H A D | py-block.c | 374 struct obj_section *section = NULL; in gdbpy_block_for_pc()
|
| /dflybsd-src/contrib/gdb-7/gdb/mi/ |
| H A D | mi-interp.c | 881 struct obj_section *sec; in mi_memory_changed()
|