HomeSort by relevance Sort by last modified time
    Searched full:gelf_newphdr (Results 1 - 11 of 11) sorted by null

  /external/elfutils/libelf/
libelf.map 76 gelf_newphdr;
gelf_newphdr.c 62 gelf_newphdr (elf, phnum) function
Android.mk 114 gelf_newphdr.c \
Makefile.am 65 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \
gelf.h 205 extern unsigned long int gelf_newphdr (Elf *__elf, size_t __phnum);
Makefile.in 82 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/
ecp.c 69 if (gelf_newphdr (outelf, ehdr->e_phnum) == 0)
  /external/elfutils/src/
xelf.h 327 # define xelf_newphdr(elf, n) gelf_newphdr (elf, n)
strip.c 495 && unlikely (gelf_newphdr (newelf, ehdr->e_phnum) == 0)))
519 && unlikely (gelf_newphdr (debugelf, ehdr->e_phnum) == 0)))
    [all...]
unstrip.c 264 ELF_CHECK (gelf_newphdr (outelf, ehdr->e_phnum),
    [all...]
ChangeLog 618 * unstrip.c (copy_elided_sections): Don't call gelf_newphdr for 0.
    [all...]

Completed in 79 milliseconds