OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unmapped
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/uvm/
uvm_bio.c
648
bool
unmapped
;
local
694
unmapped
= true;
696
unmapped
= false;
723
if (!
unmapped
) {
/src/external/gpl3/gdb/dist/gdb/
disasm.c
327
int
unmapped
;
local
370
&offset, &filename, &line, &
unmapped
))
372
/* We don't care now about line, filename and
unmapped
. But we might in
printcmd.c
564
int
unmapped
= 0;
569
&offset, &filename, &line, &
unmapped
))
573
if (
unmapped
)
590
if (
unmapped
)
609
int *
unmapped
) /* OUT */
616
/* Let's say it is mapped (not
unmapped
). */
617
*
unmapped
= 0;
626
*
unmapped
= 1;
1518
mapped = section_is_mapped (osect) ? _("mapped") : _("
unmapped
");
562
int
unmapped
= 0;
local
/src/external/gpl3/gdb.old/dist/gdb/
disasm.c
369
int
unmapped
;
local
412
&offset, &filename, &line, &
unmapped
))
414
/* We don't care now about line, filename and
unmapped
. But we might in
printcmd.c
564
int
unmapped
= 0;
569
&offset, &filename, &line, &
unmapped
))
573
if (
unmapped
)
590
if (
unmapped
)
609
int *
unmapped
) /* OUT */
617
/* Let's say it is mapped (not
unmapped
). */
618
*
unmapped
= 0;
627
*
unmapped
= 1;
1518
mapped = section_is_mapped (osect) ? _("mapped") : _("
unmapped
");
562
int
unmapped
= 0;
local
Completed in 28 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026