/external/lldb/source/Target/ |
StackFrame.cpp | 24 #include "lldb/Symbol/CompileUnit.h" 25 #include "lldb/Symbol/Function.h" 26 #include "lldb/Symbol/Symbol.h" 27 #include "lldb/Symbol/SymbolContextScope.h" 28 #include "lldb/Symbol/VariableList.h" 39 // so we know if we have tried to look up information in our internal symbol 169 // Make sure we have resolved the StackID object's symbol context scope if 176 // We already have a symbol context scope, we just don't have our 182 // Calculate the frame block and use this for the stack ID symbol [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.cc | 235 struct Symbol { 251 inline Symbol() : type(NULL_SYMBOL) { descriptor = NULL; } 262 inline explicit Symbol(const TYPE* value) { \ 291 const Symbol kNullSymbol; 293 typedef hash_map<const char*, Symbol, 296 typedef hash_map<PointerStringPair, Symbol, 343 // Symbol references must be resolved, via DescriptorBuilder::FindSymbol and 344 // friends. If the pending file references an unknown symbol 347 // defining that symbol, and that file has not yet been built by the pool, 382 // Find symbols. This returns a null Symbol (symbol.IsNull() is true 1341 Symbol symbol = tables_->FindSymbol(prefix); local 4332 Symbol symbol = builder_->FindSymbolNotEnforcingDeps( local 4712 Symbol symbol = local [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
debug.rb | 240 symbol = super 241 @debug_listener.consume_node( symbol ) 242 return( symbol )
|
/external/chromium_org/third_party/codesighs/ |
codesighs.c | 127 static Switch gMatchSection = {"--match-section", "-msec", 1, NULL, "Only consider sections that have a substring match." DESC_NEWLINE "Multiple uses allowed to specify an array of sections." DESC_NEWLINE "Section is considered symbol type."}; 129 static Switch gMatchSymbol = {"--match-symbol", "-msym", 1, NULL, "Only consider symbols that have a substring match." DESC_NEWLINE "Multiple uses allowed to specify an array of symbols."}; 245 char* symbol; local 255 ** size class scope module segment object symbol .... 274 symbol = strchr(lineBuffer, '\t') + 1; 441 if(NULL != strstr(symbol, inOptions->mMatchSymbols[loop])) [all...] |
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/ |
android_backend.py | 24 from memory_inspector.core import symbol namespace 78 """Performs symbolization. Returns a |symbol.Symbols| from |NativeHeap|s. 81 symbol/source info) to the stack frames of |native_heaps|. The heaps 89 sym_paths: either a list of or a string of semicolon-sep. symbol paths. 92 symbols = symbol.Symbols() 111 # callback is invoked every time the symbol info for a stack frame is ready. 115 sym = symbol.Symbol(name=sym_info.name, 123 # Look up the full path of the symbol in the sym paths. 131 # First try to locate the symbol file following the full relative pat [all...] |
/frameworks/compile/mclinker/lib/Object/ |
SectionMap.cpp | 356 (*dot).symbol().isDot() && 367 *tok = &((*ref).symbol()); 386 *tok = &((*dot).symbol());
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/ |
x86_abi_support.asm | 93 ; Return the proper symbol name for the target ABI. 111 ; Macro for the attribute to hide a global symbol for the target ABI. 114 ; Chromium doesn't like exported global symbols due to symbol clashing with
|
/external/cmockery/cmockery_0_1_2/src/ |
cmockery.c | 77 // Value of a symbol and the place it was declared. 83 /* Contains a list of values for a symbol. 440 /* Determine whether a symbol name referenced by a symbol_map_value 442 static int symbol_names_match(const void *map_value, const void *symbol) { 444 (const char*)symbol); 531 print_error("No entries for symbol %s.\n", symbol_name); 537 /* Traverse down a tree of symbol values and remove the first symbol value 624 SymbolValue * const symbol = result; local 625 void * const value = (void*)symbol->value [all...] |
/external/iptables/libxtables/ |
xtoptions.c | 404 const struct tos_symbol_info *symbol; local 416 for (symbol = tos_symbol_names; symbol->name != NULL; ++symbol) 417 if (strcasecmp(cb->arg, symbol->name) == 0) { 418 cb->val.tos_value = symbol->value; [all...] |
/external/libvpx/libvpx/vpx_ports/ |
x86_abi_support.asm | 93 ; Return the proper symbol name for the target ABI. 111 ; Macro for the attribute to hide a global symbol for the target ABI. 114 ; Chromium doesn't like exported global symbols due to symbol clashing with
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
x86_abi_support.asm | 93 ; Return the proper symbol name for the target ABI. 111 ; Macro for the attribute to hide a global symbol for the target ABI. 114 ; Chromium doesn't like exported global symbols due to symbol clashing with
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 53 /** Match current input symbol against ttype. Attempt 81 /** Match the wildcard: in a symbol */ 102 if ( state._fsp>=0 ) { // remove EOR if we're not the start symbol 113 // in follow set to indicate that the fall of the start symbol is 324 * for NoViableAlt and mismatched symbol exceptions. If you enable 326 * handle mismatched symbol exceptions but there could be a mismatched 604 /** Match needs to return the current input symbol, which gets put 609 * input symbol is. 618 * symbols. But, actions might refer to that missing symbol.
|
/external/bison/src/ |
print-xml.c | 150 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)]; 155 "<transition type=\"shift\" symbol=\"%s\" state=\"%d\"/>", 163 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)]; 168 "<transition type=\"goto\" symbol=\"%s\" state=\"%d\"/>", 204 "<error symbol=\"%s\">nonassociative</error>", 223 "<reduction symbol=\"%s\" rule=\"%d\" enabled=\"%s\"/>", 229 "<reduction symbol=\"%s\" rule=\"accept\" enabled=\"%s\"/>", 397 "<terminal symbol-number=\"%d\" token-number=\"%d\"" 416 "<nonterminal symbol-number=\"%d\" name=\"%s\""
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/ |
abstract_tts.js | 96 for (var symbol in cvox.AbstractTts.SUBSTITUTION_DICTIONARY) { 97 symbols.push(symbol); 234 function(symbol) { 235 return ' ' + cvox.AbstractTts.SUBSTITUTION_DICTIONARY[symbol] + ' ';
|
/external/chromium_org/chrome/browser/resources/options/ |
language_options.css | 180 #chewing-max-chi-symbol-len {
|
/external/chromium_org/courgette/ |
disassembler_elf_32_arm.cc | 278 // The other 3 bytes of r_info are the symbol 279 uint32 symbol = rel.r_info >> 8; local 284 if (symbol != 0)
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/ |
example.js | 73 // <hex address> <symbol name>
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
JSONValues.cpp | 72 unsigned symbol = static_cast<unsigned>(c); local 73 String symbolCode = String::format("\\u%04X", symbol);
|
/external/compiler-rt/lib/asan/scripts/ |
asan_symbolize.py | 68 '--use-symbol-table=true', 286 # Tuple of symbol address, size, line, file number. 304 symbol = self.symbols[sym_id] 307 return symbol, filename, line_no
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
callchain.c | 326 * If we have a symbol, then compare the start to match 332 struct symbol *sym; 441 u64 ip, struct map *map, struct symbol *sym)
|
/external/lldb/scripts/Python/interface/ |
SBFrame.i | 30 print >> output, ' frame #{num}: {addr:#016x} {mod}`{symbol} + {offset}'.format( 31 num=i, addr=load_addr, mod=mods[i], symbol=symbols[i], offset=symbol_offset) 108 /// This function will return the appriopriate function, symbol or inlined 114 /// - the name of the symbol (if there is one) 301 __swig_getmethods__["symbol"] = GetSymbol 302 if _newclass: symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that represents the symbol (lldb.SBSymbol) for this stack frame.''')
|
/external/lldb/source/API/ |
SBModule.cpp | 23 #include "lldb/Symbol/ObjectFile.h" 24 #include "lldb/Symbol/SymbolVendor.h" 25 #include "lldb/Symbol/Symtab.h" 26 #include "lldb/Symbol/VariableList.h" 388 sc.symbol = symtab->SymbolAtIndex (matching_symbol_indexes[i]); 389 if (sc.symbol) 407 // Give the symbol vendor a chance to add to the unified section list. 423 // Give the symbol vendor a chance to add to the unified section list. 588 // Give the symbol vendor a chance to add to the unified section list.
|
/external/lldb/source/Breakpoint/ |
BreakpointLocation.cpp | 26 #include "lldb/Symbol/CompileUnit.h" 27 #include "lldb/Symbol/Symbol.h" 584 // If we don't have a comp unit, see if we have a symbol we can print. 585 if (sc.symbol) 588 s->Indent("symbol = "); 589 s->PutCString(sc.symbol->GetMangled().GetName().AsCString("<unknown>"));
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
AppleObjCRuntimeV2.cpp | 18 #include "lldb/Symbol/ClangASTType.h" 33 #include "lldb/Symbol/ClangASTContext.h" 34 #include "lldb/Symbol/ObjectFile.h" 35 #include "lldb/Symbol/Symbol.h" 36 #include "lldb/Symbol/TypeList.h" 37 #include "lldb/Symbol/VariableList.h" 309 const Symbol *symbol = module_sp->FindFirstSymbolWithNameAndType(name, lldb::eSymbolTypeData); local 310 if (symbol) 1666 const Symbol *symbol = objc_module_sp->FindFirstSymbolWithNameAndType(g_gdb_objc_realized_classes, lldb::eSymbolTypeData); local [all...] |
/ndk/build/tools/ |
dev-system-import.sh | 241 # Temp file used to list shared library symbol exclusions 243 SYMBOL_EXCLUDES=/tmp/ndk-$USER/ndk-symbol-excludes.txt 245 # Temp file used to list shared library symbol inclusions, these 247 SYMBOL_INCLUDES=/tmp/ndk-$USER/ndk-symbol-includes.txt 249 # Reset the symbol exclusion list to its default 252 # By default, do not export C++ mangled symbol, which all start with _Z 269 # Clear symbol exclusion/inclusion files 276 # $1: path to symbol list file 369 dump "Generating symbol file: $symfile"
|