/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | OutputSegment.cpp | 55 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 D | MapFile.cpp | 138 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 D | Writer.cpp | 250 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 D | Relocations.cpp | 78 auto *osec = cast<ConcatOutputSection>(sections[osecIdx - 1]); in offsetToInputSection() local
|
H A D | InputSection.cpp | 63 auto *osec = ConcatOutputSection::getOrCreateForInput(isec); in addInputSection() local 354 auto *osec = cast<WordLiteralSection>(parent); in getOffset() local
|
H A D | ConcatOutputSection.cpp | 408 ConcatOutputSection *&osec = concatOutputSections[names]; in getOrCreateForInput() local
|
H A D | SymbolTable.cpp | 365 OutputSection *osec = nullptr; in handleSectionBoundarySymbol() local
|
H A D | SyntheticSections.cpp | 150 for (const OutputSection *osec : seg->getSections()) { in writeTo() local 430 static void encodeBinding(const OutputSection *osec, uint64_t outSecOff, in encodeBinding()
|
H A D | Driver.cpp | 630 ConcatOutputSection *osec = nullptr; in replaceCommonSymbols() local
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | MapFile.cpp | 97 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 D | Writer.cpp | 503 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 D | LinkerScript.cpp | 655 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 D | ScriptParser.cpp | 968 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 D | OutputSections.h | 137 OutputSection osec; member
|
H A D | Relocations.cpp | 385 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 D | OutputSections.cpp | 612 if (OutputSection *osec = sections[read32(&idx)]->getOutputSection()) in finalizeShtGroup() local
|
H A D | InputSection.cpp | 386 OutputSection *osec = sections[idx]->getOutputSection(); in copyShtGroup() local
|