Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DWriter.h37 extern OutputSection *firstTLVDataSection;
H A DWriter.cpp904 if (!firstTLVDataSection) in sortSegmentsAndSections()
905 firstTLVDataSection = osec; in sortSegmentsAndSections()
1242 OutputSection *macho::firstTLVDataSection = nullptr; member in macho
H A DInputSection.cpp218 referentVA -= firstTLVDataSection->addr; in writeTo()
H A DDriver.cpp1167 firstTLVDataSection = nullptr; in link()