Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.h558 extern int section_is_mapped (struct obj_section *);
H A Dsymfile.c3046 section_is_mapped (struct obj_section *osect) in section_is_mapped() function
3187 if (section_is_mapped (section)) in symbol_overlayed_address()
3216 if (section_is_mapped (osect)) in find_pc_overlay()
3239 if (pc_in_mapped_range (pc, osect) && section_is_mapped (osect)) in find_pc_mapped_section()
3257 if (section_is_mapped (osect)) in list_overlays_command()
H A Dbreakpoint.c2522 if (section_is_mapped (bl->section)) in insert_bp_location()
3624 || section_is_mapped (bl->section)) in remove_breakpoint_1()
3855 && !section_is_mapped (bl->section)) in breakpoint_here_p()
3904 && !section_is_mapped (bl->section)) in regular_breakpoint_inserted_here_p()
3948 && !section_is_mapped (bl->section)) in software_breakpoint_inserted_here_p()
4044 && !section_is_mapped (bl->section)) in breakpoint_thread_match()
13032 && !section_is_mapped (bl->section)) in bkpt_breakpoint_hit()
H A Dinfcmd.c1174 !section_is_mapped (SYMBOL_OBJ_SECTION (sfn))) in jump_command()
H A Dprintcmd.c1116 mapped = section_is_mapped (osect) ? _("mapped") : _("unmapped"); in sym_info()
H A Dsymtab.c2863 if (section_is_overlay (section) && !section_is_mapped (section)) in skip_prologue_sal()