| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | CallGraphSort.cpp | 139 if (fromSB->getOutputSection() != toSB->getOutputSection()) in CallGraphSort() 301 if (fromSB->getOutputSection() != toSB->getOutputSection()) in computeCacheDirectedSortOrder()
|
| H A D | InputSection.h | 81 OutputSection *getOutputSection(); 82 const OutputSection *getOutputSection() const { in getOutputSection() function 83 return const_cast<SectionBase *>(this)->getOutputSection(); in getOutputSection()
|
| H A D | LinkerScript.cpp | 59 OutputSection *out = rel->getOutputSection(); in getOutputSectionName() 119 return alignToPowerOf2(sec->getOutputSection()->addr + sec->getOffset(val), in getValue() 125 return sec ? sec->getOutputSection()->addr + sec->getOffset(0) : 0; in getSecAddr() 746 OutputSection *out = sec->getRelocatedSection()->getOutputSection(); in addInputSec() 814 ? firstIsec->getLinkOrderDep()->getOutputSection() in addInputSec() 816 if (firstIsecOut != isec->getLinkOrderDep()->getOutputSection()) in addInputSec() 847 s->getOutputSection()->sectionIndex == UINT32_MAX); in addOrphanSections()
|
| H A D | MapFile.cpp | 97 OutputSection *osec = syms[i]->getOutputSection(); in getSymbolStrings() 140 const OutputSection *osec = sec->getOutputSection(); in printEhFrame()
|
| H A D | Target.cpp | 161 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
|
| H A D | InputSection.cpp | 188 const OutputSection *out = getOutputSection(); in getVA() 192 OutputSection *SectionBase::getOutputSection() { in getOutputSection() function in SectionBase 342 OutputSection *osec = sections[idx]->getOutputSection(); in copyShtGroup() 466 p->r_addend = sym.getVA(addend) - section->getOutputSection()->addr; in copyRelocations() 574 OutputSection *os = sym.getOutputSection(); in getARMStaticBase()
|
| H A D | OutputSections.cpp | 574 if (OutputSection *osec = sections[read32(&idx)]->getOutputSection()) in finalizeShtGroup() 613 info = s->getOutputSection()->sectionIndex; in finalize() 747 const OutputSection *relOsec = rel.inputSec->getOutputSection(); in checkDynRelAddends()
|
| H A D | Symbols.cpp | 205 OutputSection *Symbol::getOutputSection() const { in getOutputSection() function in Symbol 208 return sec->getOutputSection(); in getOutputSection()
|
| H A D | Symbols.h | 221 OutputSection *getOutputSection() const;
|
| H A D | SyntheticSections.cpp | 714 if (const OutputSection *os = sym.getOutputSection()) in addEntry() 774 if (const OutputSection *outSec = sym.getOutputSection()) { in getPageEntryOffset() 2185 sectionIndexMap[e.sym->getOutputSection()] = ++i; in getSymbolIndex() 2194 return sectionIndexMap.lookup(sym->getOutputSection()); in getSymbolIndex() 2215 if (const OutputSection *os = sym->getOutputSection()) in getSymSectionIndex() 2311 write32(buf, entry.sym->getOutputSection()->sectionIndex); in writeTo()
|
| H A D | Relocations.cpp | 110 rel.sym->getOutputSection() && in reportRangeError() 111 (rel.sym->getOutputSection()->flags & SHF_X86_64_LARGE)) { in reportRangeError()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | CallGraphSort.cpp | 101 if (ctx.getOutputSection(fromSec) != ctx.getOutputSection(toSec)) in CallGraphSort()
|
| H A D | COFFLinkerContext.h | 54 OutputSection *getOutputSection(const Chunk *c) const { in getOutputSection() function
|
| H A D | MapFile.cpp | 163 if (OutputSection *sec = ctx.getOutputSection(chunk)) in getSymbolStrings() 308 entry->getRVA() - ctx.getOutputSection(chunk)->header.VirtualAddress; in writeMapFile()
|
| H A D | Writer.cpp | 103 const OutputSection *os = ctx.getOutputSection(c); in writeTo() 1317 OutputSection *os = ctx.getOutputSection(c); in createSymbol() 2230 OutputSection *os = ctx.getOutputSection(c); in sortExceptionTable() 2387 OutputSection *sec = ctx.getOutputSection(tlsSym->getChunk()); in fixTlsAlignment() 2420 OutputSection *sec = ctx.getOutputSection(b->getChunk()); in prepareLoadConfig()
|
| H A D | PDB.cpp | 719 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 D | Chunks.cpp | 423 OutputSection *os = c ? file->ctx.getOutputSection(c) : nullptr; in applyRelocation()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | X86_64.cpp | 182 uint64_t addrLoc = is.getOutputSection()->addr + is.outSecOff + r.offset; in isFallThruRelocation() 189 nextIS->getOutputSection()->addr + nextIS->outSecOff; in isFallThruRelocation() 332 sec->getOutputSection()->addr + in relaxOnce() 1033 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
|
| H A D | SystemZ.cpp | 451 sec->getOutputSection()->addr + rel.offset, *rel.sym, rel.expr); in relaxOnce()
|
| H A D | PPC.cpp | 497 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
|
| H A D | X86.cpp | 485 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
|
| H A D | AArch64.cpp | 773 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
|
| H A D | RISCV.cpp | 594 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
|
| H A D | PPC64.cpp | 1564 uint64_t secAddr = sec.getOutputSection()->addr; in relocateAlloc()
|