HomeSort by relevance Sort by last modified time
    Searched refs:ndx (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /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/
args.c 32 Dbg_args_option(Lm_list *lml, int ndx, int c, char *optarg)
38 dbg_print(lml, MSG_INTL(MSG_ARG_OPTARG), ndx, c, optarg);
40 dbg_print(lml, MSG_INTL(MSG_ARG_OPTION), ndx, c);
44 Dbg_args_str2chr(Lm_list *lml, int ndx, const char *opt, int c)
49 dbg_print(lml, MSG_INTL(MSG_ARG_STR2CHR), ndx, opt, c);
53 Dbg_args_Wldel(Lm_list *lml, int ndx, const char *opt)
58 dbg_print(lml, MSG_INTL(MSG_ARG_WLDEL), ndx, opt);
62 Dbg_args_file(Lm_list *lml, int ndx, char *file)
67 dbg_print(lml, MSG_INTL(MSG_ARG_FILE), ndx, file);
support.c 74 Support_ndx ndx, const char *name)
83 if (ndx == LDS_START)
85 else if ((ndx == LDS_OPEN) || (ndx == LDS_FILE))
87 else if (ndx == LDS_INSEC)
89 else if (ndx == LDS_SEC)
92 if ((ndx == LDS_ATEXIT) || (ndx == LDS_VERSION) ||
93 (ndx == LDS_INPUT_DONE))
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);
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));
  /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/elfdump/common/
dwarf.c 61 * ndx - Address of variable giving index to start byte in data.
67 * *ndx is incremented by the size of the extracted datum.
73 dwarf_extract_uint(uchar_t *data, uint64_t *ndx, int size, int do_swap)
77 return (data[(*ndx)++]);
83 data += *ndx;
89 (*ndx) += 2;
97 data += *ndx;
103 (*ndx) += 4;
112 data += *ndx;
118 (*ndx) += 8
472 uint64_t off, ndx; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/log/
log_rec.c 167 * entry in the dbentry table for this ndx.
222 __log_do_open(lp, uid, name, ftype, ndx)
227 u_int32_t ndx;
246 (void)__log_add_logid(lp, dbp, name, ndx);
258 __log_add_logid(logp, dbp, name, ndx)
262 u_int32_t ndx;
272 * Check if we need to grow the table. Note, ndx is 0-based (the
276 if (logp->dbentry_cnt <= ndx) {
278 (ndx + DB_GROW_SIZE) * sizeof(DB_ENTRY))) != 0)
282 for (i = logp->dbentry_cnt; i < ndx + DB_GROW_SIZE; i++)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/
unwind.c 287 extract_uint(const uchar_t *data, uint64_t *ndx, int do_swap)
292 data += *ndx;
298 (*ndx) += 4;
389 uint64_t ndx = 0; local
397 length = extract_uint(data + off, &ndx, bswap);
404 id = extract_uint(data + off, &ndx, bswap);
418 cieversion = data[off + ndx];
419 ndx += 1;
562 uint64_t ndx = 0; local
569 length = extract_uint(data + off, &ndx, bswap)
    [all...]
util.c 311 * ndx - Starting optind for current item
322 str2chr(Lm_list *lml, int ndx, int argc, char **argv, char *arg, int c,
331 DBG_CALL(Dbg_args_str2chr(lml, ndx, opt, c));
341 DBG_CALL(Dbg_args_str2chr(lml, ndx, opt, c));
392 ld_getopt(Lm_list *lml, int ndx, int argc, char **argv)
402 if ((c = str2chr(lml, ndx, argc, argv, arg, 'R',
410 if ((c = str2chr(lml, ndx, argc, argv, arg, 'G',
415 } else if ((c = str2chr(lml, ndx, argc, argv, arg, 'h',
423 if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
433 if ((c = str2chr(lml, ndx, argc, argv
    [all...]
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...]
  /onnv/onnv-gate/usr/src/lib/nsswitch/nisplus/common/
nisplus_tables.h 208 * of the auth_type field, hence the overlapping NDX values.
301 #define EC_LEN(ecp, ndx) ((ecp)[ndx].ec_value.ec_value_len)
302 #define EC_VAL(ecp, ndx) ((ecp)[ndx].ec_value.ec_value_val)
303 #define EC_SET(ecp, ndx, l, v) \
304 ((l) = EC_LEN(ecp, ndx), (v) = EC_VAL(ecp, ndx))
306 #define __NISPLUS_GETCOL_OR_EMPTY(ecp, ndx, l, v) \
307 EC_SET(ecp, ndx, l, v);
    [all...]
  /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)
  /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/modules/common/
cap.c 182 * ndx = If print_type is PRINT_CAP_T_NDX, displays the index specified.
197 Word cnt, ndx, printed = 0; local
216 ndx = arg;
219 ndx = 0;
223 cap = &argstate->cap.data[ndx];
224 for (; cnt--; cap++, ndx++) {
237 Elf_cap_entry(NULL, cap, ndx,
330 Word ndx, ca_value; local
354 for (ndx = 0; ndx < argstate->cap.num; ndx++)
430 Word ndx; local
    [all...]
str.c 101 STR_OPT_F_SHNDX = 16, /* -shndx ndx: strtab spec. by index */
120 Word ndx; /* Table offset if (argc > 0) */ member in struct:__anon198::__anon199
199 shndx_to_strtab(elfedit_obj_state_t *obj_state, Word ndx)
206 if (ndx < obj_state->os_shnum) {
207 Shdr *shdr = obj_state->os_secarr[ndx].sec_shdr;
213 ndx = shdr->sh_link;
221 ndx = shdr->sh_link;
222 if (ndx < obj_state->os_shnum)
223 ndx =
224 obj_state->os_secarr[ndx].sec_shdr->sh_link
252 Word ndx; local
430 Word ndx; local
521 Word ndx = argstate->str.ndx; local
623 Word ndx = argstate->str.ndx; local
753 Word ndx; local
824 Word ndx; local
    [all...]
dyn.c 111 DYN_OPT_F_DYNNDX_VAL = 16, /* -dynndx ndx: Index is value to */
190 Word ndx; local
206 ndx = argstate->dyn.null_ndx;
207 dyn = &argstate->dyn.data[ndx];
214 return (ndx);
298 Word end_ndx, ndx, printed = 0; local
329 ndx = arg;
331 ndx = 0;
342 dyn = &argstate->dyn.data[ndx];
348 * only want to display one item (ndx == arg) and then quit
626 Word ndx; local
1135 Word ndx; local
    [all...]
syminfo.c 253 * ndx - Index of first symbol to display
257 dump_syminfo(ARGSTATE *argstate, Word ndx, Word cnt)
263 syminfo = argstate->syminfo.data + ndx;
266 sym = argstate->sym.data + ndx;
278 for (; cnt-- > 0; ndx++, syminfo++, sym++) {
294 Elf_syminfo_entry(0, ndx, syminfo, name, needed);
309 * ndx - Index of first symbol to display
314 Word ndx, Word cnt)
336 dump_syminfo(argstate, ndx, cnt);
350 for (syminfo += ndx; cnt--; syminfo++)
470 Word str_offset, ndx, numdyn; local
572 Word ndx; local
    [all...]
shdr.c 191 PRINT_SHDR_ALL, /* Print all shdr[ndx:ndx+cnt-1] */
192 PRINT_SHDR_TYPE, /* Print all shdr[ndx:ndx+cnt-1] with type */
193 /* of shdr[ndx] */
194 PRINT_SHDR_NAME, /* Print all shdr[ndx:ndx+cnt-1] with name */
195 /* of shdr[ndx] */
207 * ndx - Index of first section to display
213 Word ndx, Word cnt, PRINT_SHDR_T print_type
256 elfedit_printf(MSG_INTL(MSG_ELF_SHDR), ndx, local
362 Word ndx; local
758 Word ndx; local
815 Word ndx; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libelf/common/
gelf.c 216 gelf_getphdr(Elf *elf, int ndx, GElf_Phdr *dst)
227 if (phnum <= ndx) {
239 Elf32_Phdr *p = &((Elf32_Phdr *)elf32_getphdr(elf))[ndx];
254 *dst = ((GElf_Phdr *)phdrs)[ndx];
263 gelf_update_phdr(Elf *elf, int ndx, GElf_Phdr *src)
274 if (phnum < ndx) {
281 Elf32_Phdr *dst = &((Elf32_Phdr *)elf32_getphdr(elf))[ndx];
301 dst[ndx] = *(GElf_Phdr *)src;
468 gelf_getsym(Elf_Data * data, int ndx, GElf_Sym * dst)
488 if ((entsize * ndx) >= data->d_size)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libelf/demo/
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...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
cyclic_impl.h 543 #define CYC_HEAP_PARENT(ndx) (((ndx) - 1) >> 1)
544 #define CYC_HEAP_RIGHT(ndx) (((ndx) + 1) << 1)
545 #define CYC_HEAP_LEFT(ndx) ((((ndx) + 1) << 1) - 1)
  /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...]

Completed in 8814 milliseconds

1 2 3 4 5 6 7