Home
last modified time | relevance | path

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

/illumos-gate/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)
/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/lib/libctf/common/
H A Dctf_elfwrite.c358 if (elf_update(dst, ELF_C_WRITE) < 0) { in ctf_write_elf()
388 if ((oelf = elf_begin(ofd, ELF_C_WRITE, NULL)) == NULL) in ctf_elffdwrite()
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c255 if ((oelf = elf_begin(fd, ELF_C_WRITE, 0)) == NULL) { in output()
571 if ((elf_update(oelf, ELF_C_WRITE)) == -1) { in output()
/illumos-gate/usr/src/head/
H A Dlibelf.h54 ELF_C_WRITE, enumerator
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dbegin.c329 case ELF_C_WRITE: in elf_begin()
H A Dupdate.c764 case ELF_C_WRITE: in _elfxx_update()
834 if ((sz != 0) && ((cmd == ELF_C_WRITE) || (cmd == ELF_C_WRIMAGE))) in _elfxx_update()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldmain.c467 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()
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c851 if (elf_update(elf, ELF_C_WRITE) == -1) in cmd_write()
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c720 if ((dst_elf = elf_begin(fdtmp, ELF_C_WRITE, (Elf *) 0)) == NULL) { in build_file()
1228 if (elf_update(dst_elf, ELF_C_WRITE) < 0) { in build_file()
/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()