Module symbolic_symcache::format[][src]

Definition of the binary format for SymCaches.

Structs

FileRecord

The path and name of a file referenced by line records.

FuncRecord

A function or public symbol.

Header

Version independent representation of the header.

HeaderV1

DEPRECATED. Header used by V1 SymCaches.

HeaderV2

Header used by V2 SymCaches.

LineRecord

A mapping between an instruction address and file / line information.

Preamble

The start of a SymCache file.

Seg

A reference to a segment in the SymCache.

Constants

SYMCACHE_MAGIC

The magic file preamble to identify symcache files.

SYMCACHE_VERSION

The latest version of the file format.