Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Dgelf_newphdr.c62 gelf_newphdr (elf, phnum) in gelf_newphdr() function
Dlibelf.map76 gelf_newphdr;
DAndroid.mk114 gelf_newphdr.c \
Dgelf.h205 extern unsigned long int gelf_newphdr (Elf *__elf, size_t __phnum);
DMakefile.am65 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \
DMakefile.in82 gelf_newphdr.$(OBJEXT) gelf_update_phdr.$(OBJEXT) \
284 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \
503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gelf_newphdr.Po@am__quote@
/external/elfutils/tests/
Decp.c69 if (gelf_newphdr (outelf, ehdr->e_phnum) == 0) in main()
/external/elfutils/src/
Dxelf.h327 # define xelf_newphdr(elf, n) gelf_newphdr (elf, n)
Dstrip.c495 && unlikely (gelf_newphdr (newelf, ehdr->e_phnum) == 0))) in handle_elf()
519 && unlikely (gelf_newphdr (debugelf, ehdr->e_phnum) == 0))) in handle_elf()
Dunstrip.c263 ELF_CHECK (gelf_newphdr (outelf, ehdr->e_phnum), in copy_elf()
1816 ELF_CHECK (gelf_newphdr (unstripped, stripped_ehdr->e_phnum), in copy_elided_sections()
DChangeLog618 * unstrip.c (copy_elided_sections): Don't call gelf_newphdr for 0.