Searched refs:R_RELLONG (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-apollo.c39 HOWTO (R_RELLONG, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 0, "32", TRUE, 0xffffffff,0xffffffff, FALSE),
67 case R_RELLONG: internal->howto = apollocoff_howto_table + 2; break;
92 case 32: return R_RELLONG;
97 return R_RELLONG;
H A Dcoff-we32k.c50 HOWTO(R_RELLONG, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 0, "32", TRUE, 0xffffffff,0xffffffff, FALSE),
H A Dcoff-tic4x.c99 HOWTO(R_RELLONG, 0, 2, 32, FALSE, 0, complain_overflow_dont, tic4x_relocation, "RELLONG", TRUE, 0xffffffff, 0xffffffff, FALSE),
106 HOWTO(R_RELLONG, 0, 2, 32, FALSE, 0, complain_overflow_signed, tic4x_relocation, "ARELLONG", TRUE, 0xffffffff, 0xffffffff, FALSE),
130 case BFD_RELOC_32: type = R_RELLONG; break;
H A Dcoff-m68k.c106 HOWTO (R_RELLONG, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, RELOC_SPECIAL_FN, "32", TRUE, 0xffffffff,0xffffffff, FALSE),
148 case R_RELLONG: internal->howto = m68kcoff_howto_table + 2; break;
173 case 32: return R_RELLONG;
178 return R_RELLONG;
481 if (irel->r_type != R_RELLONG)
H A Dcoff-h8300.c250 HOWTO (R_RELLONG, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, special, "32", FALSE, 0xffffffff, 0xffffffff, FALSE),
317 case R_RELLONG:
759 case R_RELLONG:
H A Dcoff-i386.c287 HOWTO (R_RELLONG, /* type */
H A Dcoff-i860.c218 HOWTO (R_RELLONG, /* type */
H A Dcoff-tic80.c63 HOWTO (R_RELLONG, /* type */
H A Dversados.c355 #define R_RELLONG 2 macro
364 HOWTO (R_RELLONG, 0, 2, 32, FALSE,
H A Dcoff-i960.c270 HOWTO ((unsigned int) R_RELLONG, 0, 2, 32,FALSE, 0,
H A Dcoff-tic54x.c227 HOWTO (R_RELLONG,0,2,32,FALSE,0,complain_overflow_dont,
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dinternal.h613 #define R_RELLONG 17 macro
708 #define R_IMM32 R_RELLONG /* 32 bit abs */

Completed in 279 milliseconds