Searched refs:s_index (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | ndxscn.c | 46 rc = scn->s_index;
|
H A D | newscn.c | 80 s->sb_scn.s_index = tl->s_index + 1; 84 = (Elf32_Half)(tl->s_index + 2); 110 s->sb_scn.s_index = tl->s_index + 1; 114 = (Elf64_Half)(tl->s_index + 2);
|
H A D | getscn.c | 83 if (s->s_index == index) {
|
H A D | newdata.c | 49 if (s->s_index == SHN_UNDEF) {
|
H A D | clscook.c | 113 s->s_index = s - elf->ed_hdscn; 114 s->s_shdr = (Shdr*)s->s_elf->ed_shdr + s->s_index;
|
H A D | decl.h | 142 size_t s_index; /* section index */ member in struct:Elf_Scn
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | lgrp.c | 235 const char *s_index = NULL, *s_handle = NULL, *s_parent = NULL; local 253 'i', MDB_OPT_STR, &s_index, 258 if (s_index != NULL) 268 if (s_index != NULL) 269 index = mdb_strtoull(s_index); 310 ((s_index == NULL) || ((int)index != LGRP_NONE))) 321 if ((s_index != NULL) && index != (uintptr_t)lgrp.lgrp_id)
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk0.c | 83 s_index, FUNC, f_index, 138 wchar_t s_index[] = M_MB_L("index"); /* Name of "index" function */ variable
|
H A D | awk.h | 383 extern wchar_t s_exp[], s_getline[], s_index[], s_int[], s_length[], s_log[];
|
H A D | awk4.c | 313 awkerr(nargerr, s_index);
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_usage.c | 1099 pgcnt_t p_index, s_index, p_start, p_end, s_start, s_end, rss, virt; local 1194 s_index = s_start; 1238 cur->vmb_start = s_index; 1239 cur->vmb_end = s_index + p_bound_size; 1250 s_index = s_index + p_bound_size + 1; 1263 s_index++; 1300 s_index += pgcnt; 1303 s_index++;
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/ |
H A D | montecarlo.c | 1370 int s_index, i1; local 1765 for (s_index = 0; s_index < slot_table_size; s_index++) { 1769 prom_slot_table[s_index].pslotnum) { 1776 if (prom_slot_table[s_index].pci_devno == 1805 hotswap_slot_table[s_index].pslotnum) { 1811 if (hotswap_slot_table[s_index].pci_devno == 1831 } /* for(s_index) */
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_map.c | 2514 char *s_index; local 2542 for (s_index = index; s_index < s_index_end; 2543 s_index++) { 2544 if (*s_index == ESCAPE_CHAR) { 2545 *s_index1++ = *s_index++; 2546 } else if (*s_index == DOUBLE_QUOTE_CHAR) { 2549 is_whitespace(*s_index)) { 2552 *s_index1++ = *s_index; 2554 *s_index1 = *s_index; [all...] |
Completed in 119 milliseconds