reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
559 if (!os || !os->ptLoad || !os->ptLoad->firstSec) 559 if (!os || !os->ptLoad || !os->ptLoad->firstSec) 561 return os->ptLoad->firstSec->addr;tools/lld/ELF/LinkerScript.cpp
798 if (sec->ptLoad == load) 839 if (PhdrEntry *l = ctx->outSec->ptLoad) 1062 Out::elfHeader->ptLoad = nullptr; 1063 Out::programHeaders->ptLoad = nullptr;tools/lld/ELF/OutputSections.h
42 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } 42 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; }tools/lld/ELF/Writer.cpp
986 sec->ptLoad = this; 2294 if (os->ptLoad && os->ptLoad->firstSec == os) 2294 if (os->ptLoad && os->ptLoad->firstSec == os) 2295 return alignTo(off, os->ptLoad->p_align, os->addr); 2304 if (!os->ptLoad) 2309 OutputSection *first = os->ptLoad->firstSec;