Lines Matching refs:osec
97 OutputSection *osec = syms[i]->getOutputSection(); in getSymbolStrings() local
99 uint64_t lma = osec ? osec->getLMA() + vma - osec->getVA(0) : 0; in getSymbolStrings()
140 const OutputSection *osec = sec->getOutputSection(); in printEhFrame() local
142 writeHeader(os, osec->addr + p.outputOff, osec->getLMA() + p.outputOff, in printEhFrame()
160 OutputSection *osec = nullptr; in writeMapFile() local
165 uint64_t lma = osec ? osec->getLMA() + assign->addr - osec->getVA(0) : 0; in writeMapFile()
171 osec = &cast<OutputDesc>(cmd)->osec; in writeMapFile()
172 writeHeader(os, osec->addr, osec->getLMA(), osec->size, osec->addralign); in writeMapFile()
173 os << osec->name << '\n'; in writeMapFile()
176 for (SectionCommand *subCmd : osec->commands) { in writeMapFile()
184 writeHeader(os, isec->getVA(), osec->getLMA() + isec->outSecOff, in writeMapFile()
194 writeHeader(os, osec->addr + data->offset, in writeMapFile()
195 osec->getLMA() + data->offset, data->size, 1); in writeMapFile()
204 osec->getLMA() + assign->addr - osec->getVA(0), in writeMapFile()