__attribute__((__used__)) 和 __attribute__((__section__(“*“ “*“)))的使用
见:haproxy代码C语言注册函数和调用函数,便于模块化开发和编程。#include#ifdef__APPLE__#defineHA_SECTION(s)__attribute__((__section__("__DATA,"s)))#defineHA_SECTION_START(s)__asm("section$start$__DATA$"s)#defineHA_SECTION_STOP(s)