Searched refs:gelf_newphdr (Results 1 – 13 of 13) 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 | Android.bp | 110 "gelf_newphdr.c",
|
D | Makefile.am | 54 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \
|
D | gelf.h | 187 extern unsigned long int gelf_newphdr (Elf *__elf, size_t __phnum);
|
/external/elfutils/tests/ |
D | ecp.c | 65 if (gelf_newphdr (outelf, ehdr->e_phnum) == 0) in main()
|
D | elfshphehdr.c | 110 check_elf ("gelf_newphdr", gelf_newphdr (elf, 1) != 0); in test()
|
D | elfstrmerge.c | 416 if (gelf_newphdr (elfnew, phnum) == 0) in main()
|
/external/elfutils/src/ |
D | xelf.h | 319 # define xelf_newphdr(elf, n) gelf_newphdr (elf, n)
|
D | elfcompress.c | 598 if (gelf_newphdr (elfnew, phnum) == 0) in process_file()
|
D | strip.c | 542 && unlikely (gelf_newphdr (newelf, phnum) == 0))) in handle_elf() 566 && unlikely (gelf_newphdr (debugelf, phnum) == 0))) in handle_elf()
|
D | unstrip.c | 265 ELF_CHECK (gelf_newphdr (outelf, phnum), in copy_elf() 1942 ELF_CHECK (gelf_newphdr (unstripped, phnum), in copy_elided_sections()
|
D | ChangeLog | 2746 * unstrip.c (copy_elided_sections): Don't call gelf_newphdr for 0.
|