Home
last modified time | relevance | path

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

/openbsd/lib/libc/stdlib/
H A Datexit.c150 static int call_depth; in __cxa_finalize() local
156 call_depth++; in __cxa_finalize()
184 call_depth--; in __cxa_finalize()
191 if (dso == NULL && call_depth == 0) { in __cxa_finalize()
/openbsd/gnu/usr.bin/perl/lib/
H A Ddeprecate.pm40 my $call_depth=1;
42 while (@caller = caller $call_depth++) {
/openbsd/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-script.c243 do_restore_user_call_depth (void * call_depth) in do_restore_user_call_depth() argument
245 int * depth = call_depth; in do_restore_user_call_depth()