class ExecutableSegment

Defined at line 82 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h

Address region that corresponds to an executable segment in an ELF module.

Public Methods

void ExecutableSegment ()

Defined at line 84 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h

void ExecutableSegment (const ExecutableSegment & other)

Defined at line 85 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h

ExecutableSegment & operator= (const ExecutableSegment & other)

Defined at line 86 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h

void ExecutableSegment (ExecutableSegment && other)

Defined at line 87 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_memory_sampler::wire::ExecutableSegment> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_memory_sampler::wire::ExecutableSegment> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_memory_sampler::wire::ExecutableSegment>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

ExecutableSegment & operator= (ExecutableSegment && other)

Defined at line 88 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h

uint64_t & start_address ()

Start of the region as mapped in memory.

bool has_start_address ()
uint64_t & size ()

Size of the range of addresses that are part of the region.

bool has_size ()
uint64_t & relative_address ()

Offset of the region in the ELF binary before loading.

bool has_relative_address ()
void ~ExecutableSegment ()

Defined at line 90 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder