Searched refs:live_images (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin-crt2.c73 struct live_images { struct
74 unsigned long this_size; /* sizeof (live_images) */
77 void (*destructor)(struct live_images *); /* destructor for this */
78 struct live_images *next;
100 struct live_images *l = (struct live_images *)calloc (1, sizeof (*l));
104 l->next = (struct live_images *)
112 struct live_images *top, **lip, *destroy = NULL;
116 top = (struct live_images *)
/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2-fde-darwin.c75 struct live_images { struct
76 unsigned long this_size; /* sizeof (live_images) */
79 void (*destructor)(struct live_images *); /* destructor for this */
80 struct live_images *next;
87 /* Bits in the examined_p field of struct live_images. */
100 /* Delete any data we allocated on a live_images structure. Either
108 live_image_destructor (struct live_images *image)
149 struct live_images *image;

Completed in 166 milliseconds