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

  /toolchain/binutils/binutils-2.25/bfd/
coff-z8k.c 61 static reloc_howto_type r_disp7 = variable
62 HOWTO (R_DISP7, 0, 0, 7, TRUE, 0, complain_overflow_bitfield, 0,
63 "r_disp7", TRUE, 0x7f, 0x7f, TRUE);
99 case R_DISP7:
100 internal->howto = &r_disp7;
130 case BFD_RELOC_Z8K_DISP7: return & r_disp7;
152 if (strcasecmp (r_disp7.name, r_name) == 0)
153 return &r_disp7;
281 case R_DISP7:
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 831 #define R_DISP7 0x25 /* djnz displacement */

Completed in 61 milliseconds