Home
last modified time | relevance | path

Searched refs:start_code (Results 1 – 25 of 54) sorted by relevance

123

/Linux-v4.19/drivers/misc/altera-stapl/
Daltera-jtag.c604 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-v4.19/fs/
Dbinfmt_flat.c68 unsigned long start_code; /* Start of text segment */ member
309 unsigned long start_code; in calc_reloc() local
345 start_code = p->lib_list[id].start_code; in calc_reloc()
355 addr = r + start_code; in calc_reloc()
380 ptr = (unsigned long __user *)(current->mm->start_code + r.reloc.offset); in old_reloc()
392 val += current->mm->start_code; in old_reloc()
422 unsigned long start_code, end_code; in load_flat_file() local
693 start_code = textpos + sizeof(struct flat_hdr); in load_flat_file()
699 current->mm->start_code = start_code; in load_flat_file()
722 start_code, end_code, datapos, datapos + data_len, in load_flat_file()
[all …]
/Linux-v4.19/arch/s390/include/asm/
Duser.h59 unsigned long start_code; /* Starting virtual address of text. */ member
72 #define HOST_TEXT_START_ADDR (u.start_code)
/Linux-v4.19/arch/alpha/include/asm/
Duser.h39 unsigned long start_code; /* text starting address */ member
50 #define HOST_TEXT_START_ADDR (u.start_code)
Da.out-core.h29 dump->start_code = current->mm->start_code; in aout_dump_thread()
32 dump->u_tsize = ((current->mm->end_code - dump->start_code) in aout_dump_thread()
/Linux-v4.19/arch/powerpc/include/asm/
Duser.h38 unsigned long start_code; /* text starting address */ member
49 #define HOST_TEXT_START_ADDR (u.start_code)
/Linux-v4.19/arch/ia64/include/asm/
Duser.h44 unsigned long start_code; /* text starting address */ member
55 #define HOST_TEXT_START_ADDR (u.start_code)
/Linux-v4.19/arch/h8300/include/asm/
Duser.h58 unsigned long start_code; /* Starting virtual address of text. */ member
72 #define HOST_TEXT_START_ADDR (u.start_code)
/Linux-v4.19/arch/sh/include/asm/
Duser.h52 unsigned long start_code; /* text starting address */ member
64 #define HOST_TEXT_START_ADDR (u.start_code)
/Linux-v4.19/arch/arm/include/asm/
Duser.h64 unsigned long start_code; /* Starting virtual address of text. */ member
82 #define HOST_TEXT_START_ADDR (u.start_code)
/Linux-v4.19/arch/m68k/include/asm/
Duser.h69 unsigned long start_code; /* Starting virtual address of text. */ member
84 #define HOST_TEXT_START_ADDR (u.start_code)
Da.out-core.h30 dump->start_code = 0; in aout_dump_thread()
/Linux-v4.19/arch/x86/include/asm/
Duser_32.h113 unsigned long start_code; /* Starting virtual address of text. */ member
129 #define HOST_TEXT_START_ADDR (u.start_code)
Duser_64.h116 unsigned long start_code; /* Starting virtual address of text. */ member
135 #define HOST_TEXT_START_ADDR (u.start_code)
Duser32.h55 __u32 start_code; /* Starting virtual address of text. */ member
Da.out-core.h31 dump->start_code = 0; in aout_dump_thread()
/Linux-v4.19/arch/microblaze/kernel/
Dptrace.c96 val = child->mm->start_code; in arch_ptrace()
101 - child->mm->start_code; in arch_ptrace()
/Linux-v4.19/arch/s390/kernel/
Dcompat_ptrace.h45 u32 start_code; /* Starting virtual address of text. */ member
/Linux-v4.19/include/uapi/linux/
Dprctl.h135 __u64 start_code; /* code section bounds */ member
/Linux-v4.19/tools/include/uapi/linux/
Dprctl.h135 __u64 start_code; /* code section bounds */ member
/Linux-v4.19/arch/h8300/kernel/
Dtraps.c65 (int) current->mm->start_code, in dump()
Dsetup.c103 init_mm.start_code = (unsigned long) _stext; in setup_arch()
/Linux-v4.19/arch/nios2/kernel/
Dsetup.c153 init_mm.start_code = (unsigned long) _stext; in setup_arch()
/Linux-v4.19/arch/m68k/kernel/
Dsetup_no.c92 init_mm.start_code = (unsigned long) &_stext; in setup_arch()
/Linux-v4.19/arch/arc/mm/
Dinit.c111 init_mm.start_code = (unsigned long)_text; in setup_arch_memory()

123