Searched refs:accumulate_handler (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/riscv/kernel/ |
| H A D | module.c | 38 int (*accumulate_handler)(struct module *me, void *location, member 555 .accumulate_handler = apply_8_bit_accumulation }, 557 .accumulate_handler = apply_16_bit_accumulation }, 559 .accumulate_handler = apply_32_bit_accumulation }, 561 .accumulate_handler = apply_64_bit_accumulation }, 563 .accumulate_handler = apply_8_bit_accumulation }, 577 .accumulate_handler = apply_6_bit_accumulation }, 579 .accumulate_handler = apply_6_bit_accumulation }, 581 .accumulate_handler = apply_8_bit_accumulation }, 644 reloc_handlers[curr_type].accumulate_handler( in process_accumulated_relocations() [all …]
|