Searched refs:relocate (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
H A DCacheReader.h99 bool relocate();
H A DCacheReader.cpp89 //&& relocate()
416 // code in different location, and relocate the context.
447 bool CacheReader::relocate() { function in class:bcc::CacheReader
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DMCCacheReader.h109 bool relocate();
H A DMCCacheReader.cpp63 //&& relocate()
453 bool MCCacheReader::relocate() { function in class:bcc::MCCacheReader
/frameworks/compile/linkloader/android/
H A Dlibrsloader.cpp53 object->relocate(find_symbol, find_symbol_context);
/frameworks/compile/linkloader/include/
H A DELFObject.h102 void relocate(void *(*find_sym)(void *context, char const *name),
/frameworks/compile/linkloader/
H A Dmain.cpp158 object->relocate(find_sym, 0);
159 out() << "relocate finished!\n";
/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx395 rsl_assert((((P + 4) >> 28) != (S >> 28)) && "Cannot relocate R_MIPS_26 due to differences in the upper four bits.");
409 relocate(void *(*find_sym)(void *context, char const *name), void *context) { function in class:ELFObject
/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeEmitter.cpp864 // mpTJI->relocate() without aborting. For caching purpose
890 // mpTJI->relocate() without aborting. For caching purpose
943 // mpTJI->relocate() without aborting. For caching purpose
1261 mpTJI->relocate(BufferBegin, &mRelocations[0], mRelocations.size(),

Completed in 84 milliseconds