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

/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c71 #define MAXHDR 10 /* maximum # headers to require to access symbol */ macro
103 char *st_hdrs[MAXHDR];
334 for (int i = 0; i < MAXHDR && st->st_hdrs[i] != NULL; i++) {
459 if (i >= MAXHDR) {

Completed in 43 milliseconds