Searched refs:reloc_handler (Results 1 - 3 of 3) sorted by path

/linux-master/arch/mips/kernel/
H A Dmodule.c252 * reloc_handler() - Apply a particular relocation to a module
268 static int reloc_handler(u32 type, struct module *me, u32 *location, u32 base, function
353 err = reloc_handler(type, me, location, base, v, rela);
H A Drelocate.c125 static int __init reloc_handler(u32 type, u32 *loc_orig, u32 *loc_new, function
166 res = reloc_handler(type, loc_orig, loc_new, offset);
/linux-master/arch/riscv/kernel/
H A Dmodule.c37 int (*reloc_handler)(struct module *me, void *location, Elf_Addr v); member in struct:relocation_handlers
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
[all...]

Completed in 158 milliseconds