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

1 2 3 4

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
Demo.pm 9 my ($package, $symbol, $referent, $attr, $data, $phase) = @_;
11 print STDERR 'Scalar $', *{$symbol}{NAME},
23 my ($package, $symbol, $referent, $attr, $data) = @_;
25 print STDERR 'Hash %', *{$symbol}{NAME},
30 my ($package, $symbol, $referent, $attr, $data) = @_;
32 print STDERR 'Sub &', *{$symbol}{NAME},
37 my ($package, $symbol, $referent, $attr, $data) = @_;
39 print STDERR ref($referent), ' ', *{$symbol}{NAME},
44 my ($package, $symbol, $referent, $attr, $data) = @_;
46 print STDERR ref($referent), ' ', *{$symbol}{NAME}
    [all...]
demo_range.pl 6 my ($package, $symbol, $referent, $attr, $data) = @_;
MyClass.pm 9 my ($package, $symbol, $referent, $attr, $data) = @_;
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
amd64_data.s 30 / global symbol errno
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
i386_data.s 33 / global symbol errno
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Symbol/
Symbol.pm 1 package Encode::Symbol;
13 Encode::Symbol - Symbol Encodings
18 $symbol = encode("symbol", $utf8); # loads Encode::Symbol implicitly
19 $utf8 = decode("", $symbol); # ditto
23 This module implements symbol and dingbats encodings. Encodings
28 symbol
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
config_h.SH 49 * This symbol holds the complete pathname to the sed program.
54 * This symbol, if defined, indicates that the alarm routine is
60 * This symbol is defined if the bcmp() routine is available to
66 * This symbol is defined if the bcopy() routine is available to
72 * This symbol is defined if the bzero() routine is available to
78 * This symbol, if defined, indicates that the chown routine is
84 * This symbol, if defined, indicates that the chroot routine is
90 * This symbol, if defined, indicates that the chsize routine is available
96 * This symbol, if defined, indicates that this C compiler knows about
97 * the const type. There is no need to actually test for that symbol
    [all...]
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
crossref.c 34 * 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...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhtadm/
ResourceBundle.properties 39 Symbol=Symbol
47 # Specifying both macro name and symbol name error
49 two_keys_error=Cannot specify both macro name and symbol name
52 # Specifying neither macro name and symbol name error
54 no_keys_error=Must specify either macro name or symbol name
59 no_definition_error=Must specify macro or symbol definition
62 # Cannot edit symbol error
67 # Cannot edit symbol error
89 usage=dhtadm [-r (resource)] [-p (path)] [-u (uninterpreted data)] [-g] (options)\n\nWhere (options) is one of:\n\n-C Create the dhcptab\n\n-A Add symbol or macro. Sub-options:\n { -s (symbol name) | -m (macro name) } -d (definition)\n\n (…)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
KernelSymbolRecord.java 35 * {@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...]
UserSymbolRecord.java 35 * {@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...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
Macro.java 48 // Value used to edit a boolean symbol of a macro
91 StringBuffer symbol = new StringBuffer(); local
117 // Name of symbol
122 storeOption(symbol.toString(), value.toString());
124 setOption(symbol.toString(), value.toString(), false);
126 symbol.setLength(0);
130 symbol.append(c);
133 // Value of symbol
146 storeOption(symbol.toString(), value.toString());
148 setOption(symbol.toString(), value.toString(), false)
    [all...]
  /onnv/onnv-gate/usr/src/head/
apptrace.h 50 #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
  /onnv/onnv-gate/usr/src/lib/libtecla/common/
hash.c 60 * 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
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/librtld_db/rdb_demo/common/
lex.l 40 symbol [_a-zA-Z][_a-zA-Z0-9]*
69 {symbol} {yylval.str = strdup(yytext); return (SYMBOL);}
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
b.t 42 my($symbol) = @_;
44 $main::Subs{$symbol->STASH->NAME . '::' . $symbol->NAME}++;
  /onnv/onnv-gate/usr/src/uts/sparc/os/
obpsym.c 29 * 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)
136 (void) strcpy(symbol, modp->mod_modname);
137 (void) strcat(symbol, ":");
138 (void) strcat(symbol, name)
    [all...]
obpsym_1275.c 31 * 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.
  /onnv/onnv-gate/usr/src/cmd/dis/
dis_main.c 71 #define MINSYMWIDTH 22 /* Minimum width of symbol portion of line */
74 * Given a symbol+offset as returned by dis_tgt_lookup(), print an appropriately
75 * formatted symbol, based on the offset and current setttings.
78 getsymname(uint64_t addr, const char *symbol, off_t offset, char *buf,
81 if (symbol == NULL || g_numeric) {
88 symbol = dis_demangle(symbol);
91 (void) snprintf(buf, buflen, "%s", symbol);
93 (void) snprintf(buf, buflen, "%s+0%o", symbol, offset);
95 (void) snprintf(buf, buflen, "%s+0x%x", symbol, offset)
110 const char *symbol; local
236 const char *symbol; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/ss/
utils.c 88 char *symbol; local
90 symbol = malloc((strlen(name)+6) * sizeof(char));
92 sprintf(symbol, "%s%05ld", name, gensym_n);
93 return(symbol);
  /onnv/onnv-gate/usr/src/tools/ndrgen/
ndrgen.h 42 struct symbol *file_name;
46 struct symbol *nu_sym;
83 typedef struct symbol { struct
84 struct symbol *next;
154 struct node *type_name; /* symbol */
  /onnv/onnv-gate/usr/src/uts/intel/sys/acpi/platform/
aclinux.h 144 #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
die.t 61 print "not " unless $@ =~ /Global symbol "\$\x{3b1}"/;
  /onnv/onnv-gate/usr/src/cmd/sgs/link_audit/common/
whocalls.ksh 40 -s When available, examine and use the .symtab symbol table
  /onnv/onnv-gate/usr/src/tools/ctf/dump/
Makefile.com 30 SRCS = dump.c utils.c symbol.c

Completed in 5919 milliseconds

1 2 3 4