Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/include/asm/
Dmodule.h38 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val);
/Linux-v5.4/arch/arm/kernel/
Dmodule.c139 offset = get_module_plt(module, loc, in apply_relocate()
252 offset = get_module_plt(module, loc, in apply_relocate()
Dmodule-plts.c36 u32 get_module_plt(struct module *mod, unsigned long loc, Elf32_Addr val) in get_module_plt() function