当前位置: 技术问答>linux和unix
X(skull_fn1),之中的 X 表示什么?
来源: 互联网 发布时间:2015-10-08
本文导语: X(skull_fn1),之中的 X 表示什么? --------------------------------- static int skull_register(void) /* and export them */ { #ifdef __USE_OLD_SYMTAB__ static struct symbol_table skull_syms = { #include X(skull_fn1), X(skull_fn2), ...
X(skull_fn1),之中的 X 表示什么?
---------------------------------
static int skull_register(void) /* and export them */
{
#ifdef __USE_OLD_SYMTAB__
static struct symbol_table skull_syms = {
#include
X(skull_fn1),
X(skull_fn2),
X(skull_variable),
#include
};
|
X(sym)应该等价于 { (void *)&sym, #(sym) },可以自己查查对应版本kernel的源码
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。