Home | History | Annotate | Download | only in bfd

Lines Matching refs:splt

1015       && htab->elf.splt != NULL)
2219 asection *s = htab->elf.splt;
2848 && (htab->elf.splt == NULL
2849 || htab->elf.splt->size == 0)
2861 && htab->elf.splt != NULL
2862 && htab->elf.splt->size != 0
2863 && !bfd_is_abs_section (htab->elf.splt->output_section)
2877 if (s == htab->elf.splt
2948 bfd_put_32 (dynobj, htab->elf.splt->size,
2968 if (htab->elf.splt->size != 0)
3349 if (htab->elf.splt != NULL)
3351 plt = htab->elf.splt;
3445 if (htab->elf.splt != NULL)
3484 if (htab->elf.splt == NULL)
3494 if (htab->elf.splt == NULL)
3672 || htab->elf.splt == NULL)
3680 relocation = (htab->elf.splt->output_section->vma
3681 + htab->elf.splt->output_offset
4451 if (htab->elf.splt != NULL)
4453 plt = htab->elf.splt;
4487 if (plt == htab->elf.splt)
4531 rel.r_offset = (htab->elf.splt->output_section->vma
4532 + htab->elf.splt->output_offset
4595 if (plt == htab->elf.splt)
4661 plt = htab->elf.splt ? htab->elf.splt : htab->elf.iplt;
4833 if (htab->elf.splt && htab->elf.splt->size > 0)
4837 memcpy (htab->elf.splt->contents, abed->plt->pic_plt0_entry,
4839 memset (htab->elf.splt->contents + abed->plt->plt0_entry_size,
4845 memcpy (htab->elf.splt->contents, abed->plt->plt0_entry,
4847 memset (htab->elf.splt->contents + abed->plt->plt0_entry_size,
4854 htab->elf.splt->contents
4860 htab->elf.splt->contents
4870 rel.r_offset = (htab->elf.splt->output_section->vma
4871 + htab->elf.splt->output_offset
4877 rel.r_offset = (htab->elf.splt->output_section->vma
4878 + htab->elf.splt->output_offset
4889 elf_section_data (htab->elf.splt->output_section)
4895 int num_plts = (htab->elf.splt->size
4949 if (htab->elf.splt != NULL
4950 && htab->elf.splt->size != 0
4951 && (htab->elf.splt->flags & SEC_EXCLUDE) == 0
4952 && htab->elf.splt->output_section != NULL
4955 bfd_vma plt_start = htab->elf.splt->output_section->vma;