Home
last modified time | relevance | path

Searched refs:getOutputSection (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputSection.h79 OutputSection *getOutputSection();
80 const OutputSection *getOutputSection() const { in getOutputSection() function
81 return const_cast<SectionBase *>(this)->getOutputSection(); in getOutputSection()
H A DCallGraphSort.cpp127 if (fromSB->getOutputSection() != toSB->getOutputSection()) in CallGraphSort()
H A DMapFile.cpp90 OutputSection *osec = syms[i]->getOutputSection(); in getSymbolStrings()
133 const OutputSection *osec = sec->getOutputSection(); in printEhFrame()
H A DInputSection.cpp208 const OutputSection *out = getOutputSection(); in getVA()
212 OutputSection *SectionBase::getOutputSection() { in getOutputSection() function in SectionBase
393 OutputSection *osec = sections[idx]->getOutputSection(); in copyShtGroup()
486 p->r_addend = sym.getVA(addend) - section->getOutputSection()->addr; in copyRelocations()
586 OutputSection *os = sym.getOutputSection(); in getARMStaticBase()
971 if (!sym.getOutputSection() || in relocateNonAlloc()
1032 uint64_t addrLoc = getOutputSection()->addr + offset; in relocateAlloc()
H A DOutputSections.cpp393 if (OutputSection *osec = sections[read32(&idx)]->getOutputSection()) in finalizeShtGroup()
432 info = s->getOutputSection()->sectionIndex; in finalize()
556 const OutputSection *relOsec = rel.inputSec->getOutputSection(); in checkDynRelAddends()
H A DLinkerScript.cpp53 OutputSection *os = sec->getOutputSection(); in getOutputSectionVA()
692 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec()
760 ? firstIsec->getLinkOrderDep()->getOutputSection() in addInputSec()
762 if (firstIsecOut != isec->getLinkOrderDep()->getOutputSection()) in addInputSec()
794 s->getOutputSection()->sectionIndex == UINT32_MAX); in addOrphanSections()
H A DSymbols.cpp199 OutputSection *Symbol::getOutputSection() const { in getOutputSection() function in Symbol
202 return sec->repl->getOutputSection(); in getOutputSection()
H A DSymbols.h203 OutputSection *getOutputSection() const;
H A DSyntheticSections.cpp719 if (const OutputSection *os = sym.getOutputSection()) in addEntry()
779 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset()
2180 sectionIndexMap[e.sym->getOutputSection()] = ++i; in getSymbolIndex()
2189 return sectionIndexMap.lookup(sym->getOutputSection()); in getSymbolIndex()
2211 if (const OutputSection *os = sym->getOutputSection()) in getSymSectionIndex()
2322 write32(buf, entry.sym->getOutputSection()->sectionIndex); in writeTo()
H A DWriter.cpp107 OutputSection *out = rel->getOutputSection(); in getOutputSectionName()
824 /*value=*/0, /*size=*/0, isec->getOutputSection()); in addSectionSymbols()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp98 if (fromSec->getOutputSection() != toSec->getOutputSection()) in CallGraphSort()
H A DMapFile.cpp164 if (OutputSection *sec = chunk->getOutputSection()) in getSymbolStrings()
306 entry->getRVA() - chunk->getOutputSection()->header.VirtualAddress; in writeMapFile()
H A DWriter.cpp87 OutputSection *Chunk::getOutputSection() const { in getOutputSection() function in Chunk
110 OutputSection *os = c->getOutputSection(); in writeTo()
1156 OutputSection *os = c->getOutputSection(); in createSymbol()
1937 OutputSection *os = c->getOutputSection(); in sortExceptionTable()
2078 OutputSection *sec = tlsSym->getChunk()->getOutputSection(); in fixTlsAlignment()
H A DPDB.cpp722 OutputSection *os = c ? c->getOutputSection() : nullptr; in createSectionContrib()
1129 OutputSection *os = def->getChunk()->getOutputSection(); in createPublic()
1525 OutputSection *thunkOS = thunkChunk->getOutputSection(); in addImportFilesToPDB()
H A DChunks.h104 OutputSection *getOutputSection() const;
H A DChunks.cpp388 OutputSection *os = c ? c->getOutputSection() : nullptr; in applyRelocation()
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp186 uint64_t addrLoc = is.getOutputSection()->addr + is.outSecOff + r.offset; in isFallThruRelocation()
193 nextIS->getOutputSection()->addr + nextIS->outSecOff; in isFallThruRelocation()