Searched refs:stflags (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dargs.c2161 uint_t stflags; local
2164 stflags = 0;
2166 stflags = FLG_STNEW_COMPRESS;
2168 if (((ofl->ofl_shdrsttab = st_new(stflags)) == NULL) ||
2169 ((ofl->ofl_strtab = st_new(stflags)) == NULL) ||
2170 ((ofl->ofl_dynstrtab = st_new(stflags)) == NULL))

Completed in 60 milliseconds