elfs
static int clone_reloc(struct elfs *e, struct reloc *patched_reloc,
static int clone_sym_relocs(struct elfs *e, struct symbol *patched_sym)
static int validate_special_section_klp_reloc(struct elfs *e, struct symbol *sym)
static int clone_special_section(struct elfs *e, struct section *patched_sec)
static int clone_special_sections(struct elfs *e)
static int create_klp_sections(struct elfs *e)
static int copy_import_ns(struct elfs *e)
struct elfs e = {0};
static int correlate_symbols(struct elfs *e)
static int clone_sym_relocs(struct elfs *e, struct symbol *patched_sym);
static struct symbol *clone_symbol(struct elfs *e, struct symbol *patched_sym,
static int mark_changed_functions(struct elfs *e)
static int clone_included_functions(struct elfs *e)
static const char *__find_modname(struct elfs *e)
static const char *find_modname(struct elfs *e)
static int clone_reloc_klp(struct elfs *e, struct reloc *patched_reloc,