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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-alpha.c995 unsigned long i_ldah, i_lda;
998 i_lda = bfd_get_32 (abfd, p_lda);
1002 || ((i_lda >> 26) & 0x3f) != 0x08)
1007 addend = ((i_ldah & 0xffff) << 16) | (i_lda & 0xffff);
1019 i_lda = (i_lda & 0xffff0000) | (gpdisp & 0xffff);
1022 bfd_put_32 (abfd, (bfd_vma) i_lda, p_lda);
992 unsigned long i_ldah, i_lda; local

Completed in 37 milliseconds