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

12

/haiku-fatelf/src/bin/gdb/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.c67 0, /* dst_mask */
83 0xff, /* dst_mask */
99 0x07f8000, /* dst_mask */
114 0xffff, /* dst_mask */
129 0xffff, /* dst_mask */
144 0xffff, /* dst_mask */
159 0xffffffff, /* dst_mask */
174 0, /* dst_mask */
189 0, /* dst_mask */
376 val = (insn & howto->dst_mask) >> howt
[all...]
H A Dreloc.c351 . dst_mask to extract the addend from the section contents. If
354 . bogus as in those cases the value in the dst_mask part of the
358 . {* dst_mask selects which parts of the instruction (or data) are
360 . bfd_vma dst_mask;
884 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
1262 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
1550 x = ((x & ~howto->dst_mask)
1551 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
[all...]
H A Dnlm32-i386.c57 0xffffffff, /* dst_mask */
74 0xffffffff, /* dst_mask */
175 || rel->howto->dst_mask != 0xffffffff)
300 && rel->howto->dst_mask == 0xffffffff)
324 && rel->howto->dst_mask == 0xffffffff)
H A Dcpu-ns32k.c520 x = ( (x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask))
738 x = ((x & ~howto->dst_mask)
739 | (((x & howto->src_mask) + relocation) & howto->dst_mask));
H A Dnlm32-ppc.c131 0xffffffff, /* dst_mask */
217 0xffffffff, /* dst_mask */
232 0xffffffff, /* dst_mask */
247 0xffffffff, /* dst_mask */
262 0xffff, /* dst_mask */
277 0xffffffff, /* dst_mask */
292 0xffff, /* dst_mask */
307 0xffff, /* dst_mask */
324 0x3fffffc, /* dst_mask */
341 0x3fffffc, /* dst_mask */
[all...]
H A Dcoff-i386.c139 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
218 0xffffffff, /* dst_mask */
232 0xffffffff, /* dst_mask */
250 0xffffffff, /* dst_mask */
270 0x000000ff, /* dst_mask */
284 0x0000ffff, /* dst_mask */
298 0xffffffff, /* dst_mask */
312 0x000000ff, /* dst_mask */
326 0x0000ffff, /* dst_mask */
[all...]
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 Dcoff-m68k.c300 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
H A Dnlm32-sparc.c194 && tmp->dst_mask == rel->howto->dst_mask)
H A Dpe-mips.c126 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_mask))
201 0, /* dst_mask */
216 0xffff, /* dst_mask */
231 0xffffffff, /* dst_mask */
249 0x3ffffff, /* dst_mask */
265 0xffff, /* dst_mask */
280 0xffff, /* dst_mask */
296 0xffff, /* dst_mask */
312 0xffff, /* dst_mask */
[all...]
H A Dsyms.c1037 if (r->howto->dst_mask == 0)
1045 || r->howto->dst_mask != 0xffffffff)
H A Delf32-arm.h1514 if ( signed_addend > ((bfd_signed_vma) (howto->dst_mask >> 1))
1515 || signed_addend < - ((bfd_signed_vma) ((howto->dst_mask + 1) >> 1)))
1522 value = (signed_addend & howto->dst_mask)
1523 | (bfd_get_32 (input_bfd, hit_data) & (~ howto->dst_mask))
1527 value = (signed_addend & howto->dst_mask)
1528 | (bfd_get_32 (input_bfd, hit_data) & (~ howto->dst_mask));
1757 relocation &= howto->dst_mask;
1758 relocation |= (bfd_get_16 (input_bfd, hit_data) & (~ howto->dst_mask));
2041 contents = (contents & ~ howto->dst_mask) | (addend & howto->dst_mask);
[all...]
H A Delfxx-mips.c3346 value &= howto->dst_mask;
3351 value &= howto->dst_mask;
3357 value = (value >> 2) & howto->dst_mask;
3371 value &= howto->dst_mask;
3378 value &= howto->dst_mask;
3389 value = (symbol + addend) & howto->dst_mask;
3475 value &= howto->dst_mask;
3490 value &= howto->dst_mask;
3495 value = g & howto->dst_mask;
3522 value &= howto->dst_mask;
[all...]
H A Daout-tic30.c524 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + relocation) & howto->dst_mask));
H A Delf32-crx.c99 0, /* dst_mask */
113 0xf, /* dst_mask */
127 0xff, /* dst_mask */
141 0xff, /* dst_mask */
155 0xffff, /* dst_mask */
169 0xffffff, /* dst_mask */
183 0xffffffff, /* dst_mask */
197 0xfff, /* dst_mask */
211 0x3fffff, /* dst_mask */
225 0xfffffff, /* dst_mask */
[all...]
H A Dcoff64-rs6000.c1166 howto->dst_mask = howto->src_mask;
1230 howto.src_mask = howto.dst_mask = N_ONES (howto.bitsize);
1355 value_to_relocate = ((value_to_relocate & ~howto.dst_mask)
1357 + relocation) & howto.dst_mask));
1393 MINUS_ONE, /* dst_mask */
1408 MINUS_ONE, /* dst_mask */
1423 0xffffffff, /* dst_mask */
1438 0xffff, /* dst_mask */
1453 0xffffffff, /* dst_mask */
1468 0xffff, /* dst_mask */
[all...]
H A Dcoff-rs6000.c624 0xffffffff, /* dst_mask */
639 0xffffffff, /* dst_mask */
654 0xffffffff, /* dst_mask */
669 0xffff, /* dst_mask */
684 0xffffffff, /* dst_mask */
699 0xffff, /* dst_mask */
714 0xffff, /* dst_mask */
731 0x03fffffc, /* dst_mask */
748 0x03fffffc, /* dst_mask */
765 0xffff, /* dst_mask */
[all...]
H A Dcoff-arm.c176 x = ((x & ~howto->dst_mask) \
177 | (((x & howto->src_mask) + diff) & howto->dst_mask))
379 0x000000ff, /* dst_mask */
1724 x = ((x & ~howto->dst_mask) | relocation);
H A Delf32-m32r.c181 0, /* dst_mask */
196 0xffff, /* dst_mask */
211 0xffffffff, /* dst_mask */
226 0xffffff, /* dst_mask */
248 0xff, /* dst_mask */
263 0xffff, /* dst_mask */
282 0xffffff, /* dst_mask */
297 0x0000ffff, /* dst_mask */
312 0x0000ffff, /* dst_mask */
327 0x0000ffff, /* dst_mask */
[all...]
H A Delf64-mmix.c249 0, /* dst_mask */
264 0xff, /* dst_mask */
279 0xffff, /* dst_mask */
294 0xffffff, /* dst_mask */
309 0xffffffff, /* dst_mask */
324 MINUS_ONE, /* dst_mask */
339 0xff, /* dst_mask */
354 0xffff, /* dst_mask */
369 0xffffff, /* dst_mask */
384 0xffffffff, /* dst_mask */
[all...]
H A Dbfd-in2.h2002 dst_mask to extract the addend from the section contents. If
2005 bogus as in those cases the value in the dst_mask part of the
2009 /* dst_mask selects which parts of the instruction (or data) are
2011 bfd_vma dst_mask;
2004 bfd_vma dst_mask; member in struct:reloc_howto_struct
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h2002 dst_mask to extract the addend from the section contents. If
2005 bogus as in those cases the value in the dst_mask part of the
2009 /* dst_mask selects which parts of the instruction (or data) are
2011 bfd_vma dst_mask;
2004 bfd_vma dst_mask; member in struct:reloc_howto_struct
H A Dbfd.h2002 dst_mask to extract the addend from the section contents. If
2005 bogus as in those cases the value in the dst_mask part of the
2009 /* dst_mask selects which parts of the instruction (or data) are
2011 bfd_vma dst_mask;
2004 bfd_vma dst_mask; member in struct:reloc_howto_struct
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h2000 dst_mask to extract the addend from the section contents. If
2003 bogus as in those cases the value in the dst_mask part of the
2007 /* dst_mask selects which parts of the instruction (or data) are
2009 bfd_vma dst_mask;
2002 bfd_vma dst_mask; member in struct:reloc_howto_struct

Completed in 271 milliseconds

12