| /onnv/onnv-gate/usr/src/uts/intel/amd64/krtld/ |
| kobj_convrelstr.c | 64 int ndx = 31; local 69 strbuf[ndx--] = '\0'; 71 strbuf[ndx--] = '0' + (type % 10); 73 } while ((ndx >= (int)0) && (type > (Word)0)); 75 return (&strbuf[ndx + 1]);
|
| /onnv/onnv-gate/usr/src/uts/intel/ia32/krtld/ |
| kobj_convrelstr.c | 67 int ndx = 31; local 72 strbuf[ndx--] = '\0'; 74 strbuf[ndx--] = '0' + (type % 10); 76 } while ((ndx >= (int)0) && (type > (Word)0)); 78 return (&strbuf[ndx + 1]);
|
| /onnv/onnv-gate/usr/src/uts/sparc/krtld/ |
| kobj_convrelstr.c | 91 int ndx = 31; local 96 strbuf[ndx--] = '\0'; 98 strbuf[ndx--] = '0' + (type % 10); 100 } while ((ndx >= (int)0) && (type > (Word)0)); 102 return (&strbuf[ndx + 1]);
|
| /onnv/onnv-gate/usr/src/cmd/sgs/liblddbg/common/ |
| entry.c | 68 Aliste ndx; local 77 for (ALIST_TRAVERSE(alp, ndx, enp)) { 78 dbg_print(lml, MSG_INTL(MSG_ECR_DESC), EC_WORD(ndx));
|
| tls.c | 79 ulong_t ndx; local 84 for (ndx = 0; tlsmodlist[ndx]; ndx++) { 85 dbg_print(lml, MSG_INTL(MSG_TLS_STATBLOCK1), ndx, 86 tlsmodlist[ndx]->tm_modname); 87 Dbg_tls_modent(lml, tlsmodlist[ndx]);
|
| segments.c | 35 Dbg_seg_desc_entry(Lm_list *lml, uchar_t osabi, Half mach, int ndx, 47 dbg_print(lml, MSG_ORIG(MSG_SEG_NAME), ndx, str); 82 Dbg_seg_entry(Ofl_desc *ofl, int ndx, Sg_desc *sgp) 88 ofl->ofl_dehdr->e_machine, ndx, sgp); 99 int ndx = 0; local 107 Dbg_seg_desc_entry(lml, osabi, mach, ndx++, sgp); 117 Dbg_seg_os(Ofl_desc *ofl, Os_desc *osp, int ndx) 131 dbg_print(lml, MSG_ORIG(MSG_SEC_NAME), ndx, osp->os_name);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/ |
| Util.java | 57 int ndx = (aChar >> 4) & 0x000f; local 58 hex.append(hexChars[ndx]); 59 ndx = aChar & 0x000f; 60 hex.append(hexChars[ndx]);
|
| /onnv/onnv-gate/usr/src/cmd/sgs/librtld/common/ |
| syms.c | 88 Word num, ndx; local 98 for (ndx = 1, info++; ndx < num; ndx++, info++) { 102 if (alist_append(nodirect, &ndx, sizeof (Word), 20) == 0)
|
| relocate.c | 305 Word *ndx; local 315 ndx)) { 316 if (*ndx == rsymndx) { 426 Half ndx; local 484 for (ndx = 1; _icache->c_flags != FLG_C_END; ndx++, 495 ircache = &icache[ndx]; 496 orcache = &ocache[ndx];
|
| /onnv/onnv-gate/usr/src/tools/mbh_patch/ |
| mbh_patch.c | 59 int ndx, mem; local 105 for (ndx = 0; ndx < eh->e_phnum; ndx++) { 107 phdr = (Elf64_Phdr *)(phdrs + eh->e_phentsize * ndx);
|
| /onnv/onnv-gate/usr/src/cmd/sgs/libelf/demo/ |
| acom.c | 77 int ndx; local 94 ndx = data->d_off + data->d_size; 119 shdr.sh_name = ndx;
|
| dcom.c | 104 int ndx = 1; local 154 shndx[ndx] = -1; 170 shndx[ndx] = ndx - off; 171 ndx++; 207 ndx = 1; 215 if (shndx[ndx] == -1) { 216 ndx++; 256 tshdr.sh_info = shndx[ndx]; 277 ndx++ [all...] |
| dispsyms.c | 96 uint_t ndx; local 138 for (ndx = 0; ndx < symcnt; ndx++) { 154 if (gelf_getsymshndx(symdata, shndxdata, ndx, 201 (gelf_getsymshndx(symdata, shndxdata, ndx, 279 ndx, sym.st_value, sym.st_size,
|
| /onnv/onnv-gate/usr/src/cmd/sgs/tools/common/ |
| alist.c | 254 Aliste ndx = ((*lpp) == NULL) ? 0 : (*lpp)->al_nitems; local 256 return (alist_insert(lpp, datap, size, init_arritems, ndx)); 262 Aliste ndx = ((*lpp) == NULL) ? 0 : (*lpp)->apl_nitems; local 264 return (aplist_insert(lpp, ptr, init_arritems, ndx));
|
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/ |
| tls.c | 50 ulong_t ndx, cnt; local 72 for (ndx = 0, bits = 1; bits; bits = bits << 1, ndx++) { 75 ndx = (cnt * (sizeof (uint_t)) * 8) + ndx; 76 tmid.tmi_lowfree = ndx + 1; 77 return (ndx); 95 ndx = (tmid.tmi_cnt * sizeof (uint_t)) * 8; 96 tmid.tmi_lowfree = ndx + 1; 99 return (ndx); [all...] |
| config_elf.c | 445 Word bkt, ndx; local 450 ndx = config->c_hashtbl[2 + bkt]; 452 while (ndx) { 453 obj = config->c_objtbl + ndx; 458 ndx = config->c_hashchain[ndx];
|
| /onnv/onnv-gate/usr/src/cmd/sgs/size/common/ |
| process.c | 93 unsigned ndx = 0; local 127 ndx = ehdr.e_shstrndx; 166 name = elf_strptr(elf, ndx, (size_t)shdr.sh_name);
|
| /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/ |
| groups.c | 94 size_t ndx; local 104 for (ndx = 1; ndx < gdp->gd_cnt; ndx++) { 105 if (data[ndx] == scnndx) 125 size_t ndx; local 208 for (ndx = 1; ndx < gd.gd_cnt; ndx++) { 211 if ((gndx = gd.gd_data[ndx]) >= gifl->ifl_shnum) [all...] |
| ldentry.c | 191 Aliste ndx; local 200 for (ALIST_TRAVERSE(ofl->ofl_ents, ndx, enp)) {
|
| sunwmove.c | 195 Xword ndx = ELF_M_SYM(mvp->m_info); local 199 if ((ndx >= (Xword) isp->is_file->ifl_symscnt) || 200 (ndx == 0)) { 217 sdp = isp->is_file->ifl_oldndx[ndx];
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/ |
| asn1.c | 222 int i, ndx; local 241 for (i = 0, ndx = 0; i < n_subids; i++, ndx++) { 255 subid_len[ndx] = 1; 257 subid_len[ndx] = 2; 259 subid_len[ndx] = 3; 261 subid_len[ndx] = 4; 263 subid_len[ndx] = 5; 266 oid_asnlen += subid_len[ndx]; 278 for (i = 0, ndx = 0; i < n_subids; i++, ndx++) 604 int i, ndx; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/elfwrap/common/ |
| elfwrap.c | 72 size_t ndx, cnt; local 81 for (ndx = 1; argc; argc--, argv++, ndx++) { 98 outsec.os_ndx = ndx; 169 ndx++, stdsecs = &StdSecs[cnt]) { 177 outsec.os_ndx = ndx;
|
| /onnv/onnv-gate/usr/src/cmd/sgs/link_audit/common/ |
| truss.c | 211 uint_t ndx; local 214 for (ndx = 0; str = spec_sym[ndx]; ndx++) {
|
| /onnv/onnv-gate/usr/src/cmd/sgs/prof/common/ |
| rdelf.c | 76 size_t i, prev = 0, ndx = 0; local 133 ndx = i; 134 for (i = ndx + 1; i < *nfuncs; i++) { 136 nl[ndx] = nl[i]; 137 ndx++; 141 *nfuncs = ndx; 361 GElf_Half ndx; local 371 for (ndx = 0; ndx < ehdr.e_phnum; ndx++) [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/common/ |
| elfedit_machelf.c | 129 uint_t ndx; local 178 for (ndx = 1, scn = NULL; scn = elf_nextscn(tstate.os_elf, scn); 179 ndx++) { 187 tstate.os_dynndx = ndx; 201 symtabndx[tstate.os_symtabnum++] = ndx; 260 for (ndx = 0; ndx < obj_state->os_symtabnum; ndx++) 261 obj_state->os_symtab[ndx].symt_shndx = symtabndx[ndx]; [all...] |