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 60 const char *name, bool remove_comment,
87 return SECTION_STRIP_P (shdr, name, remove_comment);
libebl.h 215 bool remove_comment, bool only_remove_debug);
  /external/elfutils/libelf/
elf-knowledge.h 58 #define SECTION_STRIP_P(shdr, name, remove_comment) \
67 && (remove_comment \
  /external/elfutils/src/
strip.c 137 static bool remove_comment; variable
250 remove_comment = true;
255 remove_comment = true;
665 shdr_info[cnt].name, remove_comment,
    [all...]

Completed in 20 milliseconds