Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp1361 OutputSegment *textSeg = getOrCreateOutputSegment(segment_names::text); in writeTo() local
1362 write64be(&codeDirectory->execSegBase, textSeg->fileOff); in writeTo()
1363 write64be(&codeDirectory->execSegLimit, textSeg->fileSize); in writeTo()