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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dblockframe.c121 struct obj_section *osect = find_pc_sect_section (maddr, msect);
355 struct obj_section *osect;
527 struct obj_section *obj_section = find_pc_section (pc);
528 if (obj_section == NULL)
531 bfd_section = obj_section->the_bfd_section;
526 struct obj_section *obj_section = find_pc_section (pc); local
H A Dobjfiles.h155 struct obj_section struct
424 struct obj_section
572 extern struct obj_section *find_pc_section (CORE_ADDR pc);
574 extern struct obj_section *find_pc_sect_section (CORE_ADDR pc,
H A Dobjfiles.c80 struct obj_section section;
97 objfile->sections_end = (struct obj_section *) (((unsigned long) objfile->sections_end) + 1);
127 objfile->sections = (struct obj_section *)
632 struct obj_section *s;
641 struct obj_section *s;
759 obj_section (which is defined in gdb), and the input type "struct
760 bfd_section" (which is a bfd-defined data type). The obj_section
763 struct obj_section *
766 struct obj_section *s;
780 struct obj_section *
[all...]
H A Dgcore.c336 struct obj_section *objsec;
399 struct obj_section *objsec;
H A Dsymfile.c126 static int overlay_is_mapped (struct obj_section *);
150 static int simple_overlay_update_1 (struct obj_section *);
686 struct obj_section *s;
2749 whether a section is mapped is kept in the objfile->obj_section table.
2754 (by updating the mapped state information in the obj_section tables).
2786 static void simple_overlay_update (struct obj_section *);
2787 void (*target_overlay_update) (struct obj_section *) = simple_overlay_update;
2813 struct obj_section *sect;
2831 overlay_is_mapped (struct obj_section *osect)
2867 struct obj_section *osec
[all...]
H A Dmaint.c339 struct obj_section *asect,
366 struct obj_section *osect;
H A Dminsyms.c375 struct obj_section *pc_section;
506 struct obj_section *section = find_pc_section (pc);
H A Dmipsfbsd-tdep.c415 struct obj_section *s;
H A Dia64-tdep.c2468 struct obj_section *sec = find_pc_section (ip);
2533 struct obj_section *text_sec;
2893 struct obj_section *faddr_sect;
2898 struct obj_section *osect;
2951 struct obj_section *faddr_sect;
2960 struct obj_section *osect;
3033 struct obj_section *s;
H A Dppc-sysv-tdep.c804 struct obj_section *dot_fn_section = find_pc_section (func_addr);
H A Dsomsolib.c282 struct obj_section *s;
H A Dprintcmd.c1014 struct obj_section *osect;
H A Drs6000-tdep.c2087 struct obj_section *s;
H A Dmips-tdep.c2293 struct obj_section *sec;

Completed in 128 milliseconds