Home
last modified time | relevance | path

Searched refs:OSec (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DMapFile.cpp93 OutputSection *OSec = Syms[I]->getOutputSection(); in getSymbolStrings() local
95 uint64_t LMA = OSec ? OSec->getLMA() + VMA - OSec->getVA(0) : 0; in getSymbolStrings()
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()
186 printEhFrame(OS, OSec); in writeMapFile()
200 writeHeader(OS, OSec->Addr + Cmd->Offset, OSec->getLMA() + Cmd->Offset, in writeMapFile()
[all …]