Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
Decp.c73 gelf_update_phdr (outelf, cnt, gelf_getphdr (inelf, cnt, &phdr_mem)); in main()
Dvendorelf.c106 if (gelf_update_phdr (elf, 0, &phdr) == 0) in check_elf()
Delfcopy.c179 if (gelf_update_phdr (elfb, cnt, phdr) == 0) in copy_elf()
Delfstrmerge.c444 if (gelf_update_phdr (elfnew, cnt, phdr) == 0) in main()
/third_party/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
Dgelf.h186 extern int gelf_update_phdr (Elf *__elf, int __ndx, GElf_Phdr *__src);
DMakefile.am65 gelf_update_phdr.c \
DChangeLog1246 * gelf_update_phdr.c: Likewise.
1290 * gelf_update_phdr.c: Likewise.
/third_party/elfutils/src/
Delfcompress.c617 if (gelf_update_phdr (elfnew, cnt, phdr) == 0) in process_file()
Dstrip.c1135 || unlikely (gelf_update_phdr (newelf, cnt, phdr) == 0)) in handle_elf()
1178 || unlikely (gelf_update_phdr (debugelf, cnt, phdr) == 0)) in handle_elf()
Dunstrip.c273 ELF_CHECK (gelf_update_phdr (outelf, i, in copy_elf()
2116 ELF_CHECK (gelf_update_phdr (unstripped, i, phdr), in copy_elided_sections()
/third_party/elfutils/
Delfutils_config.gni491 "//third_party/elfutils/libelf/gelf_update_phdr.c",