Searched refs:got_offset (Results 1 – 5 of 5) sorted by relevance
12 unsigned long got_offset; member20 unsigned long got_offset; member
90 if (info->got_offset == -1UL) { in check_rela()91 info->got_offset = me->arch.got_size; in check_rela()157 me->arch.syminfo[i].got_offset = -1UL; in module_frob_arch_sections()177 me->arch.got_offset = me->core_layout.size; in module_frob_arch_sections()308 me->arch.got_offset + in apply_rela()309 info->got_offset; in apply_rela()314 val = info->got_offset + rela->r_addend; in apply_rela()371 val = me->arch.plt_offset - me->arch.got_offset + in apply_rela()400 ((Elf_Addr) me->core_layout.base + me->arch.got_offset); in apply_rela()410 val = (Elf_Addr) me->core_layout.base + me->arch.got_offset + in apply_rela()
25 int got_offset; member42 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()
15 unsigned long got_offset, got_count, got_max; member
351 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()
Completed in 10 milliseconds