Home
last modified time | relevance | path

Searched refs:s_index (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dnewscn.c76 s->sb_scn.s_index = tl->s_index + 1; in elf_newscn()
80 = (Elf32_Half)(tl->s_index + 2); in elf_newscn()
103 s->sb_scn.s_index = tl->s_index + 1; in elf_newscn()
107 = (Elf64_Half)(tl->s_index + 2); in elf_newscn()
H A Dndxscn.c44 rc = scn->s_index; in elf_ndxscn()
H A Dgetscn.c80 if (s->s_index == index) { in elf_getscn()
H A Dnewdata.c47 if (s->s_index == SHN_UNDEF) { in elf_newdata()
H A Dclscook.c111 s->s_index = s - elf->ed_hdscn; in _elf_prepscn()
112 s->s_shdr = (Shdr*)s->s_elf->ed_shdr + s->s_index; in _elf_prepscn()
H A Ddecl.h141 size_t s_index; /* section index */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.c233 const char *s_index = NULL, *s_handle = NULL, *s_parent = NULL; in lgrp() local
251 'i', MDB_OPT_STR, &s_index, in lgrp()
256 if (s_index != NULL) in lgrp()
266 if (s_index != NULL) in lgrp()
267 index = mdb_strtoull(s_index); in lgrp()
308 ((s_index == NULL) || ((int)index != LGRP_NONE))) in lgrp()
319 if ((s_index != NULL) && index != (uintptr_t)lgrp.lgrp_id) in lgrp()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c1099 pgcnt_t p_index, s_index, p_start, p_end, s_start, s_end, rss, virt; in vmu_calculate_seg() local
1196 s_index = s_start; in vmu_calculate_seg()
1240 cur->vmb_start = s_index; in vmu_calculate_seg()
1241 cur->vmb_end = s_index + p_bound_size; in vmu_calculate_seg()
1252 s_index = s_index + p_bound_size + 1; in vmu_calculate_seg()
1265 s_index++; in vmu_calculate_seg()
1302 s_index += pgcnt; in vmu_calculate_seg()
1305 s_index++; in vmu_calculate_seg()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk0.c81 s_index, FUNC, f_index,
136 wchar_t s_index[] = M_MB_L("index"); /* Name of "index" function */ variable
H A Dawk.h381 extern wchar_t s_exp[], s_getline[], s_index[], s_int[], s_length[], s_log[];
H A Dawk4.c311 awkerr(nargerr, s_index); in f_index()
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c2514 char *s_index; in getIndex() local
2542 for (s_index = index; s_index < s_index_end; in getIndex()
2543 s_index++) { in getIndex()
2544 if (*s_index == ESCAPE_CHAR) { in getIndex()
2545 *s_index1++ = *s_index++; in getIndex()
2546 } else if (*s_index == DOUBLE_QUOTE_CHAR) { in getIndex()
2549 is_whitespace(*s_index)) { in getIndex()
2552 *s_index1++ = *s_index; in getIndex()
2554 *s_index1 = *s_index; in getIndex()