gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:__attribute__ (0.01 seconds)
mtkernel_3
include/sys/machine.h - 1.4KB - 68 lines
58: #define Asm __asm__ volatile
59: #define Noinit(decl) decl __attribute__((section(".noinit")))
60: #define Section(decl,name) decl __attribute__((section(#name)))
More results from mtkernel_3
tkernel_2
monitor/cmdsvc/src/svc.c - 5.0KB - 170 lines
39: #ifdef __GNUC__
40: #define WEAK    __attribute__ ((weak))
41: #else
More results from tkernel_2
t2ex
bsd_source/lib/libc/src_bsd/include/sys/cdefs.h - 13.0KB - 386 lines
127: #elif !defined(__STRICT_ANSI__)
128: #define __dead          __attribute__((__noreturn__))
129: #define __pure          __attribute__((__const__))
More results from t2ex