Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/COFF/
H A DWriter.cpp435 size_t thunksSize = 0; in createThunks() local
447 size_t thunkInsertionRVA = sc->getRVA() + sc->getSize() + thunksSize; in createThunks()
460 uint64_t p = sc->getRVA() + rel.VirtualAddress + thunksSize; in createThunks()
479 thunksSize += thunkChunk->getSize(); in createThunks()