Lines Matching refs:OSec
93 OutputSection *OSec = Syms[I]->getOutputSection(); in getSymbolStrings() local
95 uint64_t LMA = OSec ? OSec->getLMA() + VMA - OSec->getVA(0) : 0; in getSymbolStrings()
112 static void printEhFrame(raw_ostream &OS, OutputSection *OSec) { in printEhFrame() argument
137 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()
186 printEhFrame(OS, OSec); in writeMapFile()
190 writeHeader(OS, IS->getVA(0), OSec->getLMA() + IS->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()