Home
last modified time | relevance | path

Searched refs:StubLayout (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/
DStubLayout.h23 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 {
DELFSectionProgBits.h32 StubLayout *stubs;
40 StubLayout *getStubLayout() { in getStubLayout()
/frameworks/rs/cpu_ref/linkloader/lib/
DStubLayout.cpp26 StubLayout::StubLayout() : table(NULL), count(0) { in StubLayout() function in StubLayout
29 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()
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFSectionProgBits.hxx43 StubLayout *stubs = result->getStubLayout(); in read()
DELFObject.hxx236 StubLayout *stub_layout = text->getStubLayout(); in relocateARM()
562 StubLayout *stub_layout = text->getStubLayout(); in relocateAARCH64()
706 StubLayout *stub_layout = text->getStubLayout(); in relocateX86_64()
/frameworks/rs/
DAndroid.mk290 cpu_ref/linkloader/lib/StubLayout.cpp \