Searched refs:getLMA (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | MapFile.cpp | 100 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 D | OutputSections.h | 44 uint64_t getLMA() const;
|
| H A D | Writer.cpp | 2630 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 D | ScriptParser.cpp | 578 osd->osec.lmaExpr = [=] { return prev->getLMA() + prev->size; }; in readOverlay() 1602 return osec->getLMA(); in readPrimary()
|
| H A D | OutputSections.cpp | 77 uint64_t OutputSection::getLMA() const { in getLMA() function in OutputSection
|
| H A D | LinkerScript.cpp | 1847 checkMemoryRegion(ctx, lmaRegion, sec, sec->getLMA()); in checkFinalScriptConditions()
|