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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
sh-vxworks.exp 33 {readelf --symbols vxworks1-lib.nd} {readelf -d vxworks1-lib.td}}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
data-reloc-local-r-rel.d 1 #name: C6X data relocations, local symbols, -r, REL
data-reloc-local-r.d 1 #name: C6X data relocations, local symbols, -r
mvk-reloc-local-r-rel.d 1 #name: C6X MVK relocations, local symbols, -r, REL
mvk-reloc-local.d 1 #name: C6X MVK relocations, local symbols
weak-be.d 1 #name: C6X relocs to weak symbols, big endian
weak.d 1 #name: C6X relocs to weak symbols, little endian
  /toolchain/binutils/binutils-2.25/opcodes/
vax-dis.c 175 We also check for synthetic symbols as these are used for PLT entries
176 (weak undefined symbols may not have the function type set). Finally
188 if (info->symbols
189 && info->symbols[0]
190 && (info->symbols[0]->flags & (BSF_FUNCTION | BSF_SYNTHETIC))
191 && addr == bfd_asymbol_value (info->symbols[0]))
205 PLT symbols are marked BSF_SYNTHETIC. */
209 if (info->symbols
210 && info->symbols[0]
211 && (info->symbols[0]->flags & BSF_SYNTHETIC
    [all...]
  /frameworks/base/tools/aapt2/
ResourceParser_test.cpp 326 ASSERT_THAT(enum_attr->symbols, SizeIs(3));
328 ASSERT_TRUE(enum_attr->symbols[0].symbol.name);
329 EXPECT_THAT(enum_attr->symbols[0].symbol.name.value().entry, Eq("bar"));
330 EXPECT_THAT(enum_attr->symbols[0].value, Eq(0u));
332 ASSERT_TRUE(enum_attr->symbols[1].symbol.name);
333 EXPECT_THAT(enum_attr->symbols[1].symbol.name.value().entry, Eq("bat"));
334 EXPECT_THAT(enum_attr->symbols[1].value, Eq(1u));
336 ASSERT_TRUE(enum_attr->symbols[2].symbol.name);
337 EXPECT_THAT(enum_attr->symbols[2].symbol.name.value().entry, Eq("baz"));
338 EXPECT_THAT(enum_attr->symbols[2].value, Eq(2u))
    [all...]
  /external/bison/src/
reduce.c 48 /* Set of all accessible symbols. */
51 /* Set of symbols used to define rule precedence (so they are
83 | Remember that rules are 1-origin, symbols are 0-origin. |
140 /* Find out which productions are reachable and which symbols are
142 symbols which only has the start symbol in it, iterate over all
145 reachable symbols, add the production to the set of reachable
147 production to the set of reachable symbols.
153 and the set V of symbols in the reduced grammar.
303 warn_at (symbols[i]->location, _("nonterminal useless in grammar: %s"),
304 symbols[i]->tag)
    [all...]
parse-gram.y 224 %type <list> symbols.1 symbols.prec generic_symlist generic_symlist_item
430 | "%type" TYPE symbols.1
441 precedence_declarator type.opt symbols.prec
466 /* Just like symbols.1 but accept INT for the sake of POSIX. */
467 symbols.prec:
470 | symbols.prec symbol.prec
479 /* One or more symbols to be %typed. */
480 symbols.1:
483 | symbols.1 symbo
    [all...]
  /external/icu/icu4c/source/i18n/
decimalformatpattern.cpp 108 const DecimalFormatSymbols& symbols) {
109 fZeroDigit = symbols.getConstSymbol(
111 fSigDigit = symbols.getConstSymbol(
113 fGroupingSeparator = symbols.getConstSymbol(
115 fDecimalSeparator = symbols.getConstSymbol(
117 fPercent = symbols.getConstSymbol(
119 fPerMill = symbols.getConstSymbol(
121 fDigit = symbols.getConstSymbol(
123 fSeparator = symbols.getConstSymbol(
125 fExponent = symbols.getConstSymbol
    [all...]
  /build/soong/cc/
gen_stub_libs.py 113 We want to omit any sections that do not have any symbols we'll have in the
114 stub library. Sections that contain entirely future symbols or only symbols
194 def __init__(self, name, base, tags, symbols):
198 self.symbols = symbols
207 if self.symbols != other.symbols:
245 symbols = []
259 return Version(name, base, tags, symbols)
    [all...]
  /external/llvm/utils/
extract_symbols.py 3 """A tool for extracting a list of symbols to export
5 When exporting symbols from a dll or exe we either need to mark the symbols in
6 the source code as __declspec(dllexport) or supply a list of symbols to the
8 list of link inputs and deciding which of those symbols need to be exported.
10 We can't just export all the defined symbols, as there's a limit of 65535
11 exported symbols and in clang we go way over that, particularly in a debug
12 build. Therefore a large part of the work is pruning symbols either which can't
15 importing these symbols anyway.
26 # Define functions which extract a list of symbols from a library using severa
432 symbols = dict() variable
    [all...]
  /development/ndk/
annotate_version_script.py 43 symbols = dict(json_db)
49 if name in symbols:
50 del symbols[name]
51 if len(symbols) > 0:
52 for symbol in symbols.keys():
  /external/skia/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 109 # The display name of the bucket where we put symbols without path.
231 def MakeCompactTree(symbols, symbol_path_origin_dir):
237 for symbol_name, symbol_type, symbol_size, file_path in symbols:
264 logging.warning('Symbols lack paths. Data will not be structured.')
326 def DumpCompactTree(symbols, symbol_path_origin_dir, ha, ts, issue, gsutil):
327 tree_root = MakeCompactTree(symbols, symbol_path_origin_dir)
359 def MakeSourceMap(symbols):
361 for _sym, _symbol_type, size, path in symbols:
447 sys.stdout.write('\r%.1f%%: Looked up %d symbols (%d collisions, '
479 # Save time by not looking up empty symbols (do they even exist?
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DecimalFormat.java 84 * <em>symbols</em>. The pattern may be set directly using
86 * symbols are stored in a <code>DecimalFormatSymbols</code> object. When using
87 * the <code>NumberFormat</code> factory methods, the pattern and symbols are
141 * <p>The prefixes, suffixes, and various symbols used for infinity, digits,
144 * be taken that the symbols and strings do not conflict, or parsing will be
386 * Creates a DecimalFormat using the default pattern and symbols
412 this.symbols = new DecimalFormatSymbols(def);
418 * Creates a DecimalFormat using the given pattern and the symbols
437 this.symbols = new DecimalFormatSymbols(Locale.getDefault(Locale.Category.FORMAT));
443 * Creates a DecimalFormat using the given pattern and symbols
1648 private DecimalFormatSymbols symbols; field in class:DecimalFormat
    [all...]
  /external/jemalloc/bin/
jeprof.in 138 # Special routine name that should not have any symbols.
155 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE
167 jeprof --symbols <program>
183 --add_lib=<file> Read additional symbols and line info from the given library
200 --symbols Print demangled symbol names found at given addresses
397 "symbols!" => \$main::opt_symbols,
446 # Disassembly/listing/symbols mode requires address-level info
535 # --symbols needs a binary-name (to run nm on, etc) but not profiles
577 my ($profile, $symbols, $libs, $thread) = @_;
583 $profile = RemoveUninterestingFrames($symbols, $profile)
    [all...]
  /bionic/tools/versioner/src/
DeclarationDatabase.h 199 std::map<std::string, Symbol> symbols; member in class:HeaderDatabase
204 fprintf(out, "HeaderDatabase contains %zu symbols:\n", symbols.size());
205 for (const auto& pair : symbols) {
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms_unittest.cc 195 std::string symbols; local
196 ASSERT_NO_FATAL_FAILURE(RunCommand(command_line, &symbols));
198 EXPECT_EQ(expected_symbols, symbols);
  /external/icu/icu4c/source/samples/numfmt/
main.cpp 176 DecimalFormatSymbols symbols(*dnf->getDecimalFormatSymbols());
177 symbols.setSymbol(DecimalFormatSymbols::kCurrencySymbol, currencyMap[i].symbol);
178 dnf->setDecimalFormatSymbols(symbols); // do not adopt symbols: Jitterbug 2889
  /external/llvm/test/MC/PowerPC/
ppc64-localentry.s 3 # RUN: llvm-readobj -h -r -symbols | FileCheck %s
5 # RUN: llvm-readobj -h -r -symbols | FileCheck %s
45 # Verify that fixups to local function symbols are performed only
58 # CHECK: Symbols [
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.h 62 const unsigned char* symbols,
156 const unsigned char* symbols,
163 const unsigned char* symbols,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatHandler.java 950 char symbols[] = { local
965 return symbols;
968 private static void setCharSymbols(DecimalFormatSymbols dfs, char symbols[])
970 dfs.setDecimalSeparator(symbols[0]);
971 dfs.setDigit(symbols[1]);
972 dfs.setGroupingSeparator(symbols[2]);
973 dfs.setMinusSign(symbols[3]);
974 dfs.setMonetaryDecimalSeparator(symbols[4]);
975 dfs.setPadEscape(symbols[5]);
976 dfs.setPatternSeparator(symbols[6])
986 String symbols[] = { local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatHandler.java 949 char symbols[] = { local
964 return symbols;
967 private static void setCharSymbols(DecimalFormatSymbols dfs, char symbols[])
969 dfs.setDecimalSeparator(symbols[0]);
970 dfs.setDigit(symbols[1]);
971 dfs.setGroupingSeparator(symbols[2]);
972 dfs.setMinusSign(symbols[3]);
973 dfs.setMonetaryDecimalSeparator(symbols[4]);
974 dfs.setPadEscape(symbols[5]);
975 dfs.setPatternSeparator(symbols[6])
985 String symbols[] = { local
    [all...]

Completed in 780 milliseconds

<<11121314151617181920>>