/external/angle/third_party/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 104 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) { in Init() 125 bool VDSOSupport::LookupSymbol(const char *name, in LookupSymbol() function in absl::debugging_internal::VDSOSupport 129 return image_.LookupSymbol(name, version, type, info); in LookupSymbol()
|
D | vdso_support.h | 89 bool LookupSymbol(const char *name, const char *version,
|
D | elf_mem_image.h | 107 bool LookupSymbol(const char *name, const char *version,
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 104 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) { in Init() 125 bool VDSOSupport::LookupSymbol(const char *name, in LookupSymbol() function in absl::debugging_internal::VDSOSupport 129 return image_.LookupSymbol(name, version, type, info); in LookupSymbol()
|
D | vdso_support.h | 89 bool LookupSymbol(const char *name, const char *version,
|
D | elf_mem_image.h | 107 bool LookupSymbol(const char *name, const char *version,
|
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 104 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) { in Init() 125 bool VDSOSupport::LookupSymbol(const char *name, in LookupSymbol() function in absl::debugging_internal::VDSOSupport 129 return image_.LookupSymbol(name, version, type, info); in LookupSymbol()
|
D | vdso_support.h | 89 bool LookupSymbol(const char *name, const char *version,
|
D | elf_mem_image.h | 107 bool LookupSymbol(const char *name, const char *version,
|
/external/openscreen/third_party/abseil/src/absl/debugging/internal/ |
D | vdso_support.cc | 104 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) { in Init() 125 bool VDSOSupport::LookupSymbol(const char *name, in LookupSymbol() function in absl::debugging_internal::VDSOSupport 129 return image_.LookupSymbol(name, version, type, info); in LookupSymbol()
|
D | vdso_support.h | 89 bool LookupSymbol(const char *name, const char *version,
|
D | elf_mem_image.h | 107 bool LookupSymbol(const char *name, const char *version,
|
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 113 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) { in Init() 134 bool VDSOSupport::LookupSymbol(const char *name, in LookupSymbol() function in absl::debugging_internal::VDSOSupport 138 return image_.LookupSymbol(name, version, type, info); in LookupSymbol()
|
D | vdso_support.h | 89 bool LookupSymbol(const char *name, const char *version,
|
D | elf_mem_image.h | 107 bool LookupSymbol(const char *name, const char *version,
|
/external/abseil-cpp/absl/debugging/internal/ |
D | vdso_support.cc | 113 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) { in Init() 134 bool VDSOSupport::LookupSymbol(const char *name, in LookupSymbol() function in absl::debugging_internal::VDSOSupport 138 return image_.LookupSymbol(name, version, type, info); in LookupSymbol()
|
D | vdso_support.h | 89 bool LookupSymbol(const char *name, const char *version,
|
D | elf_mem_image.h | 107 bool LookupSymbol(const char *name, const char *version,
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MethodDescriptor.cs | 116 IDescriptor lookup = File.DescriptorPool.LookupSymbol(Proto.InputType, this); in CrossLink() 123 lookup = File.DescriptorPool.LookupSymbol(Proto.OutputType, this); in CrossLink()
|
D | FieldDescriptor.cs | 310 File.DescriptorPool.LookupSymbol(Proto.TypeName, this); in CrossLink() 365 … extendeeType = File.DescriptorPool.LookupSymbol(Proto.Extendee, this) as MessageDescriptor; in CrossLink()
|
D | DescriptorPool.cs | 267 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 403 return LookupSymbol<MachO64>(imageSymbolName, dyldPath, cpu_type_); in GetDyldAllImageInfosPointer() 404 return LookupSymbol<MachO32>(imageSymbolName, dyldPath, cpu_type_); in GetDyldAllImageInfosPointer()
|
/external/llvm-project/lldb/source/Expression/ |
D | ExpressionVariable.cpp | 33 lldb::addr_t PersistentExpressionState::LookupSymbol(ConstString name) { in LookupSymbol() function in PersistentExpressionState
|
/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/llvm-project/lldb/include/lldb/Expression/ |
D | ExpressionVariable.h | 232 virtual lldb::addr_t LookupSymbol(ConstString name);
|