编译技巧

1)指定变量或函数放到哪个段里

vc用 #pragma data_seg("name")
gcc用 __attribut__((section("name")))
原文地址:https://www.cnblogs.com/274914765qq/p/6181005.html