Home
last modified time | relevance | path

Searched refs:strip_debug (Results 1 – 5 of 5) sorted by relevance

/build/tools/soslim/
Dcmdline.c69 int *strip_debug) in get_options() argument
87 ASSERT(strip_debug); in get_options()
88 *strip_debug = 0; in get_options()
126 case 's': *strip_debug = 1; break; in get_options()
Dcmdline.h14 int *strip_debug);
Dsoslim.h29 bool strip_debug,
Dmain.c48 int strip_debug = 0; in main() local
62 &strip_debug); in main()
207 strip_debug, in main()
Dsoslim.c33 bool strip_debug, in clone_elf() argument
190 if (strip_debug) { in clone_elf()