/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
dysymtab-2.d | 4 #source: symbols-6.s 8 ( )+local symbols: idx:( )+0( )+num: 55( )+\(nxtidx: 55\) 9 ( )+external symbols: idx:( )+55( )+num: 24( )+\(nxtidx: 79\) 10 ( )+undefined symbols: idx:( )+79( )+num: 30( )+\(nxtidx: 109\) 17 ( )+indirect symbols:
|
/frameworks/base/tools/aapt2/link/ |
ReferenceLinker.cpp | 39 * symbols. Once the target resource has been found, the ID of the resource will be assigned 48 ReferenceLinkerVisitor(IAaptContext* context, SymbolTable* symbols, StringPool* stringPool, 50 mContext(context), mSymbols(symbols), mPackageDecls(decl), mStringPool(stringPool), 62 * all RawString values. Now that we are expected to resolve all symbols, we can 183 SymbolTable* symbols) { 186 return symbols->findByName(mangled ? mangled.value() : reference.name.value()); 188 return symbols->findById(reference.id.value()); 195 const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols, 197 const SymbolTable::Symbol* symbol = resolveSymbol(reference, nameMangler, symbols); 211 const Reference& reference, NameMangler* nameMangler, SymbolTable* symbols, [all...] |
/external/bison/src/ |
print.c | 108 fprintf (out, " %s", symbols[*sp]->tag); 111 fprintf (out, " %s", symbols[*sp]->tag); 140 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)]; 156 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)]; 185 if (errp->symbols[i]) 186 max_length (&width, errp->symbols[i]->tag); 197 if (errp->symbols[i]) 199 const char *tag = errp->symbols[i]->tag; 260 if (s->errs->symbols[i]) 261 bitset_set (no_reduce_set, s->errs->symbols[i]->number) [all...] |
/bionic/libc/tools/ |
check-symbols.py | 13 sys.stderr.write('Checking symbols for arch "%s"...\n' % arch) 31 path = '%s/development/ndk/platforms/android-%s/arch-%s/symbols/%s.so.%s.txt' % (os.environ['ANDROID_BUILD_TOP'], api, arch, library, functions_or_variables) 32 symbols = set() 34 symbols.add(line.rstrip()) 35 #sys.stdout.write('%d %s in %s for %s\n' % (len(symbols), functions_or_variables, library, arch)) 36 return symbols
|
/external/libxml2/doc/ |
libxml-doc.el | 1 ;;; libxml-doc.el - look up libxml-symbols and start browser on documentation 29 ;; "Look up libxml-symbols and start browser on documentation." t) 32 ;; "Look up libxml-symbols and start browser on documentation." t) 74 ;; - Now keeps the list of symbols between calls to speed things up. 92 ;; - keep (match-string 1) in a variable (libxmldoc-get-list-of-symbols) 104 "Symbols that match this regular expression will be excluded when doing 118 "History for looking up libxml-symbols.") 119 (defvar libxmldoc-symbols nil 120 "The list of libxml-symbols.") 129 (if (null libxmldoc-symbols) [all...] |
/external/zopfli/src/zopfli/ |
tree.c | 31 unsigned* symbols) { 38 symbols[i] = 0; 62 symbols[i] = next_code[len];
|
/external/llvm/tools/llvm-readobj/ |
COFFImportDumper.cpp | 45 for (const object::BasicSymbolRef &Sym : File->symbols()) {
|
/external/opencv3/3rdparty/libwebp/utils/ |
huffman.h | 61 // and symbols. Verifies that all symbols added are smaller than max_symbol. 66 const int* const symbols, int max_symbol,
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue8092.go | 5 // Issue 8092. Test that linker defined symbols (e.g., text, data) don't 6 // conflict with C symbols.
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
issue8092.go | 5 // Issue 8092. Test that linker defined symbols (e.g., text, data) don't 6 // conflict with C symbols.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/ |
pic1.s | 12 # Data symbols
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
size-4.s | 1 # Test SIZE32 relocations against local TLS symbols
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
undefweak-overflow.s | 1 # relocs against undefined weak symbols should not be treated as
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
aix-weak-1a.s | 12 # Same again, with weak common symbols
|
aix-weak-1b.s | 12 # Same again, with weak common symbols
|
/external/icu/icu4c/source/common/ |
uniset_closure.cpp | 49 const SymbolTable* symbols, 62 applyPattern(pattern, options, symbols, status); 70 const SymbolTable* symbols, 83 applyPattern(pattern, pos, options, symbols, status); 95 const SymbolTable* symbols, 98 applyPattern(pattern, pos, options, symbols, status); 117 const SymbolTable* symbols, 129 RuleCharacterIterator chars(pattern, symbols, pos); 130 applyPattern(chars, symbols, rebuiltPat, options, &UnicodeSet::closeOver, status);
|
/system/core/libbacktrace/ |
backtrace_offline_test.cpp | 131 static std::vector<FunctionSymbol> symbols; local 132 if (symbols.empty()) { 133 symbols = std::vector<FunctionSymbol>{ 144 symbols.begin(), symbols.end(), 146 for (size_t i = 0; i + 1 < symbols.size(); ++i) { 147 symbols[i].end = symbols[i + 1].start; 150 for (auto& symbol : symbols) {
|
/external/google-breakpad/src/common/solaris/ |
dump_symbols.cc | 139 // Symbols information. 344 // Compute size and rva information based on symbols loaded from stab section. 345 bool ComputeSizeAndRVA(struct SymbolInfo *symbols) { 347 &(symbols->source_file_info); 348 SymbolMap *symbol_entries = &(symbols->symbol_entries); 398 struct SymbolInfo *symbols) { 409 // First pass, load all symbols from the object file. 426 symbols->source_file_info.push_back(source_file_info); 431 return ComputeSizeAndRVA(symbols); 434 bool LoadSymbols(Elf *elf, GElf_Ehdr *elf_header, struct SymbolInfo *symbols, 670 struct SymbolInfo symbols; local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
DecimalFormatSymbolsTest.java | 57 assertEquals("Returned incorrect symbols", '%', dfs.getPercent()); 99 DecimalFormatSymbols symbols = DecimalFormatSymbols.getInstance(locale); local 100 assertNotNull(symbols); 457 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRANCE); local 458 Currency currency = symbols.getCurrency(); 464 objectOStream.writeObject(symbols); 539 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.US); local 540 symbols.setExponentSeparator("EE"); 541 symbols.setNaN("NaN"); 542 SerializationTest.verifyGolden(this, symbols); 549 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.ITALIAN); local [all...] |
/external/jemalloc/include/jemalloc/ |
jemalloc_rename.sh | 7 * Name mangling for public symbols is controlled by --with-mangling and
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
latebindingsymboltable_linux.cc | 90 // NULL, or else some symbols may be left with uninitialized data that the 95 void *symbols[]) { 101 if (!LoadSymbol(handle, symbol_names[i], &symbols[i])) {
|
/frameworks/native/cmds/dumpstate/ |
Android.mk | 18 # ZipArchive support, the order matters here to get all symbols.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
dis-data.d | 1 # name: Data disassembler test (no symbols)
|
movw-local.d | 3 #name: MOVW/MOVT relocations against local symbols
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
symver.d | 4 # The #... and #pass are there to match extra symbols inserted by
|