Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h217 unsigned JTEntrySize = Sec32.reserved2; in populateJumpTable() local
218 unsigned NumJTEntries = JTSectionSize / JTEntrySize; in populateJumpTable()
222 if (JTSectionSize % JTEntrySize != 0) in populateJumpTable()
238 JTEntryOffset += JTEntrySize; in populateJumpTable()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h217 unsigned JTEntrySize = Sec32.reserved2; in populateJumpTable() local
218 unsigned NumJTEntries = JTSectionSize / JTEntrySize; in populateJumpTable()
222 if (JTSectionSize % JTEntrySize != 0) in populateJumpTable()
238 JTEntryOffset += JTEntrySize; in populateJumpTable()