Lines Matching defs:elf
711 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
774 static void check_section(const char *modname, struct elf_info *elf, in check_section()
1054 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
1064 static Elf_Sym *find_nearest_sym(struct elf_info *elf, Elf_Addr addr, in find_nearest_sym()
1106 static Elf_Sym *find_fromsym(struct elf_info *elf, Elf_Addr addr, in find_fromsym()
1112 static Elf_Sym *find_tosym(struct elf_info *elf, Elf_Addr addr, Elf_Sym *sym) in find_tosym()
1125 static bool is_executable_section(struct elf_info *elf, unsigned int secndx) in is_executable_section()
1133 static void default_mismatch_handler(const char *modname, struct elf_info *elf, in default_mismatch_handler()
1181 static void check_export_symbol(struct module *mod, struct elf_info *elf, in check_export_symbol()
1251 static void check_section_mismatch(struct module *mod, struct elf_info *elf, in check_section_mismatch()
1442 static void get_rel_type_and_sym(struct elf_info *elf, uint64_t r_info, in get_rel_type_and_sym()
1477 static void section_rela(struct module *mod, struct elf_info *elf, in section_rela()
1519 static void section_rel(struct module *mod, struct elf_info *elf, in section_rel()
1575 static void check_sec_ref(struct module *mod, struct elf_info *elf) in check_sec_ref()