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

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Ddarwin-crt2.c68 struct live_images { struct
69 unsigned long this_size; /* sizeof (live_images) */
72 void (*destructor)(struct live_images *); /* destructor for this */
73 struct live_images *next;
95 struct live_images *l = (struct live_images *)calloc (1, sizeof (*l));
99 l->next = (struct live_images *)
107 struct live_images *top, **lip, *destroy = NULL;
111 top = (struct live_images *)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Ddarwin-crt2.c68 struct live_images { struct
69 unsigned long this_size; /* sizeof (live_images) */
72 void (*destructor)(struct live_images *); /* destructor for this */
73 struct live_images *next;
95 struct live_images *l = (struct live_images *)calloc (1, sizeof (*l));
99 l->next = (struct live_images *)
107 struct live_images *top, **lip, *destroy = NULL;
111 top = (struct live_images *)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Dunwind-dw2-fde-darwin.c72 struct live_images { struct
73 unsigned long this_size; /* sizeof (live_images) */
76 void (*destructor)(struct live_images *); /* destructor for this */
77 struct live_images *next;
84 /* Bits in the examined_p field of struct live_images. */
97 /* Delete any data we allocated on a live_images structure. Either
105 live_image_destructor (struct live_images *image)
146 struct live_images *image;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Dunwind-dw2-fde-darwin.c72 struct live_images { struct
73 unsigned long this_size; /* sizeof (live_images) */
76 void (*destructor)(struct live_images *); /* destructor for this */
77 struct live_images *next;
84 /* Bits in the examined_p field of struct live_images. */
97 /* Delete any data we allocated on a live_images structure. Either
105 live_image_destructor (struct live_images *image)
146 struct live_images *image;

Completed in 92 milliseconds