Searched refs:got_offset (Results 1 – 7 of 7) sorted by relevance
7 unsigned long got_offset; member13 unsigned long got_offset; member
50 if (info->got_offset == -1UL) { in check_rela()51 info->got_offset = module->arch.got_size; in check_rela()54 pr_debug("GOT[%3lu] %s\n", info->got_offset, in check_rela()100 module->arch.syminfo[i].got_offset = -1UL; in module_frob_arch_sections()124 module->arch.got_offset = module->core_size; in module_frob_arch_sections()183 + module->arch.got_offset in apply_relocate_add()184 + info->got_offset); in apply_relocate_add()189 relocation = info->got_offset; in apply_relocate_add()259 relocation, module->arch.got_offset, in apply_relocate_add()262 + module->arch.got_offset); in apply_relocate_add()
12 unsigned long got_offset; member21 unsigned long got_offset; member
86 if (info->got_offset == -1UL) { in check_rela()87 info->got_offset = me->arch.got_size; in check_rela()153 me->arch.syminfo[i].got_offset = -1UL; in module_frob_arch_sections()173 me->arch.got_offset = me->core_size; in module_frob_arch_sections()292 gotent = me->module_core + me->arch.got_offset + in apply_rela()293 info->got_offset; in apply_rela()297 val = info->got_offset + rela->r_addend; in apply_rela()346 val = me->arch.plt_offset - me->arch.got_offset + in apply_rela()375 ((Elf_Addr) me->module_core + me->arch.got_offset); in apply_rela()385 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
375 me->arch.got_offset = me->core_size; in module_frob_arch_sections()398 got = me->module_core + me->arch.got_offset; in get_got()434 fdesc->gp = (Elf_Addr)me->module_core + me->arch.got_offset; in get_fdesc()846 gp = (Elf_Addr)me->module_core + me->arch.got_offset; in register_unwind_table()