Home
last modified time | relevance | path

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

/trueos/contrib/gcc/config/
HDdarwin-crt2.c73 struct live_images { struct
74 unsigned long this_size; /* sizeof (live_images) */ argument
77 void (*destructor)(struct live_images *); /* destructor for this */ argument
78 struct live_images *next; argument
99 struct live_images *l = (struct live_images *)calloc (1, sizeof (*l)); in darwin_unwind_dyld_add_image_hook() argument
/trueos/contrib/gcc/
HDunwind-dw2-fde-darwin.c75 struct live_images { struct
76 unsigned long this_size; /* sizeof (live_images) */ argument
79 void (*destructor)(struct live_images *); /* destructor for this */ argument
80 struct live_images *next; argument
87 /* Bits in the examined_p field of struct live_images. */ argument