opentitanlib
Module status
Module Items
Structs
Enums
Functions
Type Aliases
In opentitanlib::
util
opentitanlib
::
util
Module
status
Copy item path
Source
Structs
§
Status
Hold a completely decoded status.
Status
Create
Record
Hold a status creation record as stored in the special ELF section of an executable.
Status
Create
Records
Hold a collection of status creation records
Enums
§
Status
Code
Functions
§
load_
elf
Type Aliases
§
RawStatus
We use the error category codes from absl_status.h. We build a packed status value that identifies the source of the error (in the form of the module identifier and line number).
RawStatus
Code
This enum was taken directly from the abseil-cpp library: https://github.com/abseil/abseil-cpp/blob/master/absl/status/status.h