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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_macro.c208 unsigned long str_space = 0; local
293 str_space += slen;
348 /* we have 'count' array entries to allocate and str_space bytes of
354 space_needed = string_offset + str_space + 2;

Completed in 57 milliseconds