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 62 gelf_update_phdr (Elf *elf, int ndx, GElf_Phdr *src) function
Android.mk 121 gelf_update_phdr.c \
gelf.h 202 extern int gelf_update_phdr (Elf *__elf, int __ndx, GElf_Phdr *__src);
Makefile.am 66 gelf_update_phdr.c \
  /external/elfutils/tests/
ecp.c 77 gelf_update_phdr (outelf, cnt, gelf_getphdr (inelf, cnt, &phdr_mem));
  /external/elfutils/src/
xelf.h 333 gelf_update_phdr (elf, idx, phdr)
strip.c 509 || unlikely (gelf_update_phdr (newelf, cnt, phdr) == 0))
533 || unlikely (gelf_update_phdr (debugelf, cnt, phdr) == 0))
    [all...]
unstrip.c 269 ELF_CHECK (gelf_update_phdr (outelf, i,
    [all...]

Completed in 177 milliseconds