Home | History | Annotate | Download | only in bfd

Lines Matching refs:splt

1878   /* The offset into splt of the PLT entry for the TLS descriptor
2200 via_plt_p = (globals->root.splt != NULL && hash != NULL
3633 if (globals->root.splt != NULL && hash != NULL
3636 sym_sec = globals->root.splt;
3660 if (globals->root.splt != NULL && hash != NULL
3663 sym_sec = globals->root.splt;
4459 plt = globals->root.splt ? globals->root.splt : globals->root.iplt;
4565 if (globals->root.splt != NULL)
4711 asection *splt = globals->root.splt;
4713 splt != NULL && h != NULL && h->plt.offset != (bfd_vma) - 1;
4729 value = (splt->output_section->vma
4730 + splt->output_offset + h->plt.offset);
6796 if (!htab->root.splt || htab->root.splt->size == 0)
6801 (output_bfd, htab->root.splt->output_section);
6802 osi.sec = htab->root.splt;
6937 asection *s = htab->root.splt;
7425 if (htab->root.splt->size == 0)
7426 htab->root.splt->size += PLT_ENTRY_SIZE;
7428 htab->tlsdesc_plt = htab->root.splt->size;
7429 htab->root.splt->size += PLT_TLSDESC_ENTRY_SIZE;
7458 if (s == htab->root.splt
7528 if (htab->root.splt->size != 0)
7590 if (htab->root.splt != NULL)
7592 plt = htab->root.splt;
7614 if (plt == htab->root.splt)
7748 if (htab->root.splt != NULL)
7750 plt = htab->root.splt;
7817 plt = htab->root.splt ? htab->root.splt : htab->root.iplt;
7924 memcpy (htab->root.splt->contents, elfNN_aarch64_small_plt0_entry,
7926 elf_section_data (htab->root.splt->output_section)->this_hdr.sh_entsize =
7933 plt_base = htab->root.splt->output_section->vma +
7934 htab->root.splt->output_offset;
7939 htab->root.splt->contents + 4,
7943 htab->root.splt->contents + 8,
7947 htab->root.splt->contents + 12,
8014 s = htab->root.splt;
8032 if (htab->root.splt && htab->root.splt->size > 0)
8036 elf_section_data (htab->root.splt->output_section)->
8045 memcpy (htab->root.splt->contents + htab->tlsdesc_plt,
8051 htab->root.splt->output_section->vma
8052 + htab->root.splt->output_offset + htab->tlsdesc_plt + 4;
8067 htab->root.splt->contents + htab->tlsdesc_plt;