Home | History | Annotate | Download | only in bfd

Lines Matching refs:splt

94   asection *splt;
1432 asection *splt;
1491 splt = htab->splt;
1492 if (splt && splt->size > 0)
1496 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD0, splt->contents);
1497 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD1, splt->contents + 4);
1498 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD2, splt->contents + 8);
1499 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD3, splt->contents + 12);
1500 bfd_put_32 (output_bfd, PLT0_PIC_ENTRY_WORD4, splt->contents + 16);
1509 splt->contents);
1512 splt->contents + 4);
1513 bfd_put_32 (output_bfd, PLT0_ENTRY_WORD2, splt->contents + 8);
1514 bfd_put_32 (output_bfd, PLT0_ENTRY_WORD3, splt->contents + 12);
1515 bfd_put_32 (output_bfd, PLT0_ENTRY_WORD4, splt->contents + 16);
1518 elf_section_data (splt->output_section)->this_hdr.sh_entsize =
1605 asection *splt;
1617 splt = htab->splt;
1620 BFD_ASSERT (splt != NULL && sgot != NULL && srela != NULL);
1645 (splt->output_section->vma
1646 + splt->output_offset
1933 splt;
2222 if (s == htab->splt
2287 if (htab->splt->size != 0)
2485 htab->splt = s;