Home
last modified time | relevance | path

Searched refs:STRTBL_INITSZ (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c815 #define STRTBL_INITSZ 8196 in strtbl_alloc() macro
856 size64 = STRTBL_INITSZ; in strtbl_alloc()
866 size64 = ((target + STRTBL_INITSZ) / STRTBL_INITSZ) * in strtbl_alloc()
867 STRTBL_INITSZ; in strtbl_alloc()
907 #undef STRTBL_INITSZ in strtbl_alloc()