class ZeroFillSegment

Defined at line 251 of file ../../src/lib/elfldltl/include/lib/elfldltl/internal/load-segment-types.h

A plain zero-fill segment has nothing but anonymous pages to allocate.

The file offset is unused, so SegmentBase::offset() is actually the vaddr.

Public Methods

template <class Diagnostics, class Other>
fit::result<bool, ZeroFillSegment> Copy (Diagnostics & diag, const Other & other)

Defined at line 256 of file ../../src/lib/elfldltl/include/lib/elfldltl/internal/load-segment-types.h

size_type vaddr ()

Defined at line 261 of file ../../src/lib/elfldltl/include/lib/elfldltl/internal/load-segment-types.h

std::integral_constant<size_type, 0> filesz ()

Defined at line 263 of file ../../src/lib/elfldltl/include/lib/elfldltl/internal/load-segment-types.h