Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/include/objtool/
H A Dobjtool.h26 struct list_head return_thunk_list; member
/openbmc/linux/tools/objtool/
H A Dobjtool.c104 INIT_LIST_HEAD(&file.return_thunk_list); in objtool_open_read()
H A Dcheck.c806 list_for_each_entry(insn, &file->return_thunk_list, call_node) in create_return_sites_sections()
818 list_for_each_entry(insn, &file->return_thunk_list, call_node) { in create_return_sites_sections()
1494 list_add_tail(&insn->call_node, &file->return_thunk_list); in add_return_call()