Searched defs:symbols (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_scan.c | 385 static token symbols[] = { variable 421 for (s = symbols; s->kind != TOK_EOF; s++) {
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | crossref.c | 64 int symbols; /* number of symbols */ variable 69 static int msymbols = SYMBOLINC; /* maximum number of symbols */ 100 symbols = 0; 109 /* if requested, truncate C symbols */ 122 for (i = 0; i < symbols; ++i) { 132 if (i == symbols) { /* if not already in list */ 137 case NEWLINE: /* end of line containing symbols */ 139 putcrossref(); /* output the symbols and source line */ 146 * if there were symbols, outpu [all...] |
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | _elfdump.h | 192 #define symbols symbols64 macro 216 #define symbols symbols32 macro
|
H A D | elfdump.c | 59 * Versym values for UNDEF symbols resolved by other objects 85 * for local symbols, and the [1] index for globals. If the original 136 Sym *sym; /* Array of symbols */ 137 Word symn; /* # of symbols */ 268 * Relocations can reference section symbols and standard symbols. If the 1147 * in the symbols do not correspond to these headers. 1253 * section. UNDEF symbols don't count in this case, 1286 * have global binding. Note, we exclude UNDEF/NOTY symbols with zero 1287 * value and size, as these symbols ma 2441 symbols(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, function [all...] |
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 651 const struct res_sym *symbols; local 655 symbols = __p_update_section_syms; 658 symbols = __p_default_section_syms; 661 return (sym_ntos(symbols, section, (int *)0));
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/ |
H A D | asm10k.c | 607 sym_t *symbols[4]; local 621 if ((symbols[i] = find_symbol(tokens[i+1])) == NULL) { 628 if (symbols[i]->type == SY_INPUT) 631 if (symbols[i]->type == SY_ACCUM && i != 1) 648 symbols[0]->arg, 649 symbols[1]->arg, 650 symbols[2]->arg, 651 symbols[3]->arg); 654 symbols[0]->arg, 655 symbols[ [all...] |
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 154 int nrhs; /* Number of RHS symbols */ 155 struct symbol **rhs; /* The RHS symbols */ 169 ** symbols which are allowed to immediately follow the end of the rule. 237 int nsymbol; /* Number of terminal and nonterminal symbols */ 238 int nterminal; /* Number of terminal symbols */ 239 struct symbol **symbols; /* Sorted array of pointers to symbols */ member in struct:lemon 244 char *tokentype; /* Type of terminal symbols in the parser stack */ 245 char *vartype; /* The default type of non-terminal symbols */ 300 /* Routines for handling symbols o [all...] |
Completed in 81 milliseconds