Searched refs:PTSectionSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp189 uint32_t PTSectionSize = Sec32.size; local
192 unsigned NumPTEntries = PTSectionSize / PTEntrySize;
195 assert((PTSectionSize % PTEntrySize) == 0 &&

Completed in 82 milliseconds