Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dmodule-sections.c120 Elf_Rela *new_scratch; in module_frob_arch_sections()
170 new_scratch = kvrealloc(scratch, scratch_size, GFP_KERNEL); in module_frob_arch_sections()
171 if (!new_scratch) { in module_frob_arch_sections()
175 scratch = new_scratch; in module_frob_arch_sections()
122 Elf_Rela *new_scratch; module_frob_arch_sections() local