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

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c238 static char *suppress_sym_list[] = variable
2455 * Go through suppress_sym_list to see if "multiply defined"
2464 for (i = 0; suppress_sym_list[i] != NULL; i++) {
2465 if (strcmp(suppress_sym_list[i], symname) == 0)

Completed in 1507 milliseconds