Searched refs:gelf_update_phdr (Results 1 – 13 of 13) sorted by relevance
/third_party/elfutils/tests/ |
D | ecp.c | 73 gelf_update_phdr (outelf, cnt, gelf_getphdr (inelf, cnt, &phdr_mem)); in main()
|
D | vendorelf.c | 106 if (gelf_update_phdr (elf, 0, &phdr) == 0) in check_elf()
|
D | elfcopy.c | 179 if (gelf_update_phdr (elfb, cnt, phdr) == 0) in copy_elf()
|
D | elfstrmerge.c | 444 if (gelf_update_phdr (elfnew, cnt, phdr) == 0) in main()
|
/third_party/elfutils/libelf/ |
D | libelf.map | 80 gelf_update_phdr;
|
D | gelf_update_phdr.c | 41 gelf_update_phdr (Elf *elf, int ndx, GElf_Phdr *src) in gelf_update_phdr() function
|
D | gelf.h | 186 extern int gelf_update_phdr (Elf *__elf, int __ndx, GElf_Phdr *__src);
|
D | Makefile.am | 65 gelf_update_phdr.c \
|
D | ChangeLog | 1246 * gelf_update_phdr.c: Likewise. 1290 * gelf_update_phdr.c: Likewise.
|
/third_party/elfutils/src/ |
D | elfcompress.c | 617 if (gelf_update_phdr (elfnew, cnt, phdr) == 0) in process_file()
|
D | strip.c | 1135 || unlikely (gelf_update_phdr (newelf, cnt, phdr) == 0)) in handle_elf() 1178 || unlikely (gelf_update_phdr (debugelf, cnt, phdr) == 0)) in handle_elf()
|
D | unstrip.c | 273 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/ |
D | elfutils_config.gni | 491 "//third_party/elfutils/libelf/gelf_update_phdr.c",
|