Home
last modified time | relevance | path

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

/NextBSD/sys/arm/arm/
HDunwind.c97 struct unwind_idx { struct
146 static struct unwind_idx *
152 struct unwind_idx *start; in find_index()
153 struct unwind_idx *item; in find_index()
157 start = (struct unwind_idx *)&exidx_start; in find_index()
167 start = (struct unwind_idx *)sc.exidx_start; in find_index()
174 max = (idx_end - idx_start) / sizeof(struct unwind_idx); in find_index()
388 struct unwind_idx *index; in unwind_stack_one()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDStackFrameList.h43 GetFrameWithConcreteFrameIndex (uint32_t unwind_idx);
HDThread.h457 GetFrameWithConcreteFrameIndex (uint32_t unwind_idx);
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDStackFrameList.cpp603 StackFrameList::GetFrameWithConcreteFrameIndex (uint32_t unwind_idx) in GetFrameWithConcreteFrameIndex() argument
611 uint32_t frame_idx = unwind_idx; in GetFrameWithConcreteFrameIndex()
615 if (frame_sp->GetFrameIndex() == unwind_idx) in GetFrameWithConcreteFrameIndex()
HDThread.cpp1837 Thread::GetFrameWithConcreteFrameIndex (uint32_t unwind_idx) in GetFrameWithConcreteFrameIndex() argument
1839 return GetStackFrameList()->GetFrameWithConcreteFrameIndex (unwind_idx); in GetFrameWithConcreteFrameIndex()