Searched refs:ELF_R_SYM (Results 1 – 18 of 18) sorted by relevance
29 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro46 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro
25 #define ELF_R_SYM CONCAT3(ELF, PRELINK_INC_BITS, _R_SYM)91 *((uint32_t*) buf) = dynsym[ELF_R_SYM(r->r_info)].st_value;93 *((uint64_t*) buf) = dynsym[ELF_R_SYM(r->r_info)].st_value;107 #undef ELF_R_SYM
21 #undef ELF_R_SYM36 #define ELF_R_SYM ELF32_R_SYM macro50 #define ELF_R_SYM ELF64_R_SYM macro
1421 *r_sym = ELF_R_SYM(r_info); in get_rel_type_and_sym()
46 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro64 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro
33 #define ELF_R_SYM(i) ELF64_R_SYM(i)36 #define ELF_R_SYM(i) ELF32_R_SYM(i)
12 #define ELF_R_SYM(val) ELF64_R_SYM(val) macro
12 #define ELF_R_SYM(val) ELF32_R_SYM(val) macro
671 sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in print_absolute_relocs()762 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs()
25 #define ELF_R_SYM(val) (((Elf64_Mips_Rela *)(&val))->fields.r_sym) macro
398 ELF_R_SYM(rel->r_info) = elf32_to_cpu(ELF_R_SYM(rel->r_info)); in read_relocs()492 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs()
32 #undef ELF_R_SYM57 # define ELF_R_SYM ELF64_R_SYM macro81 # define ELF_R_SYM ELF32_R_SYM macro
45 #undef ELF_R_SYM84 # define ELF_R_SYM ELF64_R_SYM macro122 # define ELF_R_SYM ELF32_R_SYM macro145 return ELF_R_SYM(_w(rp->r_info)); in fn_ELF_R_SYM()
110 + ELF_R_SYM(rel[i].r_info); in apply_relocate_add()
97 info = me->arch.syminfo + ELF_R_SYM (rela->r_info); in check_rela()271 r_sym = ELF_R_SYM(rela->r_info); in apply_rela()
443 sym = (Elf_Sym *)sechdrs[symindex].sh_addr + ELF_R_SYM(rel[i].r_info); in apply_relocate_add()
220 sym = (Elf_Sym *)sechdrs[symndx].sh_addr + ELF_R_SYM(relas[i].r_info); in klp_resolve_symbols()