Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.cpp283 OutputSection *textSec; member in __anone9849d490111::Writer
852 textSec = createSection(".text", code | r | x); in createSections()
1053 textSec->addChunk(thunk->getChunk()); in appendImportThunks()
1064 textSec->addChunk(c); in appendImportThunks()
1434 if (textSec->getVirtualSize()) { in writeHeader()
1435 pe->BaseOfCode = textSec->getRVA(); in writeHeader()
1436 pe->SizeOfCode = textSec->getRawSize(); in writeHeader()