SYMBOL INDEX (18 symbols across 3 files) FILE: example_program_with_data/src/main.rs function panic (line 7) | fn panic(_panic_info: &core::panic::PanicInfo) -> ! { function _start (line 16) | pub extern fn _start() -> *const u8 { FILE: example_small_program/src/main.rs function panic (line 5) | fn panic(_panic_info: &core::panic::PanicInfo) -> ! { function _start (line 10) | pub extern fn _start(x: u64, y: u64) -> u64 { FILE: src/main.rs type Result (line 7) | type Result = std::result::Result; type Error (line 11) | pub enum Error { type Bitness (line 125) | enum Bitness { type Error (line 134) | type Error = Error; method try_from (line 136) | fn try_from(val: u8) -> Result { type Endianness (line 147) | enum Endianness { type Error (line 156) | type Error = Error; method try_from (line 158) | fn try_from(val: u8) -> Result { constant PT_LOAD (line 168) | const PT_LOAD: u32 = 1; constant PF_X (line 171) | const PF_X: u32 = 1 << 0; constant PF_W (line 174) | const PF_W: u32 = 1 << 1; constant PF_R (line 177) | const PF_R: u32 = 1 << 2; function write_file (line 184) | pub fn write_file(path: impl AsRef, base: Option, function main (line 381) | fn main() -> Result<()> {