Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8116 uint32_t LSDAStart; in printMachOUnwindInfoSection() member
8128 Entry.LSDAStart = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection()
8136 << "LSDA offset=" << format("0x%08" PRIx32, Entry.LSDAStart) << '\n'; in printMachOUnwindInfoSection()
8147 Pos = IndexEntries[0].LSDAStart; in printMachOUnwindInfoSection()
8150 (IndexEntries.back().LSDAStart - IndexEntries[0].LSDAStart) / LSDASize; in printMachOUnwindInfoSection()