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

  /external/elfutils/libelf/
gelf_update_phdr.c 29 gelf_update_phdr (Elf *elf, int ndx, GElf_Phdr *src) function
Makefile.am 55 gelf_update_phdr.c \
gelf.h 166 extern int gelf_update_phdr (Elf *__elf, int __ndx, GElf_Phdr *__src);
Makefile 88 gelf_newphdr.$(OBJEXT) gelf_update_phdr.$(OBJEXT) \
276 gelf_update_phdr.c \
486 include ./$(DEPDIR)/gelf_update_phdr.Po
  /external/elfutils/tests/
ecp.c 65 gelf_update_phdr (outelf, cnt, gelf_getphdr (inelf, cnt, &phdr_mem));
  /external/elfutils/
Android.mk 100 libelf/gelf_update_phdr.c \
  /external/elfutils/src/
xelf.h 321 gelf_update_phdr (elf, idx, phdr)
strip.c 496 || unlikely (gelf_update_phdr (newelf, cnt, phdr) == 0))
522 || unlikely (gelf_update_phdr (debugelf, cnt, phdr) == 0))
    [all...]

Completed in 111 milliseconds