Searched refs:remove_comment (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/libebl/ |
D | eblsectionstripp.c | 39 const char *name, bool remove_comment, in ebl_section_strip_p() argument 69 return SECTION_STRIP_P (shdr, name, remove_comment); in ebl_section_strip_p()
|
D | libebl.h | 212 bool remove_comment, bool only_remove_debug);
|
/external/elfutils/libelf/ |
D | elf-knowledge.h | 37 #define SECTION_STRIP_P(shdr, name, remove_comment) \ argument 47 && (remove_comment \
|
/external/elfutils/src/ |
D | strip.c | 151 static bool remove_comment; variable 251 || remove_comment == true || remove_debug == true)) in main() 327 remove_comment = true; in parse_opt() 332 remove_comment = true; in parse_opt() 358 if (remove_comment == true in parse_opt() 1318 shdr_info[cnt].name, remove_comment, in handle_elf() 1481 remove_comment, in handle_elf()
|
D | ChangeLog | 825 (parse_opt): Handle 'R' and OPT_KEEP_SECTION. Check remove_comment
|