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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c383 unsigned long i_ldah, i_lda;
386 i_lda = bfd_get_32 (abfd, p_lda);
390 || ((i_lda >> 26) & 0x3f) != 0x08)
395 addend = ((i_ldah & 0xffff) << 16) | (i_lda & 0xffff);
407 i_lda = (i_lda & 0xffff0000) | (gpdisp & 0xffff);
410 bfd_put_32 (abfd, (bfd_vma) i_lda, p_lda);
379 unsigned long i_ldah, i_lda; local

Completed in 118 milliseconds