Searched refs:gelf_newphdr (Results 1 – 12 of 12) sorted by relevance
/external/elfutils/src/libelf/ |
D | gelf_newphdr.c | 41 gelf_newphdr (elf, phnum) in gelf_newphdr() function
|
D | libelf.map | 76 gelf_newphdr;
|
D | Android.mk | 104 gelf_newphdr.c \
|
D | gelf.h | 184 extern unsigned long int gelf_newphdr (Elf *__elf, size_t __phnum);
|
D | Makefile.am | 54 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \
|
D | Makefile | 154 gelf_newphdr.$(OBJEXT) gelf_update_phdr.$(OBJEXT) \ 411 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \ 633 include ./$(DEPDIR)/gelf_newphdr.Po
|
D | Makefile.in | 154 gelf_newphdr.$(OBJEXT) gelf_update_phdr.$(OBJEXT) \ 411 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \ 633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gelf_newphdr.Po@am__quote@
|
/external/elfutils/src/tests/ |
D | ecp.c | 61 if (gelf_newphdr (outelf, ehdr->e_phnum) == 0) in main()
|
/external/elfutils/src/src/ |
D | xelf.h | 319 # define xelf_newphdr(elf, n) gelf_newphdr (elf, n)
|
D | strip.c | 521 && unlikely (gelf_newphdr (newelf, phnum) == 0))) in handle_elf() 545 && unlikely (gelf_newphdr (debugelf, phnum) == 0))) in handle_elf()
|
D | unstrip.c | 266 ELF_CHECK (gelf_newphdr (outelf, phnum), in copy_elf() 1835 ELF_CHECK (gelf_newphdr (unstripped, phnum), in copy_elided_sections()
|
D | ChangeLog | 2261 * unstrip.c (copy_elided_sections): Don't call gelf_newphdr for 0.
|