Home
last modified time | relevance | path

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

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