Home
last modified time | relevance | path

Searched refs:dstmsk (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-arm.c657 bfd_vma dstmsk; in coff_thumb_pcrel_common() local
666 dstmsk = 0x000000ff; in coff_thumb_pcrel_common()
672 dstmsk = 0x000007ff; in coff_thumb_pcrel_common()
678 dstmsk = 0x07ff07ff; in coff_thumb_pcrel_common()
702 relocation = ((target & dstmsk) << 1); in coff_thumb_pcrel_common()
737 target &= ~dstmsk; in coff_thumb_pcrel_common()