Searched defs:macho_load_command (Results 1 – 2 of 2) sorted by relevance
139 struct macho_load_command struct141 uint32_t cmd; /* The type of load command */142 uint32_t cmdsize; /* Size in bytes of the entire command */
2005 union alignas(4) macho_load_command { union