Home
last modified time | relevance | path

Searched refs:elf_update (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/tools/setdynflag/common/
H A Dsetdynflag.c132 if (elf_update(elf, ELF_C_WRITE) == -1) in set_flag()
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c147 if (elf_update(elf, ELF_C_WRITE) == -1) in update_comment()
H A Ddcom.c324 if (elf_update(telf, ELF_C_WRITE) == -1) { in delete_comment()
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c358 if ((elf_update(oelf, ELF_C_WRIMAGE)) == -1) { in output()
571 if ((elf_update(oelf, ELF_C_WRITE)) == -1) { in output()
H A Delfwrap.msg56 @ MSG_ELF_UPDATE "%s: 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/librtld/common/
H A Dlibrtld.msg78 @ MSG_ELF_UPDATE "%s: elf_update"
H A Ddldump.c747 if (elf_update(oelf, ELF_C_WRIMAGE) == -1) { in rt_dldump()
875 if (elf_update(oelf, ELF_C_WRITE) == -1) { in rt_dldump()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dmapfile-vers147 elf_update;
H A DREADME.LFS104 off_t elf_update(Elf *, Elf_Cmd);
H A Dupdate.c964 elf_update(Elf *elf, Elf_Cmd cmd) in elf_update() function
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c197 if (elf_update(ofl->ofl_welf, ELF_C_NULL) == -1) { in pad_outfile()
772 if ((ofl->ofl_size = (size_t)elf_update(ofl->ofl_welf, in ld_create_outfile()
H A Dldmain.c467 if ((ofl->ofl_size = elf_update(ofl->ofl_welf, ELF_C_WRITE)) == 0) { in ld_main()
H A Dlibld.msg669 @ MSG_ELF_UPDATE "file %s: elf_update"
/illumos-gate/usr/src/man/man3elf/
H A DMakefile43 elf_update.3elf \
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c358 if (elf_update(dst, ELF_C_WRITE) < 0) { in ctf_write_elf()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3elf.inc72 file path=usr/share/man/man3elf/elf_update.3elf
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c851 if (elf_update(elf, ELF_C_WRITE) == -1) in cmd_write()
H A Delfedit.msg599 @ MSG_ELF_UPDATE "elf_update"
/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c382 if (elf_update(ess->es_elf, ELF_C_WRITE) == -1) { in elfsign_end()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c1450 if (mod && elf_update(elf, ELF_C_WRITE) == -1) in process_obj()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1228 if (elf_update(dst_elf, ELF_C_WRITE) < 0) { in build_file()