Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp462 size_t thunksSize = 0; in createThunks() local
474 size_t thunkInsertionRVA = sc->getRVA() + sc->getSize() + thunksSize; in createThunks()
487 uint64_t p = sc->getRVA() + rel.VirtualAddress + thunksSize; in createThunks()
506 thunksSize += thunkChunk->getSize(); in createThunks()