Home
last modified time | relevance | path

Searched refs:rndx (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c2400 Word rndx; in rel_process() local
2425 rndx = shdr->sh_info; in rel_process()
2426 if (rndx >= ifl->ifl_shnum) { in rel_process()
2432 EC_XWORD(rndx)); in rel_process()
2435 if (rndx == 0) { in rel_process()
2440 } else if ((risc = ifl->ifl_isdesc[rndx]) != NULL) { in rel_process()