Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp190 const unsigned PTEntrySize = 4; in populateIndirectSymbolPointersSection() local
191 unsigned NumPTEntries = PTSectionSize / PTEntrySize; in populateIndirectSymbolPointersSection()
194 assert((PTSectionSize % PTEntrySize) == 0 && in populateIndirectSymbolPointersSection()
200 << PTEntrySize << " bytes each:\n"); in populateIndirectSymbolPointersSection()
216 PTEntryOffset += PTEntrySize; in populateIndirectSymbolPointersSection()