Home
last modified time | relevance | path

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

/arch/riscv/kernel/
A 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 },
538 [R_RISCV_JAL] = { .reloc_handler = apply_r_riscv_jal_rela },
553 [R_RISCV_TPREL_ADD] = { .reloc_handler = tls_not_supported },
554 [R_RISCV_ADD8] = { .reloc_handler = apply_r_riscv_add8_rela,
562 [R_RISCV_SUB8] = { .reloc_handler = apply_r_riscv_sub8_rela,
576 [R_RISCV_SUB6] = { .reloc_handler = apply_r_riscv_sub6_rela,
578 [R_RISCV_SET6] = { .reloc_handler = apply_r_riscv_set6_rela,
640 reloc_handlers[curr_type].reloc_handler( in process_accumulated_relocations()
[all …]
/arch/mips/kernel/
A 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()
A 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()

Completed in 8 milliseconds