Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2067 int sndx; in ibnex_handle_commsvcnode_configure() local
2126 for (sndx = 0; sndx < ibnex.ibnex_num_comm_svcs; sndx++) { in ibnex_handle_commsvcnode_configure()
2127 if (strncmp(ibnex.ibnex_comm_svc_names[sndx], in ibnex_handle_commsvcnode_configure()
2136 for (sndx = 0; sndx < ibnex.ibnex_nhcasvc_comm_svcs; in ibnex_handle_commsvcnode_configure()
2137 sndx++) { in ibnex_handle_commsvcnode_configure()
2139 [sndx], svc_str, strlen(svc_str)) == 0) { in ibnex_handle_commsvcnode_configure()
2148 for (sndx = 0; sndx < ibnex.ibnex_nvppa_comm_svcs; sndx++) { in ibnex_handle_commsvcnode_configure()
2149 if (strncmp(ibnex.ibnex_vppa_comm_svc_names[sndx], in ibnex_handle_commsvcnode_configure()
2210 if (ibnex_commsvc_initnode(parent, port_attr, sndx, node_type, in ibnex_handle_commsvcnode_configure()
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dfiles.c2535 Word ndx, sndx, ordndx = 0, ordcnt = 0; in process_elf() local
2558 sndx = ifl->ifl_shstrndx; in process_elf()
2559 if ((scn = elf_getscn(elf, (size_t)sndx)) == NULL) { in process_elf()
2569 if ((name = elf_strptr(elf, (size_t)sndx, (size_t)shdr->sh_name)) == in process_elf()
2576 if (ld_sup_input_section(ofl, ifl, name, &shdr, sndx, scn, in process_elf()
2584 if ((name = elf_strptr(elf, (size_t)sndx, (size_t)shdr->sh_name)) == in process_elf()
2591 error = process_strtab(name, ifl, shdr, scn, sndx, FALSE, ofl); in process_elf()
2594 str = ifl->ifl_isdesc[sndx]->is_indata->d_buf; in process_elf()
2620 if (ndx == sndx) in process_elf()
H A Dsyms.c2764 int sndx; in ld_sym_process() local
2788 for (sndx = ndx + 1; sndx < (total - local); sndx++) { in ld_sym_process()
2789 Sym_desc *ssdp = sort[sndx]; in ld_sym_process()
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1601 Word sndx, cndx; in cap_section() local
1636 if ((sndx = chain[cndx]) == 0) in cap_section()
1642 if (sndx > state.symn) { in cap_section()
1645 EC_WORD(sndx), chcache->c_name, in cap_section()
1649 sym = (Sym *)(state.sym + sndx); in cap_section()
1650 name = string(chcache, sndx, in cap_section()
1660 MSG_ORIG(MSG_FMT_INDEX2), EC_WORD(sndx)); in cap_section()