Symbol: ELF_C_WRITE
usr/src/cmd/mdb/tools/setdynflag/common/setdynflag.c
132
if (elf_update(elf, ELF_C_WRITE) == -1)
usr/src/cmd/sgs/elfedit/common/sys.c
851
if (elf_update(elf, ELF_C_WRITE) == -1)
usr/src/cmd/sgs/elfwrap/common/elfwrap.c
255
if ((oelf = elf_begin(fd, ELF_C_WRITE, 0)) == NULL) {
usr/src/cmd/sgs/elfwrap/common/elfwrap.c
571
if ((elf_update(oelf, ELF_C_WRITE)) == -1) {
usr/src/cmd/sgs/libelf/common/begin.c
329
case ELF_C_WRITE:
usr/src/cmd/sgs/libelf/common/update.c
764
case ELF_C_WRITE:
usr/src/cmd/sgs/libelf/common/update.c
834
if ((sz != 0) && ((cmd == ELF_C_WRITE) || (cmd == ELF_C_WRIMAGE)))
usr/src/cmd/sgs/libelf/demo/acom.c
147
if (elf_update(elf, ELF_C_WRITE) == -1)
usr/src/cmd/sgs/libelf/demo/dcom.c
175
if ((telf = elf_begin(tfd, ELF_C_WRITE, 0)) == NULL) {
usr/src/cmd/sgs/libelf/demo/dcom.c
324
if (elf_update(telf, ELF_C_WRITE) == -1) {
usr/src/cmd/sgs/libld/common/ldmain.c
467
if ((ofl->ofl_size = elf_update(ofl->ofl_welf, ELF_C_WRITE)) == 0) {
usr/src/cmd/sgs/libld/common/outfile.c
398
cmd = ELF_C_WRITE;
usr/src/cmd/sgs/librtld/common/dldump.c
260
if ((oelf = elf_begin(fd, ELF_C_WRITE, NULL)) == NULL) {
usr/src/cmd/sgs/librtld/common/dldump.c
875
if (elf_update(oelf, ELF_C_WRITE) == -1) {
usr/src/cmd/sgs/mcs/common/file.c
1228
if (elf_update(dst_elf, ELF_C_WRITE) < 0) {
usr/src/cmd/sgs/mcs/common/file.c
720
if ((dst_elf = elf_begin(fdtmp, ELF_C_WRITE, (Elf *) 0)) == NULL) {
usr/src/lib/libctf/common/ctf_elfwrite.c
358
if (elf_update(dst, ELF_C_WRITE) < 0) {
usr/src/lib/libctf/common/ctf_elfwrite.c
388
if ((oelf = elf_begin(ofd, ELF_C_WRITE, NULL)) == NULL)
usr/src/lib/libdtrace/common/dt_link.c
1450
if (mod && elf_update(elf, ELF_C_WRITE) == -1)
usr/src/lib/libelfsign/common/elfsignlib.c
382
if (elf_update(ess->es_elf, ELF_C_WRITE) == -1) {