Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/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 \
33 symbols/stdio_h.cfg \
43 symbols/time_h.cfg \
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-libctest.p5m35 dir path=opt/libc-tests/cfg/symbols
36 file path=opt/libc-tests/cfg/symbols/README mode=0444
37 file path=opt/libc-tests/cfg/symbols/assert_h.cfg mode=0444
38 file path=opt/libc-tests/cfg/symbols/ctype_h.cfg mode=0444
40 file path=opt/libc-tests/cfg/symbols/fcntl_h.cfg mode=0444
42 file path=opt/libc-tests/cfg/symbols/math_h.cfg mode=0444
43 file path=opt/libc-tests/cfg/symbols/netdb_h.cfg mode=0444
48 file path=opt/libc-tests/cfg/symbols/stdio_h.cfg mode=0444
59 file path=opt/libc-tests/cfg/symbols/time_h.cfg mode=0444
218 dir path=opt/libc-tests/tests/symbols
[all …]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcrossref.c62 int symbols; /* number of symbols */ variable
98 symbols = 0; in crossref()
120 for (i = 0; i < symbols; ++i) { in crossref()
147 if (symbols > 0) { in crossref()
165 if (symbols == msymbols) { in savesymbol()
171 symbol[symbols].type = token; in savesymbol()
172 symbol[symbols].first = first; in savesymbol()
173 symbol[symbols].last = last; in savesymbol()
174 symbol[symbols].length = last - first; in savesymbol()
175 ++symbols; in savesymbol()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dscope.c46 add_symbol(&scope->symbols, sym); in bind_scope()
57 delete_ptr_list_entry((struct ptr_list**) &old->symbols, sym, 1); in rebind_scope()
98 struct symbol **ptr = &sym->ident->symbols; in remove_symbol_scope()
108 struct symbol_list *symbols = scope->symbols; in end_scope() local
112 scope->symbols = NULL; in end_scope()
113 FOR_EACH_PTR(symbols, sym) { in end_scope()
H A Dcheck_arm64_tagged.c26 static struct hashtable *symbols; variable
44 insert_symbol(symbols, left_name, left_name); in match_assign()
49 destroy_function_hashtable(symbols); in match_endfunc()
50 symbols = create_function_hashtable(4000); in match_endfunc()
66 if (search_symbol(symbols, name)) in expr_has_untagged_symbol()
255 symbols = create_function_hashtable(4000); in check_arm64_tagged()
H A Dgdbhelpers60 # Show symbols in a symbol_list. Non-recursive
249 if ($ident->symbols)
251 printf "symbols = "
252 gdb_show_symbols_next_id($ident->symbols)
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl300 my (%symbols);
314 $symbols{$sym} = 1;
323 if (exists($symbols{'_exit'})) {
329 if (exists($symbols{'socket'}) && exists($symbols{'_socket'}) &&
330 exists($symbols{'bind'}) && exists($symbols{'_bind'}) &&
331 exists($symbols{'connect'}) && exists($symbols{'_connect'})) {
337 if (exists($symbols{'_xti_bind'}) && exists($symbols{'_xti_connect'}) &&
338 exists($symbols{'_tx_bind'}) && exists($symbols{'_tx_connect'})) {
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c607 sym_t *symbols[4]; in compile_asm() local
628 if (symbols[i]->type == SY_INPUT) in compile_asm()
631 if (symbols[i]->type == SY_ACCUM && i != 1) in compile_asm()
648 symbols[0]->arg, in compile_asm()
649 symbols[1]->arg, in compile_asm()
650 symbols[2]->arg, in compile_asm()
651 symbols[3]->arg); in compile_asm()
654 symbols[0]->arg, in compile_asm()
655 symbols[1]->arg, in compile_asm()
656 symbols[2]->arg, in compile_asm()
[all …]
/illumos-gate/usr/src/uts/common/mapfiles/
H A DREADME22 verification of the symbols that are being used. This means that it's
39 * These mapfiles do not hide symbols! Library mapfiles always have
40 something to catch all local symbols. That should *never* be used
42 * All symbols in these mapfiles should be marked 'EXTERN' to indicate
56 include every symbol in them. As the need arises, add new symbols or
/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 ]]
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.msg41 \t[-l]\t\tprint reduced symbols\n\
47 \t[-s]\t\tprint version definition symbols\n\
55 @ MSG_VER_UNREDSYMS "%s: warning: %s: unable to deduce reduced symbols:\n"
72 # The following strings represent reserved words, files, pathnames and symbols.
/illumos-gate/usr/src/lib/libsocket/common/
H A Dmapfile-vers121 # no SUNW_1.2 or SUNW_1.3 symbols, but they are now kept as placeholders.
122 # Don't add any symbols to these versions.
183 # For ABI reasons, the following symbols are in SISCD_2.3 on 32-bit
219 # Don't add any more. Add new private symbols to SUNWprivate_1.3
/illumos-gate/usr/src/lib/libmd/common/
H A Dmapfile-vers52 # ELF section. As a result, ld will put the two main symbols in.
113 # Unfortunately, that requires these to be global symbols, even
116 # symbols are not exposed in any meaningful way in a header file
/illumos-gate/usr/src/lib/libc/
H A DREADME231 Removed the historical "synonym" symbols from the C Library.
238 These synonym symbols existed such that an application which provided
239 otherwise conflicting symbols could interpose on the version in libc without
243 synonyms.h, which would #define open _open, for all such symbols.
245 Since ON now uses direct bindings extensively all symbols not explicitly
247 actually necessary. Thus synonyms.h was removed, and no new synonym symbols
248 need be added. However, unfortunately, certain of the private symbols were
255 It should never be necessary to add additional synonym symbols to libc nor to
263 Scopes all function symbols within libc protected, excepting those that need
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h192 #define symbols symbols64 macro
216 #define symbols symbols32 macro
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.msg199 By default, symbols are taken from all available symbol tables.\n\
213 By default, symbols are taken from all available symbol tables.\n\
230 By default, symbols are taken from all available symbol tables.\n\
243 By default, symbols are taken from all available symbol tables.\n\
271 By default, symbols are taken from all available symbol tables.\n\
287 By default, symbols are taken from all available symbol tables.\n\
305 By default, symbols are taken from all available symbol tables.\n\
320 By default, symbols are taken from all available symbol tables.\n\
334 By default, symbols are taken from all available symbol tables.\n\
349 By default, symbols are taken from all available symbol tables.\n\
[all …]
/illumos-gate/usr/src/lib/krb5/dyn/
H A Dmapfile-vers40 # no SUNW_1.1 symbols, but the version is now kept as a placeholder.
41 # Don't add any symbols to this version.
/illumos-gate/usr/src/common/bignum/
H A DREADME40 See file bignumimpl.c for information about these preprocessor symbols:
43 The other symbols are set in Makefiles, as appropriate.
/illumos-gate/usr/src/lib/libkstat/common/
H A Dmapfile-vers42 # no SUNW_1.1 symbols, but the version is now kept as a placeholder.
43 # Don't add any symbols to this version.
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DREADME.md14 defines our two COMDAT symbols/sections (`data_symbol` and `bss_symbol`)
18 defines our two COMDAT symbols/sections (`data_symbol` and
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dmapfile-vers41 # no SUNW_1.1 symbols, but the version is now kept as a placeholder.
42 # Don't add any symbols to this version.
/illumos-gate/usr/src/lib/libadm/common/
H A Dmapfile-vers48 # no SUNW_1.1 symbols, but the version is now kept as a placeholder.
49 # Don't add any symbols to this version.
191 # It was a mistake ever to have exported these symbols from libadm.
/illumos-gate/usr/src/lib/libmapmalloc/common/
H A Dmapfile-vers40 # no SUNW_1.1 symbols, but the version is now kept as a placeholder.
41 # Don't add any symbols to this version.
/illumos-gate/usr/src/lib/libpam/
H A Dmapfile-vers42 # no SUNW_1.2 symbols, but the version is now kept as a placeholder.
43 # Don't add any symbols to this version.
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/
H A Dmapfile-vers40 # no SUNW_1.1 symbols, but the version is now kept as a placeholder.
41 # Don't add any symbols to this version.

12345678910>>...16