Home
last modified time | relevance | path

Searched refs:initStubTable (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/linkloader/include/
DStubLayout.h34 void initStubTable(unsigned char *table, size_t count);
/frameworks/compile/linkloader/include/impl/
DELFSectionProgBits.hxx71 stubs->initStubTable(result->chunk.getBuffer() + section_size, in read()
/frameworks/compile/linkloader/lib/
DStubLayout.cpp30 void StubLayout::initStubTable(unsigned char *table_, size_t count_) { in initStubTable() function in StubLayout