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

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Dreloc.c295 . unsigned int rightshift;
476 unsigned int rightshift,
483 @var{rightshift} bits, on a machine with addresses containing
492 unsigned int rightshift,
516 a = (a & addrmask) >> rightshift;
519 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask))
525 a = (a & addrmask) >> rightshift;
536 a >>= rightshift; local
538 if (ss != 0 && ss != (((bfd_vma) -1 >> rightshift) & ~ fieldmask))
814 howto->rightshift,
490 bfd_check_overflow(enum complain_overflow how, unsigned int bitsize, unsigned int rightshift, unsigned int addrsize, bfd_vma relocation) argument
1393 unsigned int rightshift = howto->rightshift; local
1515 a >>= rightshift; local
[all...]
H A Dcpu-ns32k.c385 if (howto->rightshift > howto->bitpos)
386 check = relocation >> (howto->rightshift - howto->bitpos);
388 check = relocation << (howto->bitpos - howto->rightshift);
399 if (howto->rightshift > howto->bitpos
403 >> (howto->rightshift - howto->bitpos)));
435 if (howto->rightshift > howto->bitpos
440 >> (howto->rightshift - howto->bitpos)));
482 relocation >>= (bfd_vma) howto->rightshift;
633 if (howto->rightshift == 0)
641 check = relocation >> howto->rightshift;
[all...]
H A Dnlm32-i386.c47 0, /* rightshift */
64 0, /* rightshift */
170 || rel->howto->rightshift != 0
295 && rel->howto->rightshift == 0
319 && rel->howto->rightshift == 0
H A Delf32-d10v.c57 0, /* rightshift */
73 2, /* rightshift */
89 2, /* rightshift */
104 0, /* rightshift */
119 2, /* rightshift */
134 2, /* rightshift */
149 0, /* rightshift */
164 0, /* rightshift */
179 0, /* rightshift */
376 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
[all...]
H A Dcoff-m88k.c112 relocation >>= (bfd_vma) howto->rightshift;
152 02, /* rightshift */
166 02, /* rightshift */
180 00, /* rightshift */
194 16, /* rightshift */
208 00, /* rightshift */
222 00, /* rightshift */
H A Dnlm32-ppc.c121 0, /* rightshift */
207 0, /* rightshift */
222 0, /* rightshift */
237 0, /* rightshift */
252 0, /* rightshift */
267 1, /* rightshift */
282 0, /* rightshift */
297 0, /* rightshift */
314 0, /* rightshift */
331 0, /* rightshift */
[all...]
H A Dnlm32-sparc.c188 if (tmp->rightshift == rel->howto->rightshift
H A Daout-tic30.c462 if (howto->rightshift == 0)
469 check = relocation >> howto->rightshift;
473 signed_check = (check | ((bfd_vma) - 1 & ~((bfd_vma) - 1 >> howto->rightshift)));
522 relocation >>= (bfd_vma) howto->rightshift;
H A Delf32-crx.c89 0, /* rightshift */
103 1, /* rightshift */
117 1, /* rightshift */
131 1, /* rightshift */
145 1, /* rightshift */
159 1, /* rightshift */
173 1, /* rightshift */
187 0, /* rightshift */
201 0, /* rightshift */
215 0, /* rightshift */
[all...]
H A Delf32-i860.c83 relocation >>= reloc_entry->howto->rightshift;
146 relocation >>= reloc_entry->howto->rightshift;
266 0, /* rightshift */
281 0, /* rightshift */
295 0, /* rightshift */
309 0, /* rightshift */
323 0, /* rightshift */
337 0, /* rightshift */
352 2, /* rightshift */
366 0, /* rightshift */
[all...]
H A Delf32-arm.h1505 signed_addend >>= howto->rightshift;
1600 addend >>= howto->rightshift;
1623 bfd_signed_vma reloc_signed_max = ((1 << (howto->bitsize - 1)) - 1) >> howto->rightshift;
1691 check = relocation >> howto->rightshift;
1693 /* If this is a signed value, the rightshift just dropped
1698 signed_check = check | ~((bfd_vma) -1 >> howto->rightshift);
1747 signed_addend <<= howto->rightshift;
1755 relocation >>= howto->rightshift;
2037 addend >>= howto->rightshift;
2140 if (howto->rightshift)
[all...]
H A Dcoff-rs6000.c614 0, /* rightshift */
629 0, /* rightshift */
644 0, /* rightshift */
659 0, /* rightshift */
674 1, /* rightshift */
689 0, /* rightshift */
704 0, /* rightshift */
721 0, /* rightshift */
738 0, /* rightshift */
755 0, /* rightshift */
[all...]
H A Dpe-mips.c126 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_mask))
191 0, /* rightshift */
206 0, /* rightshift */
221 0, /* rightshift */
236 2, /* rightshift */
255 16, /* rightshift */
270 0, /* rightshift */
286 0, /* rightshift */
302 0, /* rightshift */
342 0, /* rightshift */
[all...]
H A Dsyms.c1040 if (r->howto->rightshift != 0
H A Dcoff-arm.c369 0, /* rightshift */
1659 /* howto->rightshift == 1 */
1662 check = relocation >> howto->rightshift;
1664 /* If this is a signed value, the rightshift just dropped
1671 & ~((bfd_vma) - 1 >> howto->rightshift)));
H A Dbfd-in2.h1946 unsigned int rightshift;
2059 unsigned int rightshift,
1939 unsigned int rightshift; member in struct:reloc_howto_struct
H A Delf64-sparc.c2455 howto->bitsize, howto->rightshift,
2478 howto->bitsize, howto->rightshift,
2496 howto->bitsize, howto->rightshift,
H A Delfxx-mips.c1218 relocation (with a rightshift of 16). However, since GOT16
1220 has a rightshift of 0. */
6275 l <<= lo16_howto->rightshift;
6293 addend <<= howto->rightshift;
6346 addend >>= howto->rightshift;
H A Dcoff64-rs6000.c1219 howto.rightshift = 0;
1383 0, /* rightshift */
1398 0, /* rightshift */
1413 0, /* rightshift */
1428 0, /* rightshift */
1443 1, /* rightshift */
1458 0, /* rightshift */
1473 0, /* rightshift */
1490 0, /* rightshift */
1507 0, /* rightshift */
[all...]
H A Delf64-sh64.c178 0, /* rightshift */
194 0, /* rightshift */
209 0, /* rightshift */
268 0, /* rightshift */
285 0, /* rightshift */
328 0, /* rightshift */
343 0, /* rightshift */
358 0, /* rightshift */
387 0, /* rightshift */
402 0, /* rightshift */
[all...]
H A Delf32-m32r.c171 0, /* rightshift */
186 0, /* rightshift */
201 0, /* rightshift */
216 0, /* rightshift */
238 2, /* rightshift */
253 2, /* rightshift */
272 2, /* rightshift */
287 16, /* rightshift */
302 16, /* rightshift */
317 0, /* rightshift */
[all...]
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h1946 unsigned int rightshift;
2059 unsigned int rightshift,
1939 unsigned int rightshift; member in struct:reloc_howto_struct
H A Dbfd.h1946 unsigned int rightshift;
2059 unsigned int rightshift,
1939 unsigned int rightshift; member in struct:reloc_howto_struct
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h1944 unsigned int rightshift;
2057 unsigned int rightshift,
1937 unsigned int rightshift; member in struct:reloc_howto_struct
H A Dbfd.h1944 unsigned int rightshift;
2057 unsigned int rightshift,
1937 unsigned int rightshift; member in struct:reloc_howto_struct

Completed in 299 milliseconds

12