tag | line | file | source code |
---|---|---|---|
RLIMIT_CORE | 99 | fs/binfmt_aout.c | if (current->rlim[RLIMIT_CORE].rlim_cur < PAGE_SIZE) |
RLIMIT_CORE | 141 | fs/binfmt_aout.c | current->rlim[RLIMIT_CORE].rlim_cur) |
RLIMIT_CORE | 146 | fs/binfmt_aout.c | current->rlim[RLIMIT_CORE].rlim_cur) |
RLIMIT_CORE | 948 | fs/binfmt_elf.c | int limit = current->rlim[RLIMIT_CORE].rlim_cur; |