Home
last modified time | relevance | path

Searched refs:remove_comment (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libebl/
Deblsectionstripp.c39 const char *name, bool remove_comment, in ebl_section_strip_p() argument
66 return SECTION_STRIP_P (shdr, name, remove_comment); in ebl_section_strip_p()
Dlibebl.h214 bool remove_comment, bool only_remove_debug);
/external/elfutils/libelf/
Delf-knowledge.h37 #define SECTION_STRIP_P(shdr, name, remove_comment) \ argument
47 && (remove_comment \
/external/elfutils/src/
Dstrip.c145 static bool remove_comment; variable
269 remove_comment = true; in parse_opt()
274 remove_comment = true; in parse_opt()
730 shdr_info[cnt].name, remove_comment, in handle_elf()