Fields

data: []const u8,

Functions

fn cast(lc: LoadCommand, comptime Cmd: type) ?Cmd

No documentation provided.

fn cmd(lc: LoadCommand) LC

No documentation provided.

fn cmdsize(lc: LoadCommand) u32

No documentation provided.

fn getDylibPathName(lc: LoadCommand) []const u8

Asserts LoadCommand is of type dylib_command.

fn getRpathPathName(lc: LoadCommand) []const u8

Asserts LoadCommand is of type rpath_command.

fn getSections(lc: LoadCommand) []const section_64

Asserts LoadCommand is of type segment_command_64.