Searched refs:LookupSymbol (Results 1 – 9 of 9) sorted by relevance
/external/google-breakpad/src/client/mac/handler/ |
D | dynamic_images.cc | 346 static uint64_t LookupSymbol(const char* symbol_name, in LookupSymbol() function 407 return LookupSymbol<MachO64>(imageSymbolName, dyldPath, cpu_type_); in GetDyldAllImageInfosPointer() 408 return LookupSymbol<MachO32>(imageSymbolName, dyldPath, cpu_type_); in GetDyldAllImageInfosPointer()
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 83 nub_addr_t LookupSymbol (const char *name, const char *shlib);
|
D | MachProcess.cpp | 372 MachProcess::LookupSymbol(const char *name, const char *shlib) in LookupSymbol() function in MachProcess
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 275 MCSymbol *LookupSymbol(const Twine &Name) const;
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 226 MCSymbol *MCContext::LookupSymbol(const Twine &Name) const { in LookupSymbol() function in MCContext
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 2396 Symbol LookupSymbol(const string& name, const string& relative_to, 2955 Symbol DescriptorBuilder::LookupSymbol( in LookupSymbol() function in google::protobuf::DescriptorBuilder 4169 Symbol extendee = LookupSymbol(proto.extendee(), field->full_name(), in CrossLinkField() 4216 LookupSymbol(proto.type_name(), field->full_name(), in CrossLinkField() 4409 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); in CrossLinkMethod() 4422 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); in CrossLinkMethod() 4634 const Symbol key_symbol = LookupSymbol( in ValidateMapKey() 4795 symbol = builder_->LookupSymbol(name_part, in InterpretSingleOption()
|
/external/lldb/tools/debugserver/source/ |
D | DNB.cpp | 1894 return procSP->LookupSymbol (name, shlib); in DNBProcessLookupAddress()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 2194 MCSymbol *Sym = getContext().LookupSymbol(Name); in parseAssignment() 4007 MCSymbol *Sym = getContext().LookupSymbol(Name); in parseDirectiveIfdef()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 2757 MCSymbol *Sym = getContext().LookupSymbol(Parser.getTok().getIdentifier()); in searchSymbolAlias()
|