Lines Matching defs:elfs
26 struct elfs {
515 static struct symbol *find_twin(struct elfs *e, struct symbol *sym1)
729 static struct symbol *find_twin_positional(struct elfs *e, struct symbol *sym1)
774 static int correlate_symbols(struct elfs *e)
928 static int clone_sym_relocs(struct elfs *e, struct symbol *patched_sym);
1019 static struct symbol *clone_symbol(struct elfs *e, struct symbol *patched_sym,
1067 static int mark_changed_functions(struct elfs *e)
1114 static int clone_included_functions(struct elfs *e)
1140 static const char *__find_modname(struct elfs *e)
1176 static const char *find_modname(struct elfs *e)
1336 static int clone_reloc_klp(struct elfs *e, struct reloc *patched_reloc,
1466 static int clone_reloc(struct elfs *e, struct reloc *patched_reloc,
1525 static int clone_sym_relocs(struct elfs *e, struct symbol *patched_sym)
1768 static int validate_special_section_klp_reloc(struct elfs *e, struct symbol *sym)
1852 static int clone_special_section(struct elfs *e, struct section *patched_sec)
1883 static int clone_special_sections(struct elfs *e)
1915 static int create_klp_sections(struct elfs *e)
2100 static int copy_import_ns(struct elfs *e)
2143 struct elfs e = {0};