Searched refs:KEYMGR_GCC3_DW2_OBJ_LIST (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libunwind-35.3/testsuite/
H A Ddynamic_fde_registration.cxx17 #define KEYMGR_GCC3_DW2_OBJ_LIST 302 macro
36 // undocumented libgcc "struct km_object_info" referenced by KEYMGR_GCC3_DW2_OBJ_LIST
49 libgcc_object_info* head = (libgcc_object_info*)_keymgr_get_and_lock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST);
60 _keymgr_set_and_unlock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST, head);
/macosx-10.10.1/keymgr-28/
H A Dkeymgr.h110 #define KEYMGR_GCC3_DW2_OBJ_LIST 302 /* Dwarf2 object list */ macro
H A Dkeymgr.c67 generate code directly use keymgr to find the KEYMGR_GCC3_DW2_OBJ_LIST
69 if KEYMGR_GCC3_DW2_OBJ_LIST is currently NULL. The fix is to statically
70 allocate the object list head struct and set KEYMGR_GCC3_DW2_OBJ_LIST to
835 _keymgr_get_and_lock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST);
836 _keymgr_set_and_unlock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST, &_keymgr_globals()->km_object_list_head);
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJIT.cpp144 #define KEYMGR_GCC3_DW2_OBJ_LIST 302 /* Dwarf2 object list */ macro
167 _keymgr_get_and_lock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST);
195 _keymgr_set_and_unlock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST,
300 _keymgr_get_and_lock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST);
307 _keymgr_set_and_unlock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST, LOI);
/macosx-10.10.1/libunwind-35.3/src/
H A DUnwindCursor.hpp55 #define KEYMGR_GCC3_DW2_OBJ_LIST 302 macro
73 // undocumented libgcc "struct km_object_info" referenced by KEYMGR_GCC3_DW2_OBJ_LIST
826 libgcc_object_info* head = (libgcc_object_info*)_keymgr_get_and_lock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST);
849 _keymgr_set_and_unlock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST, head);
857 _keymgr_set_and_unlock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST, head);

Completed in 164 milliseconds