Searched defs:live_images (Results 1 – 2 of 2) sorted by relevance
73 struct live_images { struct74 unsigned long this_size; /* sizeof (live_images) */ argument77 void (*destructor)(struct live_images *); /* destructor for this */ argument78 struct live_images *next; argument99 struct live_images *l = (struct live_images *)calloc (1, sizeof (*l)); in darwin_unwind_dyld_add_image_hook() argument
75 struct live_images { struct76 unsigned long this_size; /* sizeof (live_images) */ argument79 void (*destructor)(struct live_images *); /* destructor for this */ argument80 struct live_images *next; argument87 /* Bits in the examined_p field of struct live_images. */ argument