Home
last modified time | relevance | path

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

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