Searched refs:dynamic_linking_not_supported (Results 1 – 1 of 1) sorted by relevance
/linux/arch/riscv/kernel/ |
H A D | module.c | 355 static int dynamic_linking_not_supported(struct module *me, void *location, in dynamic_linking_not_supported() function 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 }, 534 [R_RISCV_TLS_TPREL32] = { .reloc_handler = dynamic_linking_not_supported }, 535 [R_RISCV_TLS_TPREL64] = { .reloc_handler = dynamic_linking_not_supported }, [all …]
|