sections

Returns the sections of the given segment.

version(Darwin && D_LP64)
pure nothrow @nogc
const(section_64)[]
sections

Parameters

segment segment_command_64*

the segment to get the sections from

Return Value

Type: const(section_64)[]

the sections.

Meta