Home
last modified time | relevance | path

Searched refs:obj_section (Results 1 – 25 of 31) sorted by relevance

12

/dflybsd-src/contrib/gdb-7/gdb/
H A Dsymfile.h30 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 Dobjfiles.c71 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 Dsymtab.h167 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 Dminsyms.c479 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 Dfindvar.c592 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 Dblockframe.c138 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 Dsymfile.c121 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 Dobjfiles.h113 struct obj_section struct
361 struct obj_section *sections, *sections_end;
499 extern struct obj_section *find_pc_section (CORE_ADDR pc);
H A Dblock.h151 struct obj_section *,
162 extern struct block *block_for_pc_sect (CORE_ADDR, struct obj_section *);
H A Dminsyms.h221 struct obj_section *);
H A Dmaint.c332 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 Dgcore.c413 struct obj_section *objsec; in gcore_create_callback()
476 struct obj_section *objsec; in objfile_find_memory_regions()
H A Dblock.c159 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 Dsymtab.c890 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 Dpsymtab.c66 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 Dsymmisc.c221 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 Dgdbarch.h43 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 Dbreakpoint.h430 struct obj_section *section;
H A Dprintcmd.c634 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 Dmachoread.c973 struct obj_section *osect; in macho_symfile_offsets()
H A Dgnu-v3-abi.c983 struct obj_section *section; in gnuv3_skip_trampoline()
H A Dparse.c502 struct obj_section *section = SYMBOL_OBJ_SECTION (msymbol); in write_exp_msymbol()
H A Dsolib-svr4.c1467 struct obj_section *os; in enable_break()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-block.c374 struct obj_section *section = NULL; in gdbpy_block_for_pc()
/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-interp.c881 struct obj_section *sec; in mi_memory_changed()

12