Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()