Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp55 for (const OutputSection *osec : sections) in numNonHiddenSections() local
60 void OutputSegment::addOutputSection(OutputSection *osec) { in addOutputSection()
88 static int sectionOrder(OutputSection *osec) { in sectionOrder()
H A DMapFile.cpp138 const OutputSection *osec, size_t entrySize) { in printStubsEntries()
147 NonLazyPointerSectionBase *osec) { in printNonLazyPointerSection()
222 for (const OutputSection *osec : seg->getSections()) { in writeMapFile() local
H A DWriter.cpp250 for (const OutputSection *osec : seg->getSections()) { in writeTo() local
965 for (const OutputSection *osec : seg->getSections()) in sortSegmentsAndSections() local
1020 ConcatOutputSection *osec = cast<ConcatOutputSection>(isec->parent); in createOutputSections() local
1030 ConcatOutputSection *osec = it.second; in createOutputSections() local
1125 [](LinkEditSection *osec) { in finalizeLinkEditSegment()
1177 parallelForEach(osecs.begin(), osecs.end(), [&](const OutputSection *osec) { in writeSections()
H A DRelocations.cpp78 auto *osec = cast<ConcatOutputSection>(sections[osecIdx - 1]); in offsetToInputSection() local
H A DInputSection.cpp63 auto *osec = ConcatOutputSection::getOrCreateForInput(isec); in addInputSection() local
354 auto *osec = cast<WordLiteralSection>(parent); in getOffset() local
H A DConcatOutputSection.cpp408 ConcatOutputSection *&osec = concatOutputSections[names]; in getOrCreateForInput() local
H A DSymbolTable.cpp365 OutputSection *osec = nullptr; in handleSectionBoundarySymbol() local
H A DSyntheticSections.cpp150 for (const OutputSection *osec : seg->getSections()) { in writeTo() local
430 static void encodeBinding(const OutputSection *osec, uint64_t outSecOff, in encodeBinding()
H A DDriver.cpp630 ConcatOutputSection *osec = nullptr; in replaceCommonSymbols() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp97 OutputSection *osec = syms[i]->getOutputSection(); in getSymbolStrings() local
140 const OutputSection *osec = sec->getOutputSection(); in printEhFrame() local
160 OutputSection *osec = nullptr; in writeMapFile() local
H A DWriter.cpp503 OutputSection &osec = osd->osec; in addSectionSymbols() local
647 unsigned elf::getSectionRank(OutputSection &osec) { in getSectionRank()
833 auto isLarge = [](OutputSection *osec) { in setReservedSymbolSections()
1187 static void sortSection(OutputSection &osec, in sortSection()
1541 OutputSection *osec = &osd->osec; in finalizeAddressDependentContent() local
1682 if (OutputSection *osec = cast<SyntheticSection>(sec)->getParent()) in removeUnusedSyntheticSections() local
1890 OutputSection *osec = &osd->osec; in finalizeSections() local
2121 void Writer<ELFT>::addStartStopSymbols(OutputSection &osec) { in addStartStopSymbols()
H A DLinkerScript.cpp655 auto process = [this](OutputSection *osec) { in processSectionCommands()
706 OutputSection *osec = &osd->osec; in processSectionCommands() local
713 OutputSection *osec = &osd->osec; in processSectionCommands() local
1448 OutputSection *osec = &od->osec; in spillSections() local
1666 const OutputSection *osec, uint64_t addr) { in checkMemoryRegion()
H A DScriptParser.cpp968 OutputSection *osec = &cmd->osec; in readOutputSectionDescription() local
1411 static void checkIfExists(const OutputSection &osec, StringRef location) { in checkIfExists()
1455 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary() local
1480 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary() local
1541 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary() local
H A DOutputSections.h137 OutputSection osec; member
H A DRelocations.cpp385 OutputSection *osec = (isRO ? in.bssRelRo : in.bss)->getParent(); in addCopyRelSymbol() local
2401 static bool matchesRefTo(const NoCrossRefCommand &cmd, StringRef osec) { in matchesRefTo()
2408 static void scanCrossRefs(const NoCrossRefCommand &cmd, OutputSection *osec, in scanCrossRefs()
H A DOutputSections.cpp612 if (OutputSection *osec = sections[read32(&idx)]->getOutputSection()) in finalizeShtGroup() local
H A DInputSection.cpp386 OutputSection *osec = sections[idx]->getOutputSection(); in copyShtGroup() local