Searched refs:R_OPTCALL (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/include/coff/ |
D | i960.h | 296 #define R_OPTCALL (0x1b) /* 32-bit optimizable call (leafproc/sysproc) */ macro
|
D | ChangeLog-9103 | 454 * internal.h (R_IPRMED, R_OPTCALL, R_OPTCALLX): Move definitions 456 * i960.h (R_IPRMED, R_OPTCALL, R_OPTCALLX): ...to here.
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | coff-i960.c | 260 HOWTO (R_OPTCALL, 0,2,24,TRUE,0, complain_overflow_signed, 458 if (howto->type == R_OPTCALL && ! bfd_link_relocatable (info) && symndx != -1) in coff_i960_relocate_section()
|