Searched refs:accumulate_handler (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/riscv/kernel/
H A Dmodule.c39 int (*accumulate_handler)(struct module *me, void *location, member in struct:relocation_handlers
556 .accumulate_handler = apply_8_bit_accumulation },
558 .accumulate_handler = apply_16_bit_accumulation },
560 .accumulate_handler = apply_32_bit_accumulation },
562 .accumulate_handler = apply_64_bit_accumulation },
564 .accumulate_handler = apply_8_bit_accumulation },
566 .accumulate_handler = apply_16_bit_accumulation },
568 .accumulate_handler = apply_32_bit_accumulation },
570 .accumulate_handler = apply_64_bit_accumulation },
578 .accumulate_handler
[all...]

Completed in 193 milliseconds