1
0
Fork 0
android_kernel_rockchip_tart/tools/testing/selftests/bpf/uprobe_multi.ld
2025-06-27 00:32:42 -05:00

11 lines
232 B
Text

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);