Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp6757 uint32_t LSDAStart; in printMachOUnwindInfoSection() member
6769 Entry.LSDAStart = readNext<uint32_t>(Pos); in printMachOUnwindInfoSection()
6777 << "LSDA offset=" << format("0x%08" PRIx32, Entry.LSDAStart) << '\n'; in printMachOUnwindInfoSection()
6788 Pos = Contents.data() + IndexEntries[0].LSDAStart; in printMachOUnwindInfoSection()
6789 int NumLSDAs = (IndexEntries.back().LSDAStart - IndexEntries[0].LSDAStart) / in printMachOUnwindInfoSection()