Attributes of an ELF symbol file.

Hierarchy

  • ELFSourcemapAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
arch?: string

The target CPU architecture.

createdAt: Date

The timestamp when the symbol file was created.

fileHash?: string

The SHA256 hash of the ELF file.

fileName?: string

The ELF file name.

gnuBuildId?: string

The GNU build ID (UUID format).

goBuildId?: string

The Go build ID (UUID format).

mapkind: string

The type of source map.

origin?: string

The origin of the ELF file.

originVersion?: string

The version of the origin package.

size: number

The size of the ELF file in bytes.

symbolSource?: string

The source of the debug symbols.

Generated using TypeDoc