Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblsectionstripp.c38 ebl_section_strip_p (Ebl *ebl, const GElf_Ehdr *ehdr, const GElf_Shdr *shdr, in ebl_section_strip_p() function
Dlibebl.h212 extern bool ebl_section_strip_p (Ebl *ebl, const GElf_Ehdr *ehdr,
DChangeLog148 * eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL.
772 * libebl.h: Declare ebl_section_strip_p.
/external/elfutils/src/
Delfcmp.c259 && ebl_section_strip_p (ebl1, ehdr1, shdr1, sname1, true, false)); in main()
272 && ebl_section_strip_p (ebl2, ehdr2, shdr2, sname2, true, false)); in main()
Dstrip.c729 : ebl_section_strip_p (ebl, ehdr, &shdr_info[cnt].shdr, in handle_elf()
DChangeLog3288 Use ebl_section_strip_p instead of SECTION_STRIP_P.
3289 * strip.c: Use ebl_section_strip_p instead of SECTION_STRIP_P.