HomeSort by relevance Sort by last modified time
    Searched refs:remove_comment (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libebl/
eblsectionstripp.c 39 const char *name, bool remove_comment,
66 return SECTION_STRIP_P (shdr, name, remove_comment);
libebl.h 214 bool remove_comment, bool only_remove_debug);
  /external/elfutils/libelf/
elf-knowledge.h 37 #define SECTION_STRIP_P(shdr, name, remove_comment) \
47 && (remove_comment \
  /external/elfutils/src/
strip.c 145 static bool remove_comment; variable
269 remove_comment = true;
274 remove_comment = true;
730 shdr_info[cnt].name, remove_comment,
    [all...]

Completed in 204 milliseconds