Home
last modified time | relevance | path

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

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