Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp192 const unsigned PTEntrySize = 4; in populateIndirectSymbolPointersSection() local
193 unsigned NumPTEntries = PTSectionSize / PTEntrySize; in populateIndirectSymbolPointersSection()
196 assert((PTSectionSize % PTEntrySize) == 0 && in populateIndirectSymbolPointersSection()
202 << PTEntrySize << " bytes each:\n"); in populateIndirectSymbolPointersSection()
218 PTEntryOffset += PTEntrySize; in populateIndirectSymbolPointersSection()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp189 const unsigned PTEntrySize = 4; in populateIndirectSymbolPointersSection() local
190 unsigned NumPTEntries = PTSectionSize / PTEntrySize; in populateIndirectSymbolPointersSection()
193 assert((PTSectionSize % PTEntrySize) == 0 && in populateIndirectSymbolPointersSection()
199 << PTEntrySize << " bytes each:\n"); in populateIndirectSymbolPointersSection()
215 PTEntryOffset += PTEntrySize; in populateIndirectSymbolPointersSection()