Sign in
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec
/
c537e12daeecaecdcd322c56a5f70659d2de7bde
/
.
/
tools
/
testing
/
selftests
/
bpf
/
uprobe_multi.ld
blob: a2e94828bc8c75a78a98689b13b6876a6775ae6c [
file
]
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
);