HomeSort by relevance Sort by last modified time
    Searched refs:RLIMIT_STACK (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/libiberty/
stack-limit.c 50 && defined(RLIMIT_STACK) && defined(RLIM_INFINITY)
52 if (getrlimit (RLIMIT_STACK, &rlim) == 0
60 setrlimit (RLIMIT_STACK, &rlim);
  /external/compiler-rt/test/asan/TestCases/Linux/
stack-overflow-recovery-mode.cc 20 int res = getrlimit(RLIMIT_STACK, &rlim);
24 res = setrlimit(RLIMIT_STACK, &rlim);
stack-overflow-sigbus.cc 30 int res = getrlimit(RLIMIT_STACK, &rlim);
34 res = setrlimit(RLIMIT_STACK, &rlim);
  /bionic/libc/kernel/uapi/asm-generic/
resource.h 24 #define RLIMIT_STACK 3
  /external/kernel-headers/original/uapi/asm-generic/
resource.h 19 #define RLIMIT_STACK 3 /* max stack size */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
resource.h 18 #define RLIMIT_STACK 3 /* max stack size */
61 * RLIMIT_STACK default maximum - some architectures override it:
  /external/ltp/testcases/kernel/syscalls/setrlimit/
setrlimit04.c 44 SAFE_SETRLIMIT(RLIMIT_STACK, &rlim);
  /external/mksh/src/
rlimits.opt 47 >s|RLIMIT_STACK
48 FN("stack(KiB)", RLIMIT_STACK, 1024
rlimits.gen 43 #ifdef RLIMIT_STACK
44 FN("stack(KiB)", RLIMIT_STACK, 1024, 's')
162 #ifdef RLIMIT_STACK
  /external/strace/xlat/
resources.h 56 #if defined(RLIMIT_STACK) || (defined(HAVE_DECL_RLIMIT_STACK) && HAVE_DECL_RLIMIT_STACK)
57 XLAT(RLIMIT_STACK),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
resource.h 48 RLIMIT_STACK = 3,
49 #define RLIMIT_STACK RLIMIT_STACK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
resource.h 48 RLIMIT_STACK = 3,
49 #define RLIMIT_STACK RLIMIT_STACK
  /bionic/tests/headers/posix/
sys_resource_h.c 62 MACRO(RLIMIT_STACK);
  /external/compiler-rt/test/asan/TestCases/Posix/
stack-overflow.cc 92 int res = getrlimit(RLIMIT_STACK, &rlim);
96 res = setrlimit(RLIMIT_STACK, &rlim);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
resource.h 88 #define RLIMIT_STACK 3 /* stack size */
  /external/compiler-rt/test/esan/TestCases/
large-stack-linux.c 17 Res = setrlimit(RLIMIT_STACK, &Limit);
  /external/ltp/testcases/kernel/syscalls/getrlimit/
getrlimit01.c 42 {RLIMIT_STACK, "RLIMIT_STACK"},
  /external/python/cpython3/Lib/test/libregrtest/
setup.py 66 soft, hard = resource.getrlimit(resource.RLIMIT_STACK)
68 resource.setrlimit(resource.RLIMIT_STACK, (newsoft, hard))
  /external/ltp/testcases/kernel/mem/thp/
thp01.c 136 SAFE_SETRLIMIT(RLIMIT_STACK, &rl);
  /external/toybox/toys/posix/
ulimit.c 66 RLIMIT_MSGQUEUE, RLIMIT_RTTIME, RLIMIT_RTPRIO, RLIMIT_STACK,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 97 rlim_t stack_size = getlim(RLIMIT_STACK);
102 return (uptr)getlim(RLIMIT_STACK);
106 setlim(RLIMIT_STACK, (rlim_t)limit);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
resource.c 265 #ifdef RLIMIT_STACK
266 PyModule_AddIntConstant(m, "RLIMIT_STACK", RLIMIT_STACK);
  /external/python/cpython2/Modules/
resource.c 282 #ifdef RLIMIT_STACK
283 PyModule_AddIntConstant(m, "RLIMIT_STACK", RLIMIT_STACK);
  /external/compiler-rt/lib/safestack/
safestack.cc 217 if (getrlimit(RLIMIT_STACK, &limit) == 0 && limit.rlim_cur != RLIM_INFINITY)
  /external/ltp/testcases/cve/
stack_clash.c 157 SAFE_SETRLIMIT(RLIMIT_STACK, &rlimit);

Completed in 830 milliseconds

1 2 3 4