Searched refs:symbols (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/cfg/
H A DMakefile21 symbols/README \
22 symbols/assert_h.cfg \
23 symbols/ctype_h.cfg \
24 symbols/dirent_h.cfg \
25 symbols/fcntl_h.cfg \
26 symbols/locale_h.cfg \
27 symbols/math_h.cfg \
28 symbols/netdb_h.cfg \
29 symbols/pthread_h.cfg \
30 symbols/signal_
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcrossref.c64 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...]
H A Dglobal.h81 extern BOOL dbtruncated; /* database symbols are truncated to 8 chars */
108 extern BOOL truncatesyms; /* truncate symbols to 8 characters */
123 extern int symbols; /* number of symbols */
H A Dscanner.l676 if (symbols > 0) {
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsetup.ksh32 cfg=symbols/${prog%.ksh}.cfg
34 if [[ ! -f ${cfg} && $cfg == symbols/setup.cfg ]]
H A DMakefile18 TESTSUBDIR = symbols
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwhocalls.ksh36 for local symbols (more expensive).
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl197 # Reads in the static profile (i.e. the symbols exported by bin in
291 # Takes as input the static profile (e.g. the .text symbols) and returns
300 my (%symbols);
308 # First record all the symbols in the TEXT area:
314 $symbols{$sym} = 1;
323 if (exists($symbols{'_exit'})) {
329 if (exists($symbols{'socket'}) && exists($symbols{'_socket'}) &&
330 exists($symbols{'bind'}) && exists($symbols{'_bin
[all...]
/illumos-gate/usr/src/test/libc-tests/tests/
H A DMakefile26 symbols \
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h192 #define symbols symbols64 macro
216 #define symbols symbols32 macro
H A Delfdump.c59 * 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/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c607 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 Dlemon.c154 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...]
/illumos-gate/usr/src/cmd/sgs/libconv/
H A DMakefile.com50 symbols.o syminfo.o \
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c651 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/sun4u/ml/
H A Dcpr_resume_setup.s91 ! any new data symbols should be added after tstack.
/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.c258 * stream (mbs encodings) to symbols. Second, we parse the "to" map,
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.s84 _elf_rtbndr = elf_rtbndr ! rummage around for our symbols
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s108 _elf_rtbndr = elf_rtbndr ! rummage around for our symbols
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1584 % In order for the font changes to affect most math symbols and letters,
1995 % Also doesn't work in math. Do we need to do math with euro symbols?
5060 % print special symbols as themselves, and
5094 % print special symbols as themselves, and

Completed in 134 milliseconds