Searched refs:ebl_section_strip_p (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/libebl/ |
D | eblsectionstripp.c | 38 ebl_section_strip_p (Ebl *ebl, const GElf_Shdr *shdr, in ebl_section_strip_p() function
|
D | libebl.h | 204 extern bool ebl_section_strip_p (Ebl *ebl,
|
D | ChangeLog | 100 * 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/ |
D | elfcmp.c | 273 && ebl_section_strip_p (ebl1, shdr1, sname1, true, false)); in main() 286 && ebl_section_strip_p (ebl2, shdr2, sname2, true, false)); in main()
|
D | strip.c | 1317 : (ebl_section_strip_p (ebl, &shdr_info[cnt].shdr, in handle_elf() 1478 if (! (ebl_section_strip_p (ebl, in handle_elf()
|
D | ChangeLog | 340 * 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.
|