Lines Matching refs:unwind_idx
92 extern const struct unwind_idx __start_unwind_idx[];
93 static const struct unwind_idx *__origin_unwind_idx;
94 extern const struct unwind_idx __stop_unwind_idx[];
115 static const struct unwind_idx *search_index(unsigned long addr, in search_index()
116 const struct unwind_idx *start, in search_index()
117 const struct unwind_idx *origin, in search_index()
118 const struct unwind_idx *stop) in search_index()
140 const struct unwind_idx *mid = start + ((stop - start) >> 1); in search_index()
165 static const struct unwind_idx *unwind_find_origin( in unwind_find_origin()
166 const struct unwind_idx *start, const struct unwind_idx *stop) in unwind_find_origin()
170 const struct unwind_idx *mid = start + ((stop - start) >> 1); in unwind_find_origin()
183 static const struct unwind_idx *unwind_find_idx(unsigned long addr) in unwind_find_idx()
185 const struct unwind_idx *idx = NULL; in unwind_find_idx()
391 const struct unwind_idx *idx; in unwind_frame()
526 tab->start = (const struct unwind_idx *)start; in unwind_table_add()
527 tab->stop = (const struct unwind_idx *)(start + size); in unwind_table_add()