Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dprintcmd.c1136 if (section_is_overlay (osect)) in sym_info()
1145 if (section_is_overlay (osect)) in sym_info()
1153 if (section_is_overlay (osect)) in sym_info()
1161 if (section_is_overlay (osect)) in sym_info()
1221 if (section_is_overlay (section)) in address_info()
1255 if (section_is_overlay (section)) in address_info()
1296 if (section_is_overlay (section)) in address_info()
1333 if (section_is_overlay (section)) in address_info()
1365 if (section_is_overlay (section)) in address_info()
H A Dsymfile.c3006 section_is_overlay (struct obj_section *section) in section_is_overlay() function
3032 if (section_is_overlay (sect)) in overlay_invalidate_all()
3050 if (osect == 0 || !section_is_overlay (osect)) in section_is_mapped()
3084 if (section_is_overlay (section)) in pc_in_unmapped_range()
3107 if (section_is_overlay (section)) in pc_in_mapped_range()
3138 if (section_is_overlay (section) && pc_in_mapped_range (pc, section)) in overlay_unmapped_address()
3157 if (section_is_overlay (section) && pc_in_unmapped_range (pc, section)) in overlay_mapped_address()
3184 if (!section_is_overlay (section)) in symbol_overlayed_address()
3212 if (section_is_overlay (osect)) in find_pc_overlay()
3307 if (!section_is_overlay (sec)) in map_overlay_command()
[all …]
H A Dsymfile.h555 extern int section_is_overlay (struct obj_section *);
H A Dbreakpoint.c2480 || !(section_is_overlay (bl->section))) in insert_bp_location()
3588 || !(section_is_overlay (bl->section))) in remove_breakpoint_1()
3854 && section_is_overlay (bl->section) in breakpoint_here_p()
3903 && section_is_overlay (bl->section) in regular_breakpoint_inserted_here_p()
3947 && section_is_overlay (bl->section) in software_breakpoint_inserted_here_p()
4043 && section_is_overlay (bl->section) in breakpoint_thread_match()
12015 && (!section_is_overlay (loc->section) in clear_command()
13031 && section_is_overlay (bl->section) in bkpt_breakpoint_hit()
H A Dinfcmd.c1173 if (section_is_overlay (SYMBOL_OBJ_SECTION (sfn)) && in jump_command()
H A Dsymtab.c2863 if (section_is_overlay (section) && !section_is_mapped (section)) in skip_prologue_sal()