Module symbolic_common::types

source ·
Expand description

Common types and errors used in symbolic.

Structs

Wrapper around DebugId for Breakpad formatting.
Unique identifier for debug information files and their debug information.
Represents a potentially mangled symbol.
Indicates a parsing error
An error returned for unknown or invalid Archs.
An error returned for unknown or invalid DebugKinds.
An error returned for unknown or invalid Languages.
An error returned for unknown or invalid ObjectClasses.
An error returned for unknown or invalid ObjectKinds.

Enums

An enum of supported architectures.
Represents a family of CPUs.
Represents the kind of debug information inside an object.
Represents endianness.
Supported programming languages for demangling.
Represents the designated use of the object file and hints at its contents.
Represents the physical object file format.