| /OK3568_Linux_fs/kernel/arch/h8300/kernel/ |
| H A D | module.c | 28 + ELF32_R_SYM(rela[i].r_info); in apply_relocate_add() 37 if (ELF32_R_SYM(rela[i].r_info)) in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | module.h | 46 #define ELF_R_SYM(X) ELF32_R_SYM(X) 51 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM((rel).r_info)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | module_32.c | 34 (r_info != ELF32_R_SYM(rela[i].r_info) || in count_relocs() 37 r_info = ELF32_R_SYM(rela[i].r_info); in count_relocs() 214 + ELF32_R_SYM(rela[i].r_info); in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | module.c | 42 + ELF32_R_SYM(rel[i].r_info); in apply_relocate() 82 + ELF32_R_SYM(rel[i].r_info); in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | module-plts.c | 112 i = cmp_3way(ELF32_R_SYM(x->r_info), ELF32_R_SYM(y->r_info)); in cmp_rel() 187 s = syms + ELF32_R_SYM(rel[i].r_info); in count_plts()
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs_32.c | 12 #define ELF_R_SYM(val) ELF32_R_SYM(val)
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs_32.c | 12 #define ELF_R_SYM(val) ELF32_R_SYM(val)
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | module.h | 46 #define ELF_R_SYM(X) ELF32_R_SYM(X)
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/uapi/asm/ |
| H A D | elf.h | 31 #define ELF_RISCV_R_SYM(r_info) ELF32_R_SYM(r_info)
|
| /OK3568_Linux_fs/kernel/arch/openrisc/kernel/ |
| H A D | module.c | 38 + ELF32_R_SYM(rel[i].r_info); in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | module.c | 46 + ELF32_R_SYM(rel[i].r_info); in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/ |
| H A D | module.c | 39 ELF32_R_SYM(rela[i].r_info); in apply_relocate_add()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/ |
| H A D | 0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch | 36 #define ELF_R_SYM(i) ELF32_R_SYM(i)
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | module.c | 63 + ELF32_R_SYM(rel[i].r_info); in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | module.c | 63 + ELF32_R_SYM(rela[i].r_info)); in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | module.c | 65 + ELF32_R_SYM(rel[i].r_info); in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | module.c | 66 + ELF32_R_SYM(rela[i].r_info); in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/hexagon/kernel/ |
| H A D | module.c | 87 sym = sym_base + ELF32_R_SYM(rela[i].r_info); in apply_relocate_add()
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | module.c | 81 sym_entry = sym_sec + ELF32_R_SYM(rel_entry[i].r_info); in apply_relocate_add()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf32.h | 137 #define ELF32_R_SYM(info) ((info) >> 8) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf32.h | 137 #define ELF32_R_SYM(info) ((info) >> 8) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf32.h | 137 #define ELF32_R_SYM(info) ((info) >> 8) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf32.h | 137 #define ELF32_R_SYM(info) ((info) >> 8) macro
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | modpost.h | 35 #define ELF_R_SYM ELF32_R_SYM
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | module.c | 129 offset = ELF32_R_SYM(rel->r_info); in apply_relocate_add()
|