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