Home | History | Annotate | Download | only in src

Lines Matching refs:phdr

554 	GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem);
555 if (phdr == NULL
556 || unlikely (gelf_update_phdr (newelf, cnt, phdr) == 0))
578 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem);
579 if (phdr == NULL
580 || unlikely (gelf_update_phdr (debugelf, cnt, phdr) == 0))