B2R2


ExceptionHeaderValue Type

Record fields

Record Field Description

DW_EH_PE_absptr

Full Usage: DW_EH_PE_absptr

Field type: ExceptionHeaderValue
Modifiers: static

A literal pointer whose size is determined by the architecture.

Field type: ExceptionHeaderValue

DW_EH_PE_omit

Full Usage: DW_EH_PE_omit

Field type: ExceptionHeaderValue
Modifiers: static

No value is present.

Field type: ExceptionHeaderValue

DW_EH_PE_sdata2

Full Usage: DW_EH_PE_sdata2

Field type: ExceptionHeaderValue
Modifiers: static

A 2-byte signed value.

Field type: ExceptionHeaderValue

DW_EH_PE_sdata4

Full Usage: DW_EH_PE_sdata4

Field type: ExceptionHeaderValue
Modifiers: static

A 4-byte signed value.

Field type: ExceptionHeaderValue

DW_EH_PE_sdata8

Full Usage: DW_EH_PE_sdata8

Field type: ExceptionHeaderValue
Modifiers: static

A 8-byte signed value.

Field type: ExceptionHeaderValue

DW_EH_PE_signed

Full Usage: DW_EH_PE_signed

Field type: ExceptionHeaderValue
Modifiers: static

A signed value whose size is determined by the architecture.

Field type: ExceptionHeaderValue

DW_EH_PE_sleb128

Full Usage: DW_EH_PE_sleb128

Field type: ExceptionHeaderValue
Modifiers: static

Signed value is encoded using the LEB128.

Field type: ExceptionHeaderValue

DW_EH_PE_udata2

Full Usage: DW_EH_PE_udata2

Field type: ExceptionHeaderValue
Modifiers: static

A 2-byte unsigned value.

Field type: ExceptionHeaderValue

DW_EH_PE_udata4

Full Usage: DW_EH_PE_udata4

Field type: ExceptionHeaderValue
Modifiers: static

A 4-byte unsigned value.

Field type: ExceptionHeaderValue

DW_EH_PE_udata8

Full Usage: DW_EH_PE_udata8

Field type: ExceptionHeaderValue
Modifiers: static

A 8-byte unsigned value.

Field type: ExceptionHeaderValue

DW_EH_PE_uleb128

Full Usage: DW_EH_PE_uleb128

Field type: ExceptionHeaderValue
Modifiers: static

Unsigned value is encoded using the LEB128.

Field type: ExceptionHeaderValue