OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opt_gaps
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/futility/
cmd_dump_fmap.c
30
static int
opt_gaps
;
variable
202
if (
opt_gaps
) {
385
show(all_nodes + numnodes, 0,
opt_gaps
);
387
if (gapcount && !
opt_gaps
)
439
opt_gaps
= 1;
/external/elfutils/src/
elfcmp.c
55
#define
OPT_GAPS
0x100
65
{ "gaps",
OPT_GAPS
, "ACTION", 0, N_("Control treatment of gaps in loadable segments [ignore|match] (default: ignore)"), 0 },
696
case
OPT_GAPS
:
Completed in 178 milliseconds