Searched refs:unseen_objects (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2-fde-darwin.c70 struct object *unseen_objects; member in struct:km_object_info
119 unseen_objects = the_obj_info->unseen_objects;
125 the_obj_info->unseen_objects = unseen_objects;
261 unseen_objects = the_obj_info->unseen_objects;
274 the_obj_info->unseen_objects = unseen_objects;
H A Dunwind-dw2-fde.c45 /* The unseen_objects list contains objects that have been registered
49 static struct object *unseen_objects; variable in typeref:struct:object
98 ob->next = unseen_objects;
99 unseen_objects = ob;
142 ob->next = unseen_objects;
143 unseen_objects = ob;
186 for (p = &unseen_objects; *p ; p = &(*p)->next)
995 while ((ob = unseen_objects))
999 unseen_objects = ob->next;
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind_AppleExtras.cpp37 libgcc_object *unseen_objects; member in struct:libgcc_object_info
156 for (libgcc_object *ob = head->unseen_objects; ob != NULL; ob = ob->next) {

Completed in 316 milliseconds