Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Dgelf_newphdr.c41 gelf_newphdr ( Elf *elf, size_t phnum) in gelf_newphdr() function
Dlibelf.map76 gelf_newphdr;
DAndroid.bp110 "gelf_newphdr.c",
DMakefile.am54 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \
Dgelf.h187 extern unsigned long int gelf_newphdr (Elf *__elf, size_t __phnum);
/external/elfutils/tests/
Decp.c65 if (gelf_newphdr (outelf, ehdr->e_phnum) == 0) in main()
Delfshphehdr.c110 check_elf ("gelf_newphdr", gelf_newphdr (elf, 1) != 0); in test()
Delfstrmerge.c416 if (gelf_newphdr (elfnew, phnum) == 0) in main()
/external/elfutils/src/
Dxelf.h319 # define xelf_newphdr(elf, n) gelf_newphdr (elf, n)
Delfcompress.c598 if (gelf_newphdr (elfnew, phnum) == 0) in process_file()
Dstrip.c542 && unlikely (gelf_newphdr (newelf, phnum) == 0))) in handle_elf()
566 && unlikely (gelf_newphdr (debugelf, phnum) == 0))) in handle_elf()
Dunstrip.c265 ELF_CHECK (gelf_newphdr (outelf, phnum), in copy_elf()
1942 ELF_CHECK (gelf_newphdr (unstripped, phnum), in copy_elided_sections()
DChangeLog2746 * unstrip.c (copy_elided_sections): Don't call gelf_newphdr for 0.