Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp148 const unsigned PTEntrySize = 4; in populateIndirectSymbolPointersSection() local
149 unsigned NumPTEntries = PTSectionSize / PTEntrySize; in populateIndirectSymbolPointersSection()
152 assert((PTSectionSize % PTEntrySize) == 0 && in populateIndirectSymbolPointersSection()
158 << NumPTEntries << " entries, " << PTEntrySize in populateIndirectSymbolPointersSection()
172 PTEntryOffset += PTEntrySize; in populateIndirectSymbolPointersSection()