Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
A Dobjtool.h22 struct objtool_file { struct
37 struct objtool_file *objtool_open_read(const char *_objname); argument
39 void objtool_pv_add(struct objtool_file *file, int idx, struct symbol *func);
41 int check(struct objtool_file *file);
43 int orc_create(struct objtool_file *file);
A Darch.h72 int arch_decode_instruction(struct objtool_file *file, const struct section *sec,
91 int arch_rewrite_retpolines(struct objtool_file *file);
A Dspecial.h40 struct reloc *arch_find_switch_table(struct objtool_file *file,
A Dcheck.h82 struct instruction *find_insn(struct objtool_file *file,
/linux/tools/objtool/
A Dcheck.c36 struct instruction *find_insn(struct objtool_file *file, in find_insn()
463 static int init_pv_ops(struct objtool_file *file) in init_pv_ops()
515 static int add_dead_ends(struct objtool_file *file) in add_dead_ends()
778 static void add_ignores(struct objtool_file *file) in add_ignores()
954 static void add_uaccess_safe(struct objtool_file *file) in add_uaccess_safe()
1326 static int handle_group_alt(struct objtool_file *file, in handle_group_alt()
1467 static int handle_jump_alt(struct objtool_file *file, in handle_jump_alt()
2018 static void mark_rodata(struct objtool_file *file) in mark_rodata()
2044 static int decode_sections(struct objtool_file *file) in decode_sections()
2902 static int validate_call(struct objtool_file *file, in validate_call()
[all …]
A Dweak.c18 int __weak check(struct objtool_file *file) in check()
28 int __weak orc_create(struct objtool_file *file) in orc_create()
A Dobjtool.c46 static struct objtool_file file;
106 struct objtool_file *objtool_open_read(const char *_objname) in objtool_open_read()
138 void objtool_pv_add(struct objtool_file *f, int idx, struct symbol *func) in objtool_pv_add()
A Dbuiltin-orc.c34 struct objtool_file *file; in cmd_orc()
A Dbuiltin-check.c81 struct objtool_file *file; in cmd_check()
A Dorc_gen.c143 int orc_create(struct objtool_file *file) in orc_create()
/linux/tools/objtool/arch/x86/
A Dspecial.c94 struct reloc *arch_find_switch_table(struct objtool_file *file, in arch_find_switch_table()
A Ddecode.c106 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction()

Completed in 26 milliseconds