Lines Matching refs:osec
90 OutputSection *osec = syms[i]->getOutputSection(); in getSymbolStrings() local
92 uint64_t lma = osec ? osec->getLMA() + vma - osec->getVA(0) : 0; in getSymbolStrings()
133 const OutputSection *osec = sec->getOutputSection(); in printEhFrame() local
135 writeHeader(os, osec->addr + p.outputOff, osec->getLMA() + p.outputOff, in printEhFrame()
166 OutputSection* osec = nullptr; in writeMapFile() local
171 uint64_t lma = osec ? osec->getLMA() + cmd->addr - osec->getVA(0) : 0; in writeMapFile()
177 osec = cast<OutputSection>(base); in writeMapFile()
178 writeHeader(os, osec->addr, osec->getLMA(), osec->size, osec->alignment); in writeMapFile()
179 os << osec->name << '\n'; in writeMapFile()
182 for (BaseCommand *base : osec->sectionCommands) { in writeMapFile()
190 writeHeader(os, isec->getVA(0), osec->getLMA() + isec->getOffset(0), in writeMapFile()
200 writeHeader(os, osec->addr + cmd->offset, osec->getLMA() + cmd->offset, in writeMapFile()
209 writeHeader(os, cmd->addr, osec->getLMA() + cmd->addr - osec->getVA(0), in writeMapFile()