Home
last modified time | relevance | path

Searched refs:R_RISCV_SUB32 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/riscv/kernel/tests/module_test/ !
H A Dtest_sub32.S19 .reloc sub32, R_RISCV_SUB32, first
/linux/arch/riscv/include/uapi/asm/ !
H A Delf.h78 #define R_RISCV_SUB32 39 macro
/linux/arch/riscv/kernel/ !
H A Dmachine_kexec_file.c236 case R_RISCV_SUB32: in arch_kexec_apply_relocations_add()
H A Dmodule.c566 [R_RISCV_SUB32] = { .reloc_handler = apply_r_riscv_sub32_rela,
/linux/scripts/mod/ !
H A Dmodpost.c1290 #ifndef R_RISCV_SUB32
1291 #define R_RISCV_SUB32 39 macro
1360 r_type == R_RISCV_SUB32) in section_rela()