Lines Matching refs:elf_info
259 static const char *sec_name(struct elf_info *elf, int secindex);
263 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname()
281 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec()
395 static int parse_elf(struct elf_info *info, const char *filename) in parse_elf()
554 static void parse_elf_finish(struct elf_info *info) in parse_elf_finish()
559 static int ignore_undef_symbol(struct elf_info *info, const char *symname) in ignore_undef_symbol()
586 static void handle_modversions(struct module *mod, struct elf_info *info, in handle_modversions()
730 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
738 static const char *sec_name(struct elf_info *elf, int secindex) in sec_name()
746 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) in sech_name()
835 static void check_section(const char *modname, struct elf_info *elf, in check_section()
1137 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, in find_elf_symbol()
1188 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
1203 static Elf_Sym *find_elf_symbol2(struct elf_info *elf, Elf_Addr addr, in find_elf_symbol2()
1441 static void check_section_mismatch(const char *modname, struct elf_info *elf, in check_section_mismatch()
1471 static unsigned int *reloc_location(struct elf_info *elf, in reloc_location()
1481 static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_386_rel()
1500 static int addend_arm_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_arm_rel()
1522 static int addend_mips_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_mips_rel()
1545 static void section_rela(const char *modname, struct elf_info *elf, in section_rela()
1589 static void section_rel(const char *modname, struct elf_info *elf, in section_rel()
1660 struct elf_info *elf) in check_sec_ref()
1682 struct elf_info info = { }; in read_symbols()