Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dobjtool.h13 struct unwind_hint { struct
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dobjtool.h13 struct unwind_hint { struct
/OK3568_Linux_fs/kernel/tools/objtool/
H A Dcheck.c1800 struct unwind_hint *hint; in read_unwind_hints()
1815 if (sec->len % sizeof(struct unwind_hint)) { in read_unwind_hints()
1822 for (i = 0; i < sec->len / sizeof(struct unwind_hint); i++) { in read_unwind_hints()
1823 hint = (struct unwind_hint *)sec->data->d_buf + i; in read_unwind_hints()