HomeSort by relevance Sort by last modified time
    Searched refs:symbol (Results 226 - 250 of 552) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/
disas.c 320 /* Look up symbol for debugging purpose. Returns "" if unknown. */
323 const char *symbol = ""; local
327 symbol = s->lookup_symbol(s, orig_addr);
328 if (symbol[0] != '\0') {
333 return symbol;
  /external/valgrind/main/memcheck/tests/
varinfo3.stderr.exp 34 Address 0x........ is 5 bytes inside data symbol "static_local_def.XXXX"
49 Address 0x........ is 7 bytes inside data symbol "static_local_undef.XXXX"
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkScannerInfoCollector.java 94 public void deleteSymbol(IResource resource, String symbol) {
NdkDiscoveredPathInfo.java 151 for (Entry<String, String> symbol : mSymbols.entrySet()) {
153 out.print(symbol.getKey());
155 out.print(symbol.getValue());
  /external/linux-tools-perf/util/
symbol.c 17 #include "symbol.h"
96 struct symbol *curr, *prev;
101 curr = rb_entry(prevnd, struct symbol, rb_node);
105 curr = rb_entry(nd, struct symbol, rb_node);
146 static struct symbol *symbol__new(u64 start, u64 len, u8 binding,
150 struct symbol *sym = calloc(1, (symbol_conf.priv_size +
170 void symbol__delete(struct symbol *sym)
175 static size_t symbol__fprintf(struct symbol *sym, FILE *fp)
229 struct symbol *pos;
233 pos = rb_entry(next, struct symbol, rb_node)
    [all...]
  /external/bison/src/
gram.c 40 symbol **symbols = NULL;
68 rule_lhs_print (rule *r, symbol *previous_lhs, FILE *out)
124 xml_printf (out, level + 1, "<symbol>%s</symbol>",
178 symbol *previous_lhs = NULL;
332 /* Free the symbol table data structure. */
  /external/mksh/src/
syn.c 72 static bool reject; /* token(cf) gets symbol again */
73 static int symbol; /* yylex value */ variable
78 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf)))
79 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf)))
340 if (symbol != /*(*/ ')')
622 if (symbol != endtok) {
624 symbol == '}' ? Tcbrace : Tesac, ATEMP);
644 switch (symbol) {
    [all...]
  /external/openfst/src/include/fst/
string.h 42 enum TokenType { SYMBOL = 1, BYTE = 2, UTF8 = 3 };
131 VLOG(1) << "StringCompiler::ConvertSymbolToLabel: Symbol \"" << s
132 << "\" is not mapped to any integer label, symbol table = "
149 TokenType token_type_; // Token type: symbol, byte or utf8 encoded
150 const SymbolTable *syms_; // Symbol table used when token type is symbol
151 Label unknown_label_; // Label for token missing from symbol table
166 enum TokenType { SYMBOL = 1, BYTE = 2, UTF8 = 3 };
182 if (token_type_ == SYMBOL) {
248 string symbol = syms_->Find(lab) local
255 ostrm << symbol; local
    [all...]
  /external/oprofile/libpp/
format_output.h 3 * outputting format for symbol lists
22 #include "symbol.h"
55 /// use global count rather symbol count for details percent
89 : symbol(sym), sample(s), pclass(pc),
91 symbol_entry const & symbol; member in struct:format_output::formatter::field_datum
135 void do_output(std::ostream & out, symbol_entry const & symbol,
167 /// symbol count
191 /** output one symbol symb to out according to the output format
195 /// output details for the symbol
231 /// output a single symbol
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 39 --- table with symbol name keys (not really used currently)
41 --- table with symbol name number keys (specified with property mapval)
43 --- array of symbol name numer keys used (to check for unique mapvals)
95 print("*** error: no symbol found")
picoloadphones.lua 37 --- table with symbol name keys (not really used currently)
39 --- table with symbol name number keys (specified with property mapval)
41 --- array of symbol name numer keys used (to check for unique mapvals)
93 print("*** error: no symbol found")
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang.l 507 TSymbol* symbol = yyextra->symbolTable.find(yytext);
508 if (yyextra->lexAfterType == false && symbol && symbol->isVariable()) {
509 TVariable* variable = static_cast<TVariable*>(symbol);
515 yylval->lex.symbol = symbol;
  /system/core/libcorkscrew/
symbol_table.c 50 const symbol_t* symbol = (const symbol_t*)element; local
51 if (addr < symbol->start) return -1;
52 if (addr >= symbol->end) return 1;
58 ALOGV("Loading symbol table from '%s'.", filename);
126 // Iterate through the dynamic symbol table, and count how many symbols
137 // Iterate through the symbol table, and count how many symbols
149 // Now, create an entry in our symbol table structure for each symbol...
192 // Sort the symbol table entries, so they can be bsearched later
  /external/valgrind/main/VEX/switchback/
linker.c 141 /* An array containing ptrs to all the symbol names copied from
142 this object into the global symbol hash table. This is so that
366 // SYMBOL TABLE(s)
369 * lookup a symbol in the global symbol table
518 char *symbol = NULL;
547 /* First see if it is a local symbol. */
549 /* Yes, so we can get the address directly from the ELF symbol
551 symbol = sym.st_name==0 ? "(noname)" : strtab+sym.st_name;
558 symbol = strtab + sym.st_name
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 77 /* An array containing ptrs to all the symbol names copied from
78 this object into the global symbol hash table. This is so that
300 // SYMBOL TABLE(s)
303 * lookup a symbol in the global symbol table
424 char *symbol = NULL; local
453 /* First see if it is a local symbol. */
455 /* Yes, so we can get the address directly from the ELF symbol
457 symbol = sym.st_name==0 ? "(noname)" : strtab+sym.st_name;
464 symbol = strtab + sym.st_name
550 char *symbol; local
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 76 SymbolTable("t", cl::desc("Display the symbol table"));
328 // Disassemble symbol by symbol.
333 // symbol.
336 // Make sure this symbol takes up space.
340 // This symbol has the same address as the next symbol. Skip it.
498 const coff_symbol *symbol = 0; local
502 if (symbol->StorageClass == COFF::IMAGE_SYM_CLASS_STATIC
503 && symbol->Value == 0) { // Section definition
    [all...]
  /external/llvm/tools/lto/
LTOModule.cpp 356 info.symbol = clgv;
372 info.symbol = clgv;
398 info.symbol = clgv;
418 info.symbol = clgv;
422 /// addDefinedDataSymbol - Add a data symbol as defined to the list.
472 /// addDefinedFunctionSymbol - Add a function symbol as defined to the list.
478 /// addDefinedSymbol - Add a defined symbol to the list.
536 info.symbol = def;
542 /// addAsmGlobalSymbol - Add a global symbol from module-level ASM to the
556 if (info.symbol == 0)
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/llvm/lib/Object/
COFFObjectFile.cpp 61 // Verify that the symbol points to a valid entry in the symbol table.
66 report_fatal_error("Symbol was outside of symbol table.");
69 == 0 && "Symbol did not point to the beginning of a symbol");
192 // in the same section as this symbol, and looking for either the next
193 // symbol, or the end of the section.
265 // Check for section symbol.
510 // The symbol table ends where the string table begins
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 74 (shared object symbol table, basically) appears. Appearance of new
86 pattern, function name pattern) pair which is encoded in the symbol
118 from reading symbol tables of the currently loaded objects.
120 Active is a pure function of Specs and the current symbol table
224 If ld.so does not have a visible 'strlen' symbol, Memcheck
285 TopSpec* parent_sym; /* the TopSpec which supplied the symbol */
314 HChar* symbol, Addr addr );
333 /* Copy all the names from a given symbol into an AR_DINFO allocated,
495 /* scan this DebugInfo's symbol table, pulling out and demangling
505 /* Set up to conveniently iterate over all names for this symbol. *
    [all...]
  /external/linux-tools-perf/
builtin-test.c 13 #include "util/symbol.h"
18 static int vmlinux_matches_kallsyms_filter(struct map *map __used, struct symbol *sym)
29 struct symbol *sym;
70 * find the reference relocation * symbol, i.e. the symbol we will use
103 * While doing that look if we find the ref reloc symbol, if we find it
123 struct symbol *pair, *first_pair;
126 sym = rb_entry(nd, struct symbol, rb_node);
138 * kallsyms don't have the symbol end, so we
139 * set that by using the next symbol start - 1
    [all...]
  /system/core/debuggerd/
tombstone.c 259 const symbol_t* symbol; local
260 find_symbol_ptrace(context, stack_content, &mi, &symbol);
262 if (symbol) {
263 char* demangled_name = demangle_symbol_name(symbol->name);
264 const char* symbol_name = demangled_name ? demangled_name : symbol->name;
265 uint32_t offset = stack_content - (mi->start + symbol->start);
  /external/elfutils/src/
addr2line.c 69 { "symbols", 'S', NULL, 0, N_("Also show symbol or section names"), 0 },
111 /* True if ELF symbol or section info should be shown. */
304 /* No symbol name. Get a section name instead. */
341 GElf_Sym *symbol = ((void **) arg)[1]; local
346 const char *symbol_name = dwfl_module_getsym (mod, i, symbol, NULL);
349 switch (GELF_ST_TYPE (symbol->st_info))
421 /* It was symbol+offset. */
426 error (0, 0, gettext ("cannot find symbol '%s'"), name);

Completed in 351 milliseconds

1 2 3 4 5 6 7 8 91011>>