Searched refs:reloc_handlers (Results 1 – 2 of 2) sorted by relevance
524 static const struct relocation_handlers reloc_handlers[] = { variable640 reloc_handlers[curr_type].reloc_handler( in process_accumulated_relocations()644 reloc_handlers[curr_type].accumulate_handler( in process_accumulated_relocations()820 if (type < ARRAY_SIZE(reloc_handlers)) in apply_relocate_add()821 handler = reloc_handlers[type].reloc_handler; in apply_relocate_add()888 if (reloc_handlers[type].accumulate_handler) in apply_relocate_add()
403 static int (*reloc_handlers[]) (struct module *me, uint32_t *location, variable455 res = reloc_handlers[ELF32_R_TYPE(r_info)](me, location, v); in apply_relocations()