Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp140 .Case(section_names::codeSignature, std::numeric_limits<int>::max()) in sectionOrder()
H A DInputSection.h319 constexpr const char codeSignature[] = "__code_signature"; variable
H A DSyntheticSections.cpp1546 : LinkEditSection(segment_names::linkEdit, section_names::codeSignature) { in CodeSignatureSection()