/external/u-boot/tools/binman/ |
D | image_test.py | 17 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')
|
D | elf.py | 117 value = section.LookupSymbol(name, sym.weak, msg)
|
D | elf_test.py | 50 def LookupSymbol(self, name, weak, msg): member in FakeSection
|
D | bsection.py | 253 def LookupSymbol(self, sym_name, optional, msg): member in Section
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MethodDescriptor.cs | 88 IDescriptor lookup = File.DescriptorPool.LookupSymbol(Proto.InputType, this); in CrossLink() 95 lookup = File.DescriptorPool.LookupSymbol(Proto.OutputType, this); in CrossLink()
|
D | FieldDescriptor.cs | 261 File.DescriptorPool.LookupSymbol(Proto.TypeName, this); in CrossLink()
|
D | DescriptorPool.cs | 266 internal IDescriptor LookupSymbol(string name, IDescriptor relativeTo) in LookupSymbol() method in Google.Protobuf.Reflection.DescriptorPool
|
/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/python/cpython2/Mac/Modules/cg/ |
D | CFMLateImport.c | 699 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/ |
D | MCContext.h | 154 MCSymbol *LookupSymbol(StringRef Name) const;
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCContext.cpp | 147 MCSymbol *MCContext::LookupSymbol(StringRef Name) const { in LookupSymbol() function in MCContext
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 2882 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/ |
D | AsmParser.cpp | 1541 MCSymbol *Sym = getContext().LookupSymbol(Name); in ParseAssignment() 2219 MCSymbol *Sym = getContext().LookupSymbol(Name); in ParseDirectiveIfdef()
|