Searched refs:unwind_idx (Results 1 – 5 of 5) sorted by relevance
97 struct unwind_idx { struct146 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()
43 GetFrameWithConcreteFrameIndex (uint32_t unwind_idx);
457 GetFrameWithConcreteFrameIndex (uint32_t unwind_idx);
603 StackFrameList::GetFrameWithConcreteFrameIndex (uint32_t unwind_idx) in GetFrameWithConcreteFrameIndex() argument611 uint32_t frame_idx = unwind_idx; in GetFrameWithConcreteFrameIndex()615 if (frame_sp->GetFrameIndex() == unwind_idx) in GetFrameWithConcreteFrameIndex()
1837 Thread::GetFrameWithConcreteFrameIndex (uint32_t unwind_idx) in GetFrameWithConcreteFrameIndex() argument1839 return GetStackFrameList()->GetFrameWithConcreteFrameIndex (unwind_idx); in GetFrameWithConcreteFrameIndex()