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_Ehdr *ehdr, const GElf_Shdr *shdr, in ebl_section_strip_p() function
|
D | libebl.h | 212 extern bool ebl_section_strip_p (Ebl *ebl, const GElf_Ehdr *ehdr,
|
D | ChangeLog | 148 * eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL. 772 * libebl.h: Declare ebl_section_strip_p.
|
/external/elfutils/src/ |
D | elfcmp.c | 259 && 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()
|
D | strip.c | 729 : ebl_section_strip_p (ebl, ehdr, &shdr_info[cnt].shdr, in handle_elf()
|
D | ChangeLog | 3288 Use ebl_section_strip_p instead of SECTION_STRIP_P. 3289 * strip.c: Use ebl_section_strip_p instead of SECTION_STRIP_P.
|