Searched refs:PTEntrySize (Results 1 – 2 of 2) sorted by relevance
192 const unsigned PTEntrySize = 4; in populateIndirectSymbolPointersSection() local193 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()
189 const unsigned PTEntrySize = 4; in populateIndirectSymbolPointersSection() local190 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()