Home
last modified time | relevance | path

Searched refs:ELF_RISCV_R_TYPE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/riscv/include/uapi/asm/
H A Delf.h29 #define ELF_RISCV_R_TYPE(r_info) ELF64_R_TYPE(r_info) macro
32 #define ELF_RISCV_R_TYPE(r_info) ELF32_R_TYPE(r_info) macro
/openbmc/linux/arch/riscv/kernel/
H A Dmodule.c371 type = ELF_RISCV_R_TYPE(rel[i].r_info); in apply_relocate_add()
393 u32 hi20_type = ELF_RISCV_R_TYPE(rel[j].r_info); in apply_relocate_add()
H A Dmodule-sections.c79 type = ELF_RISCV_R_TYPE(relas[i].r_info); in count_max_entries()