Searched defs:MachO64 (Results 1 – 2 of 2) sorted by relevance
230 struct MachO64 { struct231 typedef mach_header_64 mach_header_type;232 typedef segment_command_64 mach_segment_command_type;233 typedef dyld_image_info64 dyld_image_info;234 typedef dyld_all_image_infos64 dyld_all_image_infos;235 typedef struct nlist_64 nlist_type;236 static const uint32_t magic = MH_MAGIC_64;237 static const uint32_t segment_load_command = LC_SEGMENT_64;
29 MachO64, enumerator