Searched refs:linkEdit (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | OutputSegment.cpp | 36 if (name == segment_names::linkEdit) in initProt() 84 .Case(segment_names::linkEdit, std::numeric_limits<int>::max()) in segmentOrder() 127 } else if (segname == segment_names::linkEdit) { in sectionOrder()
|
H A D | OutputSegment.h | 30 constexpr const char linkEdit[] = "__LINKEDIT"; variable
|
H A D | SyntheticSections.cpp | 169 : LinkEditSection(segment_names::linkEdit, section_names::rebase) {} in RebaseSection() 407 : LinkEditSection(segment_names::linkEdit, section_names::binding) {} in BindingSection() 672 : LinkEditSection(segment_names::linkEdit, section_names::weakBinding) {} in WeakBindingSection() 995 : LinkEditSection(segment_names::linkEdit, section_names::lazyBinding) {} in LazyBindingSection() 1044 : LinkEditSection(segment_names::linkEdit, section_names::export_) {} in ExportSection() 1065 : LinkEditSection(segment_names::linkEdit, section_names::dataInCode) {} in DataInCodeSection() 1131 : LinkEditSection(segment_names::linkEdit, section_names::functionStarts) {} in FunctionStartsSection() 1165 : LinkEditSection(segment_names::linkEdit, section_names::symbolTable), in SymtabSection() 1460 : LinkEditSection(segment_names::linkEdit, in IndirectSymtabSection() 1525 : LinkEditSection(segment_names::linkEdit, section_names::stringTable) {} in StringTableSection() [all …]
|
H A D | Writer.cpp | 1055 if (ssec->isNeeded() || ssec->segname == segment_names::linkEdit) { in createOutputSections() 1068 linkEditSegment = getOrCreateOutputSegment(segment_names::linkEdit); in createOutputSections()
|
H A D | Driver.cpp | 1848 if (segName == segment_names::linkEdit) in link()
|