Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DWriter.h36 extern OutputSection *firstTLVDataSection;
H A DWriter.cpp959 if (!firstTLVDataSection) in sortSegmentsAndSections()
960 firstTLVDataSection = osec; in sortSegmentsAndSections()
1371 OutputSection *macho::firstTLVDataSection = nullptr; member in macho
H A DInputSection.cpp212 referentVA -= firstTLVDataSection->addr; in writeTo()
H A DDriver.cpp1426 firstTLVDataSection = nullptr; in link()