Searched refs:srelaplt (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c4814 asection *splt, *sgotplt, *srelaplt;
4819 srelaplt = bfd_get_section_by_name (output_bfd, ".rela.plt");
4848 dyn.d_un.d_val = srelaplt ? srelaplt->size : 0;
4851 dyn.d_un.d_ptr = srelaplt ? srelaplt->vma : 0;
4860 if (srelaplt)
4861 dyn.d_un.d_val -= srelaplt->size;
4804 asection *splt, *sgotplt, *srelaplt; local

Completed in 110 milliseconds