/freebsd-src/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() argument 147 NonLazyPointerSectionBase *osec) { in printNonLazyPointerSection() argument 203 seg->name.str().c_str(), osec in writeMapFile() local [all...] |
H A D | Writer.cpp | 251 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 D | Relocations.cpp | 78 auto *osec = cast<ConcatOutputSection>(sections[osecIdx - 1]); in offsetToInputSection() local
|
H A D | ConcatOutputSection.cpp | 412 ConcatOutputSection *&osec = concatOutputSections[names]; getOrCreateForInput() local
|
H A D | InputSection.cpp | 307 auto *osec = cast<WordLiteralSection>(parent); getOffset() local
|
H A D | Driver.cpp | 597 ConcatOutputSection *osec = nullptr; replaceCommonSymbols() local 1223 ConcatOutputSection *osec = nullptr; gatherInputSections() local
|
H A D | SymbolTable.cpp | 365 OutputSection *osec = nullptr; in handleSectionBoundarySymbol() local
|
H A D | SyntheticSections.cpp | 149 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 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 [all...] |
H A D | Writer.cpp | 789 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 D | LinkerScript.cpp | 610 __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 D | ScriptParser.cpp | 925 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 D | OutputSections.h | 129 OutputSection osec; global() member
|
H A D | OutputSections.cpp | 574 if (OutputSection *osec = sections[read32(&idx)]->getOutputSection()) finalizeShtGroup() local
|
H A D | InputSection.cpp | 342 OutputSection *osec = sections[idx]->getOutputSection(); copyShtGroup() local
|
H A D | Relocations.cpp | 385 OutputSection *osec = (isRO ? in.bssRelRo : in.bss)->getParent(); in addCopyRelSymbol() local [all...] |