Home
last modified time | relevance | path

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

/external/elfutils/0.153/libelf/
Dgelf_newphdr.c62 gelf_newphdr (elf, phnum) in gelf_newphdr() function
Dlibelf.map76 gelf_newphdr;
DAndroid.mk113 gelf_newphdr.c \
DMakefile.am53 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \
Dgelf.h205 extern unsigned long int gelf_newphdr (Elf *__elf, size_t __phnum);
DMakefile.in101 gelf_newphdr.$(OBJEXT) gelf_update_phdr.$(OBJEXT) \
308 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gelf_newphdr.Po@am__quote@
/external/elfutils/0.153/src/
Dxelf.h327 # define xelf_newphdr(elf, n) gelf_newphdr (elf, n)
Dstrip.c523 && unlikely (gelf_newphdr (newelf, ehdr->e_phnum) == 0))) in handle_elf()
547 && unlikely (gelf_newphdr (debugelf, ehdr->e_phnum) == 0))) in handle_elf()
Dunstrip.c263 ELF_CHECK (gelf_newphdr (outelf, ehdr->e_phnum), in copy_elf()
1827 ELF_CHECK (gelf_newphdr (unstripped, stripped_ehdr->e_phnum), in copy_elided_sections()
DChangeLog1380 * unstrip.c (copy_elided_sections): Don't call gelf_newphdr for 0.