HomeSort by relevance Sort by last modified time
    Searched refs:mpGOTBase (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/CodeGen/
CodeMemoryManager.cpp 42 : mpCodeMem(NULL), mpGVMem(NULL), mpGOTBase(NULL) {
115 bccAssert(mpGOTBase != NULL && "Cannot allocate the GOT multiple times");
116 mpGOTBase = allocateSGMemory(MaxGOTSize);
247 mpGOTBase = NULL;
CodeMemoryManager.h 108 uint8_t *mpGOTBase;
145 return mpGOTBase;

Completed in 24 milliseconds