Home
last modified time | relevance | path

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

/external/u-boot/tools/binman/
Dimage_test.py17 section.LookupSymbol('_binman_something_prop_', False, 'msg')
27 section.LookupSymbol('_binman_type_prop_pname', False, 'msg')
36 val = section.LookupSymbol('_binman_type_prop_pname', True, 'msg')
47 section.LookupSymbol('_binman_u_boot_prop_bad', False, 'msg')
Delf.py117 value = section.LookupSymbol(name, sym.weak, msg)
Delf_test.py50 def LookupSymbol(self, name, weak, msg): member in FakeSection
Dbsection.py253 def LookupSymbol(self, sym_name, optional, msg): member in Section
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs88 IDescriptor lookup = File.DescriptorPool.LookupSymbol(Proto.InputType, this); in CrossLink()
95 lookup = File.DescriptorPool.LookupSymbol(Proto.OutputType, this); in CrossLink()
DFieldDescriptor.cs261 File.DescriptorPool.LookupSymbol(Proto.TypeName, this); in CrossLink()
DDescriptorPool.cs266 internal IDescriptor LookupSymbol(string name, IDescriptor relativeTo) in LookupSymbol() method in Google.Protobuf.Reflection.DescriptorPool
/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/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c699 static OSStatus LookupSymbol(CFMLateImportLookupProc lookup, void *refCon, in LookupSymbol() function
1019 … err = LookupSymbol(lookup, refCon, fragToFix->loaderSection, state.importIndex, &symbolValue); in RunRelocationEngine()
1038 … err = LookupSymbol(lookup, refCon, fragToFix->loaderSection, index, &symbolValue); in RunRelocationEngine()
1118 … err = LookupSymbol(lookup, refCon, fragToFix->loaderSection, index, &symbolValue); in RunRelocationEngine()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCContext.h154 MCSymbol *LookupSymbol(StringRef Name) const;
/external/swiftshader/third_party/LLVM/lib/MC/
DMCContext.cpp147 MCSymbol *MCContext::LookupSymbol(StringRef Name) const { in LookupSymbol() function in MCContext
/external/protobuf/src/google/protobuf/
Ddescriptor.cc2882 Symbol LookupSymbol(const string& name, const string& relative_to,
3460 Symbol DescriptorBuilder::LookupSymbol( in LookupSymbol() function in google::protobuf::DescriptorBuilder
4808 Symbol extendee = LookupSymbol(proto.extendee(), field->full_name(), in CrossLinkField()
4855 LookupSymbol(proto.type_name(), field->full_name(), in CrossLinkField()
5048 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); in CrossLinkMethod()
5061 Symbol output_type = LookupSymbol(proto.output_type(), method->full_name()); in CrossLinkMethod()
5649 symbol = builder_->LookupSymbol(name_part, in InterpretSingleOption()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp1541 MCSymbol *Sym = getContext().LookupSymbol(Name); in ParseAssignment()
2219 MCSymbol *Sym = getContext().LookupSymbol(Name); in ParseDirectiveIfdef()