Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dstrip.c143 static bool remove_shdrs; variable
285 remove_shdrs = true; in parse_opt()
703 if (remove_shdrs ? !(shdr_info[cnt].shdr.sh_flags & SHF_ALLOC) in handle_elf()
1039 if (debug_fname != NULL && !remove_shdrs) in handle_elf()
1893 if (!remove_shdrs) in handle_elf()
1989 if (remove_shdrs) in handle_elf()
DChangeLog1143 * strip.c (remove_shdrs): New variable.