HomeSort by relevance Sort by last modified time
    Searched refs:symbols (Results 176 - 200 of 1791) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
undefined.s 1 # Relocations against undefined symbols would be incorrectly let through
14 # for undefined symbols the page never gets resolved any further.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-nosym.s 3 % symbols (if that is actually valid).
locdo-1.d 1 #source: locdo.s -globalize-symbols
locto-1.d 1 #source: locto.s -globalize-symbols
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin-3.d 22 .*ld.*:.*ldtestplug.*: plugin reported error after all symbols read
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
ld-r-1.d 9 # Make sure relocations against global and local symbols with relative and
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
gotplt.d 7 # Make sure that gotplt relocations of forced local symbols
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
data-reloc-global-rel.d 1 #name: C6X data relocations, global symbols, REL
data-reloc-global.d 1 #name: C6X data relocations, global symbols
data-reloc-local-rel.d 1 #name: C6X data relocations, local symbols, REL
data-reloc-local.d 1 #name: C6X data relocations, local symbols
got-reloc-local-r.d 1 #name: C6X GOT relocations, local symbols, -r
mvk-reloc-local-rel.d 1 #name: C6X MVK relocations, local symbols, REL
  /external/bison/src/
print-xml.c 150 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
163 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
188 if (errp->symbols[i])
200 if (errp->symbols[i])
202 char const *tag = errp->symbols[i]->tag;
261 if (s->errs->symbols[i])
262 bitset_set (no_reduce_set, s->errs->symbols[i]->number);
309 print_reduction (out, level + 1, symbols[i]->tag,
318 print_reduction (out, level + 1, symbols[i]->tag,
321 print_reduction (out, level + 1, symbols[i]->tag
    [all...]
print_graph.c 98 obstack_printf (oout, " %s", escape (symbols[*sp]->tag));
103 obstack_printf (oout, " %s", escape (symbols[*sp]->tag));
123 obstack_sgrow (oout, escape (symbols[k]->tag));
161 && strcmp (symbols[sym]->tag, "error") != 0)
164 TRANSITION_IS_ERROR (trans, i) ? NULL : symbols[sym]->tag,
gram.c 40 symbol **symbols = NULL; variable
107 fprintf (out, " %s", symbols[*rp]->tag);
125 xml_escape (symbols[*rp]->tag));
150 fprintf (out, " %s", symbols[ritem[i]]->tag);
258 symbols[i]->prec, symbols[i]->assoc,
259 symbols[i]->tag);
  /toolchain/binutils/binutils-2.25/opcodes/
sh64-dis.c 402 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[0])
    [all...]
  /bionic/tools/versioner/src/
SymbolDatabase.cpp 79 "/arch-" + to_string(type.arch) + "/symbols/" + filename;
124 llvm::SmallVector<llvm::StringRef, 0> symbols; local
125 llvm::StringRef(platform_file).split(symbols, "\n");
127 for (llvm::StringRef symbol_name : symbols) {
149 std::map<std::string, NdkSymbolType> symbols = parsePlatform(type, platform_dir); local
150 for (const auto& it : symbols) {
  /frameworks/base/tools/aapt2/link/
XmlReferenceLinker.cpp 45 ReferenceVisitor(const CallSite& callsite, IAaptContext* context, SymbolTable* symbols,
47 : callsite_(callsite), context_(context), symbols_(symbols), decls_(decls), error_(false) {}
75 SymbolTable* symbols)
79 symbols_(symbols),
80 reference_visitor_(callsite, context, symbols, this) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
branchs12.s 10 ;; Branchs to defined symbols, positive offset < 128
30 ;; Branchs to defined symbols, negative offset > -128
50 ;; Branchs to defined symbols, positive offset > -128
70 ;; Branchs to undefined symbols, translated into lbcc
90 ;; Far branchs to undefined symbols
  /toolchain/binutils/binutils-2.25/ld/
testplug.c 42 struct ld_plugin_symbol *symbols; member in struct:claim_file
47 /* Types of things that can be added at all symbols read time. */
155 /* Record it as active for receiving symbols to register. */
183 doing so is not meaningful when calling the add symbols hook. */
255 /* Can't add symbols except as belonging to claimed files. */
269 last_claimfile->symbols = realloc (last_claimfile->symbols,
270 new_n_syms * sizeof *last_claimfile->symbols);
271 if (!last_claimfile->symbols)
275 last_claimfile->symbols[last_claimfile->n_syms_used++] = sym
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormat.java 122 * <em>symbols</em>. The pattern may be set directly using {@link #applyPattern}, or
124 * minimum number of integer digits. The symbols are stored in a {@link
126 * pattern and symbols are read from ICU's locale data.
135 * replaced by ','. However, the replacement is still happening, and if the symbols are
254 * <p>The prefixes, suffixes, and various symbols used for infinity, digits, thousands
256 * appear properly during formatting. However, care must be taken that the symbols and
316 * grouping symbol, and that between the first and second grouping symbols. These
614 * Creates a DecimalFormat using the default pattern and symbols for the default
631 // Always applyPattern after the symbols are set
632 this.symbols = new DecimalFormatSymbols(def)
5656 private DecimalFormatSymbols symbols = null; \/\/ LIU new DecimalFormatSymbols(); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormat.java 121 * <em>symbols</em>. The pattern may be set directly using {@link #applyPattern}, or
123 * minimum number of integer digits. The symbols are stored in a {@link
125 * pattern and symbols are read from ICU's locale data.
134 * replaced by ','. However, the replacement is still happening, and if the symbols are
253 * <p>The prefixes, suffixes, and various symbols used for infinity, digits, thousands
255 * appear properly during formatting. However, care must be taken that the symbols and
315 * grouping symbol, and that between the first and second grouping symbols. These
614 * Creates a DecimalFormat using the default pattern and symbols for the default
632 // Always applyPattern after the symbols are set
633 this.symbols = new DecimalFormatSymbols(def)
5745 private DecimalFormatSymbols symbols = null; \/\/ LIU new DecimalFormatSymbols(); local
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
transport_feedback.cc 110 std::deque<TransportFeedback::StatusSymbol>* symbols) {
111 size_t input_size = symbols->size();
114 symbols_[i] = symbols->front();
115 symbols->pop_front();
183 std::deque<TransportFeedback::StatusSymbol>* symbols) {
184 size_t input_size = symbols->size();
187 symbols_[i] = symbols->front();
188 symbols->pop_front();
365 // method will add any "packet not received" symbols needed before this one.
382 // the associated symbols removed from the internal symbol vector
543 std::vector<TransportFeedback::StatusSymbol> symbols; local
715 std::vector<StatusSymbol> symbols = packet->GetStatusVector(); local
753 std::deque<StatusSymbol> symbols; local
    [all...]
  /external/brotli/java/org/brotli/dec/
Decode.java 239 if (simpleCodeOrSkip == 1) { // Read symbols, codes & code lengths directly.
242 int[] symbols = new int[4]; local
251 symbols[i] = BitReader.readBits(br, maxBits) % alphabetSize;
252 codeLengths[symbols[i]] = 2;
254 codeLengths[symbols[0]] = 1;
259 ok = symbols[0] != symbols[1];
260 codeLengths[symbols[1]] = 1;
263 ok = symbols[0] != symbols[1] && symbols[0] != symbols[2] && symbols[1] != symbols[2]
    [all...]

Completed in 377 milliseconds

1 2 3 4 5 6 78 91011>>