Lines Matching refs:elf_info

335 static void *sym_get_data_by_offset(const struct elf_info *info,
343 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym)
349 static const char *sech_name(const struct elf_info *info, Elf_Shdr *sechdr)
355 static const char *sec_name(const struct elf_info *info, unsigned int secindex)
424 static int parse_elf(struct elf_info *info, const char *filename)
583 static void parse_elf_finish(struct elf_info *info)
588 static int ignore_undef_symbol(struct elf_info *info, const char *symname)
622 static void handle_symbol(struct module *mod, struct elf_info *info,
685 static char *get_next_modinfo(struct elf_info *info, const char *tag,
705 static char *get_modinfo(struct elf_info *info, const char *tag)
711 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym)
774 static void check_section(const char *modname, struct elf_info *elf,
1054 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym)
1064 static Elf_Sym *find_nearest_sym(struct elf_info *elf, Elf_Addr addr,
1106 static Elf_Sym *find_fromsym(struct elf_info *elf, Elf_Addr addr,
1112 static Elf_Sym *find_tosym(struct elf_info *elf, Elf_Addr addr, Elf_Sym *sym)
1125 static bool is_executable_section(struct elf_info *elf, unsigned int secndx)
1133 static void default_mismatch_handler(const char *modname, struct elf_info *elf,
1181 static void check_export_symbol(struct module *mod, struct elf_info *elf,
1251 static void check_section_mismatch(struct module *mod, struct elf_info *elf,
1442 static void get_rel_type_and_sym(struct elf_info *elf, uint64_t r_info,
1477 static void section_rela(struct module *mod, struct elf_info *elf,
1519 static void section_rel(struct module *mod, struct elf_info *elf,
1575 static void check_sec_ref(struct module *mod, struct elf_info *elf)
1708 struct elf_info info = { };