Lines Matching defs:file

37 struct instruction *find_insn(struct objtool_file *file,  in find_insn()
50 struct instruction *next_insn_same_sec(struct objtool_file *file, in next_insn_same_sec()
63 static struct instruction *next_insn_same_func(struct objtool_file *file, in next_insn_same_func()
83 static struct instruction *prev_insn_same_sec(struct objtool_file *file, in prev_insn_same_sec()
95 static struct instruction *prev_insn_same_sym(struct objtool_file *file, in prev_insn_same_sym()
106 #define for_each_insn(file, insn) \ argument
112 #define func_for_each_insn(file, func, insn) \ argument
117 #define sym_for_each_insn(file, sym, insn) \ argument
122 #define sym_for_each_insn_continue_reverse(file, sym, insn) \ argument
127 #define sec_for_each_insn_from(file, insn) \ argument
130 #define sec_for_each_insn_continue(file, insn) \ argument
248 static bool __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function()
323 static bool dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function()
341 static void init_insn_state(struct objtool_file *file, struct insn_state *state, in init_insn_state()
427 static int decode_instructions(struct objtool_file *file) in decode_instructions()
547 static int add_pv_ops(struct objtool_file *file, const char *symname) in add_pv_ops()
591 static int init_pv_ops(struct objtool_file *file) in init_pv_ops()
632 static int create_static_call_sections(struct objtool_file *file) in create_static_call_sections()
718 static int create_retpoline_sites_sections(struct objtool_file *file) in create_retpoline_sites_sections()
756 static int create_return_sites_sections(struct objtool_file *file) in create_return_sites_sections()
794 static int create_ibt_endbr_seal_sections(struct objtool_file *file) in create_ibt_endbr_seal_sections()
851 static int create_cfi_sections(struct objtool_file *file) in create_cfi_sections()
899 static int create_mcount_loc_sections(struct objtool_file *file) in create_mcount_loc_sections()
945 static int create_direct_call_sections(struct objtool_file *file) in create_direct_call_sections()
987 static int add_ignores(struct objtool_file *file) in add_ignores()
1213 static void add_uaccess_safe(struct objtool_file *file) in add_uaccess_safe()
1257 static struct reloc *insn_reloc(struct objtool_file *file, struct instruction *insn) in insn_reloc()
1288 static int annotate_call_site(struct objtool_file *file, in annotate_call_site()
1368 static int add_call_dest(struct objtool_file *file, struct instruction *insn, in add_call_dest()
1387 static int add_retpoline_call(struct objtool_file *file, struct instruction *insn) in add_retpoline_call()
1421 static void add_return_call(struct objtool_file *file, struct instruction *insn, bool add) in add_return_call()
1434 static bool is_first_func_insn(struct objtool_file *file, in is_first_func_insn()
1456 static bool jump_is_sibling_call(struct objtool_file *file, in jump_is_sibling_call()
1481 static int add_jump_destinations(struct objtool_file *file) in add_jump_destinations()
1642 static int add_call_destinations(struct objtool_file *file) in add_call_destinations()
1709 static int handle_group_alt(struct objtool_file *file, in handle_group_alt()
1858 static int handle_jump_alt(struct objtool_file *file, in handle_jump_alt()
1909 static int add_special_section_alts(struct objtool_file *file) in add_special_section_alts()
1987 static int add_jump_table(struct objtool_file *file, struct instruction *insn) in add_jump_table()
2061 static void find_jump_table(struct objtool_file *file, struct symbol *func, in find_jump_table()
2110 static void mark_func_jump_tables(struct objtool_file *file, in mark_func_jump_tables()
2140 static int add_func_jump_tables(struct objtool_file *file, in add_func_jump_tables()
2163 static int add_jump_table_alts(struct objtool_file *file) in add_jump_table_alts()
2193 static int read_unwind_hints(struct objtool_file *file) in read_unwind_hints()
2295 static int read_annotate(struct objtool_file *file, in read_annotate()
2296 int (*func)(struct objtool_file *file, int type, struct instruction *insn)) in read_annotate()
2340 static int __annotate_early(struct objtool_file *file, int type, struct instruction *insn) in __annotate_early()
2363 static int __annotate_ifc(struct objtool_file *file, int type, struct instruction *insn) in __annotate_ifc()
2393 static int __annotate_late(struct objtool_file *file, int type, struct instruction *insn) in __annotate_late()
2469 static int classify_symbols(struct objtool_file *file) in classify_symbols()
2503 static void mark_rodata(struct objtool_file *file) in mark_rodata()
2530 static int decode_sections(struct objtool_file *file) in decode_sections()
3195 static int propagate_alt_cfi(struct objtool_file *file, struct instruction *insn) in propagate_alt_cfi()
3345 static bool pv_call_dest(struct objtool_file *file, struct instruction *insn) in pv_call_dest()
3372 static inline bool noinstr_call_dest(struct objtool_file *file, in noinstr_call_dest()
3410 static int validate_call(struct objtool_file *file, in validate_call()
3433 static int validate_sibling_call(struct objtool_file *file, in validate_sibling_call()
3480 static struct instruction *next_insn_to_validate(struct objtool_file *file, in next_insn_to_validate()
3547 static int validate_branch(struct objtool_file *file, struct symbol *func, in validate_branch()
3809 static int validate_unwind_hint(struct objtool_file *file, in validate_unwind_hint()
3823 static int validate_unwind_hints(struct objtool_file *file, struct section *sec) in validate_unwind_hints()
3851 static int validate_unret(struct objtool_file *file, struct instruction *insn) in validate_unret()
3960 static int validate_unrets(struct objtool_file *file) in validate_unrets()
3975 static int validate_retpoline(struct objtool_file *file) in validate_retpoline()
4021 static bool ignore_unreachable_insn(struct objtool_file *file, struct instruction *insn) in ignore_unreachable_insn()
4130 static int add_prefix_symbol(struct objtool_file *file, struct symbol *func) in add_prefix_symbol()
4178 static int add_prefix_symbols(struct objtool_file *file) in add_prefix_symbols()
4198 static int validate_symbol(struct objtool_file *file, struct section *sec, in validate_symbol()
4225 static int validate_section(struct objtool_file *file, struct section *sec) in validate_section()
4244 static int validate_noinstr_sections(struct objtool_file *file) in validate_noinstr_sections()
4270 static int validate_functions(struct objtool_file *file) in validate_functions()
4291 static bool noendbr_range(struct objtool_file *file, struct instruction *insn) in noendbr_range()
4309 static int __validate_ibt_insn(struct objtool_file *file, struct instruction *insn, in __validate_ibt_insn()
4354 static int validate_ibt_insn(struct objtool_file *file, struct instruction *insn) in validate_ibt_insn()
4420 static int validate_ibt_data_reloc(struct objtool_file *file, in validate_ibt_data_reloc()
4449 static int validate_ibt(struct objtool_file *file) in validate_ibt()
4502 static int validate_sls(struct objtool_file *file) in validate_sls()
4535 static int validate_reachable_instructions(struct objtool_file *file) in validate_reachable_instructions()
4616 static void disas_warned_funcs(struct objtool_file *file) in disas_warned_funcs()
4657 static void free_insns(struct objtool_file *file) in free_insns()
4675 int check(struct objtool_file *file) in check()