Home
last modified time | relevance | path

Searched refs:imageOffset (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DContextManager.cpp95 int imageFd, off_t imageOffset) { in allocateContext() argument
106 if (imageOffset % pagesize > 0) { in allocateContext()
126 MAP_PRIVATE, imageFd, imageOffset); in allocateContext()
DContextManager.h62 char *allocateContext(char *addr, int imageFd, off_t imageOffset);