Searched refs:sym_len (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/nm/common/ | ||
H A D | nm.c | 1347 size_t sym_len = strlen(in_str) + 1; local 1360 if (sym_len > buf_size) { 1363 buff = malloc(sym_len); 1364 buf_size = sym_len; |
Completed in 47 milliseconds