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

  /toolchain/binutils/binutils-2.27/gas/
as.h 447 #define PRINTF_LIKE(FCN) \
448 void FCN (const char *format, ...) \
450 #define PRINTF_WHERE_LIKE(FCN) \
451 void FCN (const char *file, unsigned int line, const char *format, ...) \
456 #define PRINTF_LIKE(FCN) void FCN (const char *format, ...)
457 #define PRINTF_WHERE_LIKE(FCN) void FCN (const char *file, \
  /external/one-true-awk/
awk.h 84 int tval; /* type info: STR|NUM|ARR|FCN|FLD|CON|DONTFREE */
109 #define FCN 040 /* this is a function name */
195 #define isfcn(n) ((n)->tval & FCN)
parse.c 233 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */
247 v->tval = FCN;
tran.c 311 if (vp->tval & FCN)
  /toolchain/binutils/binutils-2.27/binutils/
od-xcoff.c 223 SC_ENTRY(FCN),
    [all...]

Completed in 117 milliseconds