Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/CodeGen/
DCodeMemoryManager.cpp42 : mpCodeMem(NULL), mpGVMem(NULL), mpGOTBase(NULL) { in CodeMemoryManager()
115 bccAssert(mpGOTBase != NULL && "Cannot allocate the GOT multiple times"); in AllocateGOT()
116 mpGOTBase = allocateSGMemory(MaxGOTSize); in AllocateGOT()
247 mpGOTBase = NULL; in reset()
DCodeMemoryManager.h108 uint8_t *mpGOTBase; variable
145 return mpGOTBase; in getGOTBase()