Home
last modified time | relevance | path

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

/third_party/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);
/third_party/elfutils/libelf/
Delf-knowledge.h37 #define SECTION_STRIP_P(shdr, name, remove_comment) \ argument
47 && (remove_comment \
/third_party/elfutils/src/
Dstrip.c150 static bool remove_comment; variable
249 || remove_comment == true || remove_debug == true)) in main()
324 remove_comment = true; in parse_opt()
329 remove_comment = true; in parse_opt()
355 if (remove_comment == true in parse_opt()
1372 shdr_info[cnt].name, remove_comment, in handle_elf()
1535 remove_comment, in handle_elf()
DChangeLog1513 (parse_opt): Handle 'R' and OPT_KEEP_SECTION. Check remove_comment