class StructAccess

Defined at line 325 of file fidling/gen/sdk/fidl/fuchsia.ebpf/fuchsia.ebpf/hlcpp/fuchsia/ebpf/cpp/fidl.h

Describes location of an instruction that accesses a struct field.

This is used as auxiliary information passed from the verifier to the

linker. The linker may update these instructions.

Public Members

uint32_t pc
uint64_t struct_memory_id
uint32_t field_offset
bool is_32_bit_ptr_load

Public Methods

::std::unique_ptr<StructAccess> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, StructAccess * value, size_t _offset)
zx_status_t Clone (StructAccess * result)