Searched refs:dst_mask (Results 1 - 25 of 64) sorted by relevance

123

/haiku-buildtools/binutils/bfd/
H A Dreloc.c348 . dst_mask to extract the addend from the section contents. If
351 . bogus as in those cases the value in the dst_mask part of the
355 . {* dst_mask selects which parts of the instruction (or data) are
357 . bfd_vma dst_mask;
879 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
1264 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
1532 x = ((x & ~howto->dst_mask)
1533 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
[all...]
H A Delf32-i860.c84 insn = (insn & ~reloc_entry->howto->dst_mask)
85 | (relocation & reloc_entry->howto->dst_mask);
148 & reloc_entry->howto->dst_mask;
149 insn = (insn & ~reloc_entry->howto->dst_mask) | relocation;
253 & reloc_entry->howto->dst_mask;
254 insn = (insn & ~reloc_entry->howto->dst_mask) | relocation;
276 0, /* dst_mask */
291 0xffffffff, /* dst_mask */
305 0xffffffff, /* dst_mask */
319 0xffffffff, /* dst_mask */
[all...]
H A Delf32-d10v.c345 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
351 sign = howto->dst_mask & (~howto->dst_mask >> 1 | ~(-(bfd_vma) 1 >> 1));
366 addend = (addend >> howto->rightshift << howto->bitpos) & howto->dst_mask;
367 insn = ~howto->dst_mask;
H A Delfxx-aarch64.c351 if (howto->dst_mask & (howto->dst_mask + 1))
354 contents = ((contents & ~howto->dst_mask) | (addend & howto->dst_mask));
364 if (howto->dst_mask != 0xffffffff)
H A Dnlm32-i386.c160 || rel->howto->dst_mask != 0xffffffff)
284 && rel->howto->dst_mask == 0xffffffff)
308 && rel->howto->dst_mask == 0xffffffff)
H A Dcpu-ns32k.c505 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
722 x = ((x & ~howto->dst_mask)
723 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
H A Dnlm32-ppc.c677 || rel->howto->dst_mask != 0xffffffff)
789 && howto->dst_mask == rel->howto->dst_mask
H A Dcoff-i386.c140 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
217 0xffffffff, /* dst_mask */
231 0xffffffff, /* dst_mask */
249 0xffffffff, /* dst_mask */
269 0x000000ff, /* dst_mask */
283 0x0000ffff, /* dst_mask */
297 0xffffffff, /* dst_mask */
311 0x000000ff, /* dst_mask */
325 0x0000ffff, /* dst_mask */
[all...]
H A Dcoff-i860.c91 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
173 0xffffffff, /* dst_mask */
187 0xffffffff, /* dst_mask */
207 0x000000ff, /* dst_mask */
220 0x0000ffff, /* dst_mask */
233 0xffffffff, /* dst_mask */
246 0x000000ff, /* dst_mask */
259 0x0000ffff, /* dst_mask */
272 0xffffffff, /* dst_mask */
[all...]
H A Dcoff-m68k.c302 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
H A Dcoff-x86_64.c139 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
231 0xffffffffffffffffll, /* dst_mask */
244 0xffffffff, /* dst_mask */
258 0xffffffff, /* dst_mask */
272 0xffffffff, /* dst_mask */
286 0xffffffff, /* dst_mask */
299 0xffffffff, /* dst_mask */
312 0xffffffff, /* dst_mask */
325 0xffffffff, /* dst_mask */
[all...]
H A Delf32-score.c657 0, /* dst_mask */
672 0x37fff, /* dst_mask */
687 0x37fff, /* dst_mask */
702 0x03e00381, /* dst_mask */
717 0x3ff7fff, /* dst_mask */
732 0x3ff03fe, /* dst_mask */
747 0x000000ffe, /* dst_mask */
762 0x000001ff, /* dst_mask */
777 0xffffffff, /* dst_mask */
792 0x0000ffff, /* dst_mask */
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-i860.c84 insn = (insn & ~reloc_entry->howto->dst_mask)
85 | (relocation & reloc_entry->howto->dst_mask);
148 & reloc_entry->howto->dst_mask;
149 insn = (insn & ~reloc_entry->howto->dst_mask) | relocation;
253 & reloc_entry->howto->dst_mask;
254 insn = (insn & ~reloc_entry->howto->dst_mask) | relocation;
276 0, /* dst_mask */
291 0xffffffff, /* dst_mask */
305 0xffffffff, /* dst_mask */
319 0xffffffff, /* dst_mask */
[all...]
H A Delf32-d10v.c350 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
356 sign = howto->dst_mask & (~howto->dst_mask >> 1 | ~(-(bfd_vma) 1 >> 1));
371 addend = (addend >> howto->rightshift << howto->bitpos) & howto->dst_mask;
372 insn = ~howto->dst_mask;
H A Dreloc.c352 . dst_mask to extract the addend from the section contents. If
355 . bogus as in those cases the value in the dst_mask part of the
359 . {* dst_mask selects which parts of the instruction (or data) are
361 . bfd_vma dst_mask;
877 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
1256 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
1518 x = ((x & ~howto->dst_mask)
1519 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
[all...]
H A Dnlm32-i386.c160 || rel->howto->dst_mask != 0xffffffff)
284 && rel->howto->dst_mask == 0xffffffff)
308 && rel->howto->dst_mask == 0xffffffff)
H A Dcpu-ns32k.c518 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
736 x = ((x & ~howto->dst_mask)
737 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
H A Dcoff-i860.c87 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
169 0xffffffff, /* dst_mask */
183 0xffffffff, /* dst_mask */
203 0x000000ff, /* dst_mask */
216 0x0000ffff, /* dst_mask */
229 0xffffffff, /* dst_mask */
242 0x000000ff, /* dst_mask */
255 0x0000ffff, /* dst_mask */
268 0xffffffff, /* dst_mask */
[all...]
H A Dnlm32-ppc.c677 || rel->howto->dst_mask != 0xffffffff)
789 && howto->dst_mask == rel->howto->dst_mask
H A Dcoff-i386.c141 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
220 0xffffffff, /* dst_mask */
234 0xffffffff, /* dst_mask */
252 0xffffffff, /* dst_mask */
272 0x000000ff, /* dst_mask */
286 0x0000ffff, /* dst_mask */
300 0xffffffff, /* dst_mask */
314 0x000000ff, /* dst_mask */
328 0x0000ffff, /* dst_mask */
[all...]
H A Dcoff-m68k.c300 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
H A Dnlm32-sparc.c156 && tmp->dst_mask == rel->howto->dst_mask)
/haiku-buildtools/binutils/gold/
H A Dtilegx.cc831 elfcpp::Elf_Xword dst_mask = bitmask << doffset; local
833 val &= ~dst_mask;
859 elfcpp::Elf_Xword dst_mask = bitmask << doffset; local
861 val &= ~dst_mask;
887 elfcpp::Elf_Xword dst_mask = (bitmask1 << doffset1) local
889 val &= ~dst_mask;
920 elfcpp::Elf_Xword dst_mask = bitmask << doffset; local
921 val &= ~dst_mask;
975 elfcpp::Elf_Xword dst_mask = (bitmask1 << doffset1) local
977 val &= ~dst_mask;
2403 elfcpp::Elf_Xword dst_mask = local
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dnlmconv.c1405 0xffffffff, /* dst_mask */
1492 && rel->howto->dst_mask == 0xffffffff)
1520 && rel->howto->dst_mask == 0xffffffff)
1559 0, /* dst_mask */
1944 val = ((val &~ rel->howto->dst_mask)
1948 & rel->howto->dst_mask));
1993 val = ((val &~ rel->howto->dst_mask)
1997 & rel->howto->dst_mask));
2008 val = ((val &~ rel->howto->dst_mask)
2012 & rel->howto->dst_mask));
[all...]
/haiku-buildtools/binutils/binutils/
H A Dnlmconv.c1404 0xffffffff, /* dst_mask */
1494 && rel->howto->dst_mask == 0xffffffff)
1522 && rel->howto->dst_mask == 0xffffffff)
1561 0, /* dst_mask */
1955 val = ((val &~ rel->howto->dst_mask)
1959 & rel->howto->dst_mask));
2011 val = ((val &~ rel->howto->dst_mask)
2015 & rel->howto->dst_mask));
2034 val = ((val &~ rel->howto->dst_mask)
2038 & rel->howto->dst_mask));
[all...]

Completed in 295 milliseconds

123