Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c151 static bool remove_shdrs; variable
290 remove_shdrs = true; in parse_opt()
728 if (remove_shdrs ? !(shdr_info[cnt].shdr.sh_flags & SHF_ALLOC) in handle_elf()
1083 if (debug_fname != NULL && !remove_shdrs) in handle_elf()
2002 if (!remove_shdrs) in handle_elf()
2100 if (remove_shdrs) in handle_elf()
DChangeLog1628 * strip.c (remove_shdrs): New variable.