Home
last modified time | relevance | path

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

/tools/include/linux/
A Dobjtool_types.h13 struct unwind_hint { struct
/tools/objtool/
A Dcheck.c2197 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