Home
last modified time | relevance | path

Searched refs:pc_in_unmapped_range (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dblockframe.c314 if (pc_in_unmapped_range (pc, section)) in find_pc_partial_function_gnu_ifunc()
325 if (pc_in_unmapped_range (pc, section)) in find_pc_partial_function_gnu_ifunc()
H A Dsymfile.h564 extern CORE_ADDR pc_in_unmapped_range (CORE_ADDR, struct obj_section *);
H A Dprintcmd.c645 if (pc_in_unmapped_range (addr, section)) in build_address_symbolic()
1135 if (pc_in_unmapped_range (addr, osect)) in sym_info()
1152 if (pc_in_unmapped_range (addr, osect)) in sym_info()
H A Dsymfile.c3082 pc_in_unmapped_range (CORE_ADDR pc, struct obj_section *section) in pc_in_unmapped_range() function
3157 if (section_is_overlay (section) && pc_in_unmapped_range (pc, section)) in overlay_mapped_address()
3221 else if (pc_in_unmapped_range (pc, osect)) in find_pc_overlay()
H A Dsymtab.c2446 if (pc_in_unmapped_range (pc, section)) in find_pc_line()
H A Dtarget.c1438 if (pc_in_unmapped_range (memaddr, section)) in memory_xfer_partial_1()