Home
last modified time | relevance | path

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

/tools/arch/x86/include/asm/
Dorc_types.h88 struct unwind_hint { struct
/tools/objtool/
Dcheck.c1167 struct unwind_hint *hint; in read_unwind_hints()
1182 if (sec->len % sizeof(struct unwind_hint)) { in read_unwind_hints()
1189 for (i = 0; i < sec->len / sizeof(struct unwind_hint); i++) { in read_unwind_hints()
1190 hint = (struct unwind_hint *)sec->data->d_buf + i; in read_unwind_hints()