gsym-rs 0.1.0

Pure-Rust reader, writer, and Linux ELF/DWARF converter for LLVM GSYM
Documentation
1
2
3
4
5
6
7
8
mod cursor_leb;
mod function_records;
mod headers_layout;
mod line_program;

use crate::Endian;

const ENDIANS: [Endian; 2] = [Endian::Little, Endian::Big];