Home
last modified time | relevance | path

Searched refs:pc_in_mapped_range (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.h561 extern CORE_ADDR pc_in_mapped_range (CORE_ADDR, struct obj_section *);
H A Dsymfile.c3105 pc_in_mapped_range (CORE_ADDR pc, struct obj_section *section) in pc_in_mapped_range() function
3138 if (section_is_overlay (section) && pc_in_mapped_range (pc, section)) in overlay_unmapped_address()
3214 if (pc_in_mapped_range (pc, osect)) in find_pc_overlay()
3239 if (pc_in_mapped_range (pc, osect) && section_is_mapped (osect)) in find_pc_mapped_section()