HomeSort by relevance Sort by last modified time
    Searched refs:SHF_ALLOCS (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
shf.c 62 shf->flags = SHF_ALLOCS;
143 sflags |= SHF_ALLOCS;
179 shf->flags = (shf->flags & (SHF_ALLOCS | SHF_ALLOCB)) | sflags;
205 sflags |= SHF_ALLOCS;
238 if (shf->flags & SHF_ALLOCS)
280 if (shf->flags & SHF_ALLOCS)
345 * Note that we assume SHF_ALLOCS is not set if
sh.h     [all...]

Completed in 77 milliseconds