Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp99 uint64_t lma = osec ? osec->getLMA() + vma - osec->getVA(0) : 0; in getSymbolStrings()
142 writeHeader(os, osec->addr + p.outputOff, osec->getLMA() + p.outputOff, in printEhFrame()
165 uint64_t lma = osec ? osec->getLMA() + assign->addr - osec->getVA(0) : 0; in writeMapFile()
172 writeHeader(os, osec->addr, osec->getLMA(), osec->size, osec->addralign); in writeMapFile()
184 writeHeader(os, isec->getVA(), osec->getLMA() + isec->outSecOff, in writeMapFile()
195 osec->getLMA() + data->offset, data->size, 1); in writeMapFile()
204 osec->getLMA() + assign->addr - osec->getVA(0), in writeMapFile()
H A DOutputSections.h44 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA() function
H A DWriter.cpp2468 sec->offset = sec->getLMA(); in assignFileOffsetsBinary()
2562 p->p_paddr = first->getLMA() + part.armExidx->outSecOff; in setPhdrs()
2581 p->p_paddr = first->getLMA(); in setPhdrs()
2672 lmas.push_back({sec, sec->getLMA()}); in checkSections()
H A DScriptParser.cpp588 osd->osec.lmaExpr = [=] { return prev->getLMA() + prev->size; }; in readOverlay()
1545 return osec->getLMA(); in readPrimary()
H A DLinkerScript.cpp1683 checkMemoryRegion(lmaRegion, sec, sec->getLMA()); in checkFinalScriptConditions()