Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kernel/
Dmodule.c363 static int tls_not_supported(struct module *me, void *location, Elf_Addr v) in tls_not_supported() function
542 [R_RISCV_TLS_GOT_HI20] = { .reloc_handler = tls_not_supported },
543 [R_RISCV_TLS_GD_HI20] = { .reloc_handler = tls_not_supported },
550 [R_RISCV_TPREL_HI20] = { .reloc_handler = tls_not_supported },
551 [R_RISCV_TPREL_LO12_I] = { .reloc_handler = tls_not_supported },
552 [R_RISCV_TPREL_LO12_S] = { .reloc_handler = tls_not_supported },
553 [R_RISCV_TPREL_ADD] = { .reloc_handler = tls_not_supported },