Searched refs:StubLayout (Results 1 – 6 of 6) sorted by relevance
23 class StubLayout {31 StubLayout();32 virtual ~StubLayout() { } in ~StubLayout()45 class StubLayoutARM : public StubLayout {54 class StubLayoutAARCH64 : public StubLayout {63 class StubLayoutMIPS : public StubLayout {72 class StubLayoutX86 : public StubLayout {81 class StubLayoutX86_64 : public StubLayout {
32 StubLayout *stubs;40 StubLayout *getStubLayout() { in getStubLayout()
26 StubLayout::StubLayout() : table(NULL), count(0) { in StubLayout() function in StubLayout29 void StubLayout::initStubTable(unsigned char *table_, size_t count_) { in initStubTable()34 void *StubLayout::allocateStub(void *addr) { in allocateStub()60 size_t StubLayout::calcStubTableSize(size_t count) const { in calcStubTableSize()
43 StubLayout *stubs = result->getStubLayout(); in read()
236 StubLayout *stub_layout = text->getStubLayout(); in relocateARM()562 StubLayout *stub_layout = text->getStubLayout(); in relocateAARCH64()706 StubLayout *stub_layout = text->getStubLayout(); in relocateX86_64()
290 cpu_ref/linkloader/lib/StubLayout.cpp \