OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:call_stack_bottom
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/callgrind/
threads.c
213
es->
call_stack_bottom
= CLG_(current_call_stack).sp;
232
if (CLG_(current_call_stack).sp == es->
call_stack_bottom
)
253
while(CLG_(current_call_stack).sp > es->
call_stack_bottom
)
311
/* not initialized:
call_stack_bottom
, sig */
334
es->
call_stack_bottom
= 0;
global.h
531
Int
call_stack_bottom
; /* Index into fn_stack */
member in struct:_exec_state
Completed in 77 milliseconds