Home | History | Annotate | Download | only in bfd

Lines Matching defs:splt

2740   asection *splt;
2751 splt = htab->root.splt;
2940 if (h != NULL && splt != NULL && h->plt.offset != (bfd_vma) -1)
2947 relocation = (splt->output_section->vma
2948 + splt->output_offset
3638 if (!bfd_set_section_alignment (dynobj, htab->root.splt, 4))
4147 asection *splt;
4159 splt = htab->root.splt;
4162 BFD_ASSERT (splt != NULL && sgotplt != NULL && srela != NULL);
4167 nios2_elf32_install_data (splt, nios2_so_plt_entry, h->plt.offset,
4171 nios2_elf32_install_imm16 (splt, h->plt.offset,
4173 nios2_elf32_install_imm16 (splt, h->plt.offset + 4,
4175 nios2_elf32_install_imm16 (splt, h->plt.offset + 8,
4184 splt->output_section->vma + splt->output_offset
4192 nios2_elf32_install_data (splt, nios2_plt_entry, h->plt.offset, 3);
4195 nios2_elf32_install_imm16 (splt, h->plt.offset, hiadj(got_address));
4196 nios2_elf32_install_imm16 (splt, h->plt.offset + 4,
4201 splt->output_section->vma + splt->output_offset
4279 asection *splt = htab->root.splt;
4280 bfd_put_32 (output_bfd, (splt->output_section->vma + splt->output_offset
4335 asection *splt;
4338 splt = htab->root.splt;
4339 BFD_ASSERT (splt != NULL && sdyn != NULL);
4400 if (splt->size > 0)
4406 bfd_vma corrected = got_address - (splt->output_section->vma
4407 + splt->output_offset + 4);
4408 nios2_elf32_install_data (splt, nios2_so_plt0_entry, 0, 6);
4409 nios2_elf32_install_imm16 (splt, 4, hiadj (corrected));
4410 nios2_elf32_install_imm16 (splt, 12, (corrected & 0xffff) + 4);
4411 nios2_elf32_install_imm16 (splt, 16, (corrected & 0xffff) + 8);
4417 bfd_vma res_size = (splt->size - 28) / 4;
4418 bfd_vma res_start = (splt->output_section->vma
4419 + splt->output_offset);
4425 splt->contents + res_offset);
4427 nios2_elf32_install_data (splt, nios2_plt0_entry, res_size, 7);
4428 nios2_elf32_install_imm16 (splt, res_size, hiadj (res_start));
4429 nios2_elf32_install_imm16 (splt, res_size + 4,
4431 nios2_elf32_install_imm16 (splt, res_size + 12,
4433 nios2_elf32_install_imm16 (splt, res_size + 16,
4435 nios2_elf32_install_imm16 (splt, res_size + 20,
4610 if (htab->root.splt == h->root.u.def.section)
4652 asection *s = htab->root.splt;