twolevel_hints_command

The twolevel_hints_command contains the offset and number of hints in the two-level namespace lookup hints table.

version(CoreDdoc)
struct twolevel_hints_command {}

Members

Variables

cmd
uint cmd;

LC_TWOLEVEL_HINTS.

cmdsize
uint cmdsize;

Sizeof(struct twolevel_hints_command).

nhints
uint nhints;

Number of hints in the hint table.

offset
uint offset;

Offset to the hint table.

Meta