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_Shdr *shdr, in ebl_section_strip_p() function
Dlibebl.h204 extern bool ebl_section_strip_p (Ebl *ebl,
DChangeLog100 * eblsectionstripp.c (ebl_section_strip_p): Drop ehdr argument.
102 * libebl.h (ebl_section_strip_p): Drop ehdr argument.
360 * eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL.
984 * libebl.h: Declare ebl_section_strip_p.
/external/elfutils/src/
Delfcmp.c273 && ebl_section_strip_p (ebl1, shdr1, sname1, true, false)); in main()
286 && ebl_section_strip_p (ebl2, shdr2, sname2, true, false)); in main()
Dstrip.c1317 : (ebl_section_strip_p (ebl, &shdr_info[cnt].shdr, in handle_elf()
1478 if (! (ebl_section_strip_p (ebl, in handle_elf()
DChangeLog340 * elfcmp.c (main): Call ebl_section_strip_p without ehdr.
4498 Use ebl_section_strip_p instead of SECTION_STRIP_P.
4499 * strip.c: Use ebl_section_strip_p instead of SECTION_STRIP_P.