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

/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c71 int rndx, entry; local
99 rndx = *(int *)(pc + (sizeof (ulong_t *) * 2)) & LAST22BITS;
100 rp = &LM2LP(lmp)->lp_rp[rndx];
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c2359 Word rndx; local
2383 rndx = shdr->sh_info;
2384 if (rndx >= ifl->ifl_shnum) {
2390 EC_XWORD(rndx));
2393 if (rndx == 0) {
2398 } else if ((risc = ifl->ifl_isdesc[rndx]) != NULL) {

Completed in 66 milliseconds