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

  /toolchain/binutils/binutils-2.25/bfd/
coff-apollo.c 40 HOWTO (R_PCRBYTE, 0, 0, 8, TRUE, 0, complain_overflow_signed, 0, "DISP8", TRUE, 0x000000ff,0x000000ff, FALSE),
66 case R_PCRBYTE: internal->howto = apollocoff_howto_table + 3; break;
82 case 8: return R_PCRBYTE;
coff-we32k.c 51 HOWTO(R_PCRBYTE, 0, 0, 8, TRUE, 0, complain_overflow_signed, 0, "DISP8", TRUE, 0x000000ff,0x000000ff, FALSE),
coff-m68k.c 101 HOWTO (R_PCRBYTE, 0, 0, 8, TRUE, 0, complain_overflow_signed, RELOC_SPECIAL_FN, "DISP8", TRUE, 0x000000ff,0x000000ff, FALSE),
142 case R_PCRBYTE: internal->howto = m68kcoff_howto_table + 3; break;
158 case 8: return R_PCRBYTE;
372 if (ptr && (reloc.r_type == R_PCRBYTE \
coff-i386.c 300 HOWTO (R_PCRBYTE, /* type */
563 return howto_table + R_PCRBYTE;
coff-x86_64.c 408 HOWTO (R_PCRBYTE, /* type */
678 return howto_table + R_PCRBYTE;
coff-h8300.c 219 HOWTO (R_PCRBYTE, 0, 0, 8, TRUE, 0, complain_overflow_signed, special, "DISP8", FALSE, 0x000000ff, 0x000000ff, TRUE),
288 case R_PCRBYTE:
485 && last_reloc->howto->type == R_PCRBYTE)
638 case R_PCRBYTE:
    [all...]
coff-i860.c 235 HOWTO (R_PCRBYTE, /* type */
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.h 66 #define R_PCRBYTE BFD_RELOC_8_PCREL
tc-h8300.c     [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 730 #define R_PCRBYTE 18

Completed in 95 milliseconds