Searched refs:symbol (Results 51 - 75 of 99) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A Dcheetahasm.h38 #define ASM_LD(reg, symbol) \
39 sethi %hi(symbol), reg; \
40 ld [reg + %lo(symbol)], reg; \
42 #define ASM_LDX(reg, symbol) \
43 sethi %hi(symbol), reg; \
44 ldx [reg + %lo(symbol)], reg; \
46 #define ASM_JMP(reg, symbol) \
47 sethi %hi(symbol), reg; \
48 jmp reg + %lo(symbol); \
696 * a reg or symbol tha
[all...]
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl165 # the symbol database. E.g. gethostname should be public.
347 # Loads any needed public/private Solaris library symbol models.
407 # Always try to load libc. This will be used for symbol
542 # it is an unrecognized symbol:
554 "unrecognized symbol class: %s"), $class));
634 # %model{"$library|$abi|$symbol"} = {public,private}
681 # symbol Models kept in the etc.* file.
731 # Determine the public/private symbol model for a versioned Solaris
758 # %model{"$library|$abi|$symbol"} = {public,private}
795 my ($line, $libtmp, $j1, $j2, $version, $symbol,
[all...]
H A Dsymprof.pl368 # The app links against symbol memcpy() in
424 # The app links against symbol getwc() in
458 # ld.so.1. We DO NOT want to consider a symbol
510 # Each BINDING record refers to 1 symbol. After manipulation
580 # If the symbol was unbound, there is no
1066 # file=/usr/lib/libc.so.1: symbol `exit'
1110 } elsif ($tmp =~ /symbol not found: (.*)$/) {
1113 # symbol not found: gethz (/usr/\
1121 # $tmp is the symbol, $tmp2 is the
1157 # binding file=/bin/pagesize to file=/usr/lib/libc.so.1: symbol `exi
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcpp.c245 s = pp.symbol->name;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dstrict.pm114 on the left hand side of the C<< => >> symbol.
H A DExporter.pm159 common symbol names to reduce the risk of name clashes.
204 but with list entries that are syntactically distinct from symbol names.
282 and you want to Export symbol $A::b back to the module that called
349 list is not empty then an error is generated for each symbol and the
377 If several symbol categories exist in %EXPORT_TAGS, it's usually
H A DCarp.pm90 This feature is enabled by 'importing' the non-existent symbol
H A DFatal.pm128 no strict 'refs'; # to avoid: Can't use string (...) as a symbol ref ...
165 If the symbol C<:void> appears in the import list, then functions
H A Dvmsish.pm59 symbol $STATUS will still have the termination status, but with a
H A DFileHandle.pm152 newly created symbol (see the C<Symbol> package). If it receives any
/opensolaris-onvv-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h225 extern Boolean symbol[MAXNCG];
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dpplex.c593 if (!(prv->symbol->flags & SYM_MULTILINE))
594 prv->symbol->flags |= SYM_DISABLED;
638 if (!(cur->flags & (IN_noguard|IN_tokens)) && cur->symbol)
639 ppmultiple(ppsetfile(error_info.file), cur->symbol);
680 cur->symbol->flags &= ~SYM_DISABLED;
681 if (cur->symbol->flags & SYM_FUNCTION)
1402 if (pp.symbol = sym)
1404 if ((sym->flags & SYM_KEYWORD) && (!pp.truncate || (op - tp) <= pp.truncate || (tp[pp.truncate] = '_', tp[pp.truncate + 1] = 0, pp.symbol = sym = (pp.option & NOHASH) ? ppsymref(pp.symtab, tp) : ppsymset(pp.symtab, tp), 0)))
1565 pp.symbol = sym = (struct ppsymbol*)ppkeyset(pp.symtab, tp);
2011 if (!*(s = pp.macp->arg[c]) && (pp.in->symbol
[all...]
H A Dppbuiltin.c181 if ((in->type == IN_MACRO || in->type == IN_MULTILINE) && (in->symbol->flags & SYM_FUNCTION))
H A Dpp.h123 #define SYM_NOTICED (1L<<12) /* symbol noticed in output */
129 #define SYM_UNUSED 24 /* first unused symbol flag bit */
131 #define PP_ASSERT 1 /* preassert symbol */
139 #define PP_DEFINE 9 /* predefine symbol */
189 #define PP_UNDEF 59 /* undef symbol after ppdefault */
376 struct ppsymbol /* pp symbol info */
378 HASH_HEADER; /* hash stuff and symbol name */
404 struct ppsymbol* symbol; /* last symbol if PP_COMPILE */ member in struct:ppglobals
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c1123 /* stand-alone symbol lookup action */
1373 /* Get symbol lookup */
1478 jobject symbol = NULL; /* return value */ local
1486 symbol = (*jenv)->NewObject(jenv, g_symbol_jc,
1496 symbol = (*jenv)->NewObject(jenv, g_usymbol_jc,
1507 return (symbol);
1613 dtj_attach_name(dtj_java_consumer_t *jc, jobject symbol, jstring s) argument
1617 if ((*jenv)->IsInstanceOf(jenv, symbol, g_symbol_jc)) {
1618 (*jenv)->CallVoidMethod(jenv, symbol, g_symbolset_name_jm, s);
1619 } else if ((*jenv)->IsInstanceOf(jenv, symbol, g_usymbol_j
[all...]
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dreiserfs.c672 static void *getsym(void *handle, const char *symbol) argument
677 entry = dlsym(handle, symbol);
681 _("Couldn't resolve symbol %s. "
683 symbol, error);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DPipe.pm206 Creates an C<IO::Pipe>, which is a reference to a newly created symbol
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DUNIX.pm91 newly created symbol (see the C<Symbol> package). C<new>
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm85 $pkg = "main::$pkg\::"; # expand to full symbol table name
185 croak("'$arg' not a valid symbol table name")
404 for a glob (i.e. all symbol table entries associated with "foo",
413 package that symbols should be shared from. The symbol names (including
421 This returns a glob reference for the symbol table entry of VARNAME in
489 A similar effect applies to I<all> runtime symbol lookups in code
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DCanonical.pl854 symbol => 'S',
/opensolaris-onvv-gate/usr/src/lib/libdhcputil/
H A DREADME.inittab148 o Where a symbol is defined both in the inittab and in dhcptab(4),
149 inittab is authoritative. EXTEND symbol definitions in
/opensolaris-onvv-gate/usr/src/lib/libtnfctl/
H A Dsym.c30 * - return an address for a symbol name
31 * - return a symbol name for an address
82 * symbol in the object file specified by fd.
108 /* check if we found symbol address */
119 * _tnfctl_sym_find() - determines the virtual address of the supplied symbol
136 /* for every object in list, search for symbol */
141 /* return value of TNFCTL_ERR_BADARG means symbol not found */
145 /* symbol found */
164 * symbol in the object specified by base name
204 /* return value of TNFCTL_ERR_BADARG means symbol no
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm325 things as SVs, OPs and the internal symbol table and syntax tree
411 Walk the symbol table starting at SYMREF and call METHOD on each
412 symbol (a B::GV object) visited. When the walk reaches package
413 symbols (such as "Foo::") it invokes RECURSE, passing in the symbol
420 # Walk CGI's symbol table calling print_subs on each symbol.
/opensolaris-onvv-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c1020 * ppm_convert - convert a #define symbol to its integer value,
1058 * convert a #define'd symbol to its integer value where
1059 * input "symbol" is expected to be in form of "SYMBOL=value"
1062 ppm_convert(char *symbol, uint_t *val) argument
1067 if ((s = strchr(symbol, '=')) == NULL) {
1069 "ppm.conf file", symbol);
1080 "in ppm.conf file", symbol);
/opensolaris-onvv-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c44 * sym_strtbl: String table included at the end of the symbol table
327 /* Ignore special members like the symbol and string tables */
617 /* loop through sections to find symbol table */
674 * symbol table, so that applications that rely
677 * we require a small empty symbol string table.
730 * Write the archive symbol table member to the output archive file.
747 * We require a buffer large enough to hold a symbol table count,
748 * plus one offset for each symbol.
811 * The symbol string table can be larger than 32-bits on a 64-bit
905 * Enter a symbol nam
908 savename(char *symbol) argument
[all...]

Completed in 372 milliseconds

1234