Searched refs:obj_section (Results 1 - 25 of 42) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsymfile.h31 struct obj_section;
281 struct obj_section *section,
505 extern struct obj_section *find_pc_mapped_section (CORE_ADDR);
509 extern struct obj_section *find_pc_overlay (CORE_ADDR);
512 extern int section_is_overlay (struct obj_section *);
515 extern int section_is_mapped (struct obj_section *);
518 extern CORE_ADDR pc_in_mapped_range (CORE_ADDR, struct obj_section *);
521 extern CORE_ADDR pc_in_unmapped_range (CORE_ADDR, struct obj_section *);
524 extern CORE_ADDR overlay_mapped_address (CORE_ADDR, struct obj_section *);
527 extern CORE_ADDR overlay_unmapped_address (CORE_ADDR, struct obj_section *);
[all...]
H A Dhppabsd-tdep.c37 struct obj_section *faddr_sec;
57 struct obj_section *sec;
H A Dobjfiles.c73 struct obj_section **sections;
128 struct obj_section section;
144 = (struct obj_section *) (((size_t) objfile->sections_end) + 1);
730 struct obj_section *s;
823 struct obj_section *s;
1029 const struct obj_section *sect1 = *(const struct obj_section **) a;
1030 const struct obj_section *sect2 = *(const struct obj_section **) b;
1070 const struct obj_section *osec
[all...]
H A Dsymtab.h161 struct obj_section *obj_section; member in struct:general_symbol_info
169 extern CORE_ADDR symbol_overlayed_address (CORE_ADDR, struct obj_section *);
186 #define SYMBOL_OBJ_SECTION(symbol) (symbol)->ginfo.obj_section
969 extern struct symbol *find_pc_sect_function (CORE_ADDR, struct obj_section *);
986 struct obj_section *);
994 extern struct symtab *find_pc_sect_symtab (CORE_ADDR, struct obj_section *);
1091 *lookup_minimal_symbol_by_pc_section (CORE_ADDR, struct obj_section *);
1114 struct obj_section *section;
1160 struct obj_section *, in
[all...]
H A Dblock.h145 struct obj_section *,
151 extern struct block *block_for_pc_sect (CORE_ADDR, struct obj_section *);
H A Dfindvar.c561 struct obj_section *obj_section;
572 obj_section = SYMBOL_OBJ_SECTION (msym);
573 if (obj_section
574 && (obj_section->the_bfd_section->flags & SEC_THREAD_LOCAL) != 0)
575 addr = target_translate_tls_address (obj_section->objfile, addr);
560 struct obj_section *obj_section; local
H A Dminsyms.c456 struct obj_section *section,
678 lookup_minimal_symbol_by_pc_section (CORE_ADDR pc, struct obj_section *section)
866 struct obj_section *obj_section;
906 /* Find obj_section corresponding to bfd_section. */
908 ALL_OBJFILE_OSECTIONS (objfile, obj_section)
910 if (obj_section->the_bfd_section == bfd_section)
912 SYMBOL_OBJ_SECTION (msymbol) = obj_section;
1267 struct obj_section *section = find_pc_section (pc);
865 struct obj_section *obj_section; local
H A Dblock.c97 blockvector_for_pc_sect (CORE_ADDR pc, struct obj_section *section,
178 block_for_pc_sect (CORE_ADDR pc, struct obj_section *section)
H A Dobjfiles.h114 struct obj_section struct
367 struct obj_section
524 extern struct obj_section *find_pc_section (CORE_ADDR pc);
H A Dblockframe.c141 find_pc_sect_function (CORE_ADDR pc, struct obj_section *section)
166 static struct obj_section *cache_pc_function_section = NULL;
200 struct obj_section *section;
H A Dsymfile.c130 static int simple_overlay_update_1 (struct obj_section *);
2830 whether a section is mapped is kept in the objfile->obj_section table.
2835 (by updating the mapped state information in the obj_section tables).
2870 section_is_overlay (struct obj_section *section)
2893 struct obj_section *sect;
2910 section_is_mapped (struct obj_section *osect)
2946 pc_in_unmapped_range (CORE_ADDR pc, struct obj_section *section)
2969 pc_in_mapped_range (CORE_ADDR pc, struct obj_section *section)
2985 sections_overlap (struct obj_section *a, struct obj_section *
[all...]
H A Dhppa-linux-tdep.c339 struct obj_section *faddr_sect;
366 struct obj_section *osect;
H A Dmaint.c344 struct obj_section *asect,
377 struct obj_section *osect;
458 struct obj_section *sect;
H A Dxstormy16-tdep.c519 struct obj_section *faddr_sect = find_pc_section (faddr);
550 struct obj_section *faddr_sect = find_pc_section (faddr);
554 struct obj_section *osect;
H A Drs6000-aix-tdep.c575 struct obj_section *s;
586 struct obj_section *pc_section;
H A Dgcore.c407 struct obj_section *objsec;
468 struct obj_section *objsec;
H A Dhppa-hpux-tdep.c72 struct obj_section *s;
856 struct obj_section *sec;
956 struct obj_section *sec;
1087 struct obj_section *sec;
H A Dsymtab.c784 matching_obj_sections (struct obj_section *obj_first,
785 struct obj_section *obj_second)
845 find_pc_sect_symtab_via_partial (CORE_ADDR pc, struct obj_section *section)
894 ginfo->obj_section = SYMBOL_OBJ_SECTION (msym);
935 struct obj_section *s;
945 ginfo->obj_section = s;
1762 find_pc_sect_symtab (CORE_ADDR pc, struct obj_section *section)
1901 find_pc_sect_line (CORE_ADDR pc, struct obj_section *section, int notcurrent)
2150 struct obj_section *section;
2470 struct obj_section *sectio
[all...]
H A Dpsymtab.c66 struct obj_section *);
208 find_pc_sect_psymtab_closer (CORE_ADDR pc, struct obj_section *section,
287 struct obj_section *section,
355 CORE_ADDR pc, struct obj_section *section,
379 struct obj_section *section)
H A Dsymmisc.c259 struct obj_section *section = SYMBOL_OBJ_SECTION (msymbol);
501 struct obj_section *section = SYMBOL_OBJ_SECTION (symbol);
H A Dbreakpoint.h357 struct obj_section *section;
H A Dgdbarch.h43 struct obj_section;
864 typedef void (gdbarch_overlay_update_ftype) (struct obj_section *osect);
865 extern void gdbarch_overlay_update (struct gdbarch *gdbarch, struct obj_section *osect);
H A Dparse.c484 struct obj_section *section = SYMBOL_OBJ_SECTION (msymbol);
H A Dia64-tdep.c2828 struct obj_section *sec = find_pc_section (ip);
2893 struct obj_section *text_sec;
3468 struct obj_section *faddr_sect;
3473 struct obj_section *osect;
3548 struct obj_section *faddr_sect;
3557 struct obj_section *osect;
3636 struct obj_section *s;
3654 struct obj_section *pc_section = find_pc_section (pc);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-block.c303 struct obj_section *section;

Completed in 334 milliseconds

12