Searched refs:unwind_idx (Results 1 – 5 of 5) sorted by relevance
93 struct unwind_idx { struct311 static struct unwind_idx *316 struct unwind_idx *start; in find_index()317 struct unwind_idx *item; in find_index()326 max = (info->exidx_end - info->exidx_start) / sizeof(struct unwind_idx); in find_index()327 start = (struct unwind_idx *)CADDR(info->exidx_start); in find_index()570 struct unwind_idx *index; in unwind_stack_one()
40 lldb::StackFrameSP GetFrameWithConcreteFrameIndex(uint32_t unwind_idx);
411 GetFrameWithConcreteFrameIndex(uint32_t unwind_idx);
741 StackFrameList::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { in GetFrameWithConcreteFrameIndex() argument748 uint32_t frame_idx = unwind_idx; in GetFrameWithConcreteFrameIndex()751 if (frame_sp->GetFrameIndex() == unwind_idx) in GetFrameWithConcreteFrameIndex()
1442 lldb::StackFrameSP Thread::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { in GetFrameWithConcreteFrameIndex() argument1443 return GetStackFrameList()->GetFrameWithConcreteFrameIndex(unwind_idx); in GetFrameWithConcreteFrameIndex()