objtool_file       32 tools/objtool/check.c struct instruction *find_insn(struct objtool_file *file,
objtool_file       44 tools/objtool/check.c static struct instruction *next_insn_same_sec(struct objtool_file *file,
objtool_file       55 tools/objtool/check.c static struct instruction *next_insn_same_func(struct objtool_file *file,
objtool_file      123 tools/objtool/check.c static bool __dead_end_function(struct objtool_file *file, struct symbol *func,
objtool_file      207 tools/objtool/check.c static bool dead_end_function(struct objtool_file *file, struct symbol *func)
objtool_file      230 tools/objtool/check.c static int decode_instructions(struct objtool_file *file)
objtool_file      298 tools/objtool/check.c static int add_dead_ends(struct objtool_file *file)
objtool_file      399 tools/objtool/check.c static void add_ignores(struct objtool_file *file)
objtool_file      493 tools/objtool/check.c static void add_uaccess_safe(struct objtool_file *file)
objtool_file      516 tools/objtool/check.c static int add_ignore_alternatives(struct objtool_file *file)
objtool_file      547 tools/objtool/check.c static int add_jump_destinations(struct objtool_file *file)
objtool_file      649 tools/objtool/check.c static int add_call_destinations(struct objtool_file *file)
objtool_file      709 tools/objtool/check.c static int handle_group_alt(struct objtool_file *file,
objtool_file      807 tools/objtool/check.c static int handle_jump_alt(struct objtool_file *file,
objtool_file      831 tools/objtool/check.c static int add_special_section_alts(struct objtool_file *file)
objtool_file      899 tools/objtool/check.c static int add_jump_table(struct objtool_file *file, struct instruction *insn,
objtool_file      998 tools/objtool/check.c static struct rela *find_jump_table(struct objtool_file *file,
objtool_file     1075 tools/objtool/check.c static void mark_func_jump_tables(struct objtool_file *file,
objtool_file     1110 tools/objtool/check.c static int add_func_jump_tables(struct objtool_file *file,
objtool_file     1133 tools/objtool/check.c static int add_jump_table_alts(struct objtool_file *file)
objtool_file     1157 tools/objtool/check.c static int read_unwind_hints(struct objtool_file *file)
objtool_file     1251 tools/objtool/check.c static int read_retpoline_hints(struct objtool_file *file)
objtool_file     1286 tools/objtool/check.c static void mark_rodata(struct objtool_file *file)
objtool_file     1312 tools/objtool/check.c static int decode_sections(struct objtool_file *file)
objtool_file     1940 tools/objtool/check.c static int validate_branch(struct objtool_file *file, struct symbol *func,
objtool_file     2222 tools/objtool/check.c static int validate_unwind_hints(struct objtool_file *file)
objtool_file     2245 tools/objtool/check.c static int validate_retpoline(struct objtool_file *file)
objtool_file     2354 tools/objtool/check.c static int validate_functions(struct objtool_file *file)
objtool_file     2399 tools/objtool/check.c static int validate_reachable_instructions(struct objtool_file *file)
objtool_file     2417 tools/objtool/check.c static void cleanup(struct objtool_file *file)
objtool_file     2434 tools/objtool/check.c static struct objtool_file file;
objtool_file       59 tools/objtool/check.h struct instruction *find_insn(struct objtool_file *file,
objtool_file       11 tools/objtool/orc.h struct objtool_file;
objtool_file       13 tools/objtool/orc.h int create_orc(struct objtool_file *file);
objtool_file       14 tools/objtool/orc.h int create_orc_sections(struct objtool_file *file);
objtool_file       13 tools/objtool/orc_gen.c int create_orc(struct objtool_file *file)
objtool_file      119 tools/objtool/orc_gen.c int create_orc_sections(struct objtool_file *file)