/llvm-project/lld/MachO/ |
H A D | OutputSegment.cpp | 55 for (const OutputSection *osec : sections) numNonHiddenSections() local 60 addOutputSection(OutputSection * osec) addOutputSection() argument 88 sectionOrder(OutputSection * osec) sectionOrder() argument [all...] |
H A D | MapFile.cpp | 138 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 D | Writer.cpp | 251 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 D | Relocations.cpp | 78 auto *osec = cast<ConcatOutputSection>(sections[osecIdx - 1]); offsetToInputSection() local
|
H A D | InputSection.cpp | 63 auto *osec = ConcatOutputSection::getOrCreateForInput(isec); addInputSection() local 354 auto *osec = cast<WordLiteralSection>(parent); getOffset() local
|
H A D | ConcatOutputSection.cpp | 408 ConcatOutputSection *&osec = concatOutputSections[names]; getOrCreateForInput() local
|
H A D | SymbolTable.cpp | 365 OutputSection *osec = nullptr; handleSectionBoundarySymbol() local
|
H A D | SyntheticSections.cpp | 150 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 D | Driver.cpp | 597 ConcatOutputSection *osec = nullptr; replaceCommonSymbols() local
|
/llvm-project/lld/ELF/ |
H A D | MapFile.cpp | 97 OutputSection *osec = syms[i]->getOutputSection(); getSymbolStrings() local 140 const OutputSection *osec = sec->getOutputSection(); printEhFrame() local 160 OutputSection *osec = nullptr; writeMapFile() local [all...] |
H A D | Writer.cpp | 494 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 D | LinkerScript.cpp | 711 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 D | ScriptParser.cpp | 941 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 D | OutputSections.h | 131 OutputSection osec; global() member
|
H A D | OutputSections.cpp | 590 if (OutputSection *osec = sections[read32(&idx)]->getOutputSection()) finalizeShtGroup() local
|
H A D | InputSection.cpp | 351 OutputSection *osec = sections[idx]->getOutputSection(); copyShtGroup() local
|
H A D | Relocations.cpp | 385 OutputSection *osec = (isRO ? in.bssRelRo : in.bss)->getParent(); addCopyRelSymbol() local [all...] |