Searched refs:remove_comment (Results 1 – 6 of 6) 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 | 208 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/arm-trusted-firmware/lib/romlib/ |
D | romlib_generator.py | 99 def build_template(self, name, mapping=None, remove_comment=False): argument 106 if 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() 1364 shdr_info[cnt].name, remove_comment, in handle_elf() 1527 remove_comment, in handle_elf()
|
D | ChangeLog | 1231 (parse_opt): Handle 'R' and OPT_KEEP_SECTION. Check remove_comment
|