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

/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A D_inline_reloc.h146 Syminfo *sip, ulong_t sndx)
159 sipe = (Syminfo *)((char *)sip + (sndx * SYMINENT(lmp)));
145 is_sym_deferred(ulong_t rbgn, ulong_t base, Rt_map *lmp, APlist **textrel, Syminfo *sip, ulong_t sndx) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2067 int sndx; local
2126 for (sndx = 0; sndx < ibnex.ibnex_num_comm_svcs; sndx++) {
2127 if (strncmp(ibnex.ibnex_comm_svc_names[sndx],
2136 for (sndx = 0; sndx < ibnex.ibnex_nhcasvc_comm_svcs;
2137 sndx++) {
2139 [sndx], svc_str, strlen(svc_str)) == 0) {
2148 for (sndx
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c2524 Word ndx, sndx, ordndx = 0, ordcnt = 0; local
2547 sndx = ifl->ifl_shstrndx;
2548 if ((scn = elf_getscn(elf, (size_t)sndx)) == NULL) {
2558 if ((name = elf_strptr(elf, (size_t)sndx, (size_t)shdr->sh_name)) ==
2565 if (ld_sup_input_section(ofl, ifl, name, &shdr, sndx, scn,
2573 if ((name = elf_strptr(elf, (size_t)sndx, (size_t)shdr->sh_name)) ==
2580 error = process_strtab(name, ifl, shdr, scn, sndx, FALSE, ofl);
2583 str = ifl->ifl_isdesc[sndx]->is_indata->d_buf;
2609 if (ndx == sndx)
H A Dsyms.c2764 int sndx; local
2788 for (sndx = ndx + 1; sndx < (total - local); sndx++) {
2789 Sym_desc *ssdp = sort[sndx];
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1532 Word sndx, cndx; local
1567 if ((sndx = chain[cndx]) == 0)
1573 if (sndx > state.symn) {
1576 EC_WORD(sndx), chcache->c_name,
1580 sym = (Sym *)(state.sym + sndx);
1581 name = string(chcache, sndx,
1591 MSG_ORIG(MSG_FMT_INDEX2), EC_WORD(sndx));

Completed in 132 milliseconds