hdr: load_command,
data: []const u8,
fn cast(lc: LoadCommand, comptime Cmd: type) ?Cmd
No documentation provided.
fn cmd(lc: LoadCommand) LC
fn cmdsize(lc: LoadCommand) u32
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.