Home
last modified time | relevance | path

Searched refs:reloc_debug_only (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Dstrip.c166 static bool reloc_debug_only; variable
249 if (reloc_debug_only && in main()
323 reloc_debug_only = true; in parse_opt()
996 if (remove_debug || reloc_debug || reloc_debug_only) in handle_elf()
1085 if (reloc_debug_only) in handle_elf()
DChangeLog52 (reloc_debug_only): New static bool.
53 (main): Check reloc_debug_only is the only strip option used.
57 Handle reloc_debug_only.