Searched refs:SymbolResolverInterface (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DSymbolResolverInterface.h24 class SymbolResolverInterface { class in namespace:bcc
27 SymbolResolverInterface *resolver =
28 reinterpret_cast<SymbolResolverInterface*>(pResolver);
35 virtual ~SymbolResolverInterface() { }
H A DSymbolResolverProxy.h20 #include "bcc/ExecutionEngine/SymbolResolverInterface.h"
27 class SymbolResolverProxy : public SymbolResolverInterface {
29 android::Vector<SymbolResolverInterface *> mChain;
34 void chainResolver(SymbolResolverInterface &pResolver);
H A DObjectLoader.h30 class SymbolResolverInterface;
50 SymbolResolverInterface &pResolver,
55 SymbolResolverInterface &pResolver,
H A DSymbolResolvers.h23 #include "SymbolResolverInterface.h"
30 class DyldSymbolResolver : public SymbolResolverInterface {
56 class ArraySymbolResolver : public SymbolResolverInterface {
104 class LookupFunctionSymbolResolver : public SymbolResolverInterface {
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DObjectLoaderImpl.h29 class SymbolResolverInterface;
37 virtual bool relocate(SymbolResolverInterface &pResolver) = 0;
H A DSymbolResolverProxy.cpp33 void SymbolResolverProxy::chainResolver(SymbolResolverInterface &pResolver) {
H A DELFObjectLoaderImpl.h42 virtual bool relocate(SymbolResolverInterface &pResolver);
H A DELFObjectLoaderImpl.cpp27 #include "bcc/ExecutionEngine/SymbolResolverInterface.h"
52 bool ELFObjectLoaderImpl::relocate(SymbolResolverInterface &pResolver) {
53 mObject->relocate(SymbolResolverInterface::LookupFunction, &pResolver);
H A DObjectLoader.cpp31 SymbolResolverInterface &pResolver,
103 SymbolResolverInterface &pResolver,
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp288 bool PrepareRuntimes(std::vector<SymbolResolverInterface *> &pRuntimes) {
363 std::vector<SymbolResolverInterface *> lib_runtimes;
368 for (std::vector<SymbolResolverInterface *>::const_iterator

Completed in 82 milliseconds