Home
last modified time | relevance | path

Searched refs:stack_prop (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.h82 return stack_prop; in getStackProp()
171 int stack_prop; variable
H A DPathTree.cc103 stack_prop = PROP_NONE; in init()
121 stack_prop = PROP_MSTACK; in init()
123 stack_prop = PROP_XSTACK; in init()
126 stack_prop = PROP_USTACK; in init()
129 stack_prop = PROP_XSTACK; in init()
138 stack_prop = PROP_CPRID; in init()
140 stack_prop = PROP_TSKID; in init()
375 int t_stack_prop = stack_prop; in find_path()
H A DDbeView.cc2752 int stack_prop = PROP_NONE; in constructShowHideStack() local
2755 stack_prop = PROP_MSTACK; in constructShowHideStack()
2757 stack_prop = PROP_XSTACK; in constructShowHideStack()
2759 stack_prop = PROP_USTACK; in constructShowHideStack()
2763 void *stackId = dDscr->getObjValue (stack_prop, j); in constructShowHideStack()