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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c276 static volatile uint64_t *UIDTable = NULL; variable
371 int sz = UIDTableSize * sizeof (*UIDTable);
372 UIDTable = (uint64_t*) __collector_allocCSize (__collector_heap, sz, 1);
373 if (UIDTable == NULL)
378 CALL_UTIL (memset)((void*) UIDTable, 0, sz);
486 if (NULL == UIDTable) //unwind not initialized yet
662 * It's important, though, that all reads from UIDTable
667 if (UIDTable[idx1] == uid)
671 if (UIDTable[idx2] == uid)
675 if (UIDTable[idx
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c280 static volatile uint64_t *UIDTable = NULL; variable
375 int sz = UIDTableSize * sizeof (*UIDTable);
376 UIDTable = (uint64_t*) __collector_allocCSize (__collector_heap, sz, 1);
377 if (UIDTable == NULL)
382 CALL_UTIL (memset)((void*) UIDTable, 0, sz);
490 if (NULL == UIDTable) //unwind not initialized yet
668 * It's important, though, that all reads from UIDTable
673 if (UIDTable[idx1] == uid)
677 if (UIDTable[idx2] == uid)
681 if (UIDTable[idx
[all...]

Completed in 88 milliseconds