Home
last modified time | relevance | path

Searched refs:R_OPTCALL (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/include/coff/
Di960.h296 #define R_OPTCALL (0x1b) /* 32-bit optimizable call (leafproc/sysproc) */ macro
DChangeLog-9103454 * 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/
Dcoff-i960.c260 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()