Lines Matching refs:accumulate_handler
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 },
565 .accumulate_handler = apply_16_bit_accumulation },
567 .accumulate_handler = apply_32_bit_accumulation },
569 .accumulate_handler = apply_64_bit_accumulation },
577 .accumulate_handler = apply_6_bit_accumulation },
579 .accumulate_handler = apply_6_bit_accumulation },
581 .accumulate_handler = apply_8_bit_accumulation },
583 .accumulate_handler = apply_16_bit_accumulation },
585 .accumulate_handler = apply_32_bit_accumulation },
590 .accumulate_handler = apply_uleb128_accumulation },
592 .accumulate_handler = apply_uleb128_accumulation },
644 reloc_handlers[curr_type].accumulate_handler( in process_accumulated_relocations()
888 if (reloc_handlers[type].accumulate_handler) in apply_relocate_add()