Searched refs:section_is_mapped (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.h296 extern int section_is_mapped (struct obj_section *);
H A Dsymfile.c2926 section_is_mapped(sect): true if overlay is marked as mapped
2975 /* Function: section_is_mapped (SECTION)
2985 section_is_mapped (struct obj_section *osect)
3122 if (section_is_mapped (section))
3152 if (section_is_mapped (osect))
3177 if (pc_in_mapped_range (pc, osect) && section_is_mapped (osect))
3197 if (section_is_mapped (osect))
2978 section_is_mapped (struct obj_section *osect) function
H A Dobjfiles.c1267 if (section_is_overlay (osect) && !section_is_mapped (osect))
H A Dbreakpoint.c2827 if (section_is_mapped (bl->section))
3992 || section_is_mapped (bl->section))
4218 && !section_is_mapped (bl->section))
4249 && !section_is_mapped (bl->section))
4287 && !section_is_mapped (bl->section));
11716 && !section_is_mapped (bl->section))
H A Dinfcmd.c1117 && !section_is_mapped (section))
H A Dprintcmd.c1558 mapped = section_is_mapped (osect) ? _("mapped") : _("unmapped");
H A Dsymtab.c3855 if (section_is_overlay (section) && !section_is_mapped (section))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymfile.h505 extern int section_is_mapped (struct obj_section *);
H A Dsymfile.c2941 section_is_mapped(sect): true if overlay is marked as mapped
2990 /* Function: section_is_mapped (SECTION)
3000 section_is_mapped (struct obj_section *osect)
3137 if (section_is_mapped (section))
3167 if (section_is_mapped (osect))
3192 if (pc_in_mapped_range (pc, osect) && section_is_mapped (osect))
3212 if (section_is_mapped (osect))
2993 section_is_mapped (struct obj_section *osect) function
H A Dobjfiles.c1323 if (section_is_overlay (osect) && !section_is_mapped (osect))
H A Dbreakpoint.c2563 if (section_is_mapped (bl->section))
3697 || section_is_mapped (bl->section))
3933 && !section_is_mapped (bl->section))
3966 && !section_is_mapped (bl->section))
4004 && !section_is_mapped (bl->section))
12403 && !section_is_mapped (bl->section))
H A Dprintcmd.c1352 mapped = section_is_mapped (osect) ? _("mapped") : _("unmapped");
H A Dinfcmd.c1118 && !section_is_mapped (section))
H A Dsymtab.c3821 if (section_is_overlay (section) && !section_is_mapped (section))

Completed in 697 milliseconds