HomeSort by relevance Sort by last modified time
    Searched full:r_disp7 (Results 1 - 6 of 6) 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:
ChangeLog-2005 917 * coff-z8k.c: (r_jr, r_disp7, r_callr): Fix src_mask and dst_mask
    [all...]
ChangeLog-0001     [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 831 #define R_DISP7 0x25 /* djnz displacement */
ChangeLog-9103 830 * internal.h (R_DISP7, R_SH_IMM16): New reloc types.
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ChangeLog-0203 773 (md_apply_fix3): Fix R_JR, R_DISP7, and R_CALLR cases.
    [all...]

Completed in 99 milliseconds