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

  /toolchain/binutils/binutils-2.25/bfd/
coff-z8k.c 65 static reloc_howto_type r_callr = variable
66 HOWTO (R_CALLR, 1, 1, 12, TRUE, 0, complain_overflow_signed, 0,
67 "r_callr", TRUE, 0xfff, 0xfff, TRUE);
102 case R_CALLR:
103 internal->howto = &r_callr;
131 case BFD_RELOC_Z8K_CALLR: return & r_callr;
154 if (strcasecmp (r_callr.name, r_name) == 0)
155 return &r_callr;
312 case R_CALLR:
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 828 #define R_CALLR 0x05 /* callr 12 bit disp */

Completed in 468 milliseconds