Searched refs:gelf_update_phdr (Results 1 – 13 of 13) sorted by relevance
/external/elfutils/tests/ |
D | ecp.c | 73 gelf_update_phdr (outelf, cnt, gelf_getphdr (inelf, cnt, &phdr_mem)); in main()
|
D | vendorelf.c | 105 if (gelf_update_phdr (elf, 0, &phdr) == 0) in check_elf()
|
D | elfcopy.c | 177 if (gelf_update_phdr (elfb, cnt, phdr) == 0) in copy_elf()
|
D | elfstrmerge.c | 426 if (gelf_update_phdr (elfnew, cnt, phdr) == 0) in main()
|
/external/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 | Android.bp | 118 "gelf_update_phdr.c",
|
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 | 951 * gelf_update_phdr.c: Likewise. 995 * gelf_update_phdr.c: Likewise.
|
/external/elfutils/src/ |
D | elfcompress.c | 649 if (gelf_update_phdr (elfnew, cnt, phdr) == 0) in process_file()
|
D | strip.c | 1080 || unlikely (gelf_update_phdr (newelf, cnt, phdr) == 0)) in handle_elf() 1123 || unlikely (gelf_update_phdr (debugelf, cnt, phdr) == 0)) in handle_elf()
|
D | unstrip.c | 278 ELF_CHECK (gelf_update_phdr (outelf, i, in copy_elf() 2065 ELF_CHECK (gelf_update_phdr (unstripped, i, phdr), in copy_elided_sections()
|