Home
last modified time | relevance | path

Searched refs:ELF_C_WRITE (Results 1 – 16 of 16) sorted by relevance

/titanic_44/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c175 if ((telf = elf_begin(tfd, ELF_C_WRITE, 0)) == NULL) { in delete_comment()
324 if (elf_update(telf, ELF_C_WRITE) == -1) { in delete_comment()
H A Dacom.c147 if (elf_update(elf, ELF_C_WRITE) == -1) in update_comment()
H A D00README46 elf_begin(ELF_C_WRITE)
/titanic_44/usr/src/cmd/mdb/tools/setdynflag/common/
H A Dsetdynflag.c134 if (elf_update(elf, ELF_C_WRITE) == -1) in set_flag()
/titanic_44/usr/src/head/
H A Dlibelf.h54 ELF_C_WRITE, enumerator
/titanic_44/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c256 if ((oelf = elf_begin(fd, ELF_C_WRITE, 0)) == NULL) { in output()
572 if ((elf_update(oelf, ELF_C_WRITE)) == -1) { in output()
/titanic_44/usr/src/tools/ctf/cvt/
H A Doutput.c662 if (elf_update(dst, ELF_C_WRITE) < 0) in write_file()
702 if ((telf = elf_begin(tfd, ELF_C_WRITE, NULL)) == NULL) in write_ctf()
/titanic_44/usr/src/cmd/sgs/libelf/common/
H A Dbegin.c335 case ELF_C_WRITE: in elf_begin()
H A Dupdate.c766 case ELF_C_WRITE: in _elfxx_update()
836 if ((sz != 0) && ((cmd == ELF_C_WRITE) || (cmd == ELF_C_WRIMAGE))) in _elfxx_update()
/titanic_44/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c260 if ((oelf = elf_begin(fd, ELF_C_WRITE, NULL)) == NULL) { in rt_dldump()
875 if (elf_update(oelf, ELF_C_WRITE) == -1) { in rt_dldump()
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dldmain.c466 if ((ofl->ofl_size = elf_update(ofl->ofl_welf, ELF_C_WRITE)) == 0) { in ld_main()
H A Doutfile.c398 cmd = ELF_C_WRITE; in ld_create_outfile()
/titanic_44/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c852 if (elf_update(elf, ELF_C_WRITE) == -1) in cmd_write()
/titanic_44/usr/src/cmd/sgs/mcs/common/
H A Dfile.c712 if ((dst_elf = elf_begin(fdtmp, ELF_C_WRITE, (Elf *) 0)) == NULL) { in build_file()
1220 if (elf_update(dst_elf, ELF_C_WRITE) < 0) { in build_file()
/titanic_44/usr/src/lib/libelfsign/common/
H A Delfsignlib.c382 if (elf_update(ess->es_elf, ELF_C_WRITE) == -1) { in elfsign_end()
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_link.c1444 if (mod && elf_update(elf, ELF_C_WRITE) == -1) in process_obj()