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

/illumos-gate/usr/src/cmd/mdb/tools/setdynflag/common/
H A Dsetdynflag.c134 if (elf_update(elf, ELF_C_WRITE) == -1)
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c147 if (elf_update(elf, ELF_C_WRITE) == -1)
148 (void) fprintf(stderr, "%s: elf_update() failed: %s\n", file,
H A Ddcom.c321 * elf_update() will construct the new Elf file and write
324 if (elf_update(telf, ELF_C_WRITE) == -1) {
325 (void) fprintf(stderr, "elf_update() failed: %s\n",
/illumos-gate/usr/src/head/
H A Dlibelf.h203 off_t elf_update(Elf *, Elf_Cmd);
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dllib-lelf136 off_t elf_update(Elf *, Elf_Cmd);
H A Dupdate.c724 * elf_update(elf, ELF_C_WRIMAGE)
733 * elf_update() will return the size of the memory image built
736 * When a subsequent call to elf_update() with ELF_C_WRITE as
966 elf_update(Elf *elf, Elf_Cmd cmd) function
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c359 if ((elf_update(oelf, ELF_C_WRIMAGE)) == -1) {
572 if ((elf_update(oelf, ELF_C_WRITE)) == -1) {
/illumos-gate/usr/src/man/man3elf/
H A DMakefile43 elf_update.3elf \
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c50 * requirement, which elf_update() uses to insure that the section is aligned
172 * Use elf_update(ELF_C_NULL) to calculate the offset of each section and their
197 if (elf_update(ofl->ofl_welf, ELF_C_NULL) == -1) {
772 if ((ofl->ofl_size = (size_t)elf_update(ofl->ofl_welf,
H A Dldmain.c466 if ((ofl->ofl_size = elf_update(ofl->ofl_welf, ELF_C_WRITE)) == 0) {
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c532 * that isn't calculated as part of elf_update().
747 if (elf_update(oelf, ELF_C_WRIMAGE) == -1) {
875 if (elf_update(oelf, ELF_C_WRITE) == -1) {
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c852 if (elf_update(elf, ELF_C_WRITE) == -1)
/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c662 if (elf_update(dst, ELF_C_WRITE) < 0)
/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c382 if (elf_update(ess->es_elf, ELF_C_WRITE) == -1) {
383 cryptodebug("elf_update() failed: %s",
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c1444 if (mod && elf_update(elf, ELF_C_WRITE) == -1)
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1220 if (elf_update(dst_elf, ELF_C_WRITE) < 0) {

Completed in 111 milliseconds