Searched refs:symbol (Results 251 - 275 of 670) sorted by relevance

<<11121314151617181920>>

/external/llvm/test/MC/MachO/ARM/
H A Dlong-call-branch-island-relocation.s21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation
/external/llvm/test/MC/PowerPC/
H A Dppc64-relocs-01.s35 # 2. And a R_PPC64_TOC against no symbol (the linker will replace for the
/external/openfst/src/include/fst/script/
H A Ddraw-impl.h130 string symbol = syms->Find(id); local
131 if (symbol == "") {
133 << " is not mapped to any textual symbol"
134 << ", symbol table = " << syms->Name()
136 symbol = "?";
139 EscapeChars(symbol, &nsymbol);
211 const SymbolTable *isyms_; // ilabel symbol table
212 const SymbolTable *osyms_; // olabel symbol table
213 const SymbolTable *ssyms_; // slabel symbol table
/external/openfst/src/include/fst/
H A Dsymbol-table-ops.h29 #include <fst/symbol-table.h>
34 // Returns a minimal symbol table containing only symbols referenced by the
61 // Relabels a symbol table to make it a contiguous mapping.
67 // The returned symbol table will never modify symbol assignments from the left
71 // A potential use case is to Compose two Fst's that have different symbol
85 // Read the symbol table from any Fst::Read()able file, without loading the
86 // corresponding Fst. Returns NULL if the Fst does not contain a symbol table
87 // or the symbol table cannot be read.
/external/qemu/android/
H A Dopengles.c92 void* symbol; local
96 symbol = adynamicLibrary_findSymbol(rendererLib, #name, &error); \
97 if (symbol != NULL) { \
98 name = symbol; \
100 derror("GLES emulation: Could not find required symbol (%s): %s", #name, error); \
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DVariableInfo.cpp152 void CollectVariables::visitSymbol(TIntermSymbol *symbol) argument
154 ASSERT(symbol != NULL);
156 const TString &symbolName = symbol->getSymbol();
158 if (IsVarying(symbol->getQualifier()))
162 else if (symbol->getType().getBasicType() == EbtInterfaceBlock)
168 switch (symbol->getQualifier())
179 const TInterfaceBlock *interfaceBlock = symbol->getType().getInterfaceBlock();
H A DParseContext.cpp312 const char* symbol = 0; local
314 symbol = symNode->getSymbol().c_str();
359 extraInfoStream << "\"" << symbol << "\" (" << message << ")";
423 // of scope. Except, if the symbol table is at the built-in push-level,
782 // without a size, and make the right changes to the symbol table.
791 // Don't check for reserved word use until after we know it's not in the symbol table,
797 TSymbol* symbol = symbolTable.find(identifier, 0, &builtIn, &sameScope); local
798 if (symbol == 0 || !sameScope) {
809 error(line, "INTERNAL ERROR inserting new symbol", identifier.c_str());
813 if (! symbol
1021 getNamedVariable(const TSourceLoc &location, const TString *name, const TSymbol *symbol) argument
1070 const TSymbol* symbol = symbolTable.find(call->getName(), shaderVersion, builtIn); local
1148 const TSymbol* symbol = symbolTable.find(initializer->getAsSymbolNode()->getSymbol(), 0); local
1265 TIntermSymbol* symbol = intermediate.addSymbol(0, identifier, TType(publicType), identifierLocation); local
1317 TIntermSymbol* symbol = intermediate.addSymbol(0, identifier, TType(arrayType), identifierLocation); local
1352 parseInvariantDeclaration(const TSourceLoc &invariantLoc, const TSourceLoc &identifierLoc, const TString *identifier, const TSymbol *symbol) argument
1386 TIntermSymbol* symbol = intermediate.addSymbol(0, identifier, TType(publicType), identifierLocation); local
[all...]
H A DOutputHLSL.cpp1872 TIntermSymbol *symbol = (*sit)->getAsSymbolNode(); local
1874 if (symbol)
1876 symbol->traverse(this);
1877 out << ArrayString(symbol->getType());
1878 out << " = " + initializer(symbol->getType());
1901 TIntermSymbol *symbol = (*sit)->getAsSymbolNode(); local
1903 if (symbol)
1906 mReferencedVaryings[symbol->getSymbol()] = symbol;
1934 TIntermSymbol *symbol local
1982 TIntermSymbol *symbol = (*arguments)[i]->getAsSymbolNode(); local
2554 TIntermSymbol *symbol = assign->getLeft()->getAsSymbolNode(); local
2762 argumentString(const TIntermSymbol *symbol) argument
[all...]
/external/chromium_org/tools/mac/
H A Dsymbolicate_crash.py94 # Attaches a list of symbol names to stack frames. This assumes that the
165 # |<frame-number> <binary-image> 0x<address> <symbol> <offset>|.
231 # A: |<space><steps> <symbol> + <offset> (in <image-name>) [<address>]|
328 Returns a list of symbol information in the same order as |addresses|."""
357 # |<symbol> (in <image>) (<file>:<line>)|.
366 frame.symbol = symbol_parts.group(1)
403 self.symbol = None
419 # Same with the symbol information.
420 symbol = self.original_symbol
421 if self.symbol
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DHuffman.java42 * @param codes Index designates the symbol this code represents.
43 * @param lengths Index designates the symbol this code represents.
107 baos.write(node.symbol);
123 baos.write(node.symbol);
167 // Terminal nodes have a symbol.
168 private final int symbol; field in class:Huffman.Node
176 this.symbol = 0; // Not read.
183 * @param symbol symbol the node represents
186 Node(int symbol, in argument
[all...]
/external/chromium_org/third_party/libwebp/utils/
H A Dhuffman_encode.c22 // Util function to optimize the symbol map for RLE coding
50 uint32_t symbol = counts[0]; local
53 if (i == length || counts[i] != symbol) {
54 if ((symbol == 0 && stride >= 5) ||
55 (symbol != 0 && stride >= 7)) {
63 symbol = counts[i];
150 // bit_depths[]: how many bits are used for the symbol.
375 // 0 bit-depth means that the symbol does not exist.
388 depth_count[0] = 0; // ignore unused symbol
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DEscapingEvaluator.java102 .symbol("EscapeMode.ESCAPE_NONE"));
182 string(name)), JavaExpression.symbol("EscapeMode.ESCAPE_IS_CONSTANT"), JavaExpression
183 .symbol("EscapeMode.ESCAPE_NONE"));
203 return JavaExpression.callOn(JavaExpression.symbol("EscapeMode"), "combineModes", first,
245 setEscaping(JavaExpression.symbol("EscapeMode.ESCAPE_IS_CONSTANT"));
/external/lldb/source/Target/
H A DThreadPlanStepInRange.cpp162 // However, if the frame is the same, and we are still in the symbol we started
220 else if (sc.symbol)
222 func_start_address = sc.symbol->GetAddress();
224 bytes_to_skip = sc.symbol->GetPrologueByteSize();
287 if (sc.symbol != NULL)
344 if (sc.symbol != NULL)
/external/webp/src/utils/
H A Dhuffman_encode.c22 // Util function to optimize the symbol map for RLE coding
50 uint32_t symbol = counts[0]; local
53 if (i == length || counts[i] != symbol) {
54 if ((symbol == 0 && stride >= 5) ||
55 (symbol != 0 && stride >= 7)) {
63 symbol = counts[i];
150 // bit_depths[]: how many bits are used for the symbol.
375 // 0 bit-depth means that the symbol does not exist.
388 depth_count[0] = 0; // ignore unused symbol
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c163 struct symbol { struct
164 const char *name; /* Name of the symbol */
165 int index; /* Index number for this symbol */
168 struct symbol *fallback; /* fallback token in case this token doesn't parse */
171 char *firstset; /* First-set for all rules of this symbol */
174 char *destructor; /* Code which executes whenever this symbol is
184 struct symbol **subsym; /* Array of constituent symbols */
190 struct symbol *lhs; /* Left-hand side of the rule */
192 int lhsStart; /* True if left-hand side is the start symbol */
195 struct symbol **rh
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-top.c31 #include "util/symbol.h"
92 struct symbol *sym;
124 pr_err("Not enough memory for annotating '%s' symbol!\n",
142 struct symbol *sym = he->ms.sym;
146 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip)
178 struct symbol *sym;
194 pr_err("Not enough memory for annotating '%s' symbol!\n",
213 struct symbol *symbol; local
219 symbol
[all...]
/external/lldb/source/Core/
H A DAddress.cpp467 Symbol *symbol = symtab->FindSymbolContainingFileAddress (file_Addr); local
468 if (symbol)
470 const char *symbol_name = symbol->GetName().AsCString();
474 addr_t delta = file_Addr - symbol->GetAddress().GetFileAddress();
516 if (func_sc.function || func_sc.symbol)
607 if (pointer_sc.function || pointer_sc.symbol)
629 if (sc.function || sc.symbol)
635 if (sc.function == NULL && sc.symbol != NULL)
637 // If we have just a symbol make sure it is in the right section
638 if (sc.symbol
[all...]
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp511 if (sym_ctx.symbol)
513 switch (sym_ctx.symbol->GetType())
579 else if (sym_ctx.symbol) {
580 func_so_addr = &sym_ctx.symbol->GetAddress();
581 is_indirect_function = sym_ctx.symbol->IsIndirect();
608 const Address *sym_address = &sym_ctx.symbol->GetAddress();
615 switch (sym_ctx.symbol->GetType())
694 if (sym_ctx.symbol)
696 const Symbol *symbol = sym_ctx.symbol; local
1597 AddOneGenericVariable(NameSearchContext &context, const Symbol &symbol, unsigned int current_id) argument
1757 AddOneFunction(NameSearchContext &context, Function* function, Symbol* symbol, unsigned int current_id) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-event.c41 #include "symbol.h"
78 /* Initialize symbol maps and path of vmlinux/modules */
90 pr_debug("Failed to init symbol map.\n");
108 static struct symbol *__find_kernel_function_by_name(const char *name,
185 pr_debug("Failed to init symbol map.\n");
193 pp->function = strdup(tp->symbol);
232 struct symbol *sym;
238 sym = __find_kernel_function_by_name(tp->symbol, &map);
241 pr_debug("try to find %s+%ld@%" PRIx64 "\n", tp->symbol,
582 fprintf(stdout, "\t@<%s+%lu>\n", vl->point.symbol,
[all...]
H A Dmap.c1 #include "symbol.h"
134 struct symbol *sym = rb_entry(nd, struct symbol, rb_node);
144 struct symbol *sym = rb_entry(nd, struct symbol, rb_node);
195 struct symbol *map__find_symbol(struct map *map, u64 addr,
204 struct symbol *map__find_symbol_by_name(struct map *map, const char *name,
336 struct symbol *map_groups__find_symbol(struct map_groups *mg,
352 struct symbol *map_groups__find_symbol_by_name(struct map_groups *mg,
362 struct symbol *sy
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb379 # Attempt to match the current input symbol the token type
380 # specified by +type+. If the symbol matches the type,
381 # consume the current symbol and return its value. If
382 # the symbol doesn't match, attempt to use the follow-set
397 # the current symbol from the input stream.
440 "missing #{ token_name } at #{ token_error_display( e.symbol ) }"
443 "mismatched input #{ token_error_display( e.symbol ) } expecting #{ token_name }"
446 "mismatched tree node: #{ e.symbol } expecting #{ token_name }"
448 "no viable alternative at input " << token_error_display( e.symbol )
451 [ token_error_display( e.symbol ),
[all...]
/external/oprofile/libutil++/
H A Dop_bfd.cpp47 bool operator()(op_bfd_symbol const & symbol) { argument
48 return !filter_.match(symbol.name());
68 // we name the symbol after the section.
111 // after creating all symbol it's convenient for user code to access
184 // make the fake symbol fit within the fake file
249 // we need to ensure than for a given vma only one symbol exist else
266 // now we can calculate the symbol size, we can't first include/exclude
267 // symbols because the size of symbol is calculated from the difference
268 // between the vma of a symbol and the next one.
283 // images with no symbols debug info available get a placeholder symbol
[all...]
/external/chromium_org/tools/binary_size/
H A Drun_binary_size_analysis.py76 """Convert a symbol type as printed by nm into a human-readable name."""
81 'w': 'weak symbol',
82 'v': 'weak symbol'}[symbol_type]
141 """Puts symbol into the file path node |node|.
144 # 'node' is the file node and first step is to find its symbol-type bucket.
151 # 'node' is now the symbol-type bucket. Make the child entry.
155 logging.warning('A container node used as symbol for %s.' % symbol_name)
160 node[NODE_TYPE_KEY] = 's' # s for symbol
345 child_json['data']['$symbol'] = css_class
391 'symbol'
[all...]
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp551 coff_symbol_t symbol; local
554 // If the first 4 bytes of the symbol string are zero, then we
556 // 8 bytes contain the symbol name
559 // Long string that doesn't fit into the symbol table name,
567 // Short string that fits into the symbol table name which is 8 bytes
568 offset += sizeof(symbol.name) - 4; // Skip remaining
572 symbol_name.assign (symbol_name_cstr, sizeof(symbol.name));
574 symbol.value = symtab_data.GetU32 (&offset);
575 symbol.sect = symtab_data.GetU16 (&offset);
576 symbol
[all...]
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py29 for symbol in attributes:
30 if symbol.startswith('__') or symbol.endswith('__'):
33 value = attributes[symbol]
35 # MyEnum.symbol == value
36 type.__setattr__(self, symbol, value)
37 self._nameMap[symbol] = value
39 # The first symbol with the given value is authoritative.
41 # MyEnum[value] == symbol
42 self._map[value] = symbol
[all...]

Completed in 943 milliseconds

<<11121314151617181920>>