Searched refs:call_node (Results 1 – 2 of 2) sorted by relevance
/tools/objtool/include/objtool/ |
D | check.h | 42 struct list_head call_node; member
|
/tools/objtool/ |
D | check.c | 546 list_for_each_entry(insn, &file->static_call_list, call_node) in create_static_call_sections() 555 list_for_each_entry(insn, &file->static_call_list, call_node) { in create_static_call_sections() 629 list_for_each_entry(insn, &file->retpoline_call_list, call_node) in create_retpoline_sites_sections() 643 list_for_each_entry(insn, &file->retpoline_call_list, call_node) { in create_retpoline_sites_sections() 675 list_for_each_entry(insn, &file->return_thunk_list, call_node) in create_return_sites_sections() 689 list_for_each_entry(insn, &file->return_thunk_list, call_node) { in create_return_sites_sections() 726 list_for_each_entry(insn, &file->mcount_loc_list, call_node) in create_mcount_loc_sections() 734 list_for_each_entry(insn, &file->mcount_loc_list, call_node) { in create_mcount_loc_sections() 1068 list_add_tail(&insn->call_node, &file->static_call_list); in annotate_call_site() 1073 list_add_tail(&insn->call_node, &file->retpoline_call_list); in annotate_call_site() [all …]
|