Home | History | Annotate | Download | only in bfd

Lines Matching refs:dst_mask

348 .     dst_mask to extract the addend from the section contents.  If
352 . the dst_mask part of the section contents should be ignored. *}
355 . {* dst_mask selects which parts of the instruction (or data) are
357 . bfd_vma dst_mask;
383 . inplace, src_mask, dst_mask, pcrel_off) \
386 . src_mask, dst_mask, func, name }
620 val = ((val & ~howto->dst_mask)
621 | (((val & howto->src_mask) + relocation) & howto->dst_mask));
1314 x = ((x & ~howto->dst_mask)
1315 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
1345 x &= ~howto->dst_mask;
1350 && (howto->dst_mask & 1) != 0)