Home
last modified time | relevance | path

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

/linux-6.1.9/arch/riscv/include/uapi/asm/
Delf.h58 #define R_RISCV_GOT_HI20 20 macro
/linux-6.1.9/arch/riscv/kernel/
Dmodule.c313 [R_RISCV_GOT_HI20] = apply_r_riscv_got_hi20_rela,
382 || hi20_type == R_RISCV_GOT_HI20)) { in apply_relocate_add()
394 && hi20_type == R_RISCV_GOT_HI20) { in apply_relocate_add()
Dmodule-sections.c83 } else if (type == R_RISCV_GOT_HI20) { in count_max_entries()