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

<<21222324252627282930>>

  /external/vixl/test/aarch32/
test-macro-assembler-cond-rd-rn-a32.cc 629 TestCaseSymbolMap symbols; local
    [all...]
test-macro-assembler-cond-rd-rn-pc-a32.cc 587 TestCaseSymbolMap symbols; local
    [all...]
test-macro-assembler-cond-rd-rn-t32.cc 629 TestCaseSymbolMap symbols; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.c 519 /* Return the number of indirect symbols for a section.
724 /* Count the total number of symbols. */
757 /* Do not try to read symbols if there are none. */
765 (_("bfd_mach_o_canonicalize_symtab: unable to load symbols"));
769 BFD_ASSERT (sym->symbols != NULL);
772 alocation[j] = &sym->symbols[j].symbol;
779 /* Create synthetic symbols for indirect symbols. */
800 /* Stop now if no symbols or no indirect symbols. *
1750 asymbol **symbols = bfd_get_outsymbols (abfd); local
1908 asymbol **symbols = bfd_get_outsymbols (abfd); local
2253 asymbol **symbols = bfd_get_outsymbols (abfd); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormatSymbols.java 17 @summary test International Date Format Symbols
573 DateFormatSymbols[] symbols = new DateFormatSymbols[TestLocales.length]; local
575 symbols[i] = new DateFormatSymbols(calendars[i], new ULocale(TestLocales[i].getBaseName()));
582 if (!dfs.equals(symbols[i])) {
IntlTestDecimalFormatAPIC.java 55 final DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRENCH); local
67 cust1 = new DecimalFormat(pattern, symbols);
69 errln("ERROR: Could not create DecimalFormat (pattern, symbols)");
75 cust2 = new DecimalFormat(pattern, symbols, infoInput, NumberFormat.PLURALCURRENCYSTYLE);
77 errln("ERROR: Could not create DecimalFormat (pattern, symbols, infoInput, style)");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormatSymbols.java 16 @summary test International Date Format Symbols
572 DateFormatSymbols[] symbols = new DateFormatSymbols[TestLocales.length]; local
574 symbols[i] = new DateFormatSymbols(calendars[i], new ULocale(TestLocales[i].getBaseName()));
581 if (!dfs.equals(symbols[i])) {
IntlTestDecimalFormatAPIC.java 54 final DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRENCH); local
66 cust1 = new DecimalFormat(pattern, symbols);
68 errln("ERROR: Could not create DecimalFormat (pattern, symbols)");
74 cust2 = new DecimalFormat(pattern, symbols, infoInput, NumberFormat.PLURALCURRENCYSTYLE);
76 errln("ERROR: Could not create DecimalFormat (pattern, symbols, infoInput, style)");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
212 auto SymsOrErr = symbols(SymTab);
220 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, Elf_Sym_Range Symbols,
222 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable);
236 getSymbol(typename ELFT::SymRange Symbols, uint32_t Index) {
237 if (Index >= Symbols.size())
239 return &Symbols[Index];
245 auto SymtabOrErr = symbols(Sec);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
212 auto SymsOrErr = symbols(SymTab);
220 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, Elf_Sym_Range Symbols,
222 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable);
236 getSymbol(typename ELFT::SymRange Symbols, uint32_t Index) {
237 if (Index >= Symbols.size())
239 return &Symbols[Index];
245 auto SymtabOrErr = symbols(Sec);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
212 auto SymsOrErr = symbols(SymTab);
220 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, Elf_Sym_Range Symbols,
222 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable);
236 getSymbol(typename ELFT::SymRange Symbols, uint32_t Index) {
237 if (Index >= Symbols.size())
239 return &Symbols[Index];
245 auto SymtabOrErr = symbols(Sec);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
212 auto SymsOrErr = symbols(SymTab);
220 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, Elf_Sym_Range Symbols,
222 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable);
236 getSymbol(typename ELFT::SymRange Symbols, uint32_t Index) {
237 if (Index >= Symbols.size())
239 return &Symbols[Index];
245 auto SymtabOrErr = symbols(Sec);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
212 auto SymsOrErr = symbols(SymTab);
220 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, Elf_Sym_Range Symbols,
222 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable);
236 getSymbol(typename ELFT::SymRange Symbols, uint32_t Index) {
237 if (Index >= Symbols.size())
239 return &Symbols[Index];
245 auto SymtabOrErr = symbols(Sec);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
212 auto SymsOrErr = symbols(SymTab);
220 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, Elf_Sym_Range Symbols,
222 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable);
236 getSymbol(typename ELFT::SymRange Symbols, uint32_t Index) {
237 if (Index >= Symbols.size())
239 return &Symbols[Index];
245 auto SymtabOrErr = symbols(Sec);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
212 auto SymsOrErr = symbols(SymTab);
220 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, Elf_Sym_Range Symbols,
222 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable);
236 getSymbol(typename ELFT::SymRange Symbols, uint32_t Index) {
237 if (Index >= Symbols.size())
239 return &Symbols[Index];
245 auto SymtabOrErr = symbols(Sec);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELF.h 119 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { function in class:llvm::object::ELFFile
212 auto SymsOrErr = symbols(SymTab);
220 ELFFile<ELFT>::getSection(const Elf_Sym *Sym, Elf_Sym_Range Symbols,
222 auto IndexOrErr = getSectionIndex(Sym, Symbols, ShndxTable);
236 getSymbol(typename ELFT::SymRange Symbols, uint32_t Index) {
237 if (Index >= Symbols.size())
239 return &Symbols[Index];
245 auto SymtabOrErr = symbols(Sec);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 401 Atom symbols; member in struct:_XkbNamesRec
539 char * symbols; member in struct:_XkbComponentNames
559 XkbComponentNamePtr symbols; member in struct:_XkbComponentList
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 401 Atom symbols; member in struct:_XkbNamesRec
539 char * symbols; member in struct:_XkbComponentNames
559 XkbComponentNamePtr symbols; member in struct:_XkbComponentList
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho.go 671 // On Mac OS X Mountain Lion, we must sort exported symbols
690 // symbols need to be exported.
720 // In normal buildmodes, only add _ to C symbols, as
721 // Go symbols have dot in the name.
723 // Do not export C symbols in plugins, as runtime C
724 // symbols like crosscall2 are in pclntab and end up
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho.go 671 // On Mac OS X Mountain Lion, we must sort exported symbols
690 // symbols need to be exported.
720 // In normal buildmodes, only add _ to C symbols, as
721 // Go symbols have dot in the name.
723 // Do not export C symbols in plugins, as runtime C
724 // symbols like crosscall2 are in pclntab and end up
  /system/extras/simpleperf/
cmd_record_test.cpp 270 ASSERT_TRUE(RunRecordCmd({"--no-dump-symbols"}, tmpfile.path));
274 ASSERT_TRUE(RunRecordCmd({"--no-dump-symbols", "--no-dump-kernel-symbols"}, tmpfile.path));
325 ASSERT_TRUE(RunRecordCmd({"--no-dump-symbols"}, tmpfile.path));
336 ASSERT_TRUE(RunRecordCmd({"-p", pid, "-g", "--no-dump-symbols"}, tmpfile.path));
355 std::vector<Symbol> symbols; local
358 while (reader->ReadFileFeature(read_pos, &file_path, &file_type, &min_vaddr, &symbols)) {
359 if (file_type == DSO_KERNEL && !symbols.empty()) {
  /external/ltp/lib/
tlibio.c 2006 char *symbols = NULL; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
main.go 204 // and dumps information about the imported symbols and the
209 // symbols and which ones to use.
257 // Need a unique prefix for the global C symbols that
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 204 // and dumps information about the imported symbols and the
209 // symbols and which ones to use.
257 // Need a unique prefix for the global C symbols that
  /external/autotest/client/cros/crash/
user_crash_test.py 27 symbols, running the crasher process, and verifying collection and sending.
79 Breakpad's minidump processor expects symbols to be in a directory
84 'symbols')
93 symbols = utils.read_file(sym_name)
98 first_line = symbols.split('\n')[0]
101 raise error.TestError('Unexpected symbols format: %s',

Completed in 1520 milliseconds

<<21222324252627282930>>