Lines Matching defs:elf

723 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym)  in sym_name()
785 static void check_section(const char *modname, struct elf_info *elf, in check_section()
1132 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
1148 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, in find_elf_symbol()
1192 static Elf_Sym *find_elf_symbol2(struct elf_info *elf, Elf_Addr addr, in find_elf_symbol2()
1269 static void default_mismatch_handler(const char *modname, struct elf_info *elf, in default_mismatch_handler()
1294 static int is_executable_section(struct elf_info* elf, unsigned int section_index) in is_executable_section()
1339 static void report_extable_warnings(const char* modname, struct elf_info* elf, in report_extable_warnings()
1377 static void extable_mismatch_handler(const char* modname, struct elf_info *elf, in extable_mismatch_handler()
1413 static void check_section_mismatch(const char *modname, struct elf_info *elf, in check_section_mismatch()
1429 static unsigned int *reloc_location(struct elf_info *elf, in reloc_location()
1435 static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_386_rel()
1468 static int addend_arm_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_arm_rel()
1495 static int addend_mips_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_mips_rel()
1526 static void section_rela(const char *modname, struct elf_info *elf, in section_rela()
1578 static void section_rel(const char *modname, struct elf_info *elf, in section_rel()
1649 static void check_sec_ref(const char *modname, struct elf_info *elf) in check_sec_ref()