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