Home
last modified time | relevance | path

Searched defs:obj_section (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dobjfiles.h155 struct obj_section struct
157 CORE_ADDR addr; /* lowest address in section */
158 CORE_ADDR endaddr; /* 1+highest address in section */
168 CORE_ADDR offset;
170 struct bfd_section *the_bfd_section; /* BFD section pointer */
173 struct objfile *objfile;
176 int ovly_mapped;
H A Dblockframe.c526 struct obj_section *obj_section = find_pc_section (pc); in find_pc_partial_function() local