Searched refs:ELF_C_WRITE (Results 1 – 16 of 16) sorted by relevance
/titanic_44/usr/src/cmd/sgs/libelf/demo/ |
H A D | dcom.c | 175 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 D | acom.c | 147 if (elf_update(elf, ELF_C_WRITE) == -1) in update_comment()
|
H A D | 00README | 46 elf_begin(ELF_C_WRITE)
|
/titanic_44/usr/src/cmd/mdb/tools/setdynflag/common/ |
H A D | setdynflag.c | 134 if (elf_update(elf, ELF_C_WRITE) == -1) in set_flag()
|
/titanic_44/usr/src/head/ |
H A D | libelf.h | 54 ELF_C_WRITE, enumerator
|
/titanic_44/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 256 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 D | output.c | 662 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 D | begin.c | 335 case ELF_C_WRITE: in elf_begin()
|
H A D | update.c | 766 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 D | dldump.c | 260 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 D | ldmain.c | 466 if ((ofl->ofl_size = elf_update(ofl->ofl_welf, ELF_C_WRITE)) == 0) { in ld_main()
|
H A D | outfile.c | 398 cmd = ELF_C_WRITE; in ld_create_outfile()
|
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | sys.c | 852 if (elf_update(elf, ELF_C_WRITE) == -1) in cmd_write()
|
/titanic_44/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 712 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 D | elfsignlib.c | 382 if (elf_update(ess->es_elf, ELF_C_WRITE) == -1) { in elfsign_end()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 1444 if (mod && elf_update(elf, ELF_C_WRITE) == -1) in process_obj()
|