Home
last modified time | relevance | path

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

/llvm-project/lld/MachO/
H A DOutputSegment.cpp55 for (const OutputSection *osec : sections) numNonHiddenSections() local
60 addOutputSection(OutputSection * osec) addOutputSection() argument
88 sectionOrder(OutputSection * osec) sectionOrder() argument
[all...]
H A DMapFile.cpp138 const OutputSection *osec, size_t entrySize) { in printStubsEntries() argument
147 NonLazyPointerSectionBase *osec) { in printNonLazyPointerSection() argument
222 for (const OutputSection *osec : seg->getSections()) { writeMapFile() local
[all...]
H A DWriter.cpp251 if (osec->isHidden()) in writeTo() local
966 for (const OutputSection *osec : seg->getSections()) sortSegmentsAndSections() local
1021 ConcatOutputSection *osec = cast<ConcatOutputSection>(isec->parent); createOutputSections() local
1031 ConcatOutputSection *osec = it.second; createOutputSections() local
1129 __anonf2ed8e120502(LinkEditSection *osec) finalizeLinkEditSegment() argument
1178 __anonf2ed8e120602(const OutputSection *osec) writeSections() argument
[all...]
H A DRelocations.cpp78 auto *osec = cast<ConcatOutputSection>(sections[osecIdx - 1]); offsetToInputSection() local
H A DInputSection.cpp63 auto *osec = ConcatOutputSection::getOrCreateForInput(isec); addInputSection() local
354 auto *osec = cast<WordLiteralSection>(parent); getOffset() local
H A DConcatOutputSection.cpp408 ConcatOutputSection *&osec = concatOutputSections[names]; getOrCreateForInput() local
H A DSymbolTable.cpp365 OutputSection *osec = nullptr; handleSectionBoundarySymbol() local
H A DSyntheticSections.cpp150 for (const OutputSection *osec : seg->getSections()) { writeTo() local
430 encodeBinding(const OutputSection * osec,uint64_t outSecOff,int64_t addend,Binding & lastBinding,std::vector<BindIR> & opcodes) encodeBinding() argument
H A DDriver.cpp597 ConcatOutputSection *osec = nullptr; replaceCommonSymbols() local
/llvm-project/lld/ELF/
H A DMapFile.cpp97 OutputSection *osec = syms[i]->getOutputSection(); getSymbolStrings() local
140 const OutputSection *osec = sec->getOutputSection(); printEhFrame() local
160 OutputSection *osec = nullptr; writeMapFile() local
[all...]
H A DWriter.cpp494 OutputSection &osec = osd->osec; addSectionSymbols() local
632 getSectionRank(OutputSection & osec) getSectionRank() argument
818 __anon72a0e0a10502(OutputSection *osec) setReservedSymbolSections() argument
1172 sortSection(OutputSection & osec,const DenseMap<const InputSectionBase *,int> & order) sortSection() argument
1526 OutputSection *osec = &osd->osec; finalizeAddressDependentContent() local
1667 if (OutputSection *osec = cast<SyntheticSection>(sec)->getParent()) removeUnusedSyntheticSections() local
1875 OutputSection *osec = &osd->osec; finalizeSections() local
2101 addStartStopSymbols(OutputSection & osec) addStartStopSymbols() argument
[all...]
H A DLinkerScript.cpp711 auto process = [this](OutputSection *osec) { in processSectionCommands() local
653 __anonc40a2c1e0802(OutputSection *osec) processSectionCommands() argument
704 OutputSection *osec = &osd->osec; processSectionCommands() local
1446 OutputSection *osec = &od->osec; spillSections() local
1664 checkMemoryRegion(const MemoryRegion * region,const OutputSection * osec,uint64_t addr) checkMemoryRegion() argument
[all...]
H A DScriptParser.cpp941 OutputSection *osec = &cmd->osec; readOutputSectionDescription() local
1386 checkIfExists(const OutputSection & osec,StringRef location) checkIfExists() argument
1430 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; readPrimary() local
1455 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; readPrimary() local
1516 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; readPrimary() local
[all...]
H A DOutputSections.h131 OutputSection osec; global() member
H A DOutputSections.cpp590 if (OutputSection *osec = sections[read32(&idx)]->getOutputSection()) finalizeShtGroup() local
H A DInputSection.cpp351 OutputSection *osec = sections[idx]->getOutputSection(); copyShtGroup() local
H A DRelocations.cpp385 OutputSection *osec = (isRO ? in.bssRelRo : in.bss)->getParent(); addCopyRelSymbol() local
[all...]