HomeSort by relevance Sort by last modified time
    Searched refs:__constructor_order (Results 1 - 2 of 2) sorted by null

  /external/linux-kselftest/tools/testing/selftests/seccomp/
test_harness.h 302 if (!__constructor_order) \
303 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD; \
409 static int __constructor_order; variable
419 * __constructor_order to detect which direction is called first
433 if (__constructor_order == _CONSTRUCTOR_ORDER_FORWARD) {
531 if (!__constructor_order)
532 __constructor_order = _CONSTRUCTOR_ORDER_FORWARD;
  /external/seccomp-tests/linux/
test_harness.h 306 if (!__constructor_order) \
307 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD; \
413 static int __constructor_order; variable
423 * __constructor_order to detect which direction is called first
437 if (__constructor_order == _CONSTRUCTOR_ORDER_FORWARD) {
535 if (!__constructor_order)
536 __constructor_order = _CONSTRUCTOR_ORDER_FORWARD;

Completed in 56 milliseconds