unwind_hint 1161 tools/objtool/check.c struct unwind_hint *hint; unwind_hint 1176 tools/objtool/check.c if (sec->len % sizeof(struct unwind_hint)) { unwind_hint 1183 tools/objtool/check.c for (i = 0; i < sec->len / sizeof(struct unwind_hint); i++) { unwind_hint 1184 tools/objtool/check.c hint = (struct unwind_hint *)sec->data->d_buf + i;