Searched refs:cmds (Results 1 – 3 of 3) sorted by relevance
127 struct load_command * cmds; in main() local182 cmds = (typeof(cmds))(hdr + 1); in main()191 cmds = (typeof(cmds))(hdr64 + 1); in main()204 cmdtype = cmds->cmd; in main()214 segcmd = (typeof(segcmd))cmds; in main()224 segcmd = (typeof(segcmd))cmds; in main()254 len = cmds->cmdsize; in main()258 cmds = (typeof(cmds))(((uintptr_t) cmds) + len); in main()
655 cmds = list(lldb_command_documentation.keys())656 cmds.sort()657 for cmd in cmds:
641 int (*vfs_quotactl)(struct mount *mp, int cmds, uid_t uid, caddr_t arg, vfs_context_t context);