/third_party/skia/third_party/externals/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,
|
D | elf_mem_image.cc | 261 bool ElfMemImage::LookupSymbol(const char *name, in LookupSymbol() function in absl::debugging_internal::ElfMemImage
|
D | stacktrace_x86-inl.inc | 181 if (!vdso.LookupSymbol("__kernel_rt_sigreturn", "LINUX_2.5", STT_FUNC, 183 !vdso.LookupSymbol("__kernel_vsyscall", "LINUX_2.5", STT_FUNC,
|
D | stacktrace_aarch64-inl.inc | 41 return vdso.LookupSymbol("__kernel_rt_sigreturn", "LINUX_2.6.39", type,
|
D | stacktrace_riscv-inl.inc | 59 return vdso.LookupSymbol("__kernel_rt_sigreturn", "LINUX_4.15", type,
|
D | stacktrace_powerpc-inl.inc | 108 if (!vdso.LookupSymbol(
|
/third_party/node/src/ |
D | debug_utils.cc | 97 SymbolInfo LookupSymbol(void* address) override { in LookupSymbol() function in node::PosixSymbolDebuggingContext 249 SymbolInfo LookupSymbol(void* address) override { in LookupSymbol() function in node::Win32SymbolDebuggingContext 312 NativeSymbolDebuggingContext::SymbolInfo s = sym_ctx->LookupSymbol(frame); in DumpBacktrace() 349 close_cb, sym_ctx->LookupSymbol(close_cb).Display().c_str()); in PrintLibuvHandleInformation() 352 handle->data, sym_ctx->LookupSymbol(handle->data).Display().c_str()); in PrintLibuvHandleInformation() 366 first_field, sym_ctx->LookupSymbol(first_field).Display().c_str()); in PrintLibuvHandleInformation()
|
D | debug_utils.h | 153 virtual SymbolInfo LookupSymbol(void* address) { return {}; } in LookupSymbol() function
|
D | node_report.cc | 564 writer->json_keyvalue("symbol", sym_ctx->LookupSymbol(frame).Display()); in PrintNativeStack()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MethodDescriptor.cs | 124 IDescriptor lookup = File.DescriptorPool.LookupSymbol(Proto.InputType, this); in CrossLink() 131 lookup = File.DescriptorPool.LookupSymbol(Proto.OutputType, this); in CrossLink()
|
D | FieldDescriptor.cs | 360 File.DescriptorPool.LookupSymbol(Proto.TypeName, this); in CrossLink() 415 … 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
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.cc | 3247 Symbol LookupSymbol(const std::string& name, const std::string& relative_to, 3856 Symbol DescriptorBuilder::LookupSymbol( in LookupSymbol() function in google::protobuf::DescriptorBuilder 5581 LookupSymbol(proto.extendee(), field->full_name(), in CrossLinkField() 5645 LookupSymbol(proto.type_name(), field->full_name(), in CrossLinkField() 5866 LookupSymbol(proto.input_type(), method->full_name(), in CrossLinkMethod() 5886 LookupSymbol(proto.output_type(), method->full_name(), in CrossLinkMethod() 6554 builder_->LookupSymbol(name_part, options_to_interpret_->name_scope); in InterpretSingleOption()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 978 …<!-- base::ElfMemImage::LookupSymbol(char const*, char const*, int, base::ElfMemImage::SymbolInfo*… 1008 …<!-- base::VDSOSupport::LookupSymbol(char const*, char const*, int, base::ElfMemImage::SymbolInfo*… 2702 …<!-- bool base::ElfMemImage::LookupSymbol(const char*, const char*, int, base::ElfMemImage::Symbol… 2703 …<function-decl name='LookupSymbol' mangled-name='_ZNK4base11ElfMemImage12LookupSymbolEPKcS2_iPNS0_… 3486 …<!-- bool base::VDSOSupport::LookupSymbol(const char*, const char*, int, base::VDSOSupport::Symbol… 3487 …<function-decl name='LookupSymbol' mangled-name='_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS_1…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 1488 …<function-decl name='LookupSymbol' mangled-name='_ZNK4base11ElfMemImage12LookupSymbolEPKcS2_iPNS0_… 1970 …<function-decl name='LookupSymbol' mangled-name='_ZNK4base11VDSOSupport12LookupSymbolEPKcS2_iPNS_1…
|