Searched defs:obj_section (Results 1 – 2 of 2) sorted by relevance
155 struct obj_section struct157 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;
526 struct obj_section *obj_section = find_pc_section (pc); in find_pc_partial_function() local