Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dmodule.c831 u32 hi20_type = ELF_RISCV_R_TYPE(rel[j].r_info); in apply_relocate_add() local
835 && (hi20_type == R_RISCV_PCREL_HI20 in apply_relocate_add()
836 || hi20_type == R_RISCV_GOT_HI20)) { in apply_relocate_add()
848 && hi20_type == R_RISCV_GOT_HI20) { in apply_relocate_add()
/linux/arch/loongarch/kernel/
H A Dmodule.c530 u32 hi20_type = ELF_R_TYPE(rel[j].r_info); in apply_relocate_add() local
535 if ((hi20_location == sym->st_value) && (hi20_type == type - 1)) { in apply_relocate_add()
543 if (hi20_type == R_LARCH_GOT_PCADD_HI20) { in apply_relocate_add()