Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dobjfiles.h128 struct obj_section struct
130 CORE_ADDR addr; /* lowest address in section */
131 CORE_ADDR endaddr; /* 1+highest address in section */
141 CORE_ADDR offset;
143 struct bfd_section *the_bfd_section; /* BFD section pointer */
146 struct objfile *objfile;
149 int ovly_mapped;
H A Dblockframe.c197 struct obj_section *obj_section = find_pc_section (pc); in find_pc_partial_function() local