This question shows research effort; it is useful and clear
2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我的 C 代码中有一些变量用__attribute__((section(".data.mystuff"))). 我想定义两个符号,mystuff_start它们mystuff_size具有该部分的位置和大小。它看起来像ld'sLOADADDR并且SIZEOF会做我想做的事,但我不想编写整个链接器脚本。我也不知道如何使用INSERT AFTER来做我想做的事。