Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp139 if (fromSB->getOutputSection() != toSB->getOutputSection()) in CallGraphSort()
301 if (fromSB->getOutputSection() != toSB->getOutputSection())
H A DInputSection.h97 OutputSection *getOutputSection();
98 const OutputSection *getOutputSection() const { in getOutputSection() function
99 return const_cast<SectionBase *>(this)->getOutputSection(); in getOutputSection()
H A DMapFile.cpp97 OutputSection *osec = syms[i]->getOutputSection(); in getSymbolStrings()
140 const OutputSection *osec = sec->getOutputSection(); in printEhFrame()
H A DLinkerScript.cpp59 OutputSection *out = rel->getOutputSection(); in getOutputSectionName()
121 return alignToPowerOf2(sec->getOutputSection()->addr + sec->getOffset(val), in getValue()
127 return sec ? sec->getOutputSection()->addr + sec->getOffset(0) : 0; in getSecAddr()
793 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec()
861 ? firstIsec->getLinkOrderDep()->getOutputSection() in addInputSec()
863 if (firstIsecOut != isec->getLinkOrderDep()->getOutputSection()) in addInputSec()
894 s->getOutputSection()->sectionIndex == UINT32_MAX); in addOrphanSections()
H A DOutputSections.cpp612 if (OutputSection *osec = sections[read32(&idx)]->getOutputSection()) in finalizeShtGroup()
629 addend = sym.getVA(addend) - section->getOutputSection()->addr; in encodeOneCrel()
748 info = s->getOutputSection()->sectionIndex; in finalize()
889 const OutputSection *relOsec = rel.inputSec->getOutputSection(); in checkDynRelAddends()
H A DTarget.cpp162 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
H A DInputSection.cpp224 const OutputSection *out = getOutputSection(); in getVA()
228 OutputSection *SectionBase::getOutputSection() { in getOutputSection() function in SectionBase
386 OutputSection *osec = sections[idx]->getOutputSection(); in copyShtGroup()
510 p->r_addend = sym.getVA(addend) - section->getOutputSection()->addr; in copyRelocations()
618 OutputSection *os = sym.getOutputSection(); in getARMStaticBase()
H A DSymbols.cpp205 OutputSection *Symbol::getOutputSection() const { in getOutputSection() function in Symbol
208 return sec->getOutputSection(); in getOutputSection()
H A DSymbols.h230 OutputSection *getOutputSection() const;
H A DRelocations.cpp110 rel.sym->getOutputSection() && in reportRangeError()
111 (rel.sym->getOutputSection()->flags & SHF_X86_64_LARGE)) { in reportRangeError()
2415 auto *dstOsec = sym.getOutputSection(); in scanCrossRefs()
H A DSyntheticSections.cpp741 if (const OutputSection *os = sym.getOutputSection()) in addEntry()
801 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset()
2206 sectionIndexMap[e.sym->getOutputSection()] = ++i; in getSymbolIndex()
2215 return sectionIndexMap.lookup(sym.getOutputSection()); in getSymbolIndex()
2236 if (const OutputSection *os = sym->getOutputSection()) in getSymSectionIndex()
2332 write32(buf, entry.sym->getOutputSection()->sectionIndex); in writeTo()
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp101 if (ctx.getOutputSection(fromSec) != ctx.getOutputSection(toSec)) in CallGraphSort()
H A DCOFFLinkerContext.h54 OutputSection *getOutputSection(const Chunk *c) const { in getOutputSection() function
H A DMapFile.cpp163 if (OutputSection *sec = ctx.getOutputSection(chunk)) in getSymbolStrings()
308 entry->getRVA() - ctx.getOutputSection(chunk)->header.VirtualAddress; in writeMapFile()
H A DWriter.cpp103 const OutputSection *os = ctx.getOutputSection(c); in writeTo()
1317 OutputSection *os = ctx.getOutputSection(c); in createSymbol()
2246 OutputSection *os = ctx.getOutputSection(c); in sortExceptionTable()
2403 OutputSection *sec = ctx.getOutputSection(tlsSym->getChunk()); in fixTlsAlignment()
2436 OutputSection *sec = ctx.getOutputSection(b->getChunk()); in prepareLoadConfig()
H A DPDB.cpp719 OutputSection *os = c ? ctx.getOutputSection(c) : nullptr; in createSectionContrib()
1142 OutputSection *os = ctx.getOutputSection(def->getChunk()); in createPublic()
1557 OutputSection *thunkOS = ctx.getOutputSection(thunkChunk); in addImportFilesToPDB()
H A DChunks.cpp429 OutputSection *os = c ? file->ctx.getOutputSection(c) : nullptr; in applyRelocation()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp182 uint64_t addrLoc = is.getOutputSection()->addr + is.outSecOff + r.offset; in isFallThruRelocation()
189 nextIS->getOutputSection()->addr + nextIS->outSecOff; in isFallThruRelocation()
336 sec->getOutputSection()->addr + sec->outSecOff + rel.offset, in relaxOnce()
1036 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
H A DPPC.cpp497 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
H A DX86.cpp485 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
H A DAArch64.cpp873 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
H A DPPC64.cpp1564 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
H A DRISCV.cpp594 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()