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

/freebsd-10.0-release/contrib/gcc/
H A Dunwind-dw2-fde-darwin.c69 struct object *seen_objects; member in struct:km_object_info
118 seen_objects = the_obj_info->seen_objects;
124 the_obj_info->seen_objects = seen_objects;
213 for (p = &seen_objects; *p ; p = &(*p)->next)
260 seen_objects = the_obj_info->seen_objects;
273 the_obj_info->seen_objects = seen_objects;
[all...]
H A Dunwind-dw2-fde.c46 but not yet categorized in any way. The seen_objects list has had
50 static struct object *seen_objects; variable in typeref:struct:object
194 for (p = &seen_objects; *p ; p = &(*p)->next)
985 for (ob = seen_objects; ob; ob = ob->next)
1003 for (p = &seen_objects; *p ; p = &(*p)->next)

Completed in 81 milliseconds