摘要: .globl 全局对象 .data 数据区 .align 4 对齐 16字节对齐 .type For ELF targets, the .type directive is used like this: .type name , type description This sets the typ 阅读全文
posted @ 2021-07-28 16:57 通杀 阅读(256) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> void ctors() { printf(".ctors"); } void ctors1() { printf(".ctors1"); } void init_array() { printf(".init_array"); } void pre_array 阅读全文
posted @ 2021-07-28 15:43 通杀 阅读(210) 评论(0) 推荐(0) 编辑