| /linux/drivers/misc/altera-stapl/ |
| H A D | altera-jtag.c | 590 int start_code = 0; in altera_irscan() local 600 start_code = 0; in altera_irscan() 611 start_code = 1; in altera_irscan() 622 start_code = 2; in altera_irscan() 663 start_code, in altera_irscan() 689 int start_code = 0; in altera_swap_ir() local 699 start_code = 0; in altera_swap_ir() 710 start_code = 1; in altera_swap_ir() 721 start_code = 2; in altera_swap_ir() 763 start_code, in altera_swap_ir() [all …]
|
| /linux/fs/ |
| H A D | binfmt_flat.c | 83 unsigned long start_code; /* Start of text segment */ member 310 unsigned long start_code; in calc_reloc() local 314 start_code = p->lib_list[0].start_code; in calc_reloc() 324 addr = r + start_code; in calc_reloc() 350 ptr = (unsigned long __user *)(current->mm->start_code + r.reloc.offset); in old_reloc() 362 val += current->mm->start_code; in old_reloc() 417 unsigned long start_code, end_code; in load_flat_file() local 690 start_code = textpos + sizeof(struct flat_hdr); in load_flat_file() 695 current->mm->start_code = start_code; in load_flat_file() 717 start_code, end_code, datapos, datapos + data_len, in load_flat_file() [all …]
|
| H A D | binfmt_elf_fdpic.c | 366 current->mm->start_code = 0; in load_elf_fdpic_binary() 449 kdebug("- start_code %lx", current->mm->start_code); in load_elf_fdpic_binary() 998 if (!mm->start_code) { in elf_fdpic_map_file_constdisp_on_uclinux() 999 mm->start_code = seg->addr; in elf_fdpic_map_file_constdisp_on_uclinux() 1175 if (!mm->start_code) { in elf_fdpic_map_file_by_direct_mmap() 1176 mm->start_code = maddr; in elf_fdpic_map_file_by_direct_mmap()
|
| /linux/arch/s390/include/asm/ |
| H A D | user.h | 59 unsigned long start_code; /* Starting virtual address of text. */ member
|
| /linux/arch/powerpc/include/asm/ |
| H A D | user.h | 38 unsigned long start_code; /* text starting address */ member
|
| /linux/arch/alpha/include/asm/ |
| H A D | user.h | 39 unsigned long start_code; /* text starting address */ member
|
| /linux/arch/sh/include/asm/ |
| H A D | user.h | 45 unsigned long start_code; /* text starting address */ member
|
| /linux/arch/arm/include/asm/ |
| H A D | user.h | 64 unsigned long start_code; /* Starting virtual address of text. */ member
|
| /linux/arch/m68k/include/asm/ |
| H A D | user.h | 69 unsigned long start_code; /* Starting virtual address of text. */ member
|
| /linux/arch/x86/include/asm/ |
| H A D | user_32.h | 113 unsigned long start_code; /* Starting virtual address of text. */ member
|
| H A D | user_64.h | 116 unsigned long start_code; /* Starting virtual address of text. */ member
|
| H A D | user32.h | 55 __u32 start_code; /* Starting virtual address of text. */ member
|
| /linux/tools/include/uapi/linux/ |
| H A D | prctl.h | 135 __u64 start_code; /* code section bounds */ member
|
| /linux/include/uapi/linux/ |
| H A D | prctl.h | 135 __u64 start_code; /* code section bounds */ member
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | prctl.h | 135 __u64 start_code; /* code section bounds */ member
|
| /linux/arch/nios2/kernel/ |
| H A D | process.c | 163 (int) current->mm->start_code, in dump()
|
| /linux/fs/proc/ |
| H A D | task_nommu.c | 113 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
|
| /linux/mm/ |
| H A D | debug.c | 182 "start_code %lx end_code %lx start_data %lx end_data %lx\n" in dump_mm() 211 mm->start_code, mm->end_code, mm->start_data, mm->end_data, in dump_mm()
|