Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp128 if (fromSB->getOutputSection() != toSB->getOutputSection()) in CallGraphSort()
H A DLinkerScript.cpp62 OutputSection *out = rel->getOutputSection(); in getOutputSectionName()
116 return alignToPowerOf2(sec->getOutputSection()->addr + sec->getOffset(val), in getValue()
122 return sec ? sec->getOutputSection()->addr + sec->getOffset(0) : 0; in getSecAddr()
740 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec()
808 ? firstIsec->getLinkOrderDep()->getOutputSection() in addInputSec()
810 if (firstIsecOut != isec->getLinkOrderDep()->getOutputSection()) in addInputSec()
841 s->getOutputSection()->sectionIndex == UINT32_MAX); in addOrphanSections()
H A DMapFile.cpp97 OutputSection *osec = syms[i]->getOutputSection(); in getSymbolStrings()
140 const OutputSection *osec = sec->getOutputSection(); in printEhFrame()
H A DInputSection.cpp187 const OutputSection *out = getOutputSection(); in getVA()
191 OutputSection *SectionBase::getOutputSection() { in getOutputSection() function in SectionBase
339 OutputSection *osec = sections[idx]->getOutputSection(); in copyShtGroup()
433 p->r_addend = sym.getVA(addend) - section->getOutputSection()->addr; in copyRelocations()
534 OutputSection *os = sym.getOutputSection(); in getARMStaticBase()
896 if (!sym.getOutputSection() || (ds && ds->folded && !isDebugLine)) { in relocateNonAlloc()
H A DTarget.cpp157 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
H A DSymbols.cpp207 OutputSection *Symbol::getOutputSection() const { in getOutputSection() function in Symbol
210 return sec->getOutputSection(); in getOutputSection()
H A DOutputSections.cpp564 if (OutputSection *osec = sections[read32(&idx)]->getOutputSection()) in finalizeShtGroup()
603 info = s->getOutputSection()->sectionIndex; in finalize()
737 const OutputSection *relOsec = rel.inputSec->getOutputSection(); in checkDynRelAddends()
H A DSymbols.h224 OutputSection *getOutputSection() const;
H A DSyntheticSections.cpp706 if (const OutputSection *os = sym.getOutputSection()) in addEntry()
766 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset()
2158 sectionIndexMap[e.sym->getOutputSection()] = ++i; in getSymbolIndex()
2167 return sectionIndexMap.lookup(sym->getOutputSection()); in getSymbolIndex()
2188 if (const OutputSection *os = sym->getOutputSection()) in getSymSectionIndex()
2284 write32(buf, entry.sym->getOutputSection()->sectionIndex); in writeTo()
/openbsd-src/gnu/llvm/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.cpp162 if (OutputSection *sec = ctx.getOutputSection(chunk)) in getSymbolStrings()
306 entry->getRVA() - ctx.getOutputSection(chunk)->header.VirtualAddress; in writeMapFile()
H A DWriter.cpp102 const OutputSection *os = ctx.getOutputSection(c); in writeTo()
1219 OutputSection *os = ctx.getOutputSection(c); in createSymbol()
2024 OutputSection *os = ctx.getOutputSection(c); in sortExceptionTable()
2165 OutputSection *sec = ctx.getOutputSection(tlsSym->getChunk()); in fixTlsAlignment()
2198 OutputSection *sec = ctx.getOutputSection(b->getChunk()); in checkLoadConfig()
H A DPDB.cpp722 OutputSection *os = c ? ctx.getOutputSection(c) : nullptr; in createSectionContrib()
1141 OutputSection *os = ctx.getOutputSection(def->getChunk()); in createPublic()
1542 OutputSection *thunkOS = ctx.getOutputSection(thunkChunk); in addImportFilesToPDB()
H A DChunks.cpp422 OutputSection *os = c ? file->ctx.getOutputSection(c) : nullptr; in applyRelocation()
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DX86_64.cpp179 uint64_t addrLoc = is.getOutputSection()->addr + is.outSecOff + r.offset; in isFallThruRelocation()
186 nextIS->getOutputSection()->addr + nextIS->outSecOff; in isFallThruRelocation()
989 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
H A DPPC.cpp486 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
H A DX86.cpp485 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
H A DAArch64.cpp747 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
H A DPPC64.cpp1533 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()