HomeSort by: relevance | last modified time | path
    Searched defs:EXPORT (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/ia64/include/
asm.h 113 * EXPORT
114 * Export a symbol
116 #define EXPORT(_name_) \
  /src/bin/ksh/
table.h 16 * or offset from val.s of value (if EXPORT) */
40 #define EXPORT BIT(3) /* exported variable/function */
70 #define USERATTRIB (EXPORT|INTEGER|RDONLY|LJUST|RJUST|ZEROFIL\
  /src/sys/arch/mips/include/
asm.h 297 * EXPORT -- export definition of symbol
299 #define EXPORT(x) \
304 * EXPORT_OBJECT -- export definition of symbol of symbol
308 EXPORT(x); \
318 EXPORT(x); \
321 EXPORT(__CONCAT(x,_end)); \
  /src/sys/arch/alpha/include/
asm.h 433 * EXPORT
434 * Export a symbol
436 #define EXPORT(_name_) \

Completed in 13 milliseconds