Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblsectionstripp.c39 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()
Dlibebl.h208 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/arm-trusted-firmware/lib/romlib/
Dromlib_generator.py99 def build_template(self, name, mapping=None, remove_comment=False): argument
106 if remove_comment:
/external/elfutils/src/
Dstrip.c151 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()
DChangeLog1231 (parse_opt): Handle 'R' and OPT_KEEP_SECTION. Check remove_comment