Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputSection.h75 OutputSection *getOutputSection();
76 const OutputSection *getOutputSection() const { in getOutputSection() function
77 return const_cast<SectionBase *>(this)->getOutputSection(); in getOutputSection()
H A DCallGraphSort.cpp127 if (FromSB->getOutputSection() != ToSB->getOutputSection()) in CallGraphSort()
H A DSymbols.cpp164 OutputSection *Symbol::getOutputSection() const { in getOutputSection() function in Symbol
167 return Sec->Repl->getOutputSection(); in getOutputSection()
H A DInputSection.cpp188 const OutputSection *Out = getOutputSection(); in getVA()
192 OutputSection *SectionBase::getOutputSection() { in getOutputSection() function in SectionBase
392 *To++ = Sections[Idx]->getOutputSection()->SectionIndex; in copyShtGroup()
468 P->r_addend = Sym.getVA(Addend) - Section->getOutputSection()->Addr; in copyRelocations()
541 OutputSection *OS = Sym.getOutputSection(); in getARMStaticBase()
880 uint64_t AddrLoc = getOutputSection()->Addr + Offset; in relocateAlloc()
H A DLinkerScript.cpp53 if (OutputSection *OS = InputSec->getOutputSection()) in getOutputSectionVA()
77 if (Alignment == 1 && (!Sec || !Sec->getOutputSection())) in getSectionOffset()
569 OutputSection *Out = Sec->getRelocatedSection()->getOutputSection(); in addInputSec()
663 assert(S->getOutputSection()->SectionIndex == UINT32_MAX); in addOrphanSections()
H A DMapFile.cpp93 OutputSection *OSec = Syms[I]->getOutputSection(); in getSymbolStrings()
H A DSymbols.h178 OutputSection *getOutputSection() const;
H A DSyntheticSections.cpp671 if (const OutputSection *OS = Sym.getOutputSection()) in addEntry()
731 if (const OutputSection *OutSec = Sym.getOutputSection()) { in getPageEntryOffset()
1949 SectionIndexMap[E.Sym->getOutputSection()] = ++I; in getSymbolIndex()
1958 return SectionIndexMap.lookup(Sym->getOutputSection()); in getSymbolIndex()
1980 if (const OutputSection *OS = Sym->getOutputSection()) in getSymSectionIndex()
2079 write32(Buf, Entry.Sym->getOutputSection()->SectionIndex); in writeTo()
H A DOutputSections.cpp317 Info = S->getOutputSection()->SectionIndex; in finalize()
H A DWriter.cpp103 OutputSection *Out = Rel->getOutputSection(); in getOutputSectionName()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp97 OutputSection *OS = Record->getOutputSection(); in writeTo()
964 OutputSection *OS = C->getOutputSection(); in createSymbol()
1388 OutputSection *OS = RefChunk ? RefChunk->getOutputSection() : nullptr; in maybeAddAddressTakenFunction()
1667 return Buffer->getBufferStart() + C->getOutputSection()->getFileOff() + in sortExceptionTable()
1668 C->getRVA() - C->getOutputSection()->getRVA(); in sortExceptionTable()
H A DChunks.h99 OutputSection *getOutputSection() const { return Out; } in getOutputSection() function
H A DPDB.cpp1138 OutputSection *OS = C->getOutputSection(); in createSectionContrib()
1365 OutputSection *OS = Def->getChunk()->getOutputSection(); in createPublic()
H A DChunks.cpp377 OutputSection *OS = C ? C->getOutputSection() : nullptr; in writeTo()