Searched defs:StubLayout (Results 1 - 2 of 2) 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 {
/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 {

Completed in 43 milliseconds