Searched refs:return_thunk_list (Results 1 – 3 of 3) sorted by relevance
26 struct list_head return_thunk_list; member
104 INIT_LIST_HEAD(&file.return_thunk_list); in objtool_open_read()
806 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()