Home
last modified time | relevance | path

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

/external/elfutils/src/libelf/
Dgelf_newphdr.c41 gelf_newphdr (elf, phnum) in gelf_newphdr() function
Dlibelf.map76 gelf_newphdr;
DAndroid.mk104 gelf_newphdr.c \
Dgelf.h184 extern unsigned long int gelf_newphdr (Elf *__elf, size_t __phnum);
DMakefile.am54 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \
DMakefile154 gelf_newphdr.$(OBJEXT) gelf_update_phdr.$(OBJEXT) \
411 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \
633 include ./$(DEPDIR)/gelf_newphdr.Po
DMakefile.in154 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/
Decp.c61 if (gelf_newphdr (outelf, ehdr->e_phnum) == 0) in main()
/external/elfutils/src/src/
Dxelf.h319 # define xelf_newphdr(elf, n) gelf_newphdr (elf, n)
Dstrip.c521 && unlikely (gelf_newphdr (newelf, phnum) == 0))) in handle_elf()
545 && unlikely (gelf_newphdr (debugelf, phnum) == 0))) in handle_elf()
Dunstrip.c266 ELF_CHECK (gelf_newphdr (outelf, phnum), in copy_elf()
1835 ELF_CHECK (gelf_newphdr (unstripped, phnum), in copy_elided_sections()
DChangeLog2261 * unstrip.c (copy_elided_sections): Don't call gelf_newphdr for 0.