Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp1101 uint64_t RelocationSizeInSec = 0; in calcOffsetToRelocations() local
1107 RelocationSizeInSec = in calcOffsetToRelocations()
1115 assert(RelocationSizeInSec && "Overflow section header doesn't exist."); in calcOffsetToRelocations()
1117 RelocationSizeInSec = Sec->RelocationCount * in calcOffsetToRelocations()
1122 RawPointer += RelocationSizeInSec; in calcOffsetToRelocations()