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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c4768 asection *splt, *sgotplt, *srelaplt;
4773 srelaplt = bfd_get_section_by_name (output_bfd, ".rela.plt");
4802 dyn.d_un.d_val = srelaplt ? srelaplt->size : 0;
4805 dyn.d_un.d_ptr = srelaplt ? srelaplt->vma : 0;
4814 if (srelaplt)
4815 dyn.d_un.d_val -= srelaplt->size;
4758 asection *splt, *sgotplt, *srelaplt; local

Completed in 180 milliseconds