Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h234 unsigned JTEntrySize = Sec32.reserved2; in populateJumpTable() local
235 unsigned NumJTEntries = JTSectionSize / JTEntrySize; in populateJumpTable()
239 assert((JTSectionSize % JTEntrySize) == 0 && in populateJumpTable()
253 JTEntryOffset += JTEntrySize; in populateJumpTable()