HomeSort by: relevance | last modified time | path
    Searched refs:_symbol (Results 1 - 8 of 8) sorted by relevancy

  /src/share/mk/
bsd.sanitizer.mk 12 . for _symbol in ${SANITIZER_RENAME_SYMBOL}
13 CPPFLAGS+= -D${_symbol}=__mksanitizer_${_symbol}
20 . for _symbol in ${SANITIZER_RENAME_SYMBOL.${_class}}
21 COPTS.${_file}+= -D${_symbol}=__mksanitizer_${_symbol}
  /src/external/gpl3/binutils/dist/include/opcode/
tic54x.h 25 typedef struct _symbol struct
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic54x.h 25 typedef struct _symbol struct
  /src/external/gpl3/gdb/dist/include/opcode/
tic54x.h 25 typedef struct _symbol struct
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic54x.h 25 typedef struct _symbol struct
  /src/external/gpl3/gcc/dist/gcc/
rtl.h 1194 ({ __typeof (RTX) const _symbol = (RTX); \
1195 const unsigned int flags = SYMBOL_REF_FLAGS (_symbol); \
1199 &_symbol->u.block_sym; })
1202 ({ __typeof (RTX) const _symbol = (RTX); \
1203 RTL_CHECKC1 (_symbol, 0, C); \
1204 &_symbol->u.hwiv; })
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 1192 ({ __typeof (RTX) const _symbol = (RTX); \
1193 const unsigned int flags = SYMBOL_REF_FLAGS (_symbol); \
1197 &_symbol->u.block_sym; })
1200 ({ __typeof (RTX) const _symbol = (RTX); \
1201 RTL_CHECKC1 (_symbol, 0, C); \
1202 &_symbol->u.hwiv; })
  /src/external/bsd/zstd/dist/lib/decompress/
huf_decompress.c 787 #define HUF_4X1_DECODE_SYMBOL(_stream, _symbol) \
792 op[(_stream)][(_symbol)] = (BYTE)((entry >> 8) & 0xFF); \

Completed in 37 milliseconds