Home
last modified time | relevance | path

Searched refs:unwind_idx (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dunwind.c79 extern const struct unwind_idx __start_unwind_idx[];
80 static const struct unwind_idx *__origin_unwind_idx;
81 extern const struct unwind_idx __stop_unwind_idx[];
102 static const struct unwind_idx *search_index(unsigned long addr, in search_index()
103 const struct unwind_idx *start, in search_index()
104 const struct unwind_idx *origin, in search_index()
105 const struct unwind_idx *stop) in search_index()
127 const struct unwind_idx *mid = start + ((stop - start) >> 1); in search_index()
152 static const struct unwind_idx *unwind_find_origin( in unwind_find_origin()
153 const struct unwind_idx *start, const struct unwind_idx *stop) in unwind_find_origin()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dunwind.h20 struct unwind_idx { struct
27 const struct unwind_idx *start; argument
28 const struct unwind_idx *origin;
29 const struct unwind_idx *stop;
H A Dvmlinux.lds.h110 .ARM.unwind_idx : { \
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dstacktrace.c81 struct unwind_idx { struct
146 static struct unwind_idx *find_index(uint32_t addr, ulong exidx, in find_index()
151 struct unwind_idx *start; in find_index()
152 struct unwind_idx *item; in find_index()
156 start = (struct unwind_idx *)exidx; in find_index()
161 max = (idx_end - idx_start) / sizeof(struct unwind_idx); in find_index()
405 struct unwind_idx *index; in unwind_stack_arm32()
449 size_t num_items = exidx_sz / sizeof(struct unwind_idx); in relocate_exidx()
450 struct unwind_idx *start = (struct unwind_idx *)exidx; in relocate_exidx()
454 struct unwind_idx *item = &start[n]; in relocate_exidx()