• Home
  • Raw
  • Download

Lines Matching defs:file

41 struct instruction *find_insn(struct objtool_file *file,  in find_insn()
53 static struct instruction *next_insn_same_sec(struct objtool_file *file, in next_insn_same_sec()
64 static struct instruction *next_insn_same_func(struct objtool_file *file, in next_insn_same_func()
84 #define func_for_each_insn_all(file, func, insn) \ argument
89 #define func_for_each_insn(file, func, insn) \ argument
96 #define func_for_each_insn_continue_reverse(file, func, insn) \ argument
102 #define sec_for_each_insn_from(file, insn) \ argument
105 #define sec_for_each_insn_continue(file, insn) \ argument
114 static bool ignore_func(struct objtool_file *file, struct symbol *func) in ignore_func()
146 static int __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function()
237 static int dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function()
260 static int decode_instructions(struct objtool_file *file) in decode_instructions()
336 static int add_dead_ends(struct objtool_file *file) in add_dead_ends()
437 static void add_ignores(struct objtool_file *file) in add_ignores()
463 static int add_nospec_ignores(struct objtool_file *file) in add_nospec_ignores()
494 static int add_jump_destinations(struct objtool_file *file) in add_jump_destinations()
580 static int add_call_destinations(struct objtool_file *file) in add_call_destinations()
643 static int handle_group_alt(struct objtool_file *file, in handle_group_alt()
743 static int handle_jump_alt(struct objtool_file *file, in handle_jump_alt()
767 static int add_special_section_alts(struct objtool_file *file) in add_special_section_alts()
839 static int add_switch_table(struct objtool_file *file, struct instruction *insn, in add_switch_table()
932 static struct rela *find_switch_table(struct objtool_file *file, in find_switch_table()
998 static int add_func_switch_tables(struct objtool_file *file, in add_func_switch_tables()
1059 static int add_switch_table_alts(struct objtool_file *file) in add_switch_table_alts()
1082 static int read_unwind_hints(struct objtool_file *file) in read_unwind_hints()
1176 static int read_retpoline_hints(struct objtool_file *file) in read_retpoline_hints()
1211 static void mark_rodata(struct objtool_file *file) in mark_rodata()
1232 static int decode_sections(struct objtool_file *file) in decode_sections()
1813 static int validate_branch(struct objtool_file *file, struct instruction *first, in validate_branch()
2010 static int validate_unwind_hints(struct objtool_file *file) in validate_unwind_hints()
2031 static int validate_retpoline(struct objtool_file *file) in validate_retpoline()
2140 static int validate_functions(struct objtool_file *file) in validate_functions()
2172 static int validate_reachable_instructions(struct objtool_file *file) in validate_reachable_instructions()
2190 static void cleanup(struct objtool_file *file) in cleanup()
2207 static struct objtool_file file; variable