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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-ns32k.c383 if (howto->rightshift > howto->bitpos)
384 check = relocation >> (howto->rightshift - howto->bitpos);
386 check = relocation << (howto->bitpos - howto->rightshift);
397 if (howto->rightshift > howto->bitpos
401 >> (howto->rightshift - howto->bitpos)));
433 if (howto->rightshift > howto->bitpos
438 >> (howto->rightshift - howto->bitpos)));
480 relocation >>= (bfd_vma) howto->rightshift;
631 if (howto->rightshift == 0)
639 check = relocation >> howto->rightshift;
[all...]
H A Dreloc.c296 . unsigned int rightshift;
477 unsigned int rightshift,
484 @var{rightshift} bits, on a machine with addresses containing
493 unsigned int rightshift,
507 a = (relocation & addrmask) >> rightshift;;
527 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask))
807 howto->rightshift,
838 relocation >>= (bfd_vma) howto->rightshift;
1186 howto->rightshift,
1217 relocation >>= (bfd_vma) howto->rightshift;
491 bfd_check_overflow(enum complain_overflow how, unsigned int bitsize, unsigned int rightshift, unsigned int addrsize, bfd_vma relocation) argument
1387 unsigned int rightshift = howto->rightshift; local
[all...]
H A Dnlm32-i386.c155 || rel->howto->rightshift != 0
279 && rel->howto->rightshift == 0
303 && rel->howto->rightshift == 0
H A Delf32-d10v.c322 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
329 sign = sign >> howto->bitpos << howto->rightshift;
343 addend = (addend >> howto->rightshift << howto->bitpos) & howto->dst_mask;
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.c671 || rel->howto->rightshift != 0
778 if (howto->rightshift == rel->howto->rightshift
H A Dnlm32-sparc.c151 if (tmp->rightshift == rel->howto->rightshift
H A Daout-tic30.c419 if (howto->rightshift == 0)
426 check = relocation >> howto->rightshift;
430 signed_check = (check | ((bfd_vma) - 1 & ~((bfd_vma) - 1 >> howto->rightshift)));
482 relocation >>= (bfd_vma) howto->rightshift;
H A Delf32-crx.c83 0, /* rightshift */
97 1, /* rightshift */
111 1, /* rightshift */
125 1, /* rightshift */
139 1, /* rightshift */
153 1, /* rightshift */
167 1, /* rightshift */
181 0, /* rightshift */
195 0, /* rightshift */
209 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.c75 0, /* rightshift */
89 2, /* rightshift */
104 0, /* rightshift */
119 0, /* rightshift */
134 0, /* rightshift */
149 0, /* rightshift */
164 0, /* rightshift */
178 6, /* rightshift */
193 0, /* rightshift */
207 0, /* rightshift */
[all...]
H A Delf32-bfin.c97 howto->rightshift,
104 /* if rightshift is 1 and the number odd, return error. */
105 if (howto->rightshift && (relocation & 0x01))
111 relocation >>= (bfd_vma) howto->rightshift;
199 howto->rightshift,
209 relocation >>= (bfd_vma) howto->rightshift;
353 howto->rightshift,
360 /* If rightshift is 1 and the number odd, return error. */
361 if (howto->rightshift && (relocation & 0x01))
367 relocation >>= (bfd_vma) 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.c90 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_mask))
H A Dsyms.c1048 if (r->howto->rightshift != 0
H A Dcoff-arm.c1612 /* howto->rightshift == 1 */
1615 check = relocation >> howto->rightshift;
1617 /* If this is a signed value, the rightshift just dropped
1624 & ~((bfd_vma) - 1 >> howto->rightshift)));
H A Delfxx-sparc.c3290 howto->bitsize, howto->rightshift,
3309 howto->bitsize, howto->rightshift,
3366 howto->bitsize, howto->rightshift,
H A Dbfd-in2.h2195 unsigned int rightshift;
2308 unsigned int rightshift,
2188 unsigned int rightshift; member in struct:reloc_howto_struct
H A Dcoff64-rs6000.c1218 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.c119 0, /* rightshift */
135 0, /* rightshift */
150 0, /* rightshift */
209 0, /* rightshift */
226 0, /* rightshift */
269 0, /* rightshift */
284 0, /* rightshift */
299 0, /* rightshift */
328 0, /* rightshift */
343 0, /* rightshift */
[all...]
H A Delfxx-mips.c1470 relocation (with a rightshift of 16). However, since GOT16
1472 has a rightshift of 0. */
4529 value >>= howto->rightshift;
7903 l <<= lo16_howto->rightshift;
7912 addend <<= howto->rightshift;
7937 addend >>= howto->rightshift;
H A Delf32-m32r.c118 relocation >>= howto->rightshift;
478 0, /* rightshift */
493 0, /* rightshift */
508 0, /* rightshift */
523 0, /* rightshift */
545 2, /* rightshift */
560 2, /* rightshift */
579 2, /* rightshift */
594 16, /* rightshift */
609 16, /* rightshift */
[all...]
H A Delf32-sh.c3296 if (howto->rightshift || howto->src_mask != 0xffffffff)
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dnlmconv.c1395 0, /* rightshift */
1487 && rel->howto->rightshift == 0
1515 && rel->howto->rightshift == 0
1549 0, /* rightshift */

Completed in 264 milliseconds