Searched refs:cndx (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 1168 Word cndx, capinfonum; in process_capinfo() local 1175 for (cndx = 1, capinfo++; cndx < capinfonum; cndx++, capinfo++) { in process_capinfo() 1191 if ((sdp = ifl->ifl_oldndx[cndx]) == NULL) { in process_capinfo() 1194 EC_WORD(isp->is_scnndx), isp->is_name, cndx, in process_capinfo() 1203 EC_WORD(isp->is_scnndx), isp->is_name, cndx, lsdp ? in process_capinfo()
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | cap.c | 1109 sym_cap_check(Cap *cptr, uint_t cndx, Syscapset *bestcapset, Rt_map *lmp, in sym_cap_check() argument 1133 for (cptr += cndx; cptr->c_tag != CA_SUNW_NULL; cptr++) { in sym_cap_check()
|
/titanic_50/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1605 Word sndx, cndx; in cap_section() local 1624 cndx = (Word)ELF_C_SYM(*cip); in cap_section() 1633 if (cndx >= chainnum) { in cap_section() 1637 EC_WORD(cndx)); in cap_section() 1640 if ((sndx = chain[cndx]) == 0) in cap_section() 1650 EC_WORD(cndx)); in cap_section() 1662 MSG_ORIG(MSG_FMT_INTEGER), cndx); in cap_section() 1668 cndx++; in cap_section()
|