Home
last modified time | relevance | path

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

/linux-6.6.21/tools/include/linux/
Dobjtool_types.h13 struct unwind_hint { struct
/linux-6.6.21/include/linux/
Dobjtool_types.h13 struct unwind_hint { struct
/linux-6.6.21/tools/objtool/
Dcheck.c2208 struct unwind_hint *hint; in read_unwind_hints()
2222 if (sec->sh.sh_size % sizeof(struct unwind_hint)) { in read_unwind_hints()
2229 for (i = 0; i < sec->sh.sh_size / sizeof(struct unwind_hint); i++) { in read_unwind_hints()
2230 hint = (struct unwind_hint *)sec->data->d_buf + i; in read_unwind_hints()