Searched refs:sh_flags (Results 1 - 25 of 76) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/os/
H A Dsmb_subr.c67 if (!(shp->sh_flags & SMB_FL_DEBUG))
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c152 } else if ((!(shdr.sh_flags & SHF_ALLOC)) &&
155 } else if ((!(shdr.sh_flags & SHF_ALLOC)) && !(nflag)) {
157 } else if ((shdr.sh_flags & SHF_ALLOC) &&
158 (!(shdr.sh_flags & SHF_WRITE)) &&
162 } else if ((shdr.sh_flags & SHF_ALLOC) &&
163 (shdr.sh_flags & SHF_WRITE) &&
167 } else if ((shdr.sh_flags & SHF_WRITE) &&
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dshdr.c39 conv_sec_flags(osabi, mach, shdr->sh_flags, 0, &sec_flags_buf));
55 conv_sec_linkinfo(shdr->sh_link, shdr->sh_flags, &inv_buf1),
56 conv_sec_linkinfo(shdr->sh_info, shdr->sh_flags, &inv_buf2));
H A Delf.c112 conv_sec_flags(osabi, mach, shdr0->sh_flags, 0, &sec_flags_buf));
/illumos-gate/usr/src/lib/libsmbios/common/
H A Dsmb_subr.c86 if (!(shp->sh_flags & SMB_FL_DEBUG))
H A Dsmb_lib.c82 shp->sh_flags |= SMB_FL_BUFALLOC;
140 shp->sh_flags |= SMB_FL_BUFALLOC;
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_isa.c113 if (!(shp->sh_flags & SHF_ALLOC))
121 pp = (shp->sh_flags & SHF_WRITE)? dp : tp;
H A Dkobj_reloc.c193 if ((shp->sh_flags & SHF_ALLOC) &&
194 !(shp->sh_flags & SHF_WRITE))
376 if (!(shp->sh_flags & SHF_ALLOC))
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_isa.c97 if (!(shp->sh_flags & SHF_ALLOC))
105 pp = (shp->sh_flags & SHF_WRITE)? dp : tp;
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_isa.c97 if (!(shp->sh_flags & SHF_ALLOC))
105 pp = (shp->sh_flags & SHF_WRITE)? dp : tp;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c140 if (ifl->ifl_isdesc[keyshndx]->is_shdr->sh_flags & ALL_SHF_ORDER)
196 if (isp1->is_shdr->sh_flags != isp2->is_shdr->sh_flags) {
296 Xword shflags = isp->is_shdr->sh_flags;
439 if (s1->is_shdr->sh_flags & SHF_ORDERED)
444 if (s2->is_shdr->sh_flags & SHF_ORDERED)
H A Dsections.c365 ((shdr->sh_flags & SHF_ALLOC) == 0))
432 Word sh_flags; member in struct:sec_info
453 #define SET_SEC_INFO(d_type, d_align, sh_flags, sh_entsize) \
455 static const SEC_INFO_T info_s = { d_type, d_align, sh_flags, \
459 #define SET_SEC_INFO_WORD_ALIGN(d_type, sh_flags, sh_entsize) \
461 static SEC_INFO_T info_s = { d_type, 0, sh_flags, \
651 shdr->sh_flags = sec_info->sh_flags;
769 shdr->sh_flags |= SHF_TLS;
780 shdr->sh_flags |
2434 Xword sh_flags; local
[all...]
H A Dplace.c154 shndx = (isp->is_shdr->sh_flags & SHF_ORDERED) ?
188 if (((isp->is_shdr->sh_flags & (SHF_MERGE | SHF_STRINGS)) !=
248 if ((isp->is_shdr->sh_flags & SHF_GROUP) &&
741 Xword shflagmask, shflags = shdr->sh_flags;
1105 (os_shdr->sh_flags & ~shflagmask)) &&
1260 osp->os_shdr->sh_flags = shdr->sh_flags;
1275 if (shdr->sh_flags & SHF_INFO_LINK)
1331 ((osp->os_shdr->sh_flags & SHF_ALLOC) == 0)) {
1334 osp->os_shdr->sh_flags |
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dsmb_dev.c116 if (shp->sh_flags & SMB_FL_TRUNC)
120 shp->sh_flags |= SMB_FL_BUFALLOC;
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.c51 SHDR_CMD_T_SH_FLAGS = 4, /* shdr:sh_flags */
167 /* shdr:sh_flags allows an arbitrary number of arguments */
284 conv_sec_flags(osabi, mach, shdr->sh_flags,
288 EC_XWORD(shdr->sh_flags));
500 Word sh_flags = 0; local
505 sh_flags |=
511 sh_flags = ~sh_flags;
515 sh_flags &= shdr->sh_flags;
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_elf.h64 Elf32_Word sh_flags; /* Section flags. */ member in struct:__anon2090
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dchecksum.c139 if (!(shdr->sh_flags & SHF_ALLOC))
/illumos-gate/usr/src/common/smbios/
H A Dsmb_open.c104 shp->sh_flags |= SMB_FL_DEBUG;
174 shp->sh_flags |= SMB_FL_TRUNC;
185 shp->sh_flags |= SMB_FL_TRUNC;
198 shp->sh_flags |= SMB_FL_TRUNC;
229 if ((shp->sh_flags & SMB_FL_TRUNC) && i == 0)
252 if (shp->sh_flags & SMB_FL_BUFALLOC)
411 return ((shp->sh_flags & SMB_FL_TRUNC) != 0);
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c144 dst->sh_flags = src->sh_flags;
376 ctfsect.cts_flags = shp->sh_flags;
384 symsect.cts_flags = shp->sh_flags;
391 strsect.cts_flags = lhp->sh_flags;
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c495 sp->sh_flags = SHF_STRINGS;
514 sp->sh_flags = SHF_ALLOC;
542 sp->sh_flags = SHF_ALLOC;
568 sp->sh_flags = SHF_ALLOC | SHF_STRINGS;
592 sp->sh_flags = SHF_WRITE | SHF_ALLOC;
693 sp->sh_flags = SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR;
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c120 shdr.sh_flags = 0;
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c55 uint32_t sh_flags; member in struct:__anon2487
124 if (!(ihdl->sh_flags & SHDL_FL_SERIALIZE)) {
126 ihdl->sh_flags |= SHDL_FL_SERIALIZE;
230 if (ihdl->sh_flags & SHDL_FL_SERIALIZE)
235 if (ihdl->sh_flags & SHDL_FL_SERIALIZE)
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c1167 if (!(sp->sh_flags & SHF_ALLOC) &&
1180 spp = (sp->sh_flags & SHF_WRITE)? &edata: &etext;
1193 !(sp->sh_flags & SHF_WRITE) &&
1194 (sp->sh_flags & SHF_EXECINSTR)) {
1221 if (sp->sh_flags & SHF_EXECINSTR)
1329 if (!(sp->sh_flags & SHF_ALLOC) &&
1338 spp = (sp->sh_flags & SHF_WRITE)? &edata: &etext;
1361 !(sp->sh_flags & SHF_WRITE) &&
1362 (sp->sh_flags & SHF_EXECINSTR)) {
1397 if (sp->sh_flags
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h107 Elf32_Word sh_flags; /* Section flags */ member in struct:__anon2185
/illumos-gate/usr/src/uts/sun/sys/
H A Dsocal_cq_defs.h108 ushort_t sh_flags; member in struct:soc_hdr

Completed in 152 milliseconds

1234