Searched defs:shndxstr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c138 const char *bindstr, *typestr, *shndxstr; local
242 shndxstr = (const char *)"UNDEF";
246 shndxstr = (const char *)"ABS";
248 shndxstr = (const char *)"COMM";
250 shndxstr = (const char *)"XIND";
254 shndxstr = shndxbuf;
259 shndxstr = shndxbuf;
268 typestr, bindstr, sym.st_other, shndxstr,

Completed in 87 milliseconds