/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...] |