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

/frameworks/rs/cpu_ref/linkloader/include/
H A DStubLayout.h23 class StubLayout { class
31 StubLayout();
32 virtual ~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 {
H A DELFSectionProgBits.h24 #include "StubLayout.h"
32 StubLayout *stubs;
40 StubLayout *getStubLayout() {
/frameworks/rs/cpu_ref/linkloader/lib/
H A DStubLayout.cpp17 #include "StubLayout.h"
26 StubLayout::StubLayout() : table(NULL), count(0) { function in class:StubLayout
29 void StubLayout::initStubTable(unsigned char *table_, size_t count_) {
34 void *StubLayout::allocateStub(void *addr) {
60 size_t StubLayout::calcStubTableSize(size_t count) const {
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionProgBits.hxx21 #include "StubLayout.h"
43 StubLayout *stubs = result->getStubLayout();
H A DELFObject.hxx26 #include "StubLayout.h"
236 StubLayout *stub_layout = text->getStubLayout();
562 StubLayout *stub_layout = text->getStubLayout();
706 StubLayout *stub_layout = text->getStubLayout();
/frameworks/rs/
H A DAndroid.mk290 cpu_ref/linkloader/lib/StubLayout.cpp \

Completed in 193 milliseconds