Home
last modified time | relevance | path

Searched refs:unseen_objects (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dunwind-dw2-fde-darwin.c70 struct object *unseen_objects; member
118 unseen_objects = the_obj_info->unseen_objects; in live_image_destructor()
124 the_obj_info->unseen_objects = unseen_objects; in live_image_destructor()
260 unseen_objects = the_obj_info->unseen_objects; in _Unwind_Find_FDE()
273 the_obj_info->unseen_objects = unseen_objects; in _Unwind_Find_FDE()
H A Dunwind-dw2-fde.c49 static struct object *unseen_objects; variable
98 ob->next = unseen_objects; in __register_frame_info_bases()
99 unseen_objects = ob; in __register_frame_info_bases()
142 ob->next = unseen_objects; in __register_frame_info_table_bases()
143 unseen_objects = ob; in __register_frame_info_table_bases()
186 for (p = &unseen_objects; *p ; p = &(*p)->next) in __deregister_frame_info_bases()
992 while ((ob = unseen_objects)) in _Unwind_Find_FDE()
996 unseen_objects = ob->next; in _Unwind_Find_FDE()
H A DChangeLog-200313847 and unseen_objects from the global data before calling
13850 not unseen_objects.
H A DChangeLog-200122877 (unseen_objects, seen_objects): New.
/freebsd-12.1/contrib/libunwind/src/
H A DUnwind_AppleExtras.cpp38 libgcc_object *unseen_objects; member
157 for (libgcc_object *ob = head->unseen_objects; ob != NULL; ob = ob->next) { in checkKeyMgrRegisteredFDEs()