Lines Matching refs:unwind_idx
80 extern const struct unwind_idx __start_unwind_idx[];
81 static const struct unwind_idx *__origin_unwind_idx;
82 extern const struct unwind_idx __stop_unwind_idx[];
103 static const struct unwind_idx *search_index(unsigned long addr, in search_index()
104 const struct unwind_idx *start, in search_index()
105 const struct unwind_idx *origin, in search_index()
106 const struct unwind_idx *stop) in search_index()
128 const struct unwind_idx *mid = start + ((stop - start) >> 1); in search_index()
153 static const struct unwind_idx *unwind_find_origin( in unwind_find_origin()
154 const struct unwind_idx *start, const struct unwind_idx *stop) in unwind_find_origin()
158 const struct unwind_idx *mid = start + ((stop - start) >> 1); in unwind_find_origin()
171 static const struct unwind_idx *unwind_find_idx(unsigned long addr) in unwind_find_idx()
173 const struct unwind_idx *idx = NULL; in unwind_find_idx()
408 const struct unwind_idx *idx; in unwind_frame()
585 tab->start = (const struct unwind_idx *)start; in unwind_table_add()
586 tab->stop = (const struct unwind_idx *)(start + size); in unwind_table_add()