Searched refs:get_stub (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/parisc/kernel/ |
D | module.c | 441 static Elf_Addr get_stub(struct module *me, unsigned long value, long addend, in get_stub() function 641 val = get_stub(me, sym->st_value, addend, in apply_relocate_add() 656 val = get_stub(me, sym->st_value, addend, in apply_relocate_add() 766 val = get_stub(me, sym->st_value, in apply_relocate_add() 778 val = get_stub(me, val, addend, ELF_STUB_MILLI, in apply_relocate_add() 781 val = get_stub(me, val, addend, ELF_STUB_GOT, in apply_relocate_add()
|