Home
last modified time | relevance | path

Searched defs:TEST_PROGRAM_ELF (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/examples/armv4t/
Dmain.rs22 const TEST_PROGRAM_ELF: &[u8] = include_bytes!("test_bin/test.elf"); constant
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/examples/armv4t_multicore/
Dmain.rs23 static TEST_PROGRAM_ELF: &[u8] = include_bytes!("test_bin/test.elf"); constant