munch出来的ctdt.c文件到底是干什么用的?
Description :
Implement the execution routines for constructor and
destructor functions.
The ctors and dtors are constructor and destructor initialization functions.
Following GCC, these are data sections containing function pointers.
The sections are sorted into a order which allows for the relative ordering
of the functions.
The following is a sample linker map, illustrating the sections:
---------------------------------------------------------------------
.ctors 00106284 00000020
.ctors 00106284 00000004 ctordtor.o
__CTOR_LIST__ 00106284 00000004
.ctors 00106288 00000004 test2.o
.ctors.00050 0010628c 00000004 test2.o
.ctors.65202 00106290 00000004 test2a.o
.ctors.65435 00106294 00000004 test2.o
.ctors.65461 00106298 00000004 test2.o
.ctors.65532 0010629c 00000004 test2a.o
.ctors.65536 001062a0 00000004 ctordtor.o
__CTOR_END__ 001062a0 00000004
----------------------------------------------------------------------
回复
我要赚赏金打赏帖 |
|
|---|---|
| 设备功耗web监控界面(ESP32C5)被打赏¥28元 | |
| OrangePiZero2W系统被打赏¥33元 | |
| Linux环境下以模拟方式快速实现出入管理功能测试被打赏¥24元 | |
| 树莓派3+Klipper,老3D打印机满血升级被打赏¥33元 | |
| OK1126B-S开发板下串口屏及其应用被打赏¥21元 | |
| 低功耗超声波液位测距仪(ESP32S3)被打赏¥27元 | |
| 在K230DBOX上实现多时段语音提示功能被打赏¥14元 | |
| 使K230DBOX实现相机持续拍照功能被打赏¥12元 | |
| 基于K230DBOX的文本管理器设计被打赏¥14元 | |
| 基于K230DBOX的彩色画板功能实现被打赏¥15元 | |
我要赚赏金
