Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dunwind.c95 struct unwind_idx { struct
313 static struct unwind_idx *
318 struct unwind_idx *start; in find_index()
319 struct unwind_idx *item; in find_index()
328 max = (info->exidx_end - info->exidx_start) / sizeof(struct unwind_idx); in find_index()
329 start = (struct unwind_idx *)CADDR(info->exidx_start); in find_index()
550 struct unwind_idx *index; in unwind_stack_one()