Lines Matching refs:eout
303 if (gelf_newehdr(ecp->eout, ecp->oec) == NULL) in create_elf()
306 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf()
378 if (gelf_update_ehdr(ecp->eout, &oeh) == 0) in create_elf()
399 if (gelf_getehdr(ecp->eout, &oeh) == NULL) in create_elf()
433 oeh.e_phoff = gelf_fsize(ecp->eout, ELF_T_EHDR, 1, EV_CURRENT); in create_elf()
453 if (gelf_update_ehdr(ecp->eout, &oeh) == 0) in create_elf()
461 if (elf_update(ecp->eout, ELF_C_WRITE) < 0) in create_elf()
703 if ((ecp->eout = elf_begin(efd, ELF_C_WRITE, NULL)) == NULL) { in create_file()
709 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT); in create_file()
721 elf_end(ecp->eout); in create_file()
752 if ((ecp->eout = elf_begin(ofd, ELF_C_WRITE, NULL)) == NULL) { in create_file()
759 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT); in create_file()
765 elf_end(ecp->eout); in create_file()