Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp262 uint64_t LSDAOffset = Offset + getOffsetOfLSDA(UI); in printUnwindInfo() local
265 formatSymbol(Ctx, Section, LSDAOffset, in printUnwindInfo()
270 printRuntimeFunctionEntry(Ctx, Section, LSDAOffset, *Chained); in printUnwindInfo()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6710 uint32_t LSDAOffset = readNext<uint32_t>(Pos); in printMachOUnwindInfoSection() local
6714 << "LSDA offset=" << format("0x%08" PRIx32, LSDAOffset) << '\n'; in printMachOUnwindInfoSection()