Lines Matching defs:e
403 static int correlate_symbols(struct elfs *e) in correlate_symbols()
710 static struct symbol *clone_symbol(struct elfs *e, struct symbol *patched_sym, in clone_symbol()
758 static int mark_changed_functions(struct elfs *e) in mark_changed_functions()
800 static int clone_included_functions(struct elfs *e) in clone_included_functions()
859 static const char *__find_modname(struct elfs *e) in __find_modname()
895 static const char *find_modname(struct elfs *e) in find_modname()
1014 static int clone_reloc_klp(struct elfs *e, struct reloc *patched_reloc, in clone_reloc_klp()
1144 static int clone_reloc(struct elfs *e, struct reloc *patched_reloc, in clone_reloc()
1210 static int clone_sym_relocs(struct elfs *e, struct symbol *patched_sym) in clone_sym_relocs()
1439 static int validate_special_section_klp_reloc(struct elfs *e, struct symbol *sym) in validate_special_section_klp_reloc()
1523 static int clone_special_section(struct elfs *e, struct section *patched_sec) in clone_special_section()
1554 static int clone_special_sections(struct elfs *e) in clone_special_sections()
1573 static int create_klp_sections(struct elfs *e) in create_klp_sections()
1757 static int copy_import_ns(struct elfs *e) in copy_import_ns()
1800 struct elfs e = {0}; in cmd_klp_diff() local