Home
last modified time | relevance | path

Searched refs:LookupSymbol (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc346 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/
DMachProcess.h83 nub_addr_t LookupSymbol (const char *name, const char *shlib);
DMachProcess.cpp372 MachProcess::LookupSymbol(const char *name, const char *shlib) in LookupSymbol() function in MachProcess
/external/llvm/include/llvm/MC/
DMCContext.h275 MCSymbol *LookupSymbol(const Twine &Name) const;
/external/llvm/lib/MC/
DMCContext.cpp226 MCSymbol *MCContext::LookupSymbol(const Twine &Name) const { in LookupSymbol() function in MCContext
/external/protobuf/src/google/protobuf/
Ddescriptor.cc2396 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/
DDNB.cpp1894 return procSP->LookupSymbol (name, shlib); in DNBProcessLookupAddress()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2194 MCSymbol *Sym = getContext().LookupSymbol(Name); in parseAssignment()
4007 MCSymbol *Sym = getContext().LookupSymbol(Name); in parseDirectiveIfdef()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2757 MCSymbol *Sym = getContext().LookupSymbol(Parser.getTok().getIdentifier()); in searchSymbolAlias()