Searched defs:MachO32 (Results 1 – 1 of 1) sorted by relevance
223 struct MachO32 { struct224 typedef mach_header mach_header_type;225 typedef segment_command mach_segment_command_type;226 typedef dyld_image_info32 dyld_image_info;227 typedef dyld_all_image_infos32 dyld_all_image_infos;228 typedef struct nlist nlist_type;229 static const uint32_t magic = MH_MAGIC;230 static const uint32_t segment_load_command = LC_SEGMENT;