Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DOutputSegment.cpp41 for (const OutputSection *osec : sections) { in numNonHiddenSections() local
47 void OutputSegment::addOutputSection(OutputSection *osec) { in addOutputSection()
DWriter.cpp505 static int sectionOrder(OutputSection *osec) { in sectionOrder()
551 for (auto *osec : seg->getSections()) { in sortSegmentsAndSections() local
595 MergedOutputSection *&osec = in createOutputSections() local
604 MergedOutputSection *osec = it.second; in createOutputSections() local
631 for (auto *osec : seg->getSections()) { in assignAddresses() local
DSyntheticSections.cpp130 static void encodeRebase(const OutputSection *osec, uint64_t outSecOff, in encodeRebase()
174 const auto *osec = loc.section.get<const OutputSection *>(); in finalizeContents() local
228 static void encodeBinding(const Symbol *sym, const OutputSection *osec, in encodeBinding()
313 auto *osec = b.target.section.get<const OutputSection *>(); in finalizeContents() local
346 auto *osec = b.target.section.get<const OutputSection *>(); in finalizeContents() local
/external/llvm-project/lld/ELF/
DMapFile.cpp90 OutputSection *osec = syms[i]->getOutputSection(); in getSymbolStrings() local
133 const OutputSection *osec = sec->getOutputSection(); in printEhFrame() local
166 OutputSection* osec = nullptr; in writeMapFile() local
DOutputSections.cpp393 if (OutputSection *osec = sections[read32(&idx)]->getOutputSection()) in finalizeShtGroup() local
DInputSection.cpp400 OutputSection *osec = sections[idx]->getOutputSection(); in copyShtGroup() local
DRelocations.cpp599 OutputSection *osec = (isRO ? in.bssRelRo : in.bss)->getParent(); in addCopyRelSymbol() local