Searched refs:get_stub (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/arch/parisc/kernel/ |
D | module.c | 404 static Elf_Addr get_stub(struct module *me, unsigned long value, long addend, in get_stub() function 608 val = get_stub(me, sym->st_value, addend, in apply_relocate_add() 623 val = get_stub(me, sym->st_value, addend, in apply_relocate_add() 737 val = get_stub(me, sym->st_value, in apply_relocate_add() 749 val = get_stub(me, val, addend, ELF_STUB_MILLI, in apply_relocate_add() 752 val = get_stub(me, val, addend, ELF_STUB_GOT, in apply_relocate_add()
|