Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kernel/
Dmodule.c37 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-6.12.1/arch/mips/kernel/
Drelocate.c125 static int __init reloc_handler(u32 type, u32 *loc_orig, u32 *loc_new, in reloc_handler() function
166 res = reloc_handler(type, loc_orig, loc_new, offset); in do_relocations()
Dmodule.c268 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()