gcc编译器__attribute__ 机制
__attribute__ 机制与链接脚本有关对于函数而言,__attribute__用于把函数放进相关的数据段,使用*_start 与*_end调用之间的函数进行函数的逐个调用(放进来的函数不能有形参)使用位置在分号;的前面例子:#define __define_initcall(level,fn,id) \ static initcall_t __initcall_##fn#...