HomeSort by: relevance | last modified time | path
    Searched refs:dst_mask (Results 1 - 25 of 309) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/binutils/dist/bfd/
elfxx-kvx.c 124 /* if (howto->dst_mask & (howto->dst_mask + 1)) */
127 contents = ((contents & ~howto->dst_mask) | (addend & howto->dst_mask));
135 if (howto->dst_mask != 0xffffffff)
elf32-d10v.c 45 0, /* Dst_mask. */
60 0xff, /* Dst_mask. */
75 0x07f8000, /* Dst_mask. */
90 0xffff, /* Dst_mask. */
105 0xffff, /* Dst_mask. */
120 0xffff, /* Dst_mask. */
135 0xffffffff, /* Dst_mask. */
150 0, /* Dst_mask. */
165 0, /* Dst_mask. */
342 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift
    [all...]
reloc.c 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));
    [all...]
cpu-ns32k.c 508 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
714 x = ((x & ~howto->dst_mask)
715 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
elf64-bpf.c 39 inplace, src_mask, dst_mask, pcrel_off) \
58 inplace, src_mask, dst_mask, pcrel_off) \
elfxx-aarch64.c 370 if (howto->dst_mask & (howto->dst_mask + 1))
373 contents = ((contents & ~howto->dst_mask) | (addend & howto->dst_mask));
383 if (howto->dst_mask != 0xffffffff)
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-kvx.c 124 /* if (howto->dst_mask & (howto->dst_mask + 1)) */
127 contents = ((contents & ~howto->dst_mask) | (addend & howto->dst_mask));
135 if (howto->dst_mask != 0xffffffff)
elf32-d10v.c 45 0, /* Dst_mask. */
60 0xff, /* Dst_mask. */
75 0x07f8000, /* Dst_mask. */
90 0xffff, /* Dst_mask. */
105 0xffff, /* Dst_mask. */
120 0xffff, /* Dst_mask. */
135 0xffffffff, /* Dst_mask. */
150 0, /* Dst_mask. */
165 0, /* Dst_mask. */
342 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift
    [all...]
reloc.c 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));
    [all...]
cpu-ns32k.c 508 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
714 x = ((x & ~howto->dst_mask)
715 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
elf64-bpf.c 39 inplace, src_mask, dst_mask, pcrel_off) \
58 inplace, src_mask, dst_mask, pcrel_off) \
elfxx-aarch64.c 368 if (howto->dst_mask & (howto->dst_mask + 1))
371 contents = ((contents & ~howto->dst_mask) | (addend & howto->dst_mask));
381 if (howto->dst_mask != 0xffffffff)
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-kvx.c 124 /* if (howto->dst_mask & (howto->dst_mask + 1)) */
127 contents = ((contents & ~howto->dst_mask) | (addend & howto->dst_mask));
135 if (howto->dst_mask != 0xffffffff)
elf32-d10v.c 45 0, /* Dst_mask. */
60 0xff, /* Dst_mask. */
75 0x07f8000, /* Dst_mask. */
90 0xffff, /* Dst_mask. */
105 0xffff, /* Dst_mask. */
120 0xffff, /* Dst_mask. */
135 0xffffffff, /* Dst_mask. */
150 0, /* Dst_mask. */
165 0, /* Dst_mask. */
342 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift
    [all...]
reloc.c 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));
    [all...]
cpu-ns32k.c 508 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
714 x = ((x & ~howto->dst_mask)
715 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
elfxx-aarch64.c 368 if (howto->dst_mask & (howto->dst_mask + 1))
371 contents = ((contents & ~howto->dst_mask) | (addend & howto->dst_mask));
381 if (howto->dst_mask != 0xffffffff)
elf64-bpf.c 39 inplace, src_mask, dst_mask, pcrel_off) \
58 inplace, src_mask, dst_mask, pcrel_off) \
  /src/external/gpl3/gdb/dist/bfd/
elfxx-kvx.c 124 /* if (howto->dst_mask & (howto->dst_mask + 1)) */
127 contents = ((contents & ~howto->dst_mask) | (addend & howto->dst_mask));
135 if (howto->dst_mask != 0xffffffff)
elf32-d10v.c 45 0, /* Dst_mask. */
60 0xff, /* Dst_mask. */
75 0x07f8000, /* Dst_mask. */
90 0xffff, /* Dst_mask. */
105 0xffff, /* Dst_mask. */
120 0xffff, /* Dst_mask. */
135 0xffffffff, /* Dst_mask. */
150 0, /* Dst_mask. */
165 0, /* Dst_mask. */
342 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift
    [all...]
reloc.c 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));
    [all...]
cpu-ns32k.c 508 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
714 x = ((x & ~howto->dst_mask)
715 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
elf64-bpf.c 39 inplace, src_mask, dst_mask, pcrel_off) \
58 inplace, src_mask, dst_mask, pcrel_off) \
elfxx-aarch64.c 368 if (howto->dst_mask & (howto->dst_mask + 1))
371 contents = ((contents & ~howto->dst_mask) | (addend & howto->dst_mask));
381 if (howto->dst_mask != 0xffffffff)
  /src/external/bsd/tcpdump/dist/
print-cnfp.c 115 nd_uint8_t dst_mask; /* destination address prefix mask bits */ member in struct:nfrec_v5
149 nd_uint8_t dst_mask; /* destination address prefix mask bits */ member in struct:nfrec_v6
308 snprintf(buf, sizeof(buf), "/%u", GET_U_1(nr->dst_mask));
410 snprintf(buf, sizeof(buf), "/%u", GET_U_1(nr->dst_mask));

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>