Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1566 OutputSegment *textSeg = getOrCreateOutputSegment(segment_names::text); in writeTo() local
1567 write64be(&codeDirectory->execSegBase, textSeg->fileOff); in writeTo()
1568 write64be(&codeDirectory->execSegLimit, textSeg->fileSize); in writeTo()