summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/uprobe_multi.ld
blob: 2063714b2899bf4a217b4b2a284e733b81bef4cf (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTIONS
{
	. = ALIGN(65536);
	.note.gnu.build-id : { *(.note.gnu.build-id) }
	. = ALIGN(65536);
}
INSERT AFTER .text;

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