Searched refs:elf_update (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A DMakefile30 elf_update.c \
101 elf_update.3 \
H A Dlibelf.h227 off_t elf_update(Elf *_elf, Elf_Cmd _cmd);
H A Delf_update.c44 ELFTC_VCSID("$Id: elf_update.c 3763 2019-06-28 21:43:27Z emaste $");
1022 * re-arranged its sections before calling elf_update(). Consequently
1200 elf_update(Elf *e, Elf_Cmd c) function
/freebsd-13-stable/lib/libelf/
H A DMakefile38 elf_update.c \
129 elf_update.3 \
/freebsd-13-stable/contrib/elftoolchain/brandelf/
H A Dbrandelf.c227 if (elf_update(elf, ELF_C_WRITE) == -1) {
228 warnx("elf_update error: %s", elf_errmsg(-1));
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dbinary.c287 if (elf_update(ecp->eout, ELF_C_WRITE) < 0)
288 errx(EXIT_FAILURE, "elf_update() failed: %s",
H A Dascii.c401 if (elf_update(ecp->eout, ELF_C_WRITE) < 0)
402 errx(EXIT_FAILURE, "elf_update() failed: %s",
625 if (elf_update(ecp->eout, ELF_C_WRITE) < 0)
626 errx(EXIT_FAILURE, "elf_update() failed: %s",
H A Dsegments.c549 * elf_update is needed to update e_phnum of ehdr.
556 * This elf_update() call is to update the e_phnum field in
560 if (elf_update(ecp->eout, ELF_C_NULL) < 0)
561 errx(EXIT_FAILURE, "elf_update() failed: %s", elf_errmsg(-1));
H A Dmain.c450 * Update ehdr again before we call elf_update(), since we
461 if (elf_update(ecp->eout, ELF_C_WRITE) < 0)
462 errx(EXIT_FAILURE, "elf_update() failed: %s",
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c706 if (elf_update(dst, ELF_C_WRITE) < 0)
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1621 if (mod && elf_update(elf, ELF_C_WRITE) == -1)

Completed in 133 milliseconds