Home
last modified time | relevance | path

Searched refs:ELF_C_WRIMAGE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c482 encode = (update_cmd == ELF_C_WRIMAGE) ? _elf_sys_encoding() : in wrt()
700 if (update_cmd == ELF_C_WRIMAGE) { in wrt()
757 case ELF_C_WRIMAGE: in _elfxx_update()
834 if ((sz != 0) && ((cmd == ELF_C_WRITE) || (cmd == ELF_C_WRIMAGE))) in _elfxx_update()
/illumos-gate/usr/src/head/
H A Dlibelf.h60 ELF_C_WRIMAGE, enumerator
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c358 if ((elf_update(oelf, ELF_C_WRIMAGE)) == -1) { in output()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c773 ELF_C_WRIMAGE)) == (size_t)-1) { in ld_create_outfile()
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c747 if (elf_update(oelf, ELF_C_WRIMAGE) == -1) { in rt_dldump()