Searched refs:return_thunk_list (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/objtool/include/objtool/
H A Dobjtool.h26 struct list_head return_thunk_list; member in struct:objtool_file
/linux-master/tools/objtool/
H A Dobjtool.c104 INIT_LIST_HEAD(&file.return_thunk_list);
H A Dcheck.c809 list_for_each_entry(insn, &file->return_thunk_list, call_node)
821 list_for_each_entry(insn, &file->return_thunk_list, call_node) {
1497 list_add_tail(&insn->call_node, &file->return_thunk_list);

Completed in 128 milliseconds