Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A DString.c184 s = (String *)malloc(STRING_START + sizeof (StringGuts) + 1);
187 s->sg.start = s->sg.end = STRING_START/2;
188 s->sg.max = STRING_START;
H A DString.h30 #define STRING_START 32 macro