Lines Matching refs:phdr
607 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem);
608 if (phdr == NULL)
610 error (0, 0, "Couldn't get phdr %zd: %s", cnt, elf_errmsg (-1));
613 if (gelf_update_phdr (elfnew, cnt, phdr) == 0)
615 error (0, 0, "Couldn't create phdr %zd: %s", cnt,