Module status

Source

Structs§

Status
Hold a completely decoded status.
StatusCreateRecord
Hold a status creation record as stored in the special ELF section of an executable.
StatusCreateRecords
Hold a collection of status creation records

Enums§

StatusCode

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).
RawStatusCode
This enum was taken directly from the abseil-cpp library: https://github.com/abseil/abseil-cpp/blob/master/absl/status/status.h