Home
last modified time | relevance | path

Searched refs:gelf_update_phdr (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/tests/
Decp.c73 gelf_update_phdr (outelf, cnt, gelf_getphdr (inelf, cnt, &phdr_mem)); in main()
Dvendorelf.c105 if (gelf_update_phdr (elf, 0, &phdr) == 0) in check_elf()
Delfcopy.c177 if (gelf_update_phdr (elfb, cnt, phdr) == 0) in copy_elf()
Delfstrmerge.c426 if (gelf_update_phdr (elfnew, cnt, phdr) == 0) in main()
/external/elfutils/libelf/
Dlibelf.map80 gelf_update_phdr;
Dgelf_update_phdr.c41 gelf_update_phdr (Elf *elf, int ndx, GElf_Phdr *src) in gelf_update_phdr() function
DAndroid.bp118 "gelf_update_phdr.c",
Dgelf.h186 extern int gelf_update_phdr (Elf *__elf, int __ndx, GElf_Phdr *__src);
DMakefile.am65 gelf_update_phdr.c \
DChangeLog951 * gelf_update_phdr.c: Likewise.
995 * gelf_update_phdr.c: Likewise.
/external/elfutils/src/
Delfcompress.c649 if (gelf_update_phdr (elfnew, cnt, phdr) == 0) in process_file()
Dstrip.c1080 || unlikely (gelf_update_phdr (newelf, cnt, phdr) == 0)) in handle_elf()
1123 || unlikely (gelf_update_phdr (debugelf, cnt, phdr) == 0)) in handle_elf()
Dunstrip.c278 ELF_CHECK (gelf_update_phdr (outelf, i, in copy_elf()
2065 ELF_CHECK (gelf_update_phdr (unstripped, i, phdr), in copy_elided_sections()