• Home
  • Raw
  • Download

Lines Matching refs:elf_info

325 static void *sym_get_data_by_offset(const struct elf_info *info,  in sym_get_data_by_offset()
333 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data()
339 static const char *sech_name(const struct elf_info *info, Elf_Shdr *sechdr) in sech_name()
345 static const char *sec_name(const struct elf_info *info, unsigned int secindex) in sec_name()
417 static int parse_elf(struct elf_info *info, const char *filename) in parse_elf()
587 static void parse_elf_finish(struct elf_info *info) in parse_elf_finish()
593 static int ignore_undef_symbol(struct elf_info *info, const char *symname) in ignore_undef_symbol()
622 static void handle_symbol(struct module *mod, struct elf_info *info, in handle_symbol()
685 static char *get_next_modinfo(struct elf_info *info, const char *tag, in get_next_modinfo()
705 static char *get_modinfo(struct elf_info *info, const char *tag) in get_modinfo()
711 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
771 static void check_section(const char *modname, struct elf_info *elf, in check_section()
987 static Elf_Sym *find_fromsym(struct elf_info *elf, Elf_Addr addr, in find_fromsym()
993 static Elf_Sym *find_tosym(struct elf_info *elf, Elf_Addr addr, Elf_Sym *sym) in find_tosym()
1010 static bool is_executable_section(struct elf_info *elf, unsigned int secndx) in is_executable_section()
1018 static void default_mismatch_handler(const char *modname, struct elf_info *elf, in default_mismatch_handler()
1076 static void check_export_symbol(struct module *mod, struct elf_info *elf, in check_export_symbol()
1146 static void check_section_mismatch(struct module *mod, struct elf_info *elf, in check_section_mismatch()
1311 static void get_rel_type_and_sym(struct elf_info *elf, uint64_t r_info, in get_rel_type_and_sym()
1341 static void section_rela(struct module *mod, struct elf_info *elf, in section_rela()
1383 static void section_rel(struct module *mod, struct elf_info *elf, in section_rel()
1432 static void check_sec_ref(struct module *mod, struct elf_info *elf) in check_sec_ref()
1582 struct elf_info info = { }; in read_symbols()