Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblsectionstripp.c69 return SECTION_STRIP_P (shdr, name, remove_comment); in ebl_section_strip_p()
/external/elfutils/libelf/
Delf-knowledge.h37 #define SECTION_STRIP_P(shdr, name, remove_comment) \ macro
Delf32_checksum.c106 if (SECTION_STRIP_P (shdr, in elfw2()
DChangeLog742 * elf-knowledge.h (SECTION_STRIP_P): Check name is not NULL.
928 * elf-knowledge.h (SECTION_STRIP_P): Remove < SHT_NUM check.
1581 * elf-knowledge.h (SECTION_STRIP_P): Don't handle removal of debug
1583 * elf32_checksum.c: Adjust for change in SECTION_STRIP_P interface.
/external/elfutils/src/
DChangeLog4351 Use ebl_section_strip_p instead of SECTION_STRIP_P.
4352 * strip.c: Use ebl_section_strip_p instead of SECTION_STRIP_P.