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

  /external/elfutils/libelf/
gelf_newphdr.c 29 gelf_newphdr (elf, phnum) function
Makefile.am 54 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \
gelf.h 169 extern unsigned long int gelf_newphdr (Elf *__elf, size_t __phnum);
Makefile 88 gelf_newphdr.$(OBJEXT) gelf_update_phdr.$(OBJEXT) \
275 elf32_newphdr.c elf64_newphdr.c gelf_newphdr.c \
480 include ./$(DEPDIR)/gelf_newphdr.Po
  /external/elfutils/tests/
ecp.c 57 if (gelf_newphdr (outelf, ehdr->e_phnum) == 0)
  /external/elfutils/
Android.mk 94 libelf/gelf_newphdr.c \
  /build/tools/soslim/
soslim.c 63 (ehdr->e_type != ET_REL && gelf_newphdr (newelf,
  /external/elfutils/src/
xelf.h 315 # define xelf_newphdr(elf, n) gelf_newphdr (elf, n)
strip.c 480 && unlikely (gelf_newphdr (newelf, ehdr->e_phnum) == 0)))
506 && unlikely (gelf_newphdr (debugelf, ehdr->e_phnum) == 0)))
    [all...]
  /build/tools/apriori/
apriori.c 350 && gelf_newphdr (elf,
352 gelf_newphdr);
    [all...]

Completed in 2456 milliseconds