/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/ |
bfdlink.h | 62 bfd_link_hash_new, /* Symbol is new. */ 63 bfd_link_hash_undefined, /* Symbol seen before, but undefined. */ 64 bfd_link_hash_undefweak, /* Symbol is weak and undefined. */ 65 bfd_link_hash_defined, /* Symbol is defined. */ 66 bfd_link_hash_defweak, /* Symbol is weak and defined. */ 67 bfd_link_hash_common, /* Symbol is common. */ 68 bfd_link_hash_indirect, /* Symbol is an indirect link. */ 83 asection *section; /* Symbol section. */ 111 require a traversal. When an undefined or common symbol is 115 doublecheck the symbol type [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnumtst.c | 140 UChar symbol[20]; local 601 symbol[0] = (UChar)(0x41 + i); 602 symbol[1] = (UChar)(0x61 + i); 603 unum_setSymbol(cur_frpattern, (UNumberFormatSymbol)i, symbol, 2, &status); 610 resultlength = unum_getSymbol(cur_frpattern, (UNumberFormatSymbol)i, symbol, sizeof(symbol)/U_SIZEOF_UCHAR, &status); 615 if(resultlength != 2 || symbol[0] != 0x41 + i || symbol[1] != 0x61 + i) { 616 log_err("Failure in unum_getSymbol(%d): got unexpected symbol\n", i); 619 /*try getting from a bogus symbol*/ [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cnumtst.c | 146 UChar symbol[20]; local 607 symbol[0] = (UChar)(0x41 + i); 608 symbol[1] = (UChar)(0x61 + i); 609 unum_setSymbol(cur_frpattern, (UNumberFormatSymbol)i, symbol, 2, &status); 616 resultlength = unum_getSymbol(cur_frpattern, (UNumberFormatSymbol)i, symbol, sizeof(symbol)/U_SIZEOF_UCHAR, &status); 621 if(resultlength != 2 || symbol[0] != 0x41 + i || symbol[1] != 0x61 + i) { 622 log_err("Failure in unum_getSymbol(%d): got unexpected symbol\n", i); 625 /*try getting from a bogus symbol*/ [all...] |
/external/chromium_org/third_party/angle/src/compiler/translator/ |
glslang_lex.cpp | 3204 TSymbol* symbol = yyextra->symbolTable.find(yytext, yyextra->shaderVersion); local [all...] |
IntermNode.h | 374 // if symbol is initialized as symbol(sym), the memory comes from the poolallocator of sym. 376 // per compile it is essential to use "symbol = sym" to assign to symbol 377 TIntermSymbol(int id, const TString &symbol, const TType &type) 381 mSymbol = symbol;
|
/external/chromium_org/third_party/libwebp/dec/ |
vp8l.c | 186 int symbol; local 209 symbol = 0; 210 while (symbol < num_symbols) { 216 code_lengths[symbol++] = code_len; 224 if (symbol + repeat > num_symbols) { 229 while (repeat-- > 0) code_lengths[symbol++] = length; 715 // When the Huffman tree contains only one symbol, we can skip the [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 317 (* Create an alloca for each argument and register the argument in the symbol 331 (* Add arguments to variable symbol table. *) 353 (* Add all arguments to the symbol table and create their allocas. *)
|
/external/webp/src/dec/ |
vp8l.c | 186 int symbol; local 209 symbol = 0; 210 while (symbol < num_symbols) { 216 code_lengths[symbol++] = code_len; 224 if (symbol + repeat > num_symbols) { 229 while (repeat-- > 0) code_lengths[symbol++] = length; 715 // When the Huffman tree contains only one symbol, we can skip the [all...] |
/art/compiler/sea_ir/code_gen/ |
code_gen.cc | 198 std::string symbol = "dex_"; local 199 symbol += art::MangleForJni(PrettyMethod(invoke->GetCalledMethodIndex(), dex_file_));
|
/external/chromium_org/native_client_sdk/src/tools/ |
host_gcc.mk | 151 # We cannot strip the symbol names.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
yasm.pyx | 29 instructions and object file constructs such as symbol tables and sections.
|
/external/chromium_org/tools/valgrind/asan/third_party/ |
asan_symbolize.py | 77 '--use-symbol-table=true', 298 # Tuple of symbol address, size, line, file number. 316 symbol = self.symbols[sym_id] 319 return symbol, filename, line_no
|
/external/elfutils/0.153/src/ |
ldscript.c | 173 /* Put the tokens into the symbol table, so that GDB and other debuggers 502 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ 509 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ 544 /* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in 601 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. 632 /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ 783 symbol of state STATE-NUM. * [all...] |
/external/harfbuzz_ng/test/shaping/ |
hb_test_tools.py | 257 symbol = l[0] 258 if symbol != ' ':
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
dso.c | 1 #include "symbol.h" 629 struct symbol *pos = rb_entry(nd, struct symbol, rb_node);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/ |
trace-event-perl.c | 207 define_event_symbols(event, ev_name, args->symbol.field); 209 define_symbolic_values(args->symbol.symbols, ev_name,
|
trace-event-python.c | 176 define_event_symbols(event, ev_name, args->symbol.field); 178 define_values(PRINT_SYMBOL, args->symbol.symbols, ev_name, 398 pydict_set_item_string_decref(dict, "symbol",
|
/external/lldb/source/Commands/ |
CommandObjectSource.cpp | 27 #include "lldb/Symbol/CompileUnit.h" 28 #include "lldb/Symbol/Function.h" 29 #include "lldb/Symbol/Symbol.h" 452 // Displaying the source for a symbol: 529 // Displaying the source for a symbol. Search for function named name. 541 if (sc.symbol) 543 const Address &base_address = sc.symbol->GetAddress(); [all...] |
/external/llvm/include/llvm/Object/ |
COFF.h | 432 const coff_symbol *getCOFFSymbol(const SymbolRef &Symbol) const; 460 std::error_code getSymbolName(const coff_symbol *symbol, 462 ArrayRef<uint8_t> getSymbolAuxData(const coff_symbol *symbol) const;
|
/external/stlport/stlport/stl/ |
_monetary.c | 165 case money_base::symbol: { 430 //No reason to add a space last if the money symbol do not have to be display 431 //if (__format.field[3] == (char) money_base::symbol && !__generate_curr) { 461 case money_base::symbol:
|
/external/valgrind/main/gdbserver_tests/ |
mcblocklistsearch.stderrB.exp | 13 Address 0x........ is 0 bytes inside data symbol "t"
|
/external/valgrind/main/memcheck/tests/ |
leak_cpp_interior.stderr.exp | 60 Address 0x........ is 0 bytes inside data symbol "ptr"
|
/libcore/luni/src/main/native/ |
libcore_icu_NativeDecimalFormat.cpp | 150 UNumberFormatSymbol symbol = static_cast<UNumberFormatSymbol>(javaSymbol); local 151 unum_setSymbol(toUNumberFormat(addr), symbol, value.get(), value.size(), &status); local
|