Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp268 uint64_t LSDAOffset = Offset + getOffsetOfLSDA(UI); in printUnwindInfo() local
271 formatSymbol(Ctx, Section, LSDAOffset, in printUnwindInfo()
276 printRuntimeFunctionEntry(Ctx, Section, LSDAOffset, *Chained); in printUnwindInfo()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp7756 uint32_t LSDAOffset = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
7760 << "LSDA offset=" << format("0x%08" PRIx32, LSDAOffset) << '\n'; in printMachOUnwindInfoSection()