Home
last modified time | relevance | path

Searched refs:gelf_newphdr (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/libelf/
Dgelf_newphdr.c41 gelf_newphdr ( Elf *elf, size_t phnum) in gelf_newphdr() function
Dlibelf.map76 gelf_newphdr;
Dgelf.h191 extern void *gelf_newphdr (Elf *__elf, size_t __phnum);
DMakefile.am64 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \
DChangeLog440 (gelf_newphdr): Likewise.
442 * gelf_newphdr.c (gelf_newphdr): Likewise.
/external/elfutils/tests/
Decp.c65 if (gelf_newphdr (outelf, ehdr->e_phnum) == 0) in main()
Dvendorelf.c83 if (gelf_newphdr (elf, 1) == 0) in check_elf()
Delfshphehdr.c110 check_elf ("gelf_newphdr", gelf_newphdr (elf, 1) != 0); in test()
Delfcopy.c163 if (gelf_newphdr (elfb, phnum) == 0) in copy_elf()
Delfstrmerge.c417 if (gelf_newphdr (elfnew, phnum) == 0) in main()
/external/elfutils/src/
Delfcompress.c634 if (gelf_newphdr (elfnew, phnum) == 0) in process_file()
Dstrip.c1114 if (unlikely (gelf_newphdr (newelf, phnum) == 0)) in handle_elf()
1157 if (unlikely (gelf_newphdr (debugelf, phnum) == 0)) in handle_elf()
Dunstrip.c269 ELF_CHECK (gelf_newphdr (outelf, phnum), in copy_elf()
2106 ELF_CHECK (gelf_newphdr (unstripped, phnum), in copy_elided_sections()
DChangeLog4215 * unstrip.c (copy_elided_sections): Don't call gelf_newphdr for 0.