Searched refs:pc_in_mapped_range (Results 1 – 5 of 5) sorted by relevance
314 extern bool pc_in_mapped_range (CORE_ADDR, struct obj_section *);
3072 pc_in_mapped_range (CORE_ADDR pc, struct obj_section *section) in pc_in_mapped_range() function3104 if (section_is_overlay (section) && pc_in_mapped_range (pc, section)) in overlay_unmapped_address()3178 if (pc_in_mapped_range (pc, osect)) in find_pc_overlay()3203 if (pc_in_mapped_range (pc, osect) && section_is_mapped (osect)) in find_pc_mapped_section()
3822 (pc_in_mapped_range, pc_in_unmapped_range): Likewise.3832 (pc_in_mapped_range): Likewise. Handle relocated sections.
14582 (pc_in_mapped_range): FIXME comment, bfd access methods.
6441 (pc_in_mapped_range): Likewise.