Searched defs:LookupSymbol (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_library_view.cpp27 void* LibraryView::LookupSymbol(const char* symbol_name) { function in class:crazy::LibraryView
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dvdso_support.cc113 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) {
136 bool VDSOSupport::LookupSymbol(const char *name, function in class:base::VDSOSupport
140 return image_.LookupSymbol(name, version, type, info);
H A Delf_mem_image.cc315 bool ElfMemImage::LookupSymbol(const char *name, function in class:base::ElfMemImage
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dvdso_support.cc113 if (vdso.LookupSymbol("__vdso_getcpu", "LINUX_2.6", STT_FUNC, &info)) {
136 bool VDSOSupport::LookupSymbol(const char *name, function in class:base::VDSOSupport
140 return image_.LookupSymbol(name, version, type, info);
H A Delf_mem_image.cc315 bool ElfMemImage::LookupSymbol(const char *name, function in class:base::ElfMemImage
/external/llvm/lib/MC/
H A DMCContext.cpp192 MCSymbol *MCContext::LookupSymbol(StringRef Name) const { function in class:MCContext
196 MCSymbol *MCContext::LookupSymbol(const Twine &Name) const { function in class:MCContext
199 return LookupSymbol(NameSV.str());
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp372 MachProcess::LookupSymbol(const char *name, const char *shlib) function in class:MachProcess
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc2157 // If LookupSymbol() finds a symbol that is in a file which is not a declared
2173 // only be called after LookupSymbol() fails.
2205 // parents, etc. For example, LookupSymbol("foo.bar", "baz.qux.corge") makes
2214 // that LookupSymbol may still return a non-type symbol in LOOKUP_TYPES mode,
2225 Symbol LookupSymbol(const string& name, const string& relative_to,
2229 // Like LookupSymbol() but will not return a placeholder even if
2235 // Creates a placeholder type suitable for return from LookupSymbol(). May
2723 Symbol DescriptorBuilder::LookupSymbol( function in class:google::protobuf::DescriptorBuilder
2972 // We add the dummy token so that LookupSymbol does the right thing.
3790 Symbol extendee = LookupSymbol(prot
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc1861 // If LookupSymbol() finds a symbol that is in a file which is not a declared
1877 // only be called after LookupSymbol() fails.
1901 // parents, etc. For example, LookupSymbol("foo.bar", "baz.qux.corge") makes
1910 // that LookupSymbol may still return a non-type symbol in LOOKUP_TYPES mode,
1921 Symbol LookupSymbol(const string& name, const string& relative_to,
1925 // Like LookupSymbol() but will not return a placeholder even if
1931 // Creates a placeholder type suitable for return from LookupSymbol(). May
2388 Symbol DescriptorBuilder::LookupSymbol( function in class:google::protobuf::DescriptorBuilder
2635 // We add the dummy token so that LookupSymbol does the right thing.
3396 Symbol extendee = LookupSymbol(prot
[all...]

Completed in 150 milliseconds