Home | History | Annotate | Download | only in bfd

Lines Matching refs:splt

1950   asection *stub, *splt, *sopd, *spltrel;
1958 splt = hppa_info->plt_sec;
1995 BFD_ASSERT (splt != NULL && spltrel != NULL);
2017 bfd_put_64 (splt->owner, value, splt->contents + hh->plt_offset);
2018 value = _bfd_get_gp_value (splt->output_section->owner);
2019 bfd_put_64 (splt->owner, value, splt->contents + hh->plt_offset + 0x8);
2027 rel.r_offset = (hh->plt_offset + splt->output_offset
2028 + splt->output_section->vma);
2034 bfd_elf64_swap_reloca_out (splt->output_section->owner, &rel, loc);