/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
sym-2.d | 4 #as: -globalize-symbols
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
sbr-reloc-local-r.d | 1 #name: C6X SB-relative relocations, local symbols, -r
|
/external/deqp/modules/gles3/functional/ |
es3fShaderCommonFunctionTests.cpp | 222 static vector<int> getScalarSizes (const vector<Symbol>& symbols) 224 vector<int> sizes(symbols.size()); 225 for (int ndx = 0; ndx < (int)symbols.size(); ++ndx) 226 sizes[ndx] = symbols[ndx].varType.getScalarSize(); 230 static int computeTotalScalarSize (const vector<Symbol>& symbols) 233 for (vector<Symbol>::const_iterator sym = symbols.begin(); sym != symbols.end(); ++sym) 238 static vector<void*> getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint32>& data, const int numValues) 240 vector<void*> pointers (symbols.size()); 243 for (int varNdx = 0; varNdx < (int)symbols.size(); ++varNdx [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderCommonFunctionTests.cpp | 296 static vector<int> getScalarSizes (const vector<Symbol>& symbols) 298 vector<int> sizes(symbols.size()); 299 for (int ndx = 0; ndx < (int)symbols.size(); ++ndx) 300 sizes[ndx] = symbols[ndx].varType.getScalarSize(); 304 static int computeTotalScalarSize (const vector<Symbol>& symbols) 307 for (vector<Symbol>::const_iterator sym = symbols.begin(); sym != symbols.end(); ++sym) 312 static vector<void*> getInputOutputPointers (const vector<Symbol>& symbols, vector<deUint32>& data, const int numValues) 314 vector<void*> pointers (symbols.size()); 317 for (int varNdx = 0; varNdx < (int)symbols.size(); ++varNdx [all...] |
/external/kmod/tools/ |
depmod.c | 93 "\t-e, --errsyms Report not supplied symbols\n" 105 "\t current kernel symbols.\n" 823 struct hash *symbols; member in struct:depmod 888 depmod->symbols = hash_new(2048, (void (*)(void *))symbol_free); 889 if (depmod->symbols == NULL) { 908 hash_free(depmod->symbols); 1314 err = hash_add(depmod->symbols, sym->name, sym); 1333 return hash_find(depmod->symbols, name); 1340 DBG("load symbols (%zd modules)\n", depmod->modules.count); 1350 DBG("ignoring %s: no symbols\n", mod->path) [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
data.go | 242 * Used for sub-symbols when loading host objects (see e.g. ldelf.go). 387 // these symbols are undefined and that's OK. 392 // Skip go.info symbols. They are only needed to communicate 409 // We need to be able to reference dynimport symbols when linking against 811 // compute these sections or mark their symbols as reachable. 1075 // addstring, addaddr, etc., mark the symbols as reachable. 1219 // Ignore special symbols that are sometimes laid out 1220 // as real symbols. See comment about dyld on darwin in 1280 // datap is a collection of reachable data symbols in address order. 1291 // pointing to the addresses of these special symbols [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
data.go | 242 * Used for sub-symbols when loading host objects (see e.g. ldelf.go). 387 // these symbols are undefined and that's OK. 392 // Skip go.info symbols. They are only needed to communicate 409 // We need to be able to reference dynimport symbols when linking against 811 // compute these sections or mark their symbols as reachable. 1075 // addstring, addaddr, etc., mark the symbols as reachable. 1219 // Ignore special symbols that are sometimes laid out 1220 // as real symbols. See comment about dyld on darwin in 1280 // datap is a collection of reachable data symbols in address order. 1291 // pointing to the addresses of these special symbols [all...] |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-beta1/ |
sdk-common-26.0.0-beta1.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-beta2/ |
sdk-common-26.0.0-beta2.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-beta6/ |
sdk-common-26.0.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/26.0.0-beta7/ |
sdk-common-26.0.0-beta7.jar | |
/bionic/libc/dns/resolv/ |
res_debug.c | 629 const struct res_sym *symbols; local 633 symbols = __p_update_section_syms; 636 symbols = __p_default_section_syms; 639 return (sym_ntos(symbols, section, (int *)0)); [all...] |
/build/make/core/ |
static_java_library.mk | 136 $(LOCAL_INTERMEDIATE_TARGETS): PRIVATE_AAPT_FLAGS := $(LOCAL_AAPT_FLAGS) --non-constant-id --output-text-symbols $(LOCAL_INTERMEDIATE_SOURCE_DIR)
|
/external/icu/icu4c/source/i18n/unicode/ |
rbnf.h | 229 * see <tt>setLenientParse()</tt>. <em>Note:</em> symbols that have syntactic meaning [all...] |
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
ObjectLinkingLayer.h | 35 /// for taking any action required to handle the missing symbols. 87 /// symbols queried. All objects added to this layer can see each other's 88 /// symbols. 157 for (auto &Symbol : getObject(*Obj).symbols()) { 161 // FIXME: Raise an error for bad symbols. 288 /// symbols they provided will no longer be available. No attempt is made to 289 /// re-emit the missing symbols, and any use of these symbols (directly or 294 // How do we invalidate the symbols in H? 300 /// @param ExportedSymbolsOnly If true, search only for exported symbols [all...] |
/external/llvm/include/llvm/Object/ |
Archive.h | 209 iterator_range<symbol_iterator> symbols() const { function in class:llvm::object::Archive
|
/external/llvm/test/MC/ARM/ |
eh-directive-section-multiple-func.s | 117 @ Check the symbols "func1" and "func2". They should belong to .TEST1 section. 119 @ CHECK: Symbols [
|
eh-directive-section.s | 169 @ Check the symbols and the sections they belong to 171 @ CHECK: Symbols [
|
/external/llvm/test/MC/COFF/ |
seh-section-2.s | 1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-win32 %s | llvm-readobj -symbols | FileCheck %s 50 # CHECK: Symbols [
|
/external/llvm/test/MC/MachO/ARM/ |
darwin-ARM-reloc.s | 2 @ RUN: llvm-readobj -file-headers -s -sd -r -t -macho-segment -macho-dysymtab -macho-indirect-symbols < %t.obj > %t.dump 110 @ CHECK: Symbols [ 149 @ CHECK: Indirect Symbols { 151 @ CHECK: Symbols [
|
darwin-Thumb-reloc.s | 2 @ RUN: llvm-readobj -file-headers -s -sd -r -t -macho-segment -macho-dysymtab -macho-indirect-symbols < %t.obj > %t.dump 89 @ CHECK: Symbols [ 111 @ CHECK: Indirect Symbols { 113 @ CHECK: Symbols [
|
/external/llvm/tools/dsymutil/ |
DebugMap.h | 44 /// symbols' addresses in the object file to their linked address in 153 iterator_range<StringMap<SymbolMapping>::const_iterator> symbols() const { function in class:llvm::dsymutil::DebugMapObject 154 return make_range(Symbols.begin(), Symbols.end()); 168 StringMap<SymbolMapping> Symbols; 183 std::swap(Symbols, RHS.Symbols); 190 Symbols = std::move(RHS.Symbols);
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
Archive.h | 201 /// for loading only those files that resolve symbols. Note that read 310 /// @brief Open an existing archive and load its symbols. 373 /// archive into another module based on unresolved symbols. Note that the 377 /// associated module defines multiple symbols. 387 /// more than one symbol at a time. If \p symbols contains a list of 388 /// undefined symbols in some module, then calling this method is like 389 /// making one complete pass through the archive to resolve symbols but is 391 /// exit, the symbols resolved by this method will be removed from \p 392 /// symbols to ensure they are not re-searched on a subsequent call. If 393 /// you need to retain the list of symbols, make a copy [all...] |
/external/valgrind/none/tests/ |
cmdline1.stdout.exp | 76 debug symbols, in addition to existing default 79 (valgrind-di-server) for debug symbols
|
/external/webp/src/enc/ |
histogram_enc.c | 169 // Two symbols, they will be 0 and 1 in a Huffman code. 385 // symbols. 873 uint16_t* const symbols) { [all...] |