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

  /toolchain/binutils/binutils-2.25/bfd/
coff-z8k.c 52 static reloc_howto_type r_rel16 = variable
53 HOWTO (R_REL16, 0, 1, 16, FALSE, 0,
54 complain_overflow_bitfield, 0, "r_rel16", TRUE, 0x0000ffff, 0x0000ffff,
105 case R_REL16:
106 internal->howto = &r_rel16;
129 case BFD_RELOC_16_PCREL: return & r_rel16;
150 if (strcasecmp (r_rel16.name, r_name) == 0)
151 return &r_rel16;
341 case R_REL16:
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 827 #define R_REL16 0x04 /* 16 bit PC rel */

Completed in 46 milliseconds