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

  /toolchain/binutils/binutils-2.27/bfd/
coff-i960.c 150 case C_SCALL:
516 case C_SCALL:
  /toolchain/binutils/binutils-2.27/include/coff/
internal.h 342 #define C_SCALL 107 /* Procedure reachable via system call */
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i960.c 87 #define TC_S_IS_SYSPROC(s) (S_GET_STORAGE_CLASS (s) == C_SCALL)
97 #define TC_S_FORCE_TO_SYSPROC(s) (S_SET_STORAGE_CLASS ((s), C_SCALL))
    [all...]

Completed in 353 milliseconds