/titanic_41/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_41/usr/src/cmd/sgs/libelf/demo/ |
H A D | acom.c | 147 if (elf_update(elf, ELF_C_WRITE) == -1) in update_comment()
|
H A D | dcom.c | 324 if (elf_update(telf, ELF_C_WRITE) == -1) { in delete_comment()
|
/titanic_41/usr/src/head/ |
H A D | libelf.h | 203 off_t elf_update(Elf *, Elf_Cmd);
|
/titanic_41/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 359 if ((elf_update(oelf, ELF_C_WRIMAGE)) == -1) { in output() 572 if ((elf_update(oelf, ELF_C_WRITE)) == -1) { in output()
|
H A D | elfwrap.msg | 56 @ MSG_ELF_UPDATE "%s: elf_update failed: %s\n"
|
/titanic_41/usr/src/cmd/sgs/librtld/common/ |
H A D | librtld.msg | 78 @ MSG_ELF_UPDATE "%s: elf_update"
|
H A D | dldump.c | 747 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 D | mapfile-vers | 147 elf_update;
|
H A D | llib-lelf | 136 off_t elf_update(Elf *, Elf_Cmd);
|
H A D | README.LFS | 104 off_t elf_update(Elf *, Elf_Cmd);
|
H A D | update.c | 966 elf_update(Elf *elf, Elf_Cmd cmd) in elf_update() function
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | outfile.c | 197 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 D | ldmain.c | 466 if ((ofl->ofl_size = elf_update(ofl->ofl_welf, ELF_C_WRITE)) == 0) { in ld_main()
|
H A D | libld.msg | 670 @ MSG_ELF_UPDATE "file %s: elf_update"
|
/titanic_41/usr/src/man/man3elf/ |
H A D | Makefile | 43 elf_update.3elf \
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3elf.inc | 39 file path=usr/share/man/man3elf/elf_update.3elf
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | output.c | 662 if (elf_update(dst, ELF_C_WRITE) < 0) in write_file()
|
/titanic_41/usr/src/cmd/sgs/elfedit/common/ |
H A D | sys.c | 852 if (elf_update(elf, ELF_C_WRITE) == -1) in cmd_write()
|
H A D | elfedit.msg | 599 @ MSG_ELF_UPDATE "elf_update"
|
/titanic_41/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_41/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 1444 if (mod && elf_update(elf, ELF_C_WRITE) == -1) in process_obj()
|
/titanic_41/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 1220 if (elf_update(dst_elf, ELF_C_WRITE) < 0) { in build_file()
|