Searched refs:recursion_depth (Results 1 – 3 of 3) sorted by relevance
34 unsigned int recursion_depth; /* only for search_binary_handler() */ member
1413 if (bprm->recursion_depth > 5) in search_binary_handler()1427 bprm->recursion_depth++; in search_binary_handler()1431 bprm->recursion_depth--; in search_binary_handler()
1967 with SCint to fix race condition. Use recursion_depth to keep track