Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDOutputSections.h42 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA()
57 PhdrEntry *ptLoad = nullptr; variable
HDLinkerScript.cpp798 if (sec->ptLoad == load) in findFirstSection()
839 if (PhdrEntry *l = ctx->outSec->ptLoad) in assignOffsets()
1060 Out::elfHeader->ptLoad = nullptr; in allocateHeaders()
1061 Out::programHeaders->ptLoad = nullptr; in allocateHeaders()
HDWriter.cpp993 sec->ptLoad = this; in add()
2286 if (os->ptLoad && os->ptLoad->firstSec == os) in computeFileOffset()
2287 return alignTo(off, os->ptLoad->p_align, os->addr); in computeFileOffset()
2296 if (!os->ptLoad) in computeFileOffset()
2301 OutputSection *first = os->ptLoad->firstSec; in computeFileOffset()
HDInputSection.cpp567 if (!os || !os->ptLoad || !os->ptLoad->firstSec) in getARMStaticBase()
569 return os->ptLoad->firstSec->addr; in getARMStaticBase()