Home
last modified time | relevance | path

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

/freebsd-src/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() argument
147 NonLazyPointerSectionBase *osec) { in printNonLazyPointerSection() argument
203 seg->name.str().c_str(), osec in writeMapFile() local
[all...]
H A DWriter.cpp251 if (osec->isHidden()) in writeTo() local
949 for (const OutputSection *osec : seg->getSections()) sortSegmentsAndSections() local
1004 ConcatOutputSection *osec = cast<ConcatOutputSection>(isec->parent); createOutputSections() local
1014 ConcatOutputSection *osec = it.second; createOutputSections() local
1112 __anon22344ad10502(LinkEditSection *osec) finalizeLinkEditSegment() argument
1161 __anon22344ad10602(const OutputSection *osec) writeSections() argument
[all...]
H A DRelocations.cpp78 auto *osec = cast<ConcatOutputSection>(sections[osecIdx - 1]); in offsetToInputSection() local
H A DConcatOutputSection.cpp412 ConcatOutputSection *&osec = concatOutputSections[names]; getOrCreateForInput() local
H A DInputSection.cpp307 auto *osec = cast<WordLiteralSection>(parent); getOffset() local
H A DDriver.cpp597 ConcatOutputSection *osec = nullptr; replaceCommonSymbols() local
1223 ConcatOutputSection *osec = nullptr; gatherInputSections() local
H A DSymbolTable.cpp365 OutputSection *osec = nullptr; in handleSectionBoundarySymbol() local
H A DSyntheticSections.cpp149 for (const OutputSection *osec : seg->getSections()) { writeTo() local
429 encodeBinding(const OutputSection * osec,uint64_t outSecOff,int64_t addend,Binding & lastBinding,std::vector<BindIR> & opcodes) encodeBinding() argument
/freebsd-src/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
[all...]
H A DWriter.cpp789 OutputSection &osec = osd->osec; addSectionSymbols() local
927 getSectionRank(OutputSection & osec) getSectionRank() argument
1449 sortSection(OutputSection & osec,const DenseMap<const InputSectionBase *,int> & order) sortSection() argument
1769 OutputSection *osec = &osd->osec; finalizeAddressDependentContent() local
1898 if (OutputSection *osec = cast<SyntheticSection>(sec)->getParent()) removeUnusedSyntheticSections() local
2105 OutputSection *osec = &osd->osec; finalizeSections() local
2337 addStartStopSymbols(OutputSection & osec) addStartStopSymbols() argument
[all...]
H A DLinkerScript.cpp610 __anon7dcf305d0802(OutputSection *osec) processSectionCommands() argument
658 OutputSection *osec = &osd->osec; processSectionCommands() local
665 OutputSection *osec = &osd->osec; processSectionCommands() local
1501 checkMemoryRegion(const MemoryRegion * region,const OutputSection * osec,uint64_t addr) checkMemoryRegion() argument
[all...]
H A DScriptParser.cpp925 OutputSection *osec = &cmd->osec; readOutputSectionDescription() local
1367 checkIfExists(const OutputSection & osec,StringRef location) checkIfExists() argument
1411 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; readPrimary() local
1436 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; readPrimary() local
1497 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; readPrimary() local
[all...]
H A DOutputSections.h129 OutputSection osec; global() member
H A DOutputSections.cpp574 if (OutputSection *osec = sections[read32(&idx)]->getOutputSection()) finalizeShtGroup() local
H A DInputSection.cpp342 OutputSection *osec = sections[idx]->getOutputSection(); copyShtGroup() local
H A DRelocations.cpp385 OutputSection *osec = (isRO ? in.bssRelRo : in.bss)->getParent(); in addCopyRelSymbol() local
[all...]