Home
last modified time | relevance | path

Searched defs:MachO32 (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc220 struct MachO32 { struct
221 typedef mach_header mach_header_type;
222 typedef segment_command mach_segment_command_type;
223 typedef dyld_image_info32 dyld_image_info;
224 typedef dyld_all_image_infos32 dyld_all_image_infos;
225 typedef struct nlist nlist_type;
226 static const uint32_t magic = MH_MAGIC;
227 static const uint32_t segment_load_command = LC_SEGMENT;