标签:class blog 文件 for table div
一 、目标文件格式
1. PE(Portabel Executable)
2. ELF (Executable Linkable Format) : 可重定位、可执行、共享目标文件、核心转储文件
思考:
弱符号和弱引用 VS 回调函数
__attrbute__ ((weakref)) void foo( ); int main() { if( foo ) foo(); }
可以被用户的强符号覆盖;
读书笔记:程序员的自我修养-----第三章(目标文件),布布扣,bubuko.com
标签:class blog 文件 for table div
原文地址:http://www.cnblogs.com/chagmf/p/3791958.html