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

1234567891011>>

/openbsd-current/gnu/llvm/llvm/utils/emacs/
H A Dllvm-mode.el30 "sanitize_thread" "sanitize_memory" "strictfp" "swifterror" "uwtable" "vscale_range" "willreturn" "writeonly" "immarg") 'symbols) . font-lock-constant-face)
40 "type" "label" "opaque" "token") 'symbols) . font-lock-type-face)
70 "gc" "atomic" "no_cfi" "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)
77 `(,(regexp-opt '("phi" "tail" "call" "select" "to" "shl" "lshr" "ashr" "fcmp" "icmp" "va_arg" "landingpad" "freeze") 'symbols) . font-lock-keyword-face)
79 `(,(regexp-opt '("ret" "br" "switch" "invoke" "resume" "unwind" "unreachable" "indirectbr" "callbr") 'symbols) . font-lock-keyword-face)
81 `(,(regexp-opt '("malloc" "alloca" "free" "load" "store" "getelementptr" "fence" "cmpxchg" "atomicrmw") 'symbols) . font-lock-keyword-face)
83 `(,(regexp-opt '("bitcast" "inttoptr" "ptrtoint" "trunc" "zext" "sext" "fptrunc" "fpext" "fptoui" "fptosi" "uitofp" "sitofp" "addrspacecast") 'symbols) . font-lock-keyword-face)
85 `(,(regexp-opt '("extractelement" "insertelement" "shufflevector") 'symbols)
[all...]
/openbsd-current/regress/lib/libssl/symbols/
H A DMakefile3 PROG = symbols
12 CLEANFILES+= symbols.c symbols.c.tmp
14 symbols.c: symbols.awk ../../../../lib/libssl/Symbols.list
15 awk -f ${.CURDIR}/symbols.awk \
19 run-regress-symbols: symbols
20 ./symbols 2>/dev/null
H A Dsymbols.awk1 # $OpenBSD: symbols.awk,v 1.4 2024/05/08 06:54:43 tb Exp $
17 # usage: awk -f symbols.awk < Symbols.list > symbols.c
30 symbols[$0] = $0
43 printf("\t} symbols[] = {\n")
45 for (symbol in symbols) {
54 printf("\tfor (i = 0; i < sizeof(symbols) / sizeof(symbols[0]); i++)\n")
55 printf("\t\tfprintf(stderr, \"%%s: %%p\\n\", symbols[i].name, symbols[
[all...]
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dlibperl.t4 # symbols we expect, and no symbols we should avoid.
22 # - "text" symbols are code
23 # - "data" symbols are data (duh), with subdivisions:
130 # default: with the default, a lot of symbols get dumped into 'S'
132 # and non-const data symbols.
140 # For example in ppc most (but not all!) code symbols are placed
199 my $symbols = shift;
203 $symbols->{obj}{$1}++;
204 $symbols
[all...]
/openbsd-current/gnu/llvm/llvm/utils/gn/build/
H A Dsymbol_exports.py25 symbols = open(args.source).readlines()
30 [' %s;\n' % s.rstrip() for s in symbols] +
35 output_lines = ['_' + s for s in symbols]
38 output_lines = ['EXPORTS\n'] + [' ' + s for s in symbols]
/openbsd-current/regress/lib/libcrypto/symbols/
H A Dsymbols.awk1 # $OpenBSD: symbols.awk,v 1.11 2024/04/15 16:49:13 tb Exp $
17 # usage: awk -f symbols.awk < Symbols.list > symbols.c
31 symbols[$0] = $0
44 printf("\t} symbols[] = {\n")
46 for (symbol in symbols) {
55 printf("\tfor (i = 0; i < sizeof(symbols) / sizeof(symbols[0]); i++)\n")
56 printf("\t\tfprintf(stderr, \"%%s: %%p\\n\", symbols[i].name, symbols[
[all...]
H A DMakefile4 symbols
27 CLEANFILES+= include_headers.c symbols.c symbols.c.tmp
29 symbols.c: symbols.awk ../../../../lib/libcrypto/Symbols.list
31 awk -f ${.CURDIR}/symbols.awk \
/openbsd-current/gnu/llvm/libcxx/utils/
H A Dgenerate_abi_list.py25 description='Extract a list of symbols from a shared library.')
27 help='The library to extract symbols from.')
29 help='The output file to write the symbols to. It is overwritten if it already exists. '
33 symbols = libcxx.sym_check.extract.extract_symbols(args.library)
34 symbols, _ = libcxx.sym_check.util.filter_stdlib_symbols(symbols)
36 lines = [pprint.pformat(sym, width=99999) for sym in symbols]
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DAssertFrameRecognizer.cpp21 std::vector<ConstString> symbols; member in struct:lldb_private::SymbolLocation
23 // The symbols are regular expressions. In such case all symbols are matched
42 location.symbols.push_back(ConstString("__pthread_kill"));
46 location.symbols.push_back(ConstString("raise"));
47 location.symbols.push_back(ConstString("__GI_raise"));
48 location.symbols.push_back(ConstString("gsignal"));
49 location.symbols.push_back(ConstString("pthread_kill"));
75 location.symbols.push_back(ConstString("__assert_rtn"));
79 location.symbols
[all...]
H A DStackFrameRecognizer.cpp52 llvm::ArrayRef<ConstString> symbols, bool first_instruction_only) {
54 module, RegularExpressionSP(), symbols,
84 entry.module.GetCString(), entry.symbols, false);
131 if (!entry.symbols.empty())
132 if (!llvm::is_contained(entry.symbols, function_name))
50 AddRecognizer( StackFrameRecognizerSP recognizer, ConstString module, llvm::ArrayRef<ConstString> symbols, bool first_instruction_only) argument
/openbsd-current/usr.bin/libtool/LT/
H A DArchive.pm54 my $symbols = LT::UList->new;
64 push @$symbols, $s;
71 print $fh map { "$_\n" } sort @$symbols;
/openbsd-current/gnu/llvm/clang/tools/include-mapping/
H A Dgen_std.py11 include headers) for C/C++ Standard Library symbols by parsing archived HTML
17 - only symbols directly in "std" namespace are added, we should also add std's
18 subnamespace symbols (e.g. chrono).
19 - symbols with multiple variants or defined in multiple headers aren't added,
30 // Generate C++ symbols
31 python3 gen_std.py -cppreference cppreference/reference -symbols=cpp > StdSymbolMap.inc
32 // Generate C++ removed symbols
33 python3 gen_std.py -cppreference cppreference/reference -symbols=cpp_removed > RemovedSymbolMap.inc
34 // Generate C symbols
35 python3 gen_std.py -cppreference cppreference/reference -symbols
[all...]
H A Dcppreference_parser.py26 # None for C symbols.
90 The index page lists all std symbols and hrefs to their detailed pages
98 symbols = []
101 # Ignore annotated symbols like "acos<>() (std::complex)".
104 # (since C++11) note is first. They are good symbols, so the bug is unfixed.
111 symbols.append((symbol_tt.text.rstrip("<>()"), # strip any trailing <>()
113 return symbols
122 """Get all symbols listed in the index page. All symbols should be in the
129 # 1. Parse index page which lists all symbols t
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Drdcoff.c44 /* This structure is used to hold the symbols, as well as the current
45 location within the symbols. */
49 /* The symbols. */
51 /* The number of symbols. */
136 parse_coff_type (bfd *abfd, struct coff_symbols *symbols,
151 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
157 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
185 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
188 parse_coff_base_type (abfd, symbols,
226 return parse_coff_base_type (abfd, symbols, type
135 parse_coff_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, bfd_boolean useaux, void *dhandle) argument
232 parse_coff_base_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, void *dhandle) argument
372 parse_coff_struct_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, int ntype, union internal_auxent *pauxent, void *dhandle) argument
479 parse_coff_enum_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types ATTRIBUTE_UNUSED, union internal_auxent *pauxent, void *dhandle) argument
655 struct coff_symbols symbols; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Drdcoff.c44 /* This structure is used to hold the symbols, as well as the current
45 location within the symbols. */
49 /* The symbols. */
51 /* The number of symbols. */
136 parse_coff_type (bfd *abfd, struct coff_symbols *symbols,
151 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
157 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
185 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
188 parse_coff_base_type (abfd, symbols,
226 return parse_coff_base_type (abfd, symbols, type
135 parse_coff_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, bfd_boolean useaux, void *dhandle) argument
232 parse_coff_base_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, long coff_symno, int ntype, union internal_auxent *pauxent, void *dhandle) argument
372 parse_coff_struct_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types, int ntype, union internal_auxent *pauxent, void *dhandle) argument
479 parse_coff_enum_type(bfd *abfd, struct coff_symbols *symbols, struct coff_types *types ATTRIBUTE_UNUSED, union internal_auxent *pauxent, void *dhandle) argument
655 struct coff_symbols symbols; local
[all...]
/openbsd-current/gnu/llvm/lld/MachO/
H A DUnwindInfoSection.h31 symbols; member in class:lld::macho::UnwindInfoSection
/openbsd-current/gnu/llvm/clang/utils/perf-training/
H A Dperf-helper.py189 # Extract the list of symbols from the given file, which is assumed to be
225 # seems to have a bug where it prints the mangled version of symbols
230 # If we don't know all the symbols, or the symbol is one of them,
239 # Get all the symbols with this prefix.
244 # If we found too many possible symbols, ignore this as a prefix.
268 # Simply strategy, just return symbols in order of occurrence, even across
270 return uniq(s for symbols in symbol_lists for s in symbols)
278 uniq_lists = [list(uniq(symbols)) for symbols i
[all...]
/openbsd-current/regress/lib/libssl/
H A DMakefile19 SUBDIR += symbols
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dsh64-dis.c415 to getting the section from symbols, if any. */
417 && info->symbols != NULL
418 && bfd_asymbol_flavour (info->symbols[0]) == bfd_target_elf_flavour
419 && ! bfd_is_und_section (bfd_get_section (info->symbols[0]))
420 && ! bfd_is_abs_section (bfd_get_section (info->symbols[0])))
421 section = bfd_get_section (info->symbols[0]);
485 /* If we have symbols, we can try and get at a section from *that*. */
486 if (info->symbols != NULL
487 && bfd_asymbol_flavour (info->symbols[0]) == bfd_target_elf_flavour
488 && ! bfd_is_und_section (bfd_get_section (info->symbols[
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dsh64-dis.c402 to getting the section from symbols, if any. */
404 && info->symbols != NULL
405 && bfd_asymbol_flavour (info->symbols[0]) == bfd_target_elf_flavour
406 && ! bfd_is_und_section (bfd_get_section (info->symbols[0]))
407 && ! bfd_is_abs_section (bfd_get_section (info->symbols[0])))
408 section = bfd_get_section (info->symbols[0]);
470 /* If we have symbols, we can try and get at a section from *that*. */
471 if (info->symbols != NULL
472 && bfd_asymbol_flavour (info->symbols[0]) == bfd_target_elf_flavour
473 && ! bfd_is_und_section (bfd_get_section (info->symbols[
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff-m88k.c91 /* Get symbol value. (Common symbols are special.) */
259 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
260 reloc_processing(relent, reloc, symbols, abfd, section)
263 reloc_processing (relent, reloc, symbols, abfd, section)
266 asymbol **symbols;
275 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
H A Dcoff-tic30.c143 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
144 reloc_processing(relent, reloc, symbols, abfd, section)
147 reloc_processing (relent, reloc, symbols, abfd, section)
150 asymbol **symbols;
158 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-m88k.c91 /* Get symbol value. (Common symbols are special.) */
259 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
260 reloc_processing(relent, reloc, symbols, abfd, section)
263 reloc_processing (relent, reloc, symbols, abfd, section)
266 asymbol **symbols;
275 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
H A Dcoff-tic30.c143 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \
144 reloc_processing(relent, reloc, symbols, abfd, section)
147 reloc_processing (relent, reloc, symbols, abfd, section)
150 asymbol **symbols;
158 relent->sym_ptr_ptr = symbols + obj_convert (abfd)[reloc->r_symndx];
/openbsd-current/sys/dev/microcode/siop/
H A Dncr53cxxx.c125 } symbols[MAXSYMBOLS]; variable in typeref:struct:__anon4
501 if ((symbols[i].flags & F_DEFINED) == 0 &&
502 symbols[i].type != S_EXTERNAL) {
504 symbols[i].name);
506 if (symbols[i].type == S_ABSOLUTE)
508 else if (symbols[i].type == S_RELATIVE)
510 else if (symbols[i].type == S_EXTERNAL)
512 else if (symbols[i].flags & F_ENTRY)
516 fprintf (outfp, "#define\t%s%s\t0x%08x\n", code, symbols[i].name,
517 symbols[
[all...]

Completed in 310 milliseconds

1234567891011>>