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

  /toolchain/binutils/binutils-2.25/bfd/
coff-z80.c 57 static reloc_howto_type r_off8 = variable
58 HOWTO (R_OFF8, 0, 0, 8, FALSE, 0,
59 complain_overflow_signed, 0,"r_off8", FALSE, 0, 0xff,
101 case R_OFF8:
102 internal->howto = &r_off8;
120 case BFD_RELOC_Z80_DISP8: return & r_off8;
140 if (strcasecmp (r_off8.name, r_name) == 0)
141 return &r_off8;
187 case R_OFF8:
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 834 #define R_OFF8 0x32 /* 8 bit signed abs, for (i[xy]+d) */

Completed in 78 milliseconds