Home
last modified time | relevance | path

Searched refs:objtool_file (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/tools/objtool/include/objtool/
H A Dobjtool.h22 struct objtool_file { struct
42 struct objtool_file *objtool_open_read(const char *_objname); argument
44 void objtool_pv_add(struct objtool_file *file, int idx, struct symbol *func);
46 int check(struct objtool_file *file);
48 int orc_create(struct objtool_file *file);
H A Darch.h76 int arch_decode_instruction(struct objtool_file *file, const struct section *sec,
95 int arch_rewrite_retpolines(struct objtool_file *file);
H A Dcheck.h114 struct instruction *find_insn(struct objtool_file *file,
117 struct instruction *next_insn_same_sec(struct objtool_file *file, struct instruction *insn);
H A Dspecial.h40 struct reloc *arch_find_switch_table(struct objtool_file *file,
/openbmc/linux/tools/objtool/
H A Dcheck.c37 struct instruction *find_insn(struct objtool_file *file, in find_insn()
530 static int init_pv_ops(struct objtool_file *file) in init_pv_ops()
582 static int add_dead_ends(struct objtool_file *file) in add_dead_ends()
1021 static void add_ignores(struct objtool_file *file) in add_ignores()
1875 static int handle_jump_alt(struct objtool_file *file, in handle_jump_alt()
2535 static void mark_rodata(struct objtool_file *file) in mark_rodata()
3434 static int validate_call(struct objtool_file *file, in validate_call()
4419 static int validate_ibt(struct objtool_file *file) in validate_ibt()
4469 static int validate_sls(struct objtool_file *file) in validate_sls()
4647 static void free_insns(struct objtool_file *file) in free_insns()
[all …]
H A Dobjtool.c22 static struct objtool_file file;
82 struct objtool_file *objtool_open_read(const char *_objname) in objtool_open_read()
115 void objtool_pv_add(struct objtool_file *f, int idx, struct symbol *func) in objtool_pv_add()
H A Dweak.c23 int __weak orc_create(struct objtool_file *file) in orc_create()
H A Dbuiltin-check.c176 static bool link_opts_valid(struct objtool_file *file) in link_opts_valid()
208 struct objtool_file *file; in objtool_run()
H A Dorc_gen.c160 int orc_create(struct objtool_file *file) in orc_create()
/openbmc/linux/tools/objtool/arch/powerpc/
H A Dspecial.c15 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()
H A Ddecode.c42 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction()
/openbmc/linux/tools/objtool/arch/x86/
H A Dspecial.c88 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()
H A Ddecode.c147 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction()