Searched refs:reloc_handler (Results 1 – 2 of 2) sorted by relevance
/linux/arch/riscv/kernel/ |
H A D | module.c | 37 int (*reloc_handler)(struct module *me, void *location, Elf_Addr v); member 525 [R_RISCV_32] = { .reloc_handler = apply_r_riscv_32_rela }, 526 [R_RISCV_64] = { .reloc_handler = apply_r_riscv_64_rela }, 527 [R_RISCV_RELATIVE] = { .reloc_handler = dynamic_linking_not_supported }, 528 [R_RISCV_COPY] = { .reloc_handler = dynamic_linking_not_supported }, 529 [R_RISCV_JUMP_SLOT] = { .reloc_handler = dynamic_linking_not_supported }, 530 [R_RISCV_TLS_DTPMOD32] = { .reloc_handler = dynamic_linking_not_supported }, 531 [R_RISCV_TLS_DTPMOD64] = { .reloc_handler = dynamic_linking_not_supported }, 532 [R_RISCV_TLS_DTPREL32] = { .reloc_handler = dynamic_linking_not_supported }, 533 [R_RISCV_TLS_DTPREL64] = { .reloc_handler = dynamic_linking_not_supported }, [all …]
|
/linux/arch/mips/kernel/ |
H A D | module.c | 268 static int reloc_handler(u32 type, struct module *me, u32 *location, u32 base, in reloc_handler() function 353 err = reloc_handler(type, me, location, base, v, rela); in __apply_relocate()
|