tag | line | file | source code |
---|---|---|---|
LIBRARY_SIZE | 345 | fs/exec.c | data_base += data_limit - LIBRARY_SIZE; |
LIBRARY_SIZE | 591 | fs/exec.c | p -= LIBRARY_SIZE + MAX_ARG_PAGES*PAGE_SIZE; |
LIBRARY_SIZE | 19 | include/linux/sched.h | #if (LIBRARY_SIZE & 0x3fffff) |
LIBRARY_SIZE | 23 | include/linux/sched.h | #if (LIBRARY_SIZE >= (TASK_SIZE/2)) |
LIBRARY_SIZE | 31 | include/linux/sched.h | #define LIBRARY_OFFSET (TASK_SIZE - LIBRARY_SIZE) |