Home
last modified time | relevance | path

Searched refs:got_offset (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
Dmodule.h13 unsigned long got_offset; member
22 unsigned long got_offset; member
/kernel/linux/linux-5.10/arch/s390/kernel/
Dmodule.c79 if (info->got_offset == -1UL) { in check_rela()
80 info->got_offset = me->arch.got_size; in check_rela()
146 me->arch.syminfo[i].got_offset = -1UL; in module_frob_arch_sections()
166 me->arch.got_offset = me->core_layout.size; in module_frob_arch_sections()
297 me->arch.got_offset + in apply_rela()
298 info->got_offset; in apply_rela()
303 val = info->got_offset + rela->r_addend; in apply_rela()
360 val = me->arch.plt_offset - me->arch.got_offset + in apply_rela()
389 ((Elf_Addr) me->core_layout.base + me->arch.got_offset); in apply_rela()
399 val = (Elf_Addr) me->core_layout.base + me->arch.got_offset + in apply_rela()
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dmodule.c25 int got_offset; member
42 if (g->got_offset == 0) { in process_reloc_for_got()
43 g->got_offset = *poffset; in process_reloc_for_got()
52 g->got_offset = *poffset; in process_reloc_for_got()
60 rela->r_info |= g->got_offset << 8; in process_reloc_for_got()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dmodule.h15 unsigned long got_offset, got_count, got_max; member
/kernel/linux/linux-5.10/arch/parisc/kernel/
Dmodule.c351 me->arch.got_offset = me->core_layout.size; in module_frob_arch_sections()
374 got = me->core_layout.base + me->arch.got_offset; in get_got()
410 fdesc->gp = (Elf_Addr)me->core_layout.base + me->arch.got_offset; in get_fdesc()
842 gp = (Elf_Addr)me->core_layout.base + me->arch.got_offset; in register_unwind_table()