Searched refs:get_stub (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/parisc/kernel/ |
| H A D | module.c | 392 static Elf_Addr get_stub(struct module *me, unsigned long value, long addend, in get_stub() function 596 val = get_stub(me, sym->st_value, addend, in apply_relocate_add() 611 val = get_stub(me, sym->st_value, addend, in apply_relocate_add() 725 val = get_stub(me, sym->st_value, in apply_relocate_add() 737 val = get_stub(me, val, addend, ELF_STUB_MILLI, in apply_relocate_add() 740 val = get_stub(me, val, addend, ELF_STUB_GOT, in apply_relocate_add()
|