Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp8414 uint32_t LSDAStart; in printMachOUnwindInfoSection() member
8426 Entry.LSDAStart = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection()
8434 << "LSDA offset=" << format("0x%08" PRIx32, Entry.LSDAStart) << '\n'; in printMachOUnwindInfoSection()
8445 Pos = IndexEntries[0].LSDAStart; in printMachOUnwindInfoSection()
8448 (IndexEntries.back().LSDAStart - IndexEntries[0].LSDAStart) / LSDASize; in printMachOUnwindInfoSection()