Lines Matching refs:objtool_file

37 struct instruction *find_insn(struct objtool_file *file,  in find_insn()
50 static struct instruction *next_insn_same_sec(struct objtool_file *file, in next_insn_same_sec()
61 static struct instruction *next_insn_same_func(struct objtool_file *file, in next_insn_same_func()
81 static struct instruction *prev_insn_same_sym(struct objtool_file *file, in prev_insn_same_sym()
156 static bool __dead_end_function(struct objtool_file *file, struct symbol *func, in __dead_end_function()
253 static bool dead_end_function(struct objtool_file *file, struct symbol *func) in dead_end_function()
271 static void init_insn_state(struct objtool_file *file, struct insn_state *state, in init_insn_state()
362 static int decode_instructions(struct objtool_file *file) in decode_instructions()
457 static int add_pv_ops(struct objtool_file *file, const char *symname) in add_pv_ops()
494 static int init_pv_ops(struct objtool_file *file) in init_pv_ops()
530 static struct instruction *find_last_insn(struct objtool_file *file, in find_last_insn()
546 static int add_dead_ends(struct objtool_file *file) in add_dead_ends()
621 static int create_static_call_sections(struct objtool_file *file) in create_static_call_sections()
709 static int create_retpoline_sites_sections(struct objtool_file *file) in create_retpoline_sites_sections()
755 static int create_return_sites_sections(struct objtool_file *file) in create_return_sites_sections()
801 static int create_ibt_endbr_seal_sections(struct objtool_file *file) in create_ibt_endbr_seal_sections()
853 static int create_mcount_loc_sections(struct objtool_file *file) in create_mcount_loc_sections()
899 static void add_ignores(struct objtool_file *file) in add_ignores()
1112 static void add_uaccess_safe(struct objtool_file *file) in add_uaccess_safe()
1135 static int add_ignore_alternatives(struct objtool_file *file) in add_ignore_alternatives()
1175 static struct reloc *insn_reloc(struct objtool_file *file, struct instruction *insn) in insn_reloc()
1205 static void annotate_call_site(struct objtool_file *file, in annotate_call_site()
1287 static void add_call_dest(struct objtool_file *file, struct instruction *insn, in add_call_dest()
1306 static void add_retpoline_call(struct objtool_file *file, struct instruction *insn) in add_retpoline_call()
1340 static void add_return_call(struct objtool_file *file, struct instruction *insn, bool add) in add_return_call()
1358 static bool is_first_func_insn(struct objtool_file *file, struct instruction *insn) in is_first_func_insn()
1377 static int add_jump_destinations(struct objtool_file *file) in add_jump_destinations()
1504 static int add_call_destinations(struct objtool_file *file) in add_call_destinations()
1563 static int handle_group_alt(struct objtool_file *file, in handle_group_alt()
1704 static int handle_jump_alt(struct objtool_file *file, in handle_jump_alt()
1754 static int add_special_section_alts(struct objtool_file *file) in add_special_section_alts()
1834 static int add_jump_table(struct objtool_file *file, struct instruction *insn, in add_jump_table()
1894 static struct reloc *find_jump_table(struct objtool_file *file, in find_jump_table()
1937 static void mark_func_jump_tables(struct objtool_file *file, in mark_func_jump_tables()
1972 static int add_func_jump_tables(struct objtool_file *file, in add_func_jump_tables()
1995 static int add_jump_table_alts(struct objtool_file *file) in add_jump_table_alts()
2027 static int read_unwind_hints(struct objtool_file *file) in read_unwind_hints()
2123 static int read_noendbr_hints(struct objtool_file *file) in read_noendbr_hints()
2146 static int read_retpoline_hints(struct objtool_file *file) in read_retpoline_hints()
2183 static int read_instr_hints(struct objtool_file *file) in read_instr_hints()
2230 static int read_intra_function_calls(struct objtool_file *file) in read_intra_function_calls()
2306 static int classify_symbols(struct objtool_file *file) in classify_symbols()
2337 static void mark_rodata(struct objtool_file *file) in mark_rodata()
2363 static int decode_sections(struct objtool_file *file) in decode_sections()
3028 static int propagate_alt_cfi(struct objtool_file *file, struct instruction *insn) in propagate_alt_cfi()
3173 static bool pv_call_dest(struct objtool_file *file, struct instruction *insn) in pv_call_dest()
3200 static inline bool noinstr_call_dest(struct objtool_file *file, in noinstr_call_dest()
3232 static int validate_call(struct objtool_file *file, in validate_call()
3258 static int validate_sibling_call(struct objtool_file *file, in validate_sibling_call()
3312 static struct instruction *next_insn_to_validate(struct objtool_file *file, in next_insn_to_validate()
3334 static int validate_branch(struct objtool_file *file, struct symbol *func, in validate_branch()
3575 static int validate_unwind_hints(struct objtool_file *file, struct section *sec) in validate_unwind_hints()
3614 static int validate_entry(struct objtool_file *file, struct instruction *insn) in validate_entry()
3727 static int validate_unret(struct objtool_file *file) in validate_unret()
3747 static int validate_retpoline(struct objtool_file *file) in validate_retpoline()
3801 static bool ignore_unreachable_insn(struct objtool_file *file, struct instruction *insn) in ignore_unreachable_insn()
3911 static int validate_symbol(struct objtool_file *file, struct section *sec, in validate_symbol()
3937 static int validate_section(struct objtool_file *file, struct section *sec) in validate_section()
3956 static int validate_noinstr_sections(struct objtool_file *file) in validate_noinstr_sections()
3976 static int validate_functions(struct objtool_file *file) in validate_functions()
3997 static int validate_ibt_insn(struct objtool_file *file, struct instruction *insn) in validate_ibt_insn()
4082 static int validate_ibt_data_reloc(struct objtool_file *file, in validate_ibt_data_reloc()
4112 static int validate_ibt(struct objtool_file *file) in validate_ibt()
4162 static int validate_sls(struct objtool_file *file) in validate_sls()
4197 static int validate_reachable_instructions(struct objtool_file *file) in validate_reachable_instructions()
4215 int check(struct objtool_file *file) in check()