Lines Matching full:src_mask
345 . {* src_mask selects the part of the instruction (or data) to be used
347 . addend in the reloc, eg. ELF USE_REL, src_mask will normally equal
353 . bfd_vma src_mask;
869 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
1248 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
1431 b = (x & howto->src_mask & addrmask) >> bitpos;
1455 SRC_MASK had fewer bits than BITSIZE. Note that if
1456 SRC_MASK has more bits than BITSIZE, we can get into
1459 ss = ((~howto->src_mask) >> 1) & howto->src_mask;
1513 | (((x & howto->src_mask) + relocation) & howto->dst_mask));