/linux-4.1.27/drivers/misc/altera-stapl/ |
D | altera-jtag.c | 604 int start_code = 0; in altera_irscan() local 614 start_code = 0; in altera_irscan() 625 start_code = 1; in altera_irscan() 636 start_code = 2; in altera_irscan() 677 start_code, in altera_irscan() 703 int start_code = 0; in altera_swap_ir() local 713 start_code = 0; in altera_swap_ir() 724 start_code = 1; in altera_swap_ir() 735 start_code = 2; in altera_swap_ir() 777 start_code, in altera_swap_ir() [all …]
|
/linux-4.1.27/fs/ |
D | binfmt_flat.c | 77 unsigned long start_code; /* Start of text segment */ member 320 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 *) (current->mm->start_code + r.reloc.offset); in old_reloc() 406 *ptr += current->mm->start_code; in old_reloc() 440 unsigned long start_code, end_code; in load_flat_file() local 668 start_code = textpos + sizeof (struct flat_hdr); in load_flat_file() 671 current->mm->start_code = start_code; in load_flat_file() 690 (int) start_code, (int) end_code, in load_flat_file() [all …]
|
D | binfmt_aout.c | 57 u.start_code)) in aout_core_dump() 252 (current->mm->start_code = N_TXTADDR(ex)); in load_aout_binary()
|
D | binfmt_elf_fdpic.c | 330 current->mm->start_code = 0; in load_elf_fdpic_binary() 413 kdebug("- start_code %lx", current->mm->start_code); in load_elf_fdpic_binary() 980 if (!mm->start_code) { in elf_fdpic_map_file_constdisp_on_uclinux() 981 mm->start_code = seg->addr; in elf_fdpic_map_file_constdisp_on_uclinux() 1157 if (!mm->start_code) { in elf_fdpic_map_file_by_direct_mmap() 1158 mm->start_code = maddr; in elf_fdpic_map_file_by_direct_mmap()
|
D | binfmt_elf.c | 676 unsigned long start_code, end_code, start_data, end_data; in load_elf_binary() local 715 start_code = ~0UL; in load_elf_binary() 945 if (k < start_code) in load_elf_binary() 946 start_code = k; in load_elf_binary() 979 start_code += load_bias; in load_elf_binary() 1048 current->mm->start_code = start_code; in load_elf_binary()
|
/linux-4.1.27/arch/frv/include/asm/ |
D | user.h | 64 unsigned long start_code; /* Starting virtual address of text. */ member 77 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux-4.1.27/arch/s390/include/asm/ |
D | user.h | 58 unsigned long start_code; /* Starting virtual address of text. */ member 71 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | user.h | 33 unsigned long start_code; /* Starting virtual address of text. */ member 50 #define HOST_TEXT_START_ADDR +(u.start_code)
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | user.h | 37 unsigned long start_code; /* text starting address */ member 48 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | user.h | 37 unsigned long start_code; /* text starting address */ member 48 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux-4.1.27/arch/cris/include/asm/ |
D | user.h | 37 unsigned long start_code; /* text starting address */ member 48 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | user.h | 38 unsigned long start_code; /* text starting address */ member 49 #define HOST_TEXT_START_ADDR (u.start_code)
|
D | a.out-core.h | 28 dump->start_code = current->mm->start_code; in aout_dump_thread() 31 dump->u_tsize = ((current->mm->end_code - dump->start_code) in aout_dump_thread()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | user.h | 43 unsigned long start_code; /* text starting address */ member 54 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | user.h | 50 unsigned long start_code; /* text starting address */ member 61 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux-4.1.27/arch/sh/include/asm/ |
D | user.h | 51 unsigned long start_code; /* text starting address */ member 63 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux-4.1.27/arch/arm/include/asm/ |
D | user.h | 63 unsigned long start_code; /* Starting virtual address of text. */ member 81 #define HOST_TEXT_START_ADDR (u.start_code)
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | user.h | 68 unsigned long start_code; /* Starting virtual address of text. */ member 83 #define HOST_TEXT_START_ADDR (u.start_code)
|
D | a.out-core.h | 29 dump->start_code = 0; in aout_dump_thread()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | user_32.h | 112 unsigned long start_code; /* Starting virtual address of text. */ member 128 #define HOST_TEXT_START_ADDR (u.start_code)
|
D | user_64.h | 115 unsigned long start_code; /* Starting virtual address of text. */ member 134 #define HOST_TEXT_START_ADDR (u.start_code)
|
D | user32.h | 54 __u32 start_code; /* Starting virtual address of text. */ member
|
D | a.out-core.h | 29 dump->start_code = 0; in aout_dump_thread()
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | ptrace.c | 95 val = child->mm->start_code; in arch_ptrace() 100 - child->mm->start_code; in arch_ptrace()
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_ptrace.h | 44 u32 start_code; /* Starting virtual address of text. */ member
|
D | setup.c | 835 init_mm.start_code = PAGE_OFFSET; in setup_arch()
|
/linux-4.1.27/arch/frv/kernel/ |
D | ptrace.c | 279 tmp = child->mm->end_code - child->mm->start_code; in arch_ptrace() 291 tmp = child->mm->start_code; in arch_ptrace()
|
D | setup.c | 805 init_mm.start_code = (unsigned long) _stext; in setup_arch()
|
/linux-4.1.27/include/uapi/linux/ |
D | prctl.h | 134 __u64 start_code; /* code section bounds */ member
|
/linux-4.1.27/arch/arc/mm/ |
D | init.c | 77 init_mm.start_code = (unsigned long)_text; in setup_arch_memory()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | trace.c | 155 (address > current->mm->start_code) && in decode_address() 157 offset = address - current->mm->start_code; in decode_address() 768 (void *)current->mm->start_code, in dump_bfin_process() 834 if ((fp + 1)->pc >= current->mm->start_code && in dump_bfin_mem()
|
D | ptrace.c | 51 tmp = task->mm->start_code; in get_reg()
|
D | setup.c | 666 init_mm.start_code = (unsigned long)_stext; in memory_setup()
|
/linux-4.1.27/arch/nios2/kernel/ |
D | setup.c | 149 init_mm.start_code = (unsigned long) _stext; in setup_arch()
|
D | process.c | 158 (int) current->mm->start_code, in dump()
|
/linux-4.1.27/arch/cris/kernel/ |
D | setup.c | 95 init_mm.start_code = (unsigned long) &text_start; in setup_arch()
|
/linux-4.1.27/arch/sh/kernel/ |
D | ptrace_32.c | 407 tmp = child->mm->start_code; in arch_ptrace() 413 tmp = child->mm->end_code - child->mm->start_code; in arch_ptrace()
|
D | setup.c | 266 init_mm.start_code = (unsigned long) _text; in setup_arch()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | setup_32.c | 299 init_mm.start_code = (unsigned long)_stext; in setup_arch()
|
D | setup_64.c | 682 init_mm.start_code = (unsigned long)_stext; in setup_arch()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | setup_no.c | 158 init_mm.start_code = (unsigned long) &_stext; in setup_arch()
|
D | ptrace.c | 187 tmp = child->mm->start_code; in arch_ptrace()
|
D | setup_mm.c | 268 init_mm.start_code = PAGE_OFFSET; in setup_arch()
|
/linux-4.1.27/arch/avr32/kernel/ |
D | setup.c | 83 kernel_code.start = __pa(init_mm.start_code); in resource_init() 558 init_mm.start_code = (unsigned long)_stext; in setup_arch()
|
/linux-4.1.27/include/linux/ |
D | mm_types.h | 382 unsigned long start_code, end_code, start_data, end_data; member
|
/linux-4.1.27/mm/ |
D | debug.c | 213 mm->start_code, mm->end_code, mm->start_data, mm->end_data, in dump_mm()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | setup.c | 115 init_mm.start_code = (unsigned long)&_text; in setup_arch()
|
/linux-4.1.27/arch/x86/ia32/ |
D | ia32_aout.c | 60 dump->start_code = 0; in dump_thread32() 304 (current->mm->start_code = N_TXTADDR(ex)); in load_aout_binary()
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | setup.c | 244 init_mm.start_code = (unsigned long) _stext; in setup_arch()
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | setup.c | 292 init_mm.start_code = (unsigned long)_stext; in setup_arch()
|
/linux-4.1.27/arch/m32r/kernel/ |
D | setup.c | 257 init_mm.start_code = (unsigned long) _text; in setup_arch()
|
/linux-4.1.27/arch/c6x/kernel/ |
D | setup.c | 353 init_mm.start_code = (unsigned long) &_stext; in setup_arch()
|
/linux-4.1.27/arch/metag/kernel/ |
D | setup.c | 355 init_mm.start_code = (unsigned long)(&_stext); in setup_arch()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | setup.c | 379 init_mm.start_code = (unsigned long) _text; in setup_arch()
|
D | ptrace.c | 868 tmp = tsk->mm->start_code; in compat_ptrace_read_user()
|
/linux-4.1.27/kernel/ |
D | sys.c | 1737 offsetof(struct prctl_mm_map, start_code), in validate_prctl_map() 1768 error = __prctl_check_order(start_code, <, end_code); in validate_prctl_map() 1877 mm->start_code = prctl_map.start_code; in prctl_set_mm_map() 1938 mm->start_code = addr; in prctl_set_mm()
|
/linux-4.1.27/fs/proc/ |
D | task_nommu.c | 115 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
|
D | array.c | 486 seq_put_decimal_ull(m, ' ', mm ? (permitted ? mm->start_code : 1) : 0); in do_task_stat()
|
D | task_mmu.c | 42 text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) >> 10; in task_mem() 84 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
|
/linux-4.1.27/arch/arm/kernel/ |
D | setup.c | 928 init_mm.start_code = (unsigned long) _text; in setup_arch()
|
D | ptrace.c | 269 tmp = tsk->mm->start_code; in ptrace_read_user()
|
/linux-4.1.27/arch/x86/kernel/ |
D | setup.c | 962 init_mm.start_code = (unsigned long) _text; in setup_arch()
|
/linux-4.1.27/arch/arm/mm/ |
D | mmu.c | 1410 map_start = init_mm.start_code & PMD_MASK; in early_paging_init()
|
/linux-4.1.27/arch/tile/kernel/ |
D | setup.c | 1479 init_mm.start_code = (unsigned long) _text; in setup_arch()
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 304 start_code address above which program text can run
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3320 page_table_lock = {}, context = 138, start_code = 0, end_code = 0,
|