Searched refs:gelf_newphdr (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/libelf/ |
D | gelf_newphdr.c | 41 gelf_newphdr ( Elf *elf, size_t phnum) in gelf_newphdr() function
|
D | libelf.map | 76 gelf_newphdr;
|
D | gelf.h | 191 extern void *gelf_newphdr (Elf *__elf, size_t __phnum);
|
D | Makefile.am | 64 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \
|
D | ChangeLog | 440 (gelf_newphdr): Likewise. 442 * gelf_newphdr.c (gelf_newphdr): Likewise.
|
/external/elfutils/tests/ |
D | ecp.c | 65 if (gelf_newphdr (outelf, ehdr->e_phnum) == 0) in main()
|
D | vendorelf.c | 83 if (gelf_newphdr (elf, 1) == 0) in check_elf()
|
D | elfshphehdr.c | 110 check_elf ("gelf_newphdr", gelf_newphdr (elf, 1) != 0); in test()
|
D | elfcopy.c | 163 if (gelf_newphdr (elfb, phnum) == 0) in copy_elf()
|
D | elfstrmerge.c | 417 if (gelf_newphdr (elfnew, phnum) == 0) in main()
|
/external/elfutils/src/ |
D | elfcompress.c | 634 if (gelf_newphdr (elfnew, phnum) == 0) in process_file()
|
D | strip.c | 1114 if (unlikely (gelf_newphdr (newelf, phnum) == 0)) in handle_elf() 1157 if (unlikely (gelf_newphdr (debugelf, phnum) == 0)) in handle_elf()
|
D | unstrip.c | 269 ELF_CHECK (gelf_newphdr (outelf, phnum), in copy_elf() 2106 ELF_CHECK (gelf_newphdr (unstripped, phnum), in copy_elided_sections()
|
D | ChangeLog | 4215 * unstrip.c (copy_elided_sections): Don't call gelf_newphdr for 0.
|