/Linux-v5.4/drivers/misc/altera-stapl/ |
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-v5.4/fs/ |
D | binfmt_flat.c | 79 unsigned long start_code; /* Start of text segment */ member 321 unsigned long start_code; in calc_reloc() local 357 start_code = p->lib_list[id].start_code; in calc_reloc() 367 addr = r + start_code; in calc_reloc() 393 ptr = (unsigned long __user *)(current->mm->start_code + r.reloc.offset); in old_reloc() 405 val += current->mm->start_code; in old_reloc() 436 unsigned long start_code, end_code; in load_flat_file() local 713 start_code = textpos + sizeof(struct flat_hdr); in load_flat_file() 719 current->mm->start_code = start_code; in load_flat_file() 742 start_code, end_code, datapos, datapos + data_len, in load_flat_file() [all …]
|
/Linux-v5.4/arch/s390/include/asm/ |
D | user.h | 59 unsigned long start_code; /* Starting virtual address of text. */ member 72 #define HOST_TEXT_START_ADDR (u.start_code)
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | user.h | 38 unsigned long start_code; /* text starting address */ member 49 #define HOST_TEXT_START_ADDR (u.start_code)
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | user.h | 39 unsigned long start_code; /* text starting address */ member 50 #define HOST_TEXT_START_ADDR (u.start_code)
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | user.h | 44 unsigned long start_code; /* text starting address */ member 55 #define HOST_TEXT_START_ADDR (u.start_code)
|
/Linux-v5.4/arch/h8300/include/asm/ |
D | user.h | 58 unsigned long start_code; /* Starting virtual address of text. */ member 72 #define HOST_TEXT_START_ADDR (u.start_code)
|
/Linux-v5.4/arch/sh/include/asm/ |
D | user.h | 52 unsigned long start_code; /* text starting address */ member 64 #define HOST_TEXT_START_ADDR (u.start_code)
|
/Linux-v5.4/arch/arm/include/asm/ |
D | user.h | 64 unsigned long start_code; /* Starting virtual address of text. */ member 82 #define HOST_TEXT_START_ADDR (u.start_code)
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | user.h | 69 unsigned long start_code; /* Starting virtual address of text. */ member 84 #define HOST_TEXT_START_ADDR (u.start_code)
|
/Linux-v5.4/arch/x86/include/asm/ |
D | user_32.h | 113 unsigned long start_code; /* Starting virtual address of text. */ member 129 #define HOST_TEXT_START_ADDR (u.start_code)
|
D | user_64.h | 116 unsigned long start_code; /* Starting virtual address of text. */ member 135 #define HOST_TEXT_START_ADDR (u.start_code)
|
D | user32.h | 55 __u32 start_code; /* Starting virtual address of text. */ member
|
/Linux-v5.4/arch/microblaze/kernel/ |
D | ptrace.c | 96 val = child->mm->start_code; in arch_ptrace() 101 - child->mm->start_code; in arch_ptrace()
|
/Linux-v5.4/arch/riscv/kernel/ |
D | setup.c | 58 init_mm.start_code = (unsigned long) _stext; in setup_arch()
|
/Linux-v5.4/arch/s390/kernel/ |
D | compat_ptrace.h | 45 u32 start_code; /* Starting virtual address of text. */ member
|
/Linux-v5.4/include/uapi/linux/ |
D | prctl.h | 135 __u64 start_code; /* code section bounds */ member
|
/Linux-v5.4/tools/include/uapi/linux/ |
D | prctl.h | 135 __u64 start_code; /* code section bounds */ member
|
/Linux-v5.4/arch/nios2/kernel/ |
D | setup.c | 155 init_mm.start_code = (unsigned long) _stext; in setup_arch()
|
/Linux-v5.4/arch/h8300/kernel/ |
D | traps.c | 65 (int) current->mm->start_code, in dump()
|
D | setup.c | 103 init_mm.start_code = (unsigned long) _stext; in setup_arch()
|
/Linux-v5.4/arch/arc/mm/ |
D | init.c | 89 init_mm.start_code = (unsigned long)_text; in setup_arch_memory()
|
/Linux-v5.4/arch/m68k/kernel/ |
D | setup_no.c | 91 init_mm.start_code = (unsigned long) &_stext; in setup_arch()
|
/Linux-v5.4/arch/csky/kernel/ |
D | setup.c | 119 init_mm.start_code = (unsigned long) _stext; in setup_arch()
|
/Linux-v5.4/kernel/ |
D | sys.c | 1886 offsetof(struct prctl_mm_map, start_code), in validate_prctl_map_addr() 1917 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()
|