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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c379 unsigned long i_ldah, i_lda;
382 i_lda = bfd_get_32 (abfd, p_lda);
386 || ((i_lda >> 26) & 0x3f) != 0x08)
391 addend = ((i_ldah & 0xffff) << 16) | (i_lda & 0xffff);
403 i_lda = (i_lda & 0xffff0000) | (gpdisp & 0xffff);
406 bfd_put_32 (abfd, (bfd_vma) i_lda, p_lda);
375 unsigned long i_ldah, i_lda; local

Completed in 123 milliseconds