Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp602 if (unsigned GotSize = computeGOTSize(Obj)) { in computeTotalAllocSize() local
603 RWSectionSizes.push_back(GotSize); in computeTotalAllocSize()
655 size_t GotSize = 0; in computeGOTSize() local
661 GotSize += GotEntrySize; in computeGOTSize()
664 return GotSize; in computeGOTSize()