Searched refs:unwind_hint (Results 1 – 2 of 2) sorted by relevance
13 struct unwind_hint { struct
2197 struct unwind_hint *hint; in read_unwind_hints()2212 if (sec->sh.sh_size % sizeof(struct unwind_hint)) { in read_unwind_hints()2219 for (i = 0; i < sec->sh.sh_size / sizeof(struct unwind_hint); i++) { in read_unwind_hints()2220 hint = (struct unwind_hint *)sec->data->d_buf + i; in read_unwind_hints()
Completed in 10 milliseconds