Searched refs:unwind_idx (Results 1 – 4 of 4) sorted by relevance
76 extern const struct unwind_idx __start_unwind_idx[];77 static const struct unwind_idx *__origin_unwind_idx;78 extern const struct unwind_idx __stop_unwind_idx[];99 static const struct unwind_idx *search_index(unsigned long addr, in search_index()100 const struct unwind_idx *start, in search_index()101 const struct unwind_idx *origin, in search_index()102 const struct unwind_idx *stop) in search_index()124 const struct unwind_idx *mid = start + ((stop - start) >> 1); in search_index()149 static const struct unwind_idx *unwind_find_origin( in unwind_find_origin()150 const struct unwind_idx *start, const struct unwind_idx *stop) in unwind_find_origin()[all …]
20 struct unwind_idx { struct27 const struct unwind_idx *start; argument28 const struct unwind_idx *origin;29 const struct unwind_idx *stop;
97 .ARM.unwind_idx : { \
1599 int unwind_idx; in iio_buffers_alloc_sysfs_and_mask() local1619 unwind_idx = i; in iio_buffers_alloc_sysfs_and_mask()1623 unwind_idx = iio_dev_opaque->attached_buffers_cnt - 1; in iio_buffers_alloc_sysfs_and_mask()1639 for (; unwind_idx >= 0; unwind_idx--) { in iio_buffers_alloc_sysfs_and_mask()1640 buffer = iio_dev_opaque->attached_buffers[unwind_idx]; in iio_buffers_alloc_sysfs_and_mask()