Home
last modified time | relevance | path

Searched refs:R_RISCV_PCREL_LO12_S (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/include/uapi/asm/
H A Delf.h64 #define R_RISCV_PCREL_LO12_S 25 macro
/linux/arch/riscv/kernel/
H A Dmodule.c546 [R_RISCV_PCREL_LO12_S] = { .reloc_handler = apply_r_riscv_pcrel_lo12_s_rela },
833 if (type == R_RISCV_PCREL_LO12_I || type == R_RISCV_PCREL_LO12_S) { in apply_relocate_add()