Searched refs:unwind_idx (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/arm/arm/
H A Dunwind.c95 struct unwind_idx { struct
313 static struct unwind_idx *
318 struct unwind_idx *start;
319 struct unwind_idx *item;
328 max = (info->exidx_end - info->exidx_start) / sizeof(struct unwind_idx);
329 start = (struct unwind_idx *)CADDR(info->exidx_start);
550 struct unwind_idx *index;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h38 lldb::StackFrameSP GetFrameWithConcreteFrameIndex(uint32_t unwind_idx);
H A DThread.h396 GetFrameWithConcreteFrameIndex(uint32_t unwind_idx);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp714 StackFrameList::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { argument
721 uint32_t frame_idx = unwind_idx;
724 if (frame_sp->GetFrameIndex() == unwind_idx)
H A DThread.cpp1620 lldb::StackFrameSP Thread::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { argument
1621 return GetStackFrameList()->GetFrameWithConcreteFrameIndex(unwind_idx);

Completed in 134 milliseconds