HomeSort by relevance Sort by last modified time
    Searched refs:R_RELLONG (Results 1 - 15 of 15) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
coff-apollo.c 39 HOWTO (R_RELLONG, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 0, "32", TRUE, 0xffffffff,0xffffffff, FALSE),
65 case R_RELLONG: internal->howto = apollocoff_howto_table + 2; break;
89 case 32: return R_RELLONG;
94 return R_RELLONG;
coff-we32k.c 50 HOWTO(R_RELLONG, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 0, "32", TRUE, 0xffffffff,0xffffffff, FALSE),
coff-tic4x.c 97 HOWTO(R_RELLONG, 0, 2, 32, FALSE, 0, complain_overflow_dont, tic4x_relocation, "RELLONG", TRUE, 0xffffffff, 0xffffffff, FALSE),
104 HOWTO(R_RELLONG, 0, 2, 32, FALSE, 0, complain_overflow_signed, tic4x_relocation, "ARELLONG", TRUE, 0xffffffff, 0xffffffff, FALSE),
129 case BFD_RELOC_32: type = R_RELLONG; break;
coff-m68k.c 100 HOWTO (R_RELLONG, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, RELOC_SPECIAL_FN, "32", TRUE, 0xffffffff,0xffffffff, FALSE),
141 case R_RELLONG: internal->howto = m68kcoff_howto_table + 2; break;
165 case 32: return R_RELLONG;
170 return R_RELLONG;
481 if (irel->r_type != R_RELLONG)
coff-x86_64.c 394 HOWTO (R_RELLONG, /* type */
670 return howto_table + R_RELLONG;
versados.c 316 #define R_RELLONG 2
325 HOWTO (R_RELLONG, 0, 2, 32, FALSE,
coff-h8300.c 218 HOWTO (R_RELLONG, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, special, "32", FALSE, 0xffffffff, 0xffffffff, FALSE),
285 case R_RELLONG:
725 case R_RELLONG:
    [all...]
coff-i386.c 286 HOWTO (R_RELLONG, /* type */
coff-i860.c 222 HOWTO (R_RELLONG, /* type */
coff-i960.c 253 HOWTO ((unsigned int) R_RELLONG, 0, 2, 32,FALSE, 0,
coff-tic54x.c 208 HOWTO (R_RELLONG,0,2,32,FALSE,0,complain_overflow_dont,
coff-tic80.c 62 HOWTO (R_RELLONG, /* type */
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.h 61 #define R_RELLONG BFD_RELOC_32
tc-h8300.c     [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 729 #define R_RELLONG 17
824 #define R_IMM32 R_RELLONG /* 32 bit abs */

Completed in 120 milliseconds