Lines Matching refs:splt
3019 /* The offset into splt of the PLT entry for the TLS descriptor
3452 if (!htab->root.splt
3685 asection *splt;
3688 splt = globals->root.iplt;
3690 splt = globals->root.splt;
3691 if (splt != NULL)
3704 destination = (splt->output_section->vma
3705 + splt->output_offset
4789 if (htab->root.splt != NULL && found->hash != NULL
5170 sym_sec = htab->root.splt;
5244 && globals->root.splt != NULL
5248 sym_sec = globals->root.splt;
5271 && globals->root.splt != NULL
5275 sym_sec = globals->root.splt;
6289 if (globals->root.splt != NULL && h->plt.offset != (bfd_vma) -1)
7505 asection *splt;
7512 splt = htab->root.iplt;
7516 if (htab->nacl_p && splt->size == 0)
7517 splt->size += htab->plt_header_size;
7524 splt = htab->root.splt;
7532 if (splt->size == 0)
7533 splt->size += htab->plt_header_size;
7540 splt->size += PLT_THUMB_STUB_SIZE;
7541 root_plt->offset = splt->size;
7542 splt->size += htab->plt_entry_size;
7587 asection *splt;
7600 splt = htab->root.iplt;
7611 splt = htab->root.splt;
7618 BFD_ASSERT (splt != NULL && srel != NULL);
7626 splt->contents + root_plt->offset);
7629 splt->contents + root_plt->offset + 4);
7632 rel.r_offset = (splt->output_section->vma
7633 + splt->output_offset
7669 plt_address = (splt->output_section->vma
7670 + splt->output_offset
7673 ptr = splt->contents + root_plt->offset;
7735 = ((splt->output_section->vma + splt->output_offset
7880 initial_got_entry = (splt->output_section->vma
7881 + splt->output_offset);
8205 asection * splt;
8304 splt = globals->root.iplt;
8322 value = (splt->output_section->vma
8323 + splt->output_offset
8337 splt = globals->root.splt;
8341 splt = NULL;
8386 value = (splt->output_section->vma
8387 + splt->output_offset
8602 value = (splt->output_section->vma
8603 + splt->output_offset
9048 value = (splt->output_section->vma
9049 + splt->output_offset
9163 value = (splt->output_section->vma
9164 + splt->output_offset
9732 globals->tls_trampoline, globals->root.splt,
9739 (input_section, globals->root.splt, 0, rel,
9746 offset = (globals->root.splt->output_section->vma
9747 + globals->root.splt->output_offset
13408 h->root.u.def.section = htab->root.splt;
13990 if (htab->root.splt->size == 0)
13991 htab->root.splt->size += htab->plt_header_size;
13993 htab->tls_trampoline = htab->root.splt->size;
13994 htab->root.splt->size += htab->plt_entry_size;
14003 htab->dt_tlsdesc_plt = htab->root.splt->size;
14004 htab->root.splt->size += 4 * ARRAY_SIZE (dl_tlsdesc_lazy_trampoline);
14024 if (s == htab->root.splt)
14349 asection *splt;
14352 splt = htab->root.splt;
14353 BFD_ASSERT (splt != NULL && sdyn != NULL);
14489 s = htab->root.splt;
14529 if (splt->size > 0 && htab->plt_header_size)
14536 plt_address = splt->output_section->vma + splt->output_offset;
14547 splt->contents + 0);
14549 splt->contents + 4);
14551 splt->contents + 8);
14552 bfd_put_32 (output_bfd, got_address, splt->contents + 12);
14562 arm_nacl_put_plt0 (htab, output_bfd, splt,
14570 splt->contents + 0);
14572 splt->contents + 4);
14574 splt->contents + 8);
14576 bfd_put_32 (output_bfd, got_displacement, splt->contents + 12);
14584 splt->contents + 0);
14586 splt->contents + 4);
14588 splt->contents + 8);
14590 splt->contents + 12);
14595 bfd_put_32 (output_bfd, got_displacement, splt->contents + 28);
14597 bfd_put_32 (output_bfd, got_displacement, splt->contents + 16);
14604 if (splt->output_section->owner == output_bfd)
14605 elf_section_data (splt->output_section)->this_hdr.sh_entsize = 4;
14614 = splt->output_section->vma + splt->output_offset;
14617 splt->contents + htab->dt_tlsdesc_plt,
14624 splt->contents + htab->dt_tlsdesc_plt + 24);
14628 splt->contents + htab->dt_tlsdesc_plt + 24 + 4);
14634 splt->contents + htab->tls_trampoline,
14638 splt->contents + htab->tls_trampoline + 12);
14642 if (htab->vxworks_p && !info->shared && htab->root.splt->size > 0)
14649 num_plts = ((htab->root.splt->size - htab->plt_header_size)
14886 osi->sec = htab->root.splt;
15228 if (htab->root.splt && htab->root.splt->size > 0)
15230 osi.sec = htab->root.splt;
15280 if ((htab->root.splt && htab->root.splt->size > 0)