/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loader/ |
D | loader.go | 2 // Use of this source code is governed by a BSD-style 29 // Go symbol. The 0-valued Sym is corresponds to an invalid symbol. 90 // Total number of defined symbols (package symbols, hashed symbols, and 91 // non-package symbols). 96 // For external symbols, objidx is the index of l.extReader (extObj), 111 // set the i-th bit. 117 // unset the i-th bit. 123 // whether the i-th bit is set. 124 func (bm Bitmap) Has(i Sym) bool { func 147 // growBitmap insures that the specified bitmap has enough capacity, [all …]
|
/aosp_15_r20/external/llvm/bindings/python/llvm/ |
H A D | object.py | 1 #===- object.py - Python Object Bindings --------------------*- python -*--===# 8 #===------------------------------------------------------------------------===# 18 symbols, and relocations. These are represented by the classes ObjectFile, 22 ----- 28 Once you have an object file, you can inspect its sections and symbols directly 33 ------------------ 35 The LLVM bindings expose iteration over sections, symbols, and relocations in a 58 # This is NOT OK. You perform a lookup after the object has expired. 59 symbols = list(obj.get_symbols()) 60 for symbol in symbols: [all …]
|
/aosp_15_r20/external/google-breakpad/src/third_party/mac_headers/mach-o/ |
H A D | loader.h | 2 * Copyright (c) 1999-2010 Apple Inc. All Rights Reserved. 17 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. 51 * The 32-bit mach header appears at the very beginning of the object file for 52 * 32-bit architectures. 64 /* Constant for the magic field of the mach_header (32-bit architectures) */ 69 * The 64-bit mach header appears at the very beginning of object files for 70 * 64-bit architectures. 83 /* Constant for the magic field of the mach_header_64 (64-bit architectures) */ 84 #define MH_MAGIC_64 0xfeedfacf /* the 64-bit mach magic number */ 106 * Mach-O file. [all …]
|
/aosp_15_r20/external/emboss/compiler/front_end/ |
H A D | lr1.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 17 The primary class in this module, Grammar, takes a list of context-free grammar 18 productions, and produces the corresponding LR(1) shift-reduce parser. This is 19 an implementation of the algorithm on pages 221 and 261-265 of "Compilers: 38 An Item represents a partially-parsed production, and a lookahead symbol. The 39 position of the dot indicates what portion of the production has been parsed. 52 return (str(self.production.lhs) + " -> " + " ".join( 62 symbol -> foo . bar baz, qux 64 where "symbol -> foo bar baz" will be taken as the production, the position 68 sym -> ., foo [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
D | x86_64-w64-mingw32-objcopy.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 73 .\" Fear. Run. Save yourself. No user-serviceable parts. 83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
D | x86_64-w64-mingw32-ld.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 73 .\" Fear. Run. Save yourself. No user-serviceable parts. 83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
D | x86_64-w64-mingw32-nm.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 73 .\" Fear. Run. Save yourself. No user-serviceable parts. 83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/doc/karma/ |
D | string.qbk | 2 Copyright (C) 2001-2011 Joel de Guzman 3 Copyright (C) 2001-2011 Hartmut Kaiser 12 character sequences. It includes the `symbols` generator and variants of the 30 characters of the string. The `string` generator has an associated 71 [[`s`] [Character-class specific string (See __char_class_types__), 73 character-class specific string value]] 74 [[`S`] [The type of a character-class specific string `s`.]] 96 from. If this generator has an associated attribute 108 [caution The generator `string(s)` up to version 2.4.1 of Spirit has an 110 `s` is a prefix of given attribute. This problem has been fixed in [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/examples/ |
D | enough.c | 1 /* enough.c -- determine the maximum size of inflate's Huffman code tables over 15 Fix bug for initial root table size == max - 1 23 Examine all possible Huffman codes for a given number of symbols and a 32 We build a code from shorter to longer lengths, determining how many symbols 33 are coded at each length. At each step, we have how many symbols remain to 37 assign all portions of the remaining symbols to that code length that 40 all the symbols are used, there are exactly zero possible bit patterns 43 The inflate Huffman decoding algorithm uses two-level lookup tables for 44 speed. There is a single first-level table to decode codes up to root bits 46 has 1 << root entries and is indexed by the next root bits of input. Codes [all …]
|
/aosp_15_r20/external/stg/doc/ |
H A D | reference.md | 3 STG stands for Symbol-Type Graph. 16 Currently, STG functionality is exposed as two command-line tools, `stg` (for 33 Each node has an identity. However, for the purpose of comparison, nodes are 39 ### Symbols subsection 41 As modelled by STG, symbols correspond closely to ELF symbols as seen in 44 "ksymtab" is actually a subset of the ELF symbols together with CRC and 47 STG links symbols to their source-level types where these are known. Symbols 65 not necessarily be reachable from the interface symbols. 75 STG has the following kinds of node. 77 * **Special** - used for `void` and `...` [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 1 //===------------ JITLink.h - JIT linker functionality ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Contains generic JIT-linker types. 11 //===----------------------------------------------------------------------===// 79 void setOffset(OffsetT Offset) { this->Offset = Offset; } in setOffset() 81 void setKind(Kind K) { this->K = K; } in setKind() 85 return K - FirstRelocation; in getRelocation() 89 void setTarget(Symbol &Target) { this->Target = &Target; } in setTarget() 91 void setAddend(AddendT Addend) { this->Addend = Addend; } in setAddend() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 1 //===------------ JITLink.h - JIT linker functionality ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Contains generic JIT-linker types. 11 //===----------------------------------------------------------------------===// 75 void setOffset(OffsetT Offset) { this->Offset = Offset; } in setOffset() 77 void setKind(Kind K) { this->K = K; } in setKind() 81 return K - FirstRelocation; in getRelocation() 85 void setTarget(Symbol &Target) { this->Target = &Target; } in setTarget() 87 void setAddend(AddendT Addend) { this->Addend = Addend; } in setAddend() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 1 //===------ Core.h -- Core ORC APIs (Layer, JITDylib, etc.) -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 87 /// Return true if this tracker has become defunct. 126 /// A map from JITDylibs to sets of symbols. 132 /// only symbols in that Dylib's interface will be searched. If 133 /// MatchHiddenSymbols is used then symbols with hidden visibility will match 151 /// Static -- Lookup is being performed as-if at static link time (e.g. 155 /// DLSym -- Lookup is being performed as-if at runtime (e.g. generators [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 1 //===------------ JITLink.h - JIT linker functionality ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Contains generic JIT-linker types. 11 //===----------------------------------------------------------------------===// 84 void setOffset(OffsetT Offset) { this->Offset = Offset; } in setOffset() 86 void setKind(Kind K) { this->K = K; } in setKind() 90 return K - FirstRelocation; in getRelocation() 94 void setTarget(Symbol &Target) { this->Target = &Target; } in setTarget() 96 void setAddend(AddendT Addend) { this->Addend = Addend; } in setAddend() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 1 //===------------ JITLink.h - JIT linker functionality ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Contains generic JIT-linker types. 11 //===----------------------------------------------------------------------===// 84 void setOffset(OffsetT Offset) { this->Offset = Offset; } in setOffset() 86 void setKind(Kind K) { this->K = K; } in setKind() 90 return K - FirstRelocation; in getRelocation() 94 void setTarget(Symbol &Target) { this->Target = &Target; } in setTarget() 96 void setAddend(AddendT Addend) { this->Addend = Addend; } in setAddend() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 1 //===------------ JITLink.h - JIT linker functionality ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Contains generic JIT-linker types. 11 //===----------------------------------------------------------------------===// 84 void setOffset(OffsetT Offset) { this->Offset = Offset; } in setOffset() 86 void setKind(Kind K) { this->K = K; } in setKind() 90 return K - FirstRelocation; in getRelocation() 94 void setTarget(Symbol &Target) { this->Target = &Target; } in setTarget() 96 void setAddend(AddendT Addend) { this->Addend = Addend; } in setAddend() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 1 //===------------ JITLink.h - JIT linker functionality ----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Contains generic JIT-linker types. 11 //===----------------------------------------------------------------------===// 83 void setOffset(OffsetT Offset) { this->Offset = Offset; } in setOffset() 85 void setKind(Kind K) { this->K = K; } in setKind() 89 return K - FirstRelocation; in getRelocation() 93 void setTarget(Symbol &Target) { this->Target = &Target; } in setTarget() 95 void setAddend(AddendT Addend) { this->Addend = Addend; } in setAddend() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 1 //===------ Core.h -- Core ORC APIs (Layer, JITDylib, etc.) -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 87 /// Return true if this tracker has become defunct. 126 /// A map from JITDylibs to sets of symbols. 132 /// only symbols in that Dylib's interface will be searched. If 133 /// MatchHiddenSymbols is used then symbols with hidden visibility will match 151 /// Static -- Lookup is being performed as-if at static link time (e.g. 155 /// DLSym -- Lookup is being performed as-if at runtime (e.g. generators [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 1 //===------ Core.h -- Core ORC APIs (Layer, JITDylib, etc.) -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 87 /// Return true if this tracker has become defunct. 126 /// A map from JITDylibs to sets of symbols. 132 /// only symbols in that Dylib's interface will be searched. If 133 /// MatchHiddenSymbols is used then symbols with hidden visibility will match 151 /// Static -- Lookup is being performed as-if at static link time (e.g. 155 /// DLSym -- Lookup is being performed as-if at runtime (e.g. generators [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 1 //===------ Core.h -- Core ORC APIs (Layer, JITDylib, etc.) -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 87 /// Return true if this tracker has become defunct. 126 /// A map from JITDylibs to sets of symbols. 132 /// only symbols in that Dylib's interface will be searched. If 133 /// MatchHiddenSymbols is used then symbols with hidden visibility will match 151 /// Static -- Lookup is being performed as-if at static link time (e.g. 155 /// DLSym -- Lookup is being performed as-if at runtime (e.g. generators [all …]
|
/aosp_15_r20/external/coreboot/Documentation/getting_started/ |
H A D | kconfig.md | 18 Kconfig Language Documentation <https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.tx… 38 - config - Text mode configuration tool, asks each configuration option in turn. 41 - gconfig - Graphical configuration tool based on GTK+ 2.0. 42 - menuconfig - Text mode, menu driven configuration tool. 43 - nconfig - Text mode, menu driven configuration tool. 44 - xconfig - Graphical front end based on QT. 52 - defconfig - This generates a config based on another config file. Use the 54 - oldconfig - Displays the answers to all configuration questions as it 57 - olddefconfig - Generates a config, using the default value for any symbols not 59 - savedefconfig - Creates a ‘defconfig’ file, stripping out all of the symbols [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | DecimalFormat.java | 53 * concrete subclass of {@link NumberFormat}. It has a variety of features designed to make it 55 * Indic digits. It supports different flavors of numbers, including integers ("123"), fixed-point 64 * href="http://unicode.org/reports/tr35/tr35-numbers.html#Number_Format_Patterns">UTS #35</a>. Read 106 * <h3>Properties and Symbols</h3> 109 * <em>symbols</em>. Grouping size, rounding mode, and affixes are examples of properties. Locale 110 * digits and the characters used for grouping and decimal separators are examples of symbols. 112 * <p>To set a custom set of symbols, use {@link #setDecimalFormatSymbols}. Use the various other 135 * href="https://unicode-org.github.io/icu/userguide/format_parse/numbers/rounding-modes">the ICU 147 * href="http://unicode.org/reports/tr35/tr35-numbers.html#Number_Format_Patterns">UTS #35</a>. 158 * prefix := '\u0000'..'\uFFFD' - specialCharacters [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | DecimalFormat.java | 52 * concrete subclass of {@link NumberFormat}. It has a variety of features designed to make it 54 * Indic digits. It supports different flavors of numbers, including integers ("123"), fixed-point 63 * href="http://unicode.org/reports/tr35/tr35-numbers.html#Number_Format_Patterns">UTS #35</a>. Read 105 * <h3>Properties and Symbols</h3> 108 * <em>symbols</em>. Grouping size, rounding mode, and affixes are examples of properties. Locale 109 * digits and the characters used for grouping and decimal separators are examples of symbols. 111 * <p>To set a custom set of symbols, use {@link #setDecimalFormatSymbols}. Use the various other 134 * href="https://unicode-org.github.io/icu/userguide/format_parse/numbers/rounding-modes">the ICU 146 * href="http://unicode.org/reports/tr35/tr35-numbers.html#Number_Format_Patterns">UTS #35</a>. 157 * prefix := '\u0000'..'\uFFFD' - specialCharacters [all …]
|
/aosp_15_r20/external/mbedtls/docs/proposed/ |
H A D | psa-conditional-inclusion-c.md | 12 …-crypto/psa/#application-programming-interface) specifies the interface between a PSA Cryptography… 18 …n file (`mbedtls_config.h`). This mechanism is based on two main sets of symbols: `MBEDTLS_xxx_C` … 22 …-in implementations of cryptographic mechanisms) can be augmented with drivers. **Transparent driv… 24 …symbols are somewhat inconsistent, and in particular do not work well for asymmetric cryptography.… 30 …arity of mechanisms must work for typical use cases and has [acceptable limitations](#acceptable-l… 34 …ilding an application and Mbed TLS in development environments that do not allow third-party tools. 46 … there are multiple ways to perform an operation, for example single-part and multi-part, there is… 52 …symbols of the form `PSA_WANT_xxx` where `xxx` describes the feature that the symbol enables. The … 56 …ncludes support for specific mechanisms conditionally based on the existing `MBEDTLS_xxx_` symbols. 59 ### PSA Crypto configuration symbols [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/proposed/ |
H A D | psa-conditional-inclusion-c.md | 12 …-crypto/psa/#application-programming-interface) specifies the interface between a PSA Cryptography… 18 …n file (`mbedtls_config.h`). This mechanism is based on two main sets of symbols: `MBEDTLS_xxx_C` … 22 …-in implementations of cryptographic mechanisms) can be augmented with drivers. **Transparent driv… 24 …symbols are somewhat inconsistent, and in particular do not work well for asymmetric cryptography.… 30 …arity of mechanisms must work for typical use cases and has [acceptable limitations](#acceptable-l… 34 …ilding an application and Mbed TLS in development environments that do not allow third-party tools. 46 … there are multiple ways to perform an operation, for example single-part and multi-part, there is… 52 …symbols of the form `PSA_WANT_xxx` where `xxx` describes the feature that the symbol enables. The … 56 …ncludes support for specific mechanisms conditionally based on the existing `MBEDTLS_xxx_` symbols. 59 ### PSA Crypto configuration symbols [all …]
|