Searched refs:reloc_handlers (Results 1 – 2 of 2) sorted by relevance
305 static reloc_handler reloc_handlers[] = { variable359 if (type < ARRAY_SIZE(reloc_handlers)) in __apply_relocate()360 handler = reloc_handlers[type]; in __apply_relocate()
404 static int (*reloc_handlers[]) (struct module *me, uint32_t *location, variable456 res = reloc_handlers[ELF32_R_TYPE(r_info)](me, location, v); in apply_relocations()