Home
last modified time | relevance | path

Searched refs:getLMA (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp100 uint64_t lma = osec ? osec->getLMA() + vma - osec->getVA(0) : 0; in getSymbolStrings()
143 writeHeader(ctx, os, osec->addr + p.outputOff, osec->getLMA() + p.outputOff, in printEhFrame()
166 uint64_t lma = osec ? osec->getLMA() + assign->addr - osec->getVA(0) : 0; in writeMapFile()
175 writeHeader(ctx, os, osec->addr, osec->getLMA(), osec->size, in writeMapFile()
188 writeHeader(ctx, os, isec->getVA(), osec->getLMA() + isec->outSecOff, in writeMapFile()
199 osec->getLMA() + data->offset, data->size, 1); in writeMapFile()
208 osec->getLMA() + assign->addr - osec->getVA(0), in writeMapFile()
H A DOutputSections.h44 uint64_t getLMA() const;
H A DWriter.cpp2630 sec->offset = sec->getLMA(); in assignFileOffsetsBinary()
2726 p->p_paddr = first->getLMA() + part.armExidx->outSecOff; in setPhdrs()
2745 p->p_paddr = first->getLMA(); in setPhdrs()
2838 lmas.push_back({sec, sec->getLMA()}); in checkSections()
H A DScriptParser.cpp578 osd->osec.lmaExpr = [=] { return prev->getLMA() + prev->size; }; in readOverlay()
1602 return osec->getLMA(); in readPrimary()
H A DOutputSections.cpp77 uint64_t OutputSection::getLMA() const { in getLMA() function in OutputSection
H A DLinkerScript.cpp1847 checkMemoryRegion(ctx, lmaRegion, sec, sec->getLMA()); in checkFinalScriptConditions()