Searched refs:StubLayout (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/linkloader/include/
H A DStubLayout.h23 class StubLayout { class
31 StubLayout();
32 virtual ~StubLayout() { }
45 class StubLayoutARM : public StubLayout {
54 class StubLayoutMIPS : public StubLayout {
H A DELFSectionProgBits.h24 #include "StubLayout.h"
32 StubLayout *stubs;
40 StubLayout *getStubLayout() {
/frameworks/compile/linkloader/lib/
H A DStubLayout.cpp17 #include "StubLayout.h"
27 StubLayout::StubLayout() : table(NULL), count(0) { function in class:StubLayout
30 void StubLayout::initStubTable(unsigned char *table_, size_t count_) {
35 void *StubLayout::allocateStub(void *addr) {
61 size_t StubLayout::calcStubTableSize(size_t count) const {
/frameworks/compile/linkloader/tests/stubs/
H A Dstub-layout-test.cpp20 #include "StubLayout.h"
31 StubLayout stubs;
/frameworks/compile/linkloader/
H A DAndroid.mk37 lib/StubLayout.cpp \
70 lib/StubLayout.cpp \
163 lib/StubLayout.cpp \
197 lib/StubLayout.cpp \
/frameworks/compile/linkloader/include/impl/
H A DELFSectionProgBits.hxx21 #include "StubLayout.h"
43 StubLayout *stubs = result->getStubLayout();
H A DELFObject.hxx24 #include "StubLayout.h"
231 StubLayout *stub_layout = text->getStubLayout();

Completed in 48 milliseconds