tag | line | file | source code |
end_data | 252 | fs/binfmt_elf.c | (current->mm->end_data = interp_ex->a_data + |
end_data | 314 | fs/binfmt_elf.c | unsigned int start_code, end_code, end_data; |
end_data | 386 | fs/binfmt_elf.c | end_data = 0; |
end_data | 496 | fs/binfmt_elf.c | current->mm->end_data = 0; |
end_data | 569 | fs/binfmt_elf.c | if(end_data < k) end_data = k; |
end_data | 613 | fs/binfmt_elf.c | current->mm->end_data = end_data; |
end_data | 629 | fs/binfmt_elf.c | printk("(end_data) %x\n" , current->mm->end_data); |
end_data | 820 | 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 | 223 | ibcs/binfmt_elf.c | (current->mm->end_data = interp_ex->a_data + |
end_data | 282 | ibcs/binfmt_elf.c | unsigned int start_code, end_code, end_data; |
end_data | 336 | ibcs/binfmt_elf.c | end_data = 0; |
end_data | 428 | ibcs/binfmt_elf.c | current->mm->end_data = 0; |
end_data | 498 | ibcs/binfmt_elf.c | if(end_data < k) end_data = k; |
end_data | 537 | ibcs/binfmt_elf.c | current->mm->end_data = end_data; |
end_data | 219 | include/linux/sched.h | unsigned long start_code, end_code, end_data; |