Home
last modified time | relevance | path

Searched refs:get_module_plt (Results 1 – 3 of 3) sorted by relevance

/arch/arm/include/asm/
Dmodule.h37 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val);
/arch/arm/kernel/
Dmodule.c135 offset = get_module_plt(module, loc, in apply_relocate()
248 offset = get_module_plt(module, loc, in apply_relocate()
Dmodule-plts.c39 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val) in get_module_plt() function