1
2
3
4
5
6
7
8
9
10
11
12
SECTIONS
{
	. = ALIGN(4096);
	.note.gnu.build-id : { *(.note.gnu.build-id) }
	. = ALIGN(4096);
}
INSERT AFTER .text;

build_id_start = ADDR(.note.gnu.build-id);
build_id_end = ADDR(.note.gnu.build-id) + SIZEOF(.note.gnu.build-id);

於是可以不回頭的逆風飛翔 不怕心頭有雨 眼底有霜