Searched refs:got_offset (Results 1 – 7 of 7) sorted by relevance
48 if (info->got_offset == -1UL) { in check_rela()49 info->got_offset = module->arch.got_size; in check_rela()52 pr_debug("GOT[%3lu] %s\n", info->got_offset, in check_rela()98 module->arch.syminfo[i].got_offset = -1UL; in module_frob_arch_sections()122 module->arch.got_offset = module->core_size; in module_frob_arch_sections()181 + module->arch.got_offset in apply_relocate_add()182 + info->got_offset); in apply_relocate_add()187 relocation = info->got_offset; in apply_relocate_add()257 relocation, module->arch.got_offset, in apply_relocate_add()260 + module->arch.got_offset); in apply_relocate_add()
7 unsigned long got_offset; member13 unsigned long got_offset; member
12 unsigned long got_offset; member21 unsigned long got_offset; member
79 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_size; in module_frob_arch_sections()289 gotent = me->module_core + me->arch.got_offset + in apply_rela()290 info->got_offset; in apply_rela()294 val = info->got_offset + rela->r_addend; in apply_rela()348 val = me->arch.plt_offset - me->arch.got_offset + in apply_rela()377 ((Elf_Addr) me->module_core + me->arch.got_offset); in apply_rela()387 val = (Elf_Addr) me->module_core + me->arch.got_offset + in apply_rela()
37 int got_offset; member54 if (g->got_offset == 0) { in process_reloc_for_got()55 g->got_offset = *poffset; in process_reloc_for_got()64 g->got_offset = *poffset; in process_reloc_for_got()72 rela->r_info |= g->got_offset << 8; in process_reloc_for_got()
14 unsigned long got_offset, got_count, got_max; member
371 me->arch.got_offset = me->core_size; in module_frob_arch_sections()394 got = me->module_core + me->arch.got_offset; in get_got()430 fdesc->gp = (Elf_Addr)me->module_core + me->arch.got_offset; in get_fdesc()842 gp = (Elf_Addr)me->module_core + me->arch.got_offset; in register_unwind_table()