Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsymfile.h314 extern bool pc_in_mapped_range (CORE_ADDR, struct obj_section *);
Dsymfile.c3072 pc_in_mapped_range (CORE_ADDR pc, struct obj_section *section) in pc_in_mapped_range() function
3104 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()
DChangeLog-20083822 (pc_in_mapped_range, pc_in_unmapped_range): Likewise.
3832 (pc_in_mapped_range): Likewise. Handle relocated sections.
DChangeLog-200214582 (pc_in_mapped_range): FIXME comment, bfd access methods.
DChangeLog-20046441 (pc_in_mapped_range): Likewise.