tag | line | file | source code |
end_data | 460 | fs/binfmt_coff.c | current->mm->end_data = data_vaddr + data_size; |
end_data | 214 | fs/binfmt_elf.c | (current->mm->end_data = interp_ex->a_data + |
end_data | 273 | fs/binfmt_elf.c | unsigned int start_code, end_code, end_data; |
end_data | 327 | fs/binfmt_elf.c | end_data = 0; |
end_data | 419 | fs/binfmt_elf.c | current->mm->end_data = 0; |
end_data | 489 | fs/binfmt_elf.c | if(end_data < k) end_data = k; |
end_data | 519 | fs/binfmt_elf.c | current->mm->end_data = end_data; |
end_data | 833 | fs/exec.c | (current->mm->end_data = ex.a_data + |
end_data | 460 | ibcs/binfmt_coff.c | current->mm->end_data = data_vaddr + data_size; |
end_data | 214 | ibcs/binfmt_elf.c | (current->mm->end_data = interp_ex->a_data + |
end_data | 273 | ibcs/binfmt_elf.c | unsigned int start_code, end_code, end_data; |
end_data | 327 | ibcs/binfmt_elf.c | end_data = 0; |
end_data | 419 | ibcs/binfmt_elf.c | current->mm->end_data = 0; |
end_data | 489 | ibcs/binfmt_elf.c | if(end_data < k) end_data = k; |
end_data | 519 | ibcs/binfmt_elf.c | current->mm->end_data = end_data; |
end_data | 217 | include/linux/sched.h | unsigned long start_code, end_code, end_data; |
end_data | 452 | ipc/shm.c | if (addr < current->mm->end_data) { |
end_data | 871 | mm/memory.c | if (address >= tsk->mm->end_data && address < tsk->mm->brk) |