Searched refs:SHF_ALLOCS (Results 1 – 2 of 2) sorted by relevance
51 shf->flags = SHF_ALLOCS;114 sflags |= SHF_ALLOCS;167 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags;196 sflags |= SHF_ALLOCS;230 if (shf->flags & SHF_ALLOCS)273 if (shf->flags & SHF_ALLOCS)287 if (shf->flags & SHF_ALLOCS)
38 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */ macro