Searched refs:symbol (Results 1 - 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Damd64_data.s30 / global symbol errno
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Di386_data.s33 / global symbol errno
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcrossref.c34 * cscope - interactive C symbol cross-reference
54 #define SYMBOLINC 20 /* symbol list size increment */
70 static struct symbol { /* symbol data */ struct
74 int length; /* symbol length */
75 } *symbol; variable in typeref:struct:symbol
83 int length; /* symbol length */
101 if (symbol == NULL) {
102 symbol = mymalloc(msymbols * sizeof (struct symbol));
[all...]
H A Dfind.c34 * cscope - interactive C symbol or text cross-reference
81 /* find the symbol in the cross-reference */
89 char symbol[PATLEN + 1]; /* symbol name */ local
114 /* find the next symbol */
164 s = symbol;
174 default: /* other symbol */
175 s = symbol;
190 /* match the symbol to the text pattern */
202 /* if this is a symbol */
255 char symbol[PATLEN + 1]; /* symbol name */ local
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DKernelSymbolRecord.java35 * {@code sym()} action used to lookup the symbol associated with a
52 new String[] {"symbol", "address"})
77 private String symbol; // set natively after creation; treat as final field in class:KernelSymbolRecord
91 * Creates a {@code KernelSymbolRecord} with the given symbol lookup
97 * @param addressValue symbol address
99 * looking up the symbol associated with the given kernel address
105 symbol = lookupValue;
113 if (symbol == null) {
114 throw new NullPointerException("symbol is null");
128 return symbol;
[all...]
H A DUserSymbolRecord.java35 * {@code usym()} action used to lookup the symbol associated with a
52 new String[] {"processID", "symbol", "address"})
79 private transient String symbol; field in class:UserSymbolRecord
92 * symbol lookup, and user address converted in probe context as a
100 * looking up the symbol associated with the given user address
101 * @param addressValue symbol address
110 symbol = lookupValue;
117 if (symbol == null) {
118 throw new NullPointerException("symbol is null");
123 * Gets the process ID associated with this record's symbol
[all...]
/illumos-gate/usr/src/head/
H A Dapptrace.h50 #define ABI_VFLAG(lib, symbol) \
51 __abi_ ## lib ## _ ## symbol ## _sym.a_vflag
56 #define ABI_REAL(lib, symbol) \
57 __abi_ ## lib ## _ ## symbol ## _sym.a_real
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c60 * Define a hash symbol-table entry.
61 * See symbol.h for the definition of the Symbol container type.
65 Symbol symbol; /* The symbol stored in the hash-entry */ member in struct:HashNode
194 * hcase HashCase Specify how symbol case is considered when
205 * provided SYM_DEL_FN() symbol destructors along
206 * with the symbol data.
321 * hash HashTable * The hash table to insert the symbol into.
331 * symbol is deleted this function will be called
365 if(node->symbol
[all...]
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dlex.l37 symbol [_a-zA-Z][_a-zA-Z0-9]*
66 {symbol} {yylval.str = strdup(yytext); return (SYMBOL);}
/illumos-gate/usr/src/cmd/dis/
H A Ddis_main.c73 #define MINSYMWIDTH 22 /* Minimum width of symbol portion of line */
76 * Given a symbol+offset as returned by dis_tgt_lookup(), print an appropriately
77 * formatted symbol, based on the offset and current setttings.
80 getsymname(uint64_t addr, const char *symbol, off_t offset, char *buf, argument
83 if (symbol == NULL || g_numeric) {
90 symbol = dis_demangle(symbol);
93 (void) snprintf(buf, buflen, "%s", symbol);
95 (void) snprintf(buf, buflen, "%s+0%o", symbol, offset);
97 (void) snprintf(buf, buflen, "%s+0x%x", symbol, offse
128 const char *symbol; local
276 const char *symbol; local
[all...]
/illumos-gate/usr/src/uts/sparc/os/
H A Dobpsym.c29 * such that address and name lookups can work and use kernel symbol names.
35 * The module locks the symbol tables in memory, when it's installed,
71 * the former causes a kobj_getsymvalue() on the entire kernel symbol table.
87 * we take names of the form: "modname:symbol", "unix:symbol", "symbol"
125 value_to_name(uintptr_t value, char *symbol) argument
136 (void) strcpy(symbol, modp->mod_modname);
137 (void) strcat(symbol, ":");
138 (void) strcat(symbol, nam
[all...]
H A Dobpsym_1275.c31 * such that address and name lookups can work and use kernel symbol names.
85 * Otherwise, try to translate the symbol name arg to a value.
115 static char symbol[MAX_NAME]; variable
123 char *name = symbol;
124 extern u_long value_to_name(uintptr_t value, char *symbol);
134 * Otherwise, try to translate the value to a symbol-name/offset.
/illumos-gate/usr/src/tools/ndrgen/
H A Dndrgen.h42 struct symbol *file_name;
46 struct symbol *nu_sym;
83 typedef struct symbol { struct
84 struct symbol *next;
154 struct node *type_name; /* symbol */
/illumos-gate/usr/src/lib/krb5/ss/
H A Dutils.c88 char *symbol; local
90 symbol = malloc((strlen(name)+6) * sizeof(char));
92 sprintf(symbol, "%s%05ld", name, gensym_n);
93 return(symbol);
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwhocalls.ksh35 -s When available, examine and use the .symtab symbol table
/illumos-gate/usr/src/tools/ctf/dump/
H A DMakefile.com30 SRCS = dump.c utils.c symbol.c
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daclinux.h126 #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c301 /* Prepare symbol[] for cclinter(). */
303 symbol[j] = FALSE;
329 if (symbol[j]) {
358 * Make symbol[k]=TRUE for all k
365 symbol[j] = FALSE;
367 symbol[j] = TRUE;
393 if (i > sizeof (symbol))
395 symbol[i] = TRUE;
H A Dsub1.c339 symbol[i] ^= 1; /* reverse value */
342 if (symbol[i])
351 if ((symbol[j] && cindex[j] != i) ||
352 (!symbol[j] && cindex[j] == i))
361 if (symbol[i]) {
364 symbol[i] = 0;
377 if (symbol[i]) {
382 if (symbol[k])
383 symbol[k] = 0;
H A Donce.h140 Boolean symbol[MAXNCG]; variable
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c572 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol) argument
576 if (symbol == 0)
595 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) argument
597 symbol |= 0x100;
600 RangeEnc_EncodeBit(p, probs + (symbol >> 8), (symbol >> 7) & 1);
601 symbol <<= 1;
603 while (symbol < 0x10000);
606 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte) argument
609 symbol |
656 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UInt32 *ProbPrices) argument
669 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symbol, UInt32 matchByte, UInt32 *ProbPrices) argument
686 RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) argument
700 RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) argument
713 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) argument
725 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) argument
753 LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState) argument
812 LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState, Bool updatePrice, UInt32 *ProbPrices) argument
[all...]
H A DLzmaDec.c135 /* First LZMA-symbol is always decoded.
180 unsigned symbol; local
189 symbol = 1;
190 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100);
196 symbol = 1;
203 probLit = prob + offs + bit + symbol;
204 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
206 while (symbol <
536 unsigned symbol = 1; local
544 unsigned symbol = 1; local
[all...]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c120 struct symbol { struct
121 char *name; /* Name of the symbol */
122 int index; /* Index number for this symbol */
128 struct symbol *fallback; /* fallback token in case this token doesn't parse */
136 char *firstset; /* First-set for all rules of this symbol */
138 char *destructor; /* Code which executes whenever this symbol is
151 struct symbol *lhs; /* Left-hand side of the rule */
155 struct symbol **rhs; /* The RHS symbols */
156 char **rhsalias; /* An alias for each RHS symbol (NULL if none) */
159 struct symbol *precsy
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dpptrace.c98 if (p->symbol)
100 sfsprintf(buf, sizeof(buf), "%s=%s", ppinmap[i].nam, p->symbol->name);
/illumos-gate/usr/src/tools/ctf/cvt/
H A DMakefile.com47 symbol.c \

Completed in 263 milliseconds

123