Lines Matching refs:elfs
25 struct elfs { struct
362 static int correlate_symbols(struct elfs *e) in correlate_symbols()
502 static int clone_sym_relocs(struct elfs *e, struct symbol *patched_sym);
593 static struct symbol *clone_symbol(struct elfs *e, struct symbol *patched_sym, in clone_symbol()
641 static int mark_changed_functions(struct elfs *e) in mark_changed_functions()
683 static int clone_included_functions(struct elfs *e) in clone_included_functions()
742 static const char *__find_modname(struct elfs *e) in __find_modname()
778 static const char *find_modname(struct elfs *e) in find_modname()
897 static int clone_reloc_klp(struct elfs *e, struct reloc *patched_reloc, in clone_reloc_klp()
1027 static int clone_reloc(struct elfs *e, struct reloc *patched_reloc, in clone_reloc()
1093 static int clone_sym_relocs(struct elfs *e, struct symbol *patched_sym) in clone_sym_relocs()
1322 static int validate_special_section_klp_reloc(struct elfs *e, struct symbol *sym) in validate_special_section_klp_reloc()
1393 static int clone_special_section(struct elfs *e, struct section *patched_sec) in clone_special_section()
1424 static int clone_special_sections(struct elfs *e) in clone_special_sections()
1443 static int create_klp_sections(struct elfs *e) in create_klp_sections()
1627 static int copy_import_ns(struct elfs *e) in copy_import_ns()
1670 struct elfs e = {0}; in cmd_klp_diff()