Home
last modified time | relevance | path

Searched defs:osec (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp49 for (const OutputSection *osec : sections) in numNonHiddenSections() local
54 void OutputSegment::addOutputSection(OutputSection *osec) { in addOutputSection()
82 static int sectionOrder(OutputSection *osec) { in sectionOrder()
H A DWriter.cpp247 for (const OutputSection *osec : seg->getSections()) { in writeTo() local
939 ConcatOutputSection *osec = cast<ConcatOutputSection>(isec->parent); in createOutputSections() local
949 ConcatOutputSection *osec = it.second; in createOutputSections() local
1013 parallelForEach(linkEditSections, [](LinkEditSection *osec) { in finalizeLinkEditSegment()
1060 for (const OutputSection *osec : seg->getSections()) in writeSections() local
H A DInputSection.cpp205 auto *osec = cast<WordLiteralSection>(parent); in getOffset() local
H A DConcatOutputSection.cpp366 ConcatOutputSection *&osec = concatOutputSections[names]; in getOrCreateForInput() local
H A DSymbolTable.cpp224 OutputSection *osec = nullptr; in handleSectionBoundarySymbol() local
H A DSyntheticSections.cpp125 for (const OutputSection *osec : seg->getSections()) { in writeTo() local
169 static void encodeRebase(const OutputSection *osec, uint64_t outSecOff, in encodeRebase()
294 static void encodeBinding(const OutputSection *osec, uint64_t outSecOff, in encodeBinding()
H A DDriver.cpp583 ConcatOutputSection *osec = nullptr; in replaceCommonSymbols() local
1047 ConcatOutputSection *osec = nullptr; in gatherInputSections() local
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp90 OutputSection *osec = syms[i]->getOutputSection(); in getSymbolStrings() local
133 const OutputSection *osec = sec->getOutputSection(); in printEhFrame() local
166 OutputSection* osec = nullptr; in writeMapFile() local
H A DLinkerScript.cpp558 auto process = [this](OutputSection *osec) { in processSectionCommands()
609 if (auto *osec = dyn_cast<OutputSection>(base)) { in processSectionCommands() local
H A DOutputSections.cpp393 if (OutputSection *osec = sections[read32(&idx)]->getOutputSection()) in finalizeShtGroup() local
H A DInputSection.cpp393 OutputSection *osec = sections[idx]->getOutputSection(); in copyShtGroup() local
H A DRelocations.cpp612 OutputSection *osec = (isRO ? in.bssRelRo : in.bss)->getParent(); in addCopyRelSymbol() local