Home
last modified time | relevance | path

Searched refs:alt_node (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DCallStack.h78 CallStackNode *alt_node; variable
H A DCallStack.cc1007 alt_node = NULL; in CallStackNode()
1205 if (get_hide_stack && node->alt_node != NULL) in getStackPCs()
1206 node = node->alt_node; in getStackPCs()
1249 hNode->alt_node = (CallStackNode *) hideStack; in setHideStack()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DCallStack.h78 CallStackNode *alt_node; variable
H A DCallStack.cc1007 alt_node = NULL; in CallStackNode()
1205 if (get_hide_stack && node->alt_node != NULL) in getStackPCs()
1206 node = node->alt_node; in getStackPCs()
1249 hNode->alt_node = (CallStackNode *) hideStack; in setHideStack()