Searched refs:getLMA (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | MapFile.cpp | 99 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()
|
| D | OutputSections.h | 43 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA() function
|
| D | ScriptParser.cpp | 545 osd->osec.lmaExpr = [=] { return prev->getLMA() + prev->size; }; in readOverlay() 1470 return osec->getLMA(); in readPrimary()
|
| D | Writer.cpp | 2587 sec->offset = sec->getLMA(); in assignFileOffsetsBinary() 2682 p->p_paddr = first->getLMA(); in setPhdrs() 2783 lmas.push_back({sec, sec->getLMA()}); in checkSections()
|