Home
last modified time | relevance | path

Searched refs:ELF64_R_SYM (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmodule-plts.c145 i = cmp_3way(ELF64_R_SYM(x->r_info), ELF64_R_SYM(y->r_info)); in cmp_rela()
188 s = syms + ELF64_R_SYM(rela[i].r_info); in count_plts()
261 Elf64_Sym *s = syms + ELF64_R_SYM(rela->r_info); in branch_rela_needs_plt()
H A Dmodule.c281 + ELF64_R_SYM(rel[i].r_info); in apply_relocate_add()
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs_64.c12 #define ELF_R_SYM(val) ELF64_R_SYM(val)
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dmodule.h29 #define ELF_R_SYM(X) ELF64_R_SYM(X)
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dmodule.c32 unsigned long r_sym = ELF64_R_SYM (rela->r_info); in process_reloc_for_got()
155 unsigned long r_sym = ELF64_R_SYM (rela[i].r_info); in apply_relocate_add()
/OK3568_Linux_fs/kernel/arch/riscv/include/uapi/asm/
H A Delf.h28 #define ELF_RISCV_R_SYM(r_info) ELF64_R_SYM(r_info)
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmodule.h64 #define ELF_R_SYM(X) ELF64_R_SYM(X)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/
H A D0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch33 #define ELF_R_SYM(i) ELF64_R_SYM(i)
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmodule_64.c161 (r_info != ELF64_R_SYM(rela[i].r_info) || in count_relocs()
164 r_info = ELF64_R_SYM(rela[i].r_info); in count_relocs()
551 + ELF64_R_SYM(rela[i].r_info); in apply_relocate_add()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf64.h146 #define ELF64_R_SYM(info) ((info) >> 32) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf64.h146 #define ELF64_R_SYM(info) ((info) >> 32) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf64.h146 #define ELF64_R_SYM(info) ((info) >> 32) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf64.h146 #define ELF64_R_SYM(info) ((info) >> 32) macro
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dstartup.c103 r_sym = ELF64_R_SYM(rela->r_info); in handle_relocs()
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.h50 #define ELF_R_SYM ELF64_R_SYM
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h159 #define ELF64_R_SYM(i) ((i) >> 32) macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmodule.c153 + ELF64_R_SYM(rel[i].r_info); in __apply_relocate_add()
H A Dmachine_kexec_64.c475 sym += ELF64_R_SYM(rel[i].r_info); in arch_kexec_apply_relocations_add()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h158 #define ELF64_R_SYM(i) ((i) >> 32) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h158 #define ELF64_R_SYM(i) ((i) >> 32) macro
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dmachine_kexec_file.c299 sym += ELF64_R_SYM(relas[i].r_info); in arch_kexec_apply_relocations_add()
/OK3568_Linux_fs/u-boot/include/
H A Delf.h464 #define ELF64_R_SYM(i) ((i) >> 32) macro
/OK3568_Linux_fs/kernel/scripts/
H A Dsorttable.h51 # define ELF_R_SYM ELF64_R_SYM
H A Drecordmcount.h84 # define ELF_R_SYM ELF64_R_SYM
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dmodule.c690 + ELF64_R_SYM(rel[i].r_info); in apply_relocate_add()

12