Searched refs:get_stub (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/arch/parisc/kernel/ |
D | module.c | 421 static Elf_Addr get_stub(struct module *me, unsigned long value, long addend, in get_stub() function 625 val = get_stub(me, sym->st_value, addend, in apply_relocate_add() 640 val = get_stub(me, sym->st_value, addend, in apply_relocate_add() 754 val = get_stub(me, sym->st_value, in apply_relocate_add() 766 val = get_stub(me, val, addend, ELF_STUB_MILLI, in apply_relocate_add() 769 val = get_stub(me, val, addend, ELF_STUB_GOT, in apply_relocate_add()
|