/linux/drivers/misc/altera-stapl/ |
A D | altera-jtag.c | 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() 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() 803 start_code = 0; in altera_drscan() 814 start_code = 1; in altera_drscan() [all …]
|
/linux/fs/ |
A D | binfmt_flat.c | 85 unsigned long start_code; /* Start of text segment */ member 332 unsigned long start_code; in calc_reloc() local 368 start_code = p->lib_list[id].start_code; in calc_reloc() 378 addr = r + start_code; in calc_reloc() 416 val += current->mm->start_code; in old_reloc() 447 unsigned long start_code, end_code; in load_flat_file() local 730 start_code = textpos + sizeof(struct flat_hdr); in load_flat_file() 736 current->mm->start_code = start_code; in load_flat_file() 759 start_code, end_code, datapos, datapos + data_len, in load_flat_file() 764 libinfo->lib_list[id].start_code = start_code; in load_flat_file() [all …]
|
A D | binfmt_elf_fdpic.c | 359 current->mm->start_code = 0; in load_elf_fdpic_binary() 441 kdebug("- start_code %lx", current->mm->start_code); in load_elf_fdpic_binary() 987 if (!mm->start_code) { in elf_fdpic_map_file_constdisp_on_uclinux() 988 mm->start_code = seg->addr; in elf_fdpic_map_file_constdisp_on_uclinux() 1161 if (!mm->start_code) { in elf_fdpic_map_file_by_direct_mmap() 1162 mm->start_code = maddr; in elf_fdpic_map_file_by_direct_mmap()
|
A D | binfmt_elf.c | 837 unsigned long start_code, end_code, start_data, end_data; in load_elf_binary() local 1026 start_code = ~0UL; in load_elf_binary() 1173 if ((elf_ppnt->p_flags & PF_X) && k < start_code) in load_elf_binary() 1174 start_code = k; in load_elf_binary() 1209 start_code += load_bias; in load_elf_binary() 1277 mm->start_code = start_code; in load_elf_binary()
|
/linux/mm/ |
A D | init-mm.c | 44 void setup_initial_init_mm(void *start_code, void *end_code, in setup_initial_init_mm() argument 47 init_mm.start_code = (unsigned long)start_code; in setup_initial_init_mm()
|
/linux/arch/s390/include/asm/ |
A D | user.h | 59 unsigned long start_code; /* Starting virtual address of text. */ member 72 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux/arch/powerpc/include/asm/ |
A D | user.h | 38 unsigned long start_code; /* text starting address */ member 49 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux/arch/alpha/include/asm/ |
A D | user.h | 39 unsigned long start_code; /* text starting address */ member 50 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux/arch/ia64/include/asm/ |
A D | user.h | 44 unsigned long start_code; /* text starting address */ member 55 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux/arch/h8300/include/asm/ |
A D | user.h | 58 unsigned long start_code; /* Starting virtual address of text. */ member 72 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux/arch/sh/include/asm/ |
A D | user.h | 45 unsigned long start_code; /* text starting address */ member 57 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux/arch/arm/include/asm/ |
A D | user.h | 64 unsigned long start_code; /* Starting virtual address of text. */ member 82 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux/arch/m68k/include/asm/ |
A D | user.h | 69 unsigned long start_code; /* Starting virtual address of text. */ member 84 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux/arch/x86/include/asm/ |
A D | user_32.h | 113 unsigned long start_code; /* Starting virtual address of text. */ member 129 #define HOST_TEXT_START_ADDR (u.start_code)
|
A D | user_64.h | 116 unsigned long start_code; /* Starting virtual address of text. */ member 135 #define HOST_TEXT_START_ADDR (u.start_code)
|
A D | user32.h | 55 __u32 start_code; /* Starting virtual address of text. */ member
|
/linux/arch/microblaze/kernel/ |
A D | ptrace.c | 96 val = child->mm->start_code; in arch_ptrace() 101 - child->mm->start_code; in arch_ptrace()
|
/linux/arch/s390/kernel/ |
A D | compat_ptrace.h | 45 u32 start_code; /* Starting virtual address of text. */ member
|
/linux/arch/h8300/kernel/ |
A D | traps.c | 61 (int) current->mm->start_code, in dump()
|
/linux/tools/include/uapi/linux/ |
A D | prctl.h | 135 __u64 start_code; /* code section bounds */ member
|
/linux/include/uapi/linux/ |
A D | prctl.h | 135 __u64 start_code; /* code section bounds */ member
|
/linux/arch/sh/kernel/ |
A D | ptrace_32.c | 376 tmp = child->mm->start_code; in arch_ptrace() 382 tmp = child->mm->end_code - child->mm->start_code; in arch_ptrace()
|
/linux/kernel/ |
A D | sys.c | 1890 offsetof(struct prctl_mm_map, start_code), in validate_prctl_map_addr() 1921 error = __prctl_check_order(start_code, <, end_code); in validate_prctl_map_addr() 2025 mm->start_code = prctl_map.start_code; in prctl_set_mm_map() 2129 prctl_map.start_code = mm->start_code; in prctl_set_mm() 2143 prctl_map.start_code = addr; in prctl_set_mm() 2202 mm->start_code = prctl_map.start_code; in prctl_set_mm()
|
/linux/arch/nios2/kernel/ |
A D | process.c | 162 (int) current->mm->start_code, in dump()
|
/linux/arch/m68k/kernel/ |
A D | ptrace.c | 187 tmp = child->mm->start_code; in arch_ptrace()
|