Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/tools/setdynflag/common/
H A Dsetdynflag.c134 if (elf_update(elf, ELF_C_WRITE) == -1) in set_flag()
/titanic_41/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()
/titanic_41/usr/src/head/
H A Dlibelf.h203 off_t elf_update(Elf *, Elf_Cmd);
/titanic_41/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c359 if ((elf_update(oelf, ELF_C_WRIMAGE)) == -1) { in output()
572 if ((elf_update(oelf, ELF_C_WRITE)) == -1) { in output()
H A Delfwrap.msg56 @ MSG_ELF_UPDATE "%s: elf_update failed: %s\n"
/titanic_41/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()
/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dmapfile-vers147 elf_update;
H A Dllib-lelf136 off_t elf_update(Elf *, Elf_Cmd);
H A DREADME.LFS104 off_t elf_update(Elf *, Elf_Cmd);
H A Dupdate.c966 elf_update(Elf *elf, Elf_Cmd cmd) in elf_update() function
/titanic_41/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.c466 if ((ofl->ofl_size = elf_update(ofl->ofl_welf, ELF_C_WRITE)) == 0) { in ld_main()
H A Dlibld.msg670 @ MSG_ELF_UPDATE "file %s: elf_update"
/titanic_41/usr/src/man/man3elf/
H A DMakefile43 elf_update.3elf \
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3elf.inc39 file path=usr/share/man/man3elf/elf_update.3elf
/titanic_41/usr/src/tools/ctf/cvt/
H A Doutput.c662 if (elf_update(dst, ELF_C_WRITE) < 0) in write_file()
/titanic_41/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c852 if (elf_update(elf, ELF_C_WRITE) == -1) in cmd_write()
H A Delfedit.msg599 @ MSG_ELF_UPDATE "elf_update"
/titanic_41/usr/src/lib/libelfsign/common/
H A Delfsignlib.c382 if (elf_update(ess->es_elf, ELF_C_WRITE) == -1) { in elfsign_end()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_link.c1444 if (mod && elf_update(elf, ELF_C_WRITE) == -1) in process_obj()
/titanic_41/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1220 if (elf_update(dst_elf, ELF_C_WRITE) < 0) { in build_file()