Re-exports§
pub use calling_convention::get_parameter_register_in_context;pub use calling_convention::CallingConvention;pub use calling_convention::X86_64SystemV;pub use register_mapping::dwarf_reg_to_name;pub use register_mapping::dwarf_reg_to_name_x86_64;pub use register_mapping::dwarf_reg_to_pt_regs_byte_offset;pub use register_mapping::dwarf_reg_to_pt_regs_byte_offset_x86_64;pub use register_mapping::pt_regs_indices;pub use tls::current_task_fsbase_offset;pub use tls::static_tls_bias_for_elf;pub use tls::TlsLayoutError;pub use types::CodeReader;pub use types::PlatformError;pub use types::SourceLocation;
Modules§
- calling_
convention - Platform-specific utilities for the GhostScope eBPF debugging tool
- register_
mapping - tls
- Linux x86_64 TLS layout helpers.
- types