HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 51 - 75 of 1029) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/bison/src/
reader.h 45 void grammar_start_symbol_set (symbol *sym, location loc);
46 void grammar_current_rule_begin (symbol *lhs, location loc,
50 void grammar_current_rule_prec_set (symbol *precsym, location loc);
53 void grammar_current_rule_symbol_append (symbol *sym, location loc,
  /external/chromium_org/third_party/angle/src/compiler/translator/
FlagStd140Structs.cpp 39 void FlagStd140Structs::visitSymbol(TIntermSymbol *symbol)
41 if (isInStd140InterfaceBlock(symbol) && symbol->getBasicType() == EbtStruct)
43 mFlaggedNodes.push_back(symbol);
LoopInfo.h 57 // Search loop stack for a loop whose index matches the input symbol.
58 TIntermLoop *findLoop(TIntermSymbol *symbol);
60 // Find the loop index info in the loop stack by the input symbol.
61 TLoopIndexInfo *getIndexInfo(TIntermSymbol *symbol);
69 // Check if the symbol is the index of a loop that's unrolled.
70 bool needsToReplaceSymbolWithValue(TIntermSymbol *symbol);
72 // Return the current value of a given loop index symbol.
73 int getLoopIndexValue(TIntermSymbol *symbol);
SearchSymbol.h 6 // SearchSymbol is an AST traverser to detect the use of a given symbol name
20 SearchSymbol(const TString &symbol);
LoopInfo.cpp 99 TIntermSymbol *symbol = declInit->getLeft()->getAsSymbolNode(); local
101 mId = symbol->getId();
102 mType = symbol->getBasicType();
152 TIntermLoop *TLoopStack::findLoop(TIntermSymbol *symbol)
154 if (!symbol)
158 if (iter->index.getId() == symbol->getId())
164 TLoopIndexInfo *TLoopStack::getIndexInfo(TIntermSymbol *symbol)
166 if (!symbol)
170 if (iter->index.getId() == symbol->getId())
188 bool TLoopStack::needsToReplaceSymbolWithValue(TIntermSymbol *symbol)
    [all...]
  /external/elfutils/0.153/src/
symbolhash.c 0 /* Symbol hash table implementation.
35 /* Definitions for the symbol hash table. */
36 #define TYPE struct symbol *
symbolhash.h 29 /* Definitions for the symbol hash table. */
30 #define TYPE struct symbol *
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.h 7 #include "symbol.h"
120 struct symbol symbol; member in struct:sannotation
129 static inline struct annotation *symbol__annotation(struct symbol *sym)
131 struct sannotation *a = container_of(sym, struct sannotation, symbol);
135 int symbol__inc_addr_samples(struct symbol *sym, struct map *map,
137 int symbol__alloc_hist(struct symbol *sym);
138 void symbol__annotate_zero_histograms(struct symbol *sym);
140 int symbol__annotate(struct symbol *sym, struct map *map, size_t privsize);
141 int symbol__annotate_init(struct map *map __maybe_unused, struct symbol *sym)
    [all...]
  /external/lldb/examples/python/
gdb_disassemble.py 8 elif lldb.frame.symbol:
9 instructions = lldb.frame.symbol.instructions
10 start_addr = lldb.frame.symbol.addr.load_addr
11 name = lldb.frame.symbol.name
  /external/lldb/test/python_api/default-constructor/
sb_module.py 23 for symbol in obj.symbol_in_section_iter(lldb.SBSection()):
24 print symbol
25 for symbol in obj:
26 print symbol
  /external/llvm/test/MC/ELF/
subtraction-error.s 8 ; CHECK: symbol 'a' could not be evaluated in a subtraction expression
  /external/qemu/distrib/sdl-1.2.15/src/loadso/os2/
SDL_sysloadso.c 52 void *symbol = NULL; local
53 APIRET ulrc = DosQueryProcAddr((HMODULE)handle, 0, (char *)name, &symbol);
57 loaderror = "Symbol not found";
59 if (symbol == NULL)
62 return(symbol);
  /external/llvm/test/MC/Mips/
mips-expansions.s 20 # CHECK: lui $10, %hi(symbol) # encoding: [A,A,0x0a,0x3c]
21 # CHECK: # fixup A - offset: 0, value: symbol@ABS_HI, kind: fixup_Mips_HI16
23 # CHECK: lw $10, %lo(symbol)($10) # encoding: [A,A,0x4a,0x8d]
24 # CHECK: # fixup A - offset: 0, value: symbol@ABS_LO, kind: fixup_Mips_LO16
25 # CHECK: lui $1, %hi(symbol) # encoding: [A,A,0x01,0x3c]
26 # CHECK: # fixup A - offset: 0, value: symbol@ABS_HI, kind: fixup_Mips_HI16
28 # CHECK: sw $10, %lo(symbol)($1) # encoding: [A,A,0x2a,0xac]
29 # CHECK: # fixup A - offset: 0, value: symbol@ABS_LO, kind: fixup_Mips_LO16
37 # CHECK: lui $1, %hi(symbol)
38 # CHECK: ldc1 $f0, %lo(symbol)($1
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcvabits.stderrB.exp 4 Address 0x........ is 0 bytes inside data symbol "undefined"
6 Address 0x........ is 0 bytes inside data symbol "undefined"
9 Address 0x........ is 0 bytes inside data symbol "undefined"
12 Address 0x........ is 0 bytes inside data symbol "undefined"
15 Address 0x........ is 0 bytes inside data symbol "undefined"
18 Address 0x........ is 0 bytes inside data symbol "undefined"
21 Address 0x........ is 0 bytes inside data symbol "undefined"
24 Address 0x........ is 0 bytes inside data symbol "undefined"
27 Address 0x........ is 0 bytes inside data symbol "undefined"
30 Address 0x........ is 0 bytes inside data symbol "undefined
    [all...]
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
BitTreeDecoder.java 30 int symbol = 0; local
36 symbol |= (bit << bitIndex);
38 return symbol;
45 int symbol = 0; local
51 symbol |= (bit << bitIndex);
53 return symbol;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
stabs-elf.asm 8 ; [1] Define and export a global text-section symbol
9 ; [2] Define and export a global data-section symbol
10 ; [3] Define and export a global BSS-section symbol
11 ; [4] Define a non-global text-section symbol
12 ; [5] Define a non-global data-section symbol
13 ; [6] Define a non-global BSS-section symbol
14 ; [7] Define a COMMON symbol
17 ; [10] Import an external symbol
18 ; [11] Make a PC-relative call to an external symbol
19 ; [12] Reference a text-section symbol in the text sectio
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftest.asm 8 ; [1] Define and export a global text-section symbol
9 ; [2] Define and export a global data-section symbol
10 ; [3] Define and export a global BSS-section symbol
11 ; [4] Define a non-global text-section symbol
12 ; [5] Define a non-global data-section symbol
13 ; [6] Define a non-global BSS-section symbol
14 ; [7] Define a COMMON symbol
17 ; [10] Import an external symbol
18 ; [11] Make a PC-relative call to an external symbol
19 ; [12] Reference a text-section symbol in the text sectio
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
machotest.asm 7 ; [1] Define and export a global text-section symbol
8 ; [2] Define and export a global data-section symbol
9 ; [3] Define and export a global BSS-section symbol
10 ; [4] Define a non-global text-section symbol
11 ; [5] Define a non-global data-section symbol
12 ; [6] Define a non-global BSS-section symbol
13 ; [7] Define a COMMON symbol
16 ; [10] Import an external symbol (note: printf replaced by another call)
17 ; [11] Make a PC-relative call to an external symbol
18 ; [12] Reference a text-section symbol in the text sectio
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.asm 7 ; [1] Define and export a global text-section symbol
8 ; [2] Define and export a global data-section symbol
9 ; [3] Define and export a global BSS-section symbol
10 ; [4] Define a non-global text-section symbol
11 ; [5] Define a non-global data-section symbol
12 ; [6] Define a non-global BSS-section symbol
13 ; [7] Define a COMMON symbol
16 ; [10] Import an external symbol (note: printf replaced by another call)
17 ; [11] Make a PC-relative call to an external symbol
18 ; [12] Reference a text-section symbol in the text sectio
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/dec/
huffman.c 54 processed symbol */
74 int symbol; /* symbol index in original or sorted table */ local
92 for (symbol = 0; symbol < code_lengths_size; symbol++) {
93 count[code_lengths[symbol]]++;
96 /* generate offsets into sorted symbol table by code length */
102 /* sort symbols by length, by symbol order within each length */
103 for (symbol = 0; symbol < code_lengths_size; symbol++)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraph.cpp 47 TGraphSymbol* symbol = NULL; local
51 symbol = pair.second;
53 symbol = new TGraphSymbol(intermSymbol);
54 mAllNodes.push_back(symbol);
56 TSymbolIdPair pair(intermSymbol->getId(), symbol);
61 mSamplerSymbols.push_back(symbol);
64 return symbol;
  /external/chromium_org/tools/memory_inspector/memory_inspector/core/
stacktrace.py 7 from memory_inspector.core import symbol namespace
42 self.symbol = None
63 assert(isinstance(sym, symbol.Symbol))
64 assert(not self.symbol)
65 self.symbol = sym
82 if self.symbol:
83 return str(self.symbol)
native_heap_unittest.py 24 from memory_inspector.core import symbol namespace
101 syms = symbol.Symbols()
102 syms.Add('/d/exe1', 0, symbol.Symbol('sym1', 'src1.c', 1)) # st1[0]
103 syms.Add('exe2', 4 + EXE_2_FILE_OFF, symbol.Symbol('sym3')) # st2[1]
106 self.assertEqual(st1[0].symbol.name, 'sym1')
107 self.assertEqual(st1[0].symbol.source_info[0].source_file_path, 'src1.c')
108 self.assertEqual(st1[0].symbol.source_info[0].line_number, 1)
110 # st1[1] should have no symbol info, because we didn't provide any above
    [all...]
  /cts/tools/dasm/src/java_cup/
parser.java 300 public java_cup.runtime.symbol do_action(
316 /** EOF symbol index */
319 /** error symbol index */
427 public final java_cup.runtime.symbol CUP$do_action(
435 java_cup.runtime.symbol CUP$result;
443 CUP$result = new java_cup.runtime.symbol(/*empty*/27);
475 CUP$result = new java_cup.runtime.symbol(/*new_non_term_id*/24);
481 lexer.emit_error( "Symbol \"" + (/*non_term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val +
503 CUP$result = new java_cup.runtime.symbol(/*new_term_id*/23);
509 lexer.emit_error("Symbol \"" + (/*term_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top-0)).str_val
    [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.cpp 46 // Retrive the pointer to the symbol table.
55 ALOGW("Object doesn't contain any symbol table.");
150 const ELFSymbol<64> *symbol = mSymTab->getByName(pName); local
152 const ELFSymbol<32> *symbol = mSymTab->getByName(pName); local
154 if (symbol == NULL) {
155 ALOGV("Request symbol '%s' is not found in the object!", pName);
159 return symbol->getAddress(mObject->getHeader()->getMachine(),
169 const ELFSymbol<64> *symbol = mSymTab->getByName(pName); local
171 const ELFSymbol<32> *symbol = mSymTab->getByName(pName); local
174 if (symbol == NULL)
207 ELFSymbol<64> *symbol = (*mSymTab)[i]; local
    [all...]

Completed in 334 milliseconds

1 23 4 5 6 7 8 91011>>