Searched defs:osec (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp60 void OutputSegment::addOutputSection(OutputSection *osec) { argument
[all...]
H A DMapFile.cpp135 printStubsEntries( raw_fd_ostream &os, const DenseMap<lld::macho::InputFile *, uint32_t> &readerToFileOrdinal, const OutputSection *osec, size_t entrySize) argument
146 printNonLazyPointerSection(raw_fd_ostream &os, NonLazyPointerSectionBase *osec) argument
[all...]
H A DRelocations.cpp78 auto *osec = cast<ConcatOutputSection>(sections[osecIdx - 1]); local
H A DConcatOutputSection.cpp412 ConcatOutputSection *&osec = concatOutputSections[names]; local
H A DInputSection.cpp307 auto *osec = cast<WordLiteralSection>(parent); local
H A DWriter.cpp1004 ConcatOutputSection *osec = cast<ConcatOutputSection>(isec->parent); local
1014 ConcatOutputSection *osec = it.second; local
[all...]
H A DSymbolTable.cpp365 OutputSection *osec = nullptr; local
H A DSyntheticSections.cpp429 static void encodeBinding(const OutputSection *osec, uint64_t outSecOff, argument
H A DDriver.cpp597 ConcatOutputSection *osec = nullptr; local
1223 ConcatOutputSection *osec = nullptr; local
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp140 const OutputSection *osec = sec->getOutputSection(); local
160 OutputSection *osec = nullptr; local
[all...]
H A DOutputSections.h129 OutputSection osec; member in struct:lld::elf::final
H A DInputSection.cpp342 OutputSection *osec = sections[idx]->getOutputSection(); local
H A DLinkerScript.cpp658 OutputSection *osec = &osd->osec; local
665 OutputSection *osec = &osd->osec; local
1500 checkMemoryRegion(const MemoryRegion *region, const OutputSection *osec, uint64_t addr) argument
[all...]
H A DRelocations.cpp385 OutputSection *osec = (isRO ? in.bssRelRo : in.bss)->getParent(); local
H A DWriter.cpp789 OutputSection &osec = osd->osec; local
927 static unsigned getSectionRank(OutputSection &osec) { argument
1449 sortSection(OutputSection &osec, const DenseMap<const InputSectionBase *, int> &order) argument
1769 OutputSection *osec = &osd->osec; local
2105 OutputSection *osec = &osd->osec; local
2337 addStartStopSymbols(OutputSection &osec) argument
[all...]

Completed in 240 milliseconds