Home | History | Annotate | Download | only in bfd

Lines Matching refs:splt

846   /* The offset into splt of the PLT entry for the TLS descriptor
1067 && htab->elf.splt != NULL)
2467 asection *s = htab->elf.splt;
3084 if (htab->elf.splt->size == 0)
3085 htab->elf.splt->size += GET_PLT_ENTRY_SIZE (output_bfd);
3086 htab->tlsdesc_plt = htab->elf.splt->size;
3087 htab->elf.splt->size += GET_PLT_ENTRY_SIZE (output_bfd);
3099 && (htab->elf.splt == NULL
3100 || htab->elf.splt->size == 0)
3111 && htab->elf.splt != NULL
3112 && htab->elf.splt->size != 0
3113 && !bfd_is_abs_section (htab->elf.splt->output_section)
3129 if (s == htab->elf.splt
3194 bfd_put_32 (dynobj, htab->elf.splt->size,
3214 if (htab->elf.splt->size != 0)
3525 if (htab->elf.splt != NULL)
3534 resolved_plt = htab->elf.splt;
3657 if (htab->elf.splt != NULL)
3867 && htab->elf.splt != NULL)
3876 resolved_plt = htab->elf.splt;
3901 || htab->elf.splt == NULL)
3916 resolved_plt = htab->elf.splt;
4739 use_plt_bnd = htab->elf.splt != NULL && htab->plt_bnd != NULL;
4756 if (htab->elf.splt != NULL)
4758 plt = htab->elf.splt;
4791 if (plt == htab->elf.splt)
4901 if (plt == htab->elf.splt)
4969 plt = htab->elf.splt ? htab->elf.splt : htab->elf.iplt;
5078 abed = (htab->elf.splt != NULL && htab->plt_bnd != NULL
5140 s = htab->elf.splt;
5156 if (htab->elf.splt && htab->elf.splt->size > 0)
5159 memcpy (htab->elf.splt->contents,
5167 - htab->elf.splt->output_section->vma
5168 - htab->elf.splt->output_offset
5170 htab->elf.splt->contents + abed->plt0_got1_offset);
5177 - htab->elf.splt->output_section->vma
5178 - htab->elf.splt->output_offset
5180 htab->elf.splt->contents + abed->plt0_got2_offset);
5182 elf_section_data (htab->elf.splt->output_section)
5190 memcpy (htab->elf.splt->contents + htab->tlsdesc_plt,
5199 - htab->elf.splt->output_section->vma
5200 - htab->elf.splt->output_offset
5203 htab->elf.splt->contents
5212 - htab->elf.splt->output_section->vma
5213 - htab->elf.splt->output_offset
5216 htab->elf.splt->contents
5259 if (htab->elf.splt != NULL
5260 && htab->elf.splt->size != 0
5261 && (htab->elf.splt->flags & SEC_EXCLUDE) == 0
5262 && htab->elf.splt->output_section != NULL
5265 bfd_vma plt_start = htab->elf.splt->output_section->vma;