Home
last modified time | relevance | path

Searched refs:PtLoad (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOutputSections.h52 uint64_t getLMA() const { return PtLoad ? Addr + PtLoad->LMAOffset : Addr; } in getLMA()
67 PhdrEntry *PtLoad = nullptr; variable
H A DLinkerScript.cpp756 if (Sec->PtLoad == Load) in findFirstSection()
788 if (PhdrEntry *L = Ctx->OutSec->PtLoad) in assignOffsets()
1002 Out::ElfHeader->PtLoad = nullptr; in allocateHeaders()
1003 Out::ProgramHeaders->PtLoad = nullptr; in allocateHeaders()
H A DInputSection.cpp542 if (!OS || !OS->PtLoad || !OS->PtLoad->FirstSec) in getARMStaticBase()
544 return OS->PtLoad->FirstSec->Addr; in getARMStaticBase()
H A DWriter.cpp906 Sec->PtLoad = this; in add()
2109 if (!OS->PtLoad) in computeFileOffset()
2114 OutputSection *First = OS->PtLoad->FirstSec; in computeFileOffset()