Home
last modified time | relevance | path

Searched refs:AddrTable_RA_FROMFP (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c286 static unsigned long *AddrTable_RA_FROMFP = NULL; // Cache for RA_FROMFP pcs variable
435 sz = ValTableSize * sizeof (*AddrTable_RA_FROMFP); in __collector_ext_unwind_init()
436 AddrTable_RA_FROMFP = (unsigned long*) __collector_allocCSize (__collector_heap, sz, 1); in __collector_ext_unwind_init()
1582 if (AddrTable_RA_FROMFP != NULL) in cache_get()
1585 addr = AddrTable_RA_FROMFP[ idx ]; in cache_get()
1632 if (NULL != AddrTable_RA_FROMFP) in cache_put()
1635 AddrTable_RA_FROMFP[ idx ] = wctx->pc; in cache_put()
1650 if (NULL != AddrTable_RA_FROMFP) in cache_put()
1652 if (AddrTable_RA_FROMFP[ idx ] == wctx->pc) in cache_put()
1654 AddrTable_RA_FROMFP[ idx ] = 0; in cache_put()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c290 static unsigned long *AddrTable_RA_FROMFP = NULL; // Cache for RA_FROMFP pcs variable
439 sz = ValTableSize * sizeof (*AddrTable_RA_FROMFP); in __collector_ext_unwind_init()
440 AddrTable_RA_FROMFP = (unsigned long*) __collector_allocCSize (__collector_heap, sz, 1); in __collector_ext_unwind_init()
1588 if (AddrTable_RA_FROMFP != NULL) in cache_get()
1591 addr = AddrTable_RA_FROMFP[ idx ]; in cache_get()
1638 if (NULL != AddrTable_RA_FROMFP) in cache_put()
1641 AddrTable_RA_FROMFP[ idx ] = wctx->pc; in cache_put()
1656 if (NULL != AddrTable_RA_FROMFP) in cache_put()
1658 if (AddrTable_RA_FROMFP[ idx ] == wctx->pc) in cache_put()
1660 AddrTable_RA_FROMFP[ idx ] = 0; in cache_put()