Home
last modified time | relevance | path

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

12345678910>>...136

/netbsd/external/apache2/llvm/dist/llvm/utils/emacs/
H A Dllvm-mode.el40 "type" "label" "opaque" "token") 'symbols) . font-lock-type-face)
70 … "gc" "atomic" "volatile" "personality" "prologue" "section") 'symbols) . font-lock-keyword-face)
73 … "setne" "seteq" "setlt" "setgt" "setle" "setge") 'symbols) . font-lock-keyword-face)
75 `(,(regexp-opt '("fadd" "fsub" "fneg" "fmul" "fdiv" "frem") 'symbols) . font-lock-keyword-face)
79 …switch" "invoke" "resume" "unwind" "unreachable" "indirectbr" "callbr") 'symbols) . font-lock-keyw…
85 …`(,(regexp-opt '("extractelement" "insertelement" "shufflevector") 'symbols) . font-lock-keyword-f…
87 `(,(regexp-opt '("extractvalue" "insertvalue") 'symbols) . font-lock-keyword-face)
89 `(,(regexp-opt '("distinct") 'symbols) . font-lock-keyword-face)
91 …`(,(regexp-opt '("unordered" "monotonic" "acquire" "release" "acq_rel" "seq_cst") 'symbols) . font…
93 …`(,(regexp-opt '("nnan" "ninf" "nsz" "arcp" "contract" "afn" "reassoc" "fast") 'symbols) . font-lo…
[all …]
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Dshlibloadtest.c69 } symbols[5]; in test_lib() local
124 if (!sd_sym(ssllib, "TLS_method", &symbols[0].sym) in test_lib()
130 myTLS_method = (TLS_method_t)symbols[0].func; in test_lib()
131 mySSL_CTX_new = (SSL_CTX_new_t)symbols[1].func; in test_lib()
132 mySSL_CTX_free = (SSL_CTX_free_t)symbols[2].func; in test_lib()
141 if (!sd_sym(cryptolib, "ERR_get_error", &symbols[0].sym) in test_lib()
149 myERR_get_error = (ERR_get_error_t)symbols[0].func; in test_lib()
166 myOPENSSL_atexit = (OPENSSL_atexit_t)symbols[4].func; in test_lib()
185 if (!sd_sym(cryptolib, "DSO_dsobyaddr", &symbols[0].sym) in test_lib()
191 myDSO_dsobyaddr = (DSO_dsobyaddr_t)symbols[0].func; in test_lib()
[all …]
/netbsd/external/gpl3/binutils/dist/binutils/
H A Drdcoff.c397 && symbols->symno < symbols->symcount) in parse_coff_struct_type()
406 sym = symbols->syms[symbols->symno]; in parse_coff_struct_type()
418 ++symbols->symno; in parse_coff_struct_type()
508 && symbols->symno < symbols->symcount) in parse_coff_enum_type()
513 sym = symbols->syms[symbols->symno]; in parse_coff_enum_type()
524 ++symbols->symno; in parse_coff_enum_type()
665 struct coff_symbols symbols; in parse_coff() local
677 symbols.syms = syms; in parse_coff()
679 symbols.symno = 0; in parse_coff()
680 symbols.coff_symno = 0; in parse_coff()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Dshlibloadtest.c127 } symbols[3]; in test_lib() local
180 if (!shlib_sym(ssllib, "TLS_method", &symbols[0].sym) in test_lib()
186 myTLS_method = (TLS_method_t)symbols[0].func; in test_lib()
187 mySSL_CTX_new = (SSL_CTX_new_t)symbols[1].func; in test_lib()
188 mySSL_CTX_free = (SSL_CTX_free_t)symbols[2].func; in test_lib()
197 if (!shlib_sym(cryptolib, "ERR_get_error", &symbols[0].sym) in test_lib()
203 myERR_get_error = (ERR_get_error_t)symbols[0].func; in test_lib()
209 myOpenSSL_version_num = (OpenSSL_version_num_t)symbols[1].func; in test_lib()
215 myOPENSSL_atexit = (OPENSSL_atexit_t)symbols[2].func; in test_lib()
240 myDSO_dsobyaddr = (DSO_dsobyaddr_t)symbols[0].func; in test_lib()
[all …]
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-3a.s6 # For symbols called by a .call stub in this file.
9 # For symbols called by a .call.fp stub in this file.
12 # For symbols called by a .call stub in another file.
15 # For symbols called by a .call.fp stub in another file.
19 # For symbols called by a .call stub in this file.
22 # For symbols called by a .call.fp stub in this file.
25 # For symbols called by a .call stub in this file.
28 # For symbols called by a .call.fp stub in this file.
31 # For symbols called by a .call stub in another file.
37 # For symbols called by a .call stub in this file.
[all …]
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-3a.s6 # For symbols called by a .call stub in this file.
9 # For symbols called by a .call.fp stub in this file.
12 # For symbols called by a .call stub in another file.
15 # For symbols called by a .call.fp stub in another file.
19 # For symbols called by a .call stub in this file.
22 # For symbols called by a .call.fp stub in this file.
25 # For symbols called by a .call stub in this file.
28 # For symbols called by a .call.fp stub in this file.
31 # For symbols called by a .call stub in another file.
37 # For symbols called by a .call stub in this file.
[all …]
/netbsd/external/gpl3/gdb/dist/binutils/
H A Drdcoff.c397 && symbols->symno < symbols->symcount) in parse_coff_struct_type()
406 sym = symbols->syms[symbols->symno]; in parse_coff_struct_type()
418 ++symbols->symno; in parse_coff_struct_type()
508 && symbols->symno < symbols->symcount) in parse_coff_enum_type()
513 sym = symbols->syms[symbols->symno]; in parse_coff_enum_type()
524 ++symbols->symno; in parse_coff_enum_type()
665 struct coff_symbols symbols; in parse_coff() local
677 symbols.syms = syms; in parse_coff()
679 symbols.symno = 0; in parse_coff()
680 symbols.coff_symno = 0; in parse_coff()
[all …]
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Drdcoff.c397 && symbols->symno < symbols->symcount) in parse_coff_struct_type()
406 sym = symbols->syms[symbols->symno]; in parse_coff_struct_type()
418 ++symbols->symno; in parse_coff_struct_type()
508 && symbols->symno < symbols->symcount) in parse_coff_enum_type()
513 sym = symbols->syms[symbols->symno]; in parse_coff_enum_type()
524 ++symbols->symno; in parse_coff_enum_type()
665 struct coff_symbols symbols; in parse_coff() local
677 symbols.syms = syms; in parse_coff()
679 symbols.symno = 0; in parse_coff()
680 symbols.coff_symno = 0; in parse_coff()
[all …]
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Drdcoff.c397 && symbols->symno < symbols->symcount) in parse_coff_struct_type()
406 sym = symbols->syms[symbols->symno]; in parse_coff_struct_type()
418 ++symbols->symno; in parse_coff_struct_type()
508 && symbols->symno < symbols->symcount) in parse_coff_enum_type()
513 sym = symbols->syms[symbols->symno]; in parse_coff_enum_type()
524 ++symbols->symno; in parse_coff_enum_type()
665 struct coff_symbols symbols; in parse_coff() local
677 symbols.syms = syms; in parse_coff()
679 symbols.symno = 0; in parse_coff()
680 symbols.coff_symno = 0; in parse_coff()
[all …]
/netbsd/external/gpl3/binutils/usr.sbin/mdsetimage/
H A Dbin_bfd.c73 struct symbols { in bin_find_md_root() struct
76 } *s, symbols[3]; in bin_find_md_root() local
78 symbols[0].offset = 0; in bin_find_md_root()
79 symbols[1].offset = 0; in bin_find_md_root()
80 symbols[0].name = root_name; in bin_find_md_root()
81 symbols[1].name = size_name; in bin_find_md_root()
82 symbols[2].name = NULL; in bin_find_md_root()
104 for (s = symbols; s->name != NULL; s++) { in bin_find_md_root()
121 for (s = symbols; s->name != NULL; s++) { in bin_find_md_root()
128 *md_root_offset = symbols[0].offset; in bin_find_md_root()
[all …]
/netbsd/external/gpl3/binutils.old/usr.sbin/mdsetimage/
H A Dbin_bfd.c73 struct symbols { in bin_find_md_root() struct
76 } *s, symbols[3]; in bin_find_md_root() local
78 symbols[0].offset = 0; in bin_find_md_root()
79 symbols[1].offset = 0; in bin_find_md_root()
80 symbols[0].name = root_name; in bin_find_md_root()
81 symbols[1].name = size_name; in bin_find_md_root()
82 symbols[2].name = NULL; in bin_find_md_root()
104 for (s = symbols; s->name != NULL; s++) { in bin_find_md_root()
121 for (s = symbols; s->name != NULL; s++) { in bin_find_md_root()
128 *md_root_offset = symbols[0].offset; in bin_find_md_root()
[all …]
/netbsd/sys/dev/microcode/siop/
H A Dncr53cxxx.c127 } symbols[MAXSYMBOLS]; variable
506 symbols[i].name); in emit_symbols()
519 symbols[i].value); in emit_symbols()
520 if (symbols[i].flags & F_ENTRY || symbols[i].patchlist == NULL) in emit_symbols()
524 p = symbols[i].patchlist; in emit_symbols()
544 stypes[symbols[i].type], symbols[i].name); in list_symbols()
631 if (symbols[i].type == type && strcmp (symbols[i].name, name) == 0) { in define_symbol()
638 symbols[i].value = value; in define_symbol()
639 p = symbols[i].patchlist; in define_symbol()
849 symbols[nsymbols].flags = 0; in lookup()
[all …]
/netbsd/distrib/sets/lists/xbase/
H A Dmi848 ./usr/X11R7/lib/X11/xkb/symbols base-x11-root xorg
851 ./usr/X11R7/lib/X11/xkb/symbols/ad xbase-obsolete obsolete
858 ./usr/X11R7/lib/X11/xkb/symbols/ar xbase-obsolete obsolete
868 ./usr/X11R7/lib/X11/xkb/symbols/bn xbase-obsolete obsolete
873 ./usr/X11R7/lib/X11/xkb/symbols/bs xbase-obsolete obsolete
908 ./usr/X11R7/lib/X11/xkb/symbols/el xbase-obsolete obsolete
942 ./usr/X11R7/lib/X11/xkb/symbols/hp xbase-obsolete obsolete
944 ./usr/X11R7/lib/X11/xkb/symbols/hp_vndr base-x11-root xorg
962 ./usr/X11R7/lib/X11/xkb/symbols/iu xbase-obsolete obsolete
966 ./usr/X11R7/lib/X11/xkb/symbols/jv xbase-obsolete obsolete
[all …]
/netbsd/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-nm.rst135 Print only symbols defined in this file.
143 Display dynamic symbols instead of normal symbols.
153 *just-symbols*.
182 Show symbols in the order encountered.
186 Don't print weak symbols.
190 Sort symbols by address.
210 Suppress 'no symbols' diagnostic.
219 Sort symbols in reverse order.
223 Sort symbols by size.
231 Print only undefined symbols.
[all …]
H A Dllvm-objcopy.rst61 this to a subset of the local symbols. For example, file and section symbols in
195 .. option:: --strip-symbols <filename>
321 Mark any defined symbols named ``<symbol>`` as global symbols in the output.
337 .. option:: --keep-file-symbols
343 Make all symbols local in the output, except for symbols with the name
348 Make all symbols local in the output, except for symbols named in the file
360 When removing symbols from the output, do not remove symbols named
363 .. option:: --keep-symbols <filename>
365 When removing symbols from the output do not remove symbols named in the file
411 .. option:: --prefix-symbols <prefix>
[all …]
H A Dllvm-strip.rst14 :program:`llvm-strip` is a tool to strip sections and symbols from object files.
40 Remove most local symbols from the output. Different file formats may limit
41 this to a subset of the local symbols. For example, file and section symbols in
92 Remove all symbols named ``<symbol>`` from the output. Can be specified
93 multiple times to remove multiple symbols.
109 Wildcard syntax allows the following special symbols:
158 Remove local symbols starting with ".L" from the output.
160 .. option:: --keep-file-symbols
171 When removing symbols from the output, do not remove symbols named
172 ``<symbol>``. Can be specified multiple times to keep multiple symbols.
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td65 "symbols from many files.">,
102 : Eq<"strip-unneeded-symbols",
126 : Eq<"localize-symbols",
138 : Eq<"globalize-symbols",
152 : Eq<"keep-global-symbols",
157 "be repeated to read symbols from many files.">,
163 : Eq<"weaken-symbols",
171 HelpText<"Mark all global symbols as weak">;
174 : Eq<"strip-symbols",
179 : Eq<"keep-symbols",
[all …]
/netbsd/external/bsd/jemalloc/dist/bin/
H A Djeprof.in701 my $symbols;
992 my $symbols = shift;
1145 my $symbols = shift;
1227 $sym = $symbols->{$k}->[0] . " " . $symbols->{$k}->[1];
1598 my $symbols = {};
3451 my $symbols = {};
3477 return $symbols;
3848 my $symbols;
3905 $result->{symbols} = $symbols;
4846 my $symbols = {};
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/
H A DMakefile.am250 CLEANFILES = libstdc++-symbols.ver
253 version_arg = -Wl,--version-script=libstdc++-symbols.ver
254 version_dep = libstdc++-symbols.ver
258 version_dep = libstdc++-symbols.ver
261 version_arg = -Wl,-M,libstdc++-symbols.ver-sun
262 version_dep = libstdc++-symbols.ver-sun
263 libstdc++-symbols.ver-sun : libstdc++-symbols.ver \
268 libstdc++-symbols.ver \
276 version_dep = libstdc++-symbols.explist
277 libstdc++-symbols.explist : libstdc++-symbols.ver \
[all …]
/netbsd/external/apache2/llvm/dist/clang/utils/perf-training/
H A Dperf-helper.py260 return uniq(s for symbols in symbol_lists for s in symbols)
268 uniq_lists = [list(uniq(symbols)) for symbols in symbol_lists]
272 for symbols in uniq_lists:
273 for a,b in zip(symbols[:-1], symbols[1:]):
285 for symbols in symbol_lists
286 for node in symbols
294 for symbols in symbol_lists:
295 for a in symbols:
304 merged_symbols = uniq(s for symbols in symbol_lists
305 for s in symbols)
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-symbol-cmds.c128 if (i < symbols.size () && symbols[i].msymbol.minsym == nullptr) in mi_symbol_info()
133 while (i < symbols.size () && symbols[i].msymbol.minsym == nullptr) in mi_symbol_info()
135 symtab *symtab = symbol_symtab (symbols[i].symbol); in mi_symbol_info()
145 for (; (i < symbols.size () in mi_symbol_info()
146 && symbols[i].msymbol.minsym == nullptr in mi_symbol_info()
147 && symbol_symtab (symbols[i].symbol) == symtab); in mi_symbol_info()
150 symbol_search &s = symbols[i]; in mi_symbol_info()
158 if (i < symbols.size ()) in mi_symbol_info()
163 for (; i < symbols.size (); i++) in mi_symbol_info()
165 gdb_assert (symbols[i].msymbol.minsym != nullptr); in mi_symbol_info()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-symbol-cmds.c128 if (i < symbols.size () && symbols[i].msymbol.minsym == nullptr) in mi_symbol_info()
133 while (i < symbols.size () && symbols[i].msymbol.minsym == nullptr) in mi_symbol_info()
135 symtab *symtab = symbol_symtab (symbols[i].symbol); in mi_symbol_info()
145 for (; (i < symbols.size () in mi_symbol_info()
146 && symbols[i].msymbol.minsym == nullptr in mi_symbol_info()
147 && symbol_symtab (symbols[i].symbol) == symtab); in mi_symbol_info()
150 symbol_search &s = symbols[i]; in mi_symbol_info()
158 if (i < symbols.size ()) in mi_symbol_info()
163 for (; i < symbols.size (); i++) in mi_symbol_info()
165 gdb_assert (symbols[i].msymbol.minsym != nullptr); in mi_symbol_info()
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/
H A DMakefile.am306 CLEANFILES = libstdc++-symbols.ver
309 version_arg = -Wl,--version-script=libstdc++-symbols.ver
310 version_dep = libstdc++-symbols.ver
314 version_dep = libstdc++-symbols.ver
317 version_arg = -Wl,-M,libstdc++-symbols.ver-sun
318 version_dep = libstdc++-symbols.ver-sun
319 libstdc++-symbols.ver-sun : libstdc++-symbols.ver \
324 libstdc++-symbols.ver \
332 version_dep = libstdc++-symbols.explist
333 libstdc++-symbols.explist : libstdc++-symbols.ver \
[all …]
/netbsd/external/lgpl3/mpfr/dist/
H A DMakefile.am87 check-gmp-symbols:
88 cd src && $(MAKE) check-gmp-symbols
92 check-exported-symbols:
93 cd src && $(MAKE) check-exported-symbols
98 .PHONY: check-gmp-symbols check-exported-symbols update-changelog
/netbsd/external/gpl3/binutils.old/dist/bfd/doc/
H A Dlinker.texi18 the details of symbols and relocs.
75 @subsection Adding symbols to the hash table
93 * Adding symbols from an object file::
94 * Adding symbols from an archive::
131 @node Adding symbols from an object file, Adding symbols from an archive, Differing file formats, A…
132 @subsubsection Adding symbols from an object file
145 the symbols into generic @code{asymbol} structures.
172 @node Adding symbols from an archive, , Adding symbols from an object file, Adding Symbols to the H…
173 @subsubsection Adding symbols from an archive
227 symbols from the input files and the global symbols from the
[all …]

12345678910>>...136