Home
last modified time | relevance | path

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

/optee_os/lib/libunw/
H A Dunwind_arm32.c94 struct unwind_idx { struct
115 static struct unwind_idx *find_index(uint32_t addr) in find_index() argument
122 struct unwind_idx *start = NULL; in find_index()
123 struct unwind_idx *item = NULL; in find_index()
130 start = (struct unwind_idx *)idx_start; in find_index()
133 max = (idx_end - idx_start) / sizeof(struct unwind_idx); in find_index()
369 struct unwind_idx *index; in unwind_stack_arm32()