Home
last modified time | relevance | path

Searched refs:defined_only (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/llvm-nm/
H A DOpts.td18 def defined_only : FF<"defined-only", "Show only defined symbols">;
80 def : F<"U", "Alias for --defined-only">, Alias<defined_only>;
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dnm.c168 static int defined_only = 0; /* Print defined symbols only. */ variable
236 {"defined-only", no_argument, &defined_only, 1},
1047 && defined_only) in filter_symbols()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dnm.c141 static int defined_only = 0; /* Print defined symbols only. */ variable
213 {"defined-only", no_argument, &defined_only, 1},
447 && defined_only) in filter_symbols()