Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/client/mac/handler/
H A Ddynamic_images.cc223 struct MachO32 { struct
224 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;