Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h232 uint32_t JTSectionSize = Sec32.size; in populateJumpTable() local
235 unsigned NumJTEntries = JTSectionSize / JTEntrySize; in populateJumpTable()
239 assert((JTSectionSize % JTEntrySize) == 0 && in populateJumpTable()