Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c157 static bool remove_shdrs; variable
347 remove_shdrs = true; in parse_opt()
1362 if (remove_shdrs ? !(shdr_info[cnt].shdr.sh_flags & SHF_ALLOC) in handle_elf()
1759 if (debug_fname != NULL && !remove_shdrs && removing_sections) in handle_elf()
2486 if (!remove_shdrs) in handle_elf()
2579 if (remove_shdrs) in handle_elf()
DChangeLog3097 * strip.c (remove_shdrs): New variable.