|
@@ -9,6 +9,8 @@ pub const RELOC_BTF: &[u8] =
|
|
include_bytes_aligned!(concat!(env!("OUT_DIR"), "/reloc.bpf.target.o"));
|
|
include_bytes_aligned!(concat!(env!("OUT_DIR"), "/reloc.bpf.target.o"));
|
|
pub const TEXT_64_64_RELOC: &[u8] =
|
|
pub const TEXT_64_64_RELOC: &[u8] =
|
|
include_bytes_aligned!(concat!(env!("OUT_DIR"), "/text_64_64_reloc.o"));
|
|
include_bytes_aligned!(concat!(env!("OUT_DIR"), "/text_64_64_reloc.o"));
|
|
|
|
+pub const VARIABLES_RELOC: &[u8] =
|
|
|
|
+ include_bytes_aligned!(concat!(env!("OUT_DIR"), "/variables_reloc.bpf.o"));
|
|
|
|
|
|
pub const LOG: &[u8] = include_bytes_aligned!(concat!(env!("OUT_DIR"), "/log"));
|
|
pub const LOG: &[u8] = include_bytes_aligned!(concat!(env!("OUT_DIR"), "/log"));
|
|
pub const MAP_TEST: &[u8] = include_bytes_aligned!(concat!(env!("OUT_DIR"), "/map_test"));
|
|
pub const MAP_TEST: &[u8] = include_bytes_aligned!(concat!(env!("OUT_DIR"), "/map_test"));
|