Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_inline_reloc.h146 Syminfo *sip, ulong_t sndx) in is_sym_deferred() argument
159 sipe = (Syminfo *)((char *)sip + (sndx * SYMINENT(lmp))); in is_sym_deferred()
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2070 int sndx; in ibnex_handle_commsvcnode_configure() local
2129 for (sndx = 0; sndx < ibnex.ibnex_num_comm_svcs; sndx++) { in ibnex_handle_commsvcnode_configure()
2130 if (strncmp(ibnex.ibnex_comm_svc_names[sndx], in ibnex_handle_commsvcnode_configure()
2139 for (sndx = 0; sndx < ibnex.ibnex_nhcasvc_comm_svcs; in ibnex_handle_commsvcnode_configure()
2140 sndx++) { in ibnex_handle_commsvcnode_configure()
2142 [sndx], svc_str, strlen(svc_str)) == 0) { in ibnex_handle_commsvcnode_configure()
2151 for (sndx = 0; sndx < ibnex.ibnex_nvppa_comm_svcs; sndx++) { in ibnex_handle_commsvcnode_configure()
2152 if (strncmp(ibnex.ibnex_vppa_comm_svc_names[sndx], in ibnex_handle_commsvcnode_configure()
2213 if (ibnex_commsvc_initnode(parent, port_attr, sndx, node_type, in ibnex_handle_commsvcnode_configure()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c2577 Word ndx, sndx, ordndx = 0, ordcnt = 0; in process_elf() local
2600 sndx = ifl->ifl_shstrndx; in process_elf()
2601 if ((scn = elf_getscn(elf, (size_t)sndx)) == NULL) { in process_elf()
2611 if ((name = elf_strptr(elf, (size_t)sndx, (size_t)shdr->sh_name)) == in process_elf()
2618 if (ld_sup_input_section(ofl, ifl, name, &shdr, sndx, scn, in process_elf()
2626 if ((name = elf_strptr(elf, (size_t)sndx, (size_t)shdr->sh_name)) == in process_elf()
2633 error = process_strtab(name, ifl, shdr, scn, sndx, FALSE, ofl); in process_elf()
2636 str = ifl->ifl_isdesc[sndx]->is_indata->d_buf; in process_elf()
2662 if (ndx == sndx) in process_elf()
H A Dsyms.c2946 int sndx; in ld_sym_process() local
2970 for (sndx = ndx + 1; sndx < (total - local); sndx++) { in ld_sym_process()
2971 Sym_desc *ssdp = sort[sndx]; in ld_sym_process()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1670 Word sndx, cndx; in cap_section() local
1705 if ((sndx = chain[cndx]) == 0) in cap_section()
1711 if (sndx > state.symn) { in cap_section()
1714 EC_WORD(sndx), chcache->c_name, in cap_section()
1718 sym = (Sym *)(state.sym + sndx); in cap_section()
1719 name = string(chcache, sndx, in cap_section()
1729 MSG_ORIG(MSG_FMT_INDEX2), EC_WORD(sndx)); in cap_section()