Symbol: SHF_WRITE
usr/src/cmd/mdb/common/mdb/mdb_gelf.c
118
if (shp->sh_flags & SHF_WRITE)
usr/src/cmd/mdb/common/modules/krtld/krtld.c
214
{ "SHF_WRITE", SHF_WRITE, SHF_WRITE },
usr/src/cmd/sgs/dump/common/dump.c
681
if (p->p_shdr.sh_flags & SHF_WRITE)
usr/src/cmd/sgs/elfdump/common/fake_shdr.c
945
sec->shdr->sh_flags |= SHF_WRITE;
usr/src/cmd/sgs/include/sparc/machdep_sparc.h
185
#define M_PLT_SHF_FLAGS (SHF_ALLOC | SHF_WRITE | SHF_EXECINSTR)
usr/src/cmd/sgs/libconv/common/sections.c
498
{ SHF_WRITE, ALL, MSG_SHF_WRITE_CF },
usr/src/cmd/sgs/libconv/common/sections.c
514
{ SHF_WRITE, ALL, MSG_SHF_WRITE_NF },
usr/src/cmd/sgs/libld/common/entry.c
204
EC_DESC_INIT(NULL, 0, SHF_ALLOC + SHF_WRITE + SHF_AMD64_LARGE,
usr/src/cmd/sgs/libld/common/entry.c
207
EC_DESC_INIT(NULL, 0, SHF_ALLOC + SHF_WRITE, SHF_ALLOC, text, 0),
usr/src/cmd/sgs/libld/common/entry.c
228
EC_DESC_INIT(MSG_ORIG(MSG_SCN_TDATA), 0, SHF_ALLOC + SHF_WRITE,
usr/src/cmd/sgs/libld/common/entry.c
229
SHF_ALLOC + SHF_WRITE, bss, 0),
usr/src/cmd/sgs/libld/common/entry.c
231
EC_DESC_INIT(NULL, SHT_NOBITS, SHF_ALLOC + SHF_WRITE,
usr/src/cmd/sgs/libld/common/entry.c
232
SHF_ALLOC + SHF_WRITE, bss, 0),
usr/src/cmd/sgs/libld/common/entry.c
235
EC_DESC_INIT(NULL, SHT_NOBITS, SHF_ALLOC + SHF_WRITE + SHF_AMD64_LARGE,
usr/src/cmd/sgs/libld/common/entry.c
236
SHF_ALLOC + SHF_WRITE + SHF_AMD64_LARGE, data, 0),
usr/src/cmd/sgs/libld/common/entry.c
238
EC_DESC_INIT(NULL, 0, SHF_ALLOC + SHF_WRITE + SHF_AMD64_LARGE,
usr/src/cmd/sgs/libld/common/entry.c
239
SHF_ALLOC + SHF_WRITE + SHF_AMD64_LARGE, ldata, 0),
usr/src/cmd/sgs/libld/common/entry.c
241
EC_DESC_INIT(NULL, 0, SHF_ALLOC + SHF_WRITE, SHF_ALLOC + SHF_WRITE,
usr/src/cmd/sgs/libld/common/map.c
715
if (enp->ec_attrmask & SHF_WRITE) {
usr/src/cmd/sgs/libld/common/map.c
721
enp->ec_attrmask |= SHF_WRITE;
usr/src/cmd/sgs/libld/common/map.c
723
enp->ec_attrbits |= SHF_WRITE;
usr/src/cmd/sgs/libld/common/map_v2.c
1658
{ MSG_ORIG(MSG_MAPKW_WRITE), SHF_WRITE },
usr/src/cmd/sgs/libld/common/place.c
897
shflags |= SHF_WRITE;
usr/src/cmd/sgs/libld/common/relocate.c
1065
(RELAUX_GET_OSDESC(rsp)->os_shdr->sh_flags & SHF_WRITE)) {
usr/src/cmd/sgs/libld/common/sections.c
1344
shdr->sh_flags |= SHF_WRITE;
usr/src/cmd/sgs/libld/common/sections.c
2653
shdr->sh_flags |= SHF_WRITE;
usr/src/cmd/sgs/libld/common/sections.c
3486
shdr->sh_flags |= SHF_WRITE;
usr/src/cmd/sgs/libld/common/sections.c
550
SET_SEC_INFO(ELF_T_BYTE, 0, SHF_ALLOC | SHF_WRITE, 0)
usr/src/cmd/sgs/libld/common/sections.c
556
SET_SEC_INFO(ELF_T_ADDR, sizeof (Addr), SHF_ALLOC | SHF_WRITE,
usr/src/cmd/sgs/libld/common/sections.c
596
SHF_ALLOC | SHF_WRITE, sizeof (Move));
usr/src/cmd/sgs/libld/common/sections.c
986
shdr->sh_flags |= SHF_WRITE;
usr/src/cmd/sgs/libld/common/syms.c
1997
if ((sdp->sd_isc->is_shdr->sh_flags & (SHF_WRITE | SHF_ALLOC)) ==
usr/src/cmd/sgs/librtld/common/dldump.c
610
shdr->sh_flags = SHF_ALLOC | SHF_WRITE;
usr/src/cmd/sgs/size/common/process.c
158
(!(shdr.sh_flags & SHF_WRITE)) &&
usr/src/cmd/sgs/size/common/process.c
163
(shdr.sh_flags & SHF_WRITE) &&
usr/src/cmd/sgs/size/common/process.c
167
} else if ((shdr.sh_flags & SHF_WRITE) &&
usr/src/lib/libproc/common/Psymtab_machelf32.c
592
sp->sh_flags = SHF_WRITE | SHF_ALLOC;
usr/src/lib/libproc/common/Psymtab_machelf32.c
694
sp->sh_flags = SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR;
usr/src/psm/stand/boot/common/readfile.c
1052
spp = (sp->sh_flags & SHF_WRITE)? &edata: &etext;
usr/src/psm/stand/boot/common/readfile.c
1065
!(sp->sh_flags & SHF_WRITE) &&
usr/src/psm/stand/boot/common/readfile.c
1200
spp = (sp->sh_flags & SHF_WRITE)? &edata: &etext;
usr/src/psm/stand/boot/common/readfile.c
1218
!(sp->sh_flags & SHF_WRITE) &&
usr/src/tools/btxld/elfh.c
124
htole32(SHF_ALLOC | SHF_WRITE), /* sh_flags */
usr/src/uts/common/fs/objfs/objfs_data.c
150
SHT_NOBITS, SHF_WRITE | SHF_ALLOC, 0),
usr/src/uts/common/fs/objfs/objfs_data.c
152
SHT_NOBITS, SHF_WRITE | SHF_ALLOC, 0),
usr/src/uts/common/krtld/kobj.c
2462
if ((shp->sh_flags & SHF_WRITE) == 0)
usr/src/uts/common/krtld/kobj.c
2481
if (shp->sh_flags & SHF_WRITE) {
usr/src/uts/common/krtld/kobj.c
2490
if ((shp->sh_flags & SHF_WRITE) == 0)
usr/src/uts/common/krtld/kobj.c
942
if (shp->sh_flags & SHF_WRITE) {
usr/src/uts/i86xpv/os/xpv_panic.c
896
(shp->sh_flags & SHF_WRITE) != 0) {
usr/src/uts/intel/amd64/krtld/kobj_isa.c
107
pp = (shp->sh_flags & SHF_WRITE)? dp : tp;
usr/src/uts/sparc/krtld/kobj_isa.c
119
pp = (shp->sh_flags & SHF_WRITE)? dp : tp;
usr/src/uts/sparc/krtld/kobj_reloc.c
144
!(shp->sh_flags & SHF_WRITE))