Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/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()
446 unsigned long start_code, end_code; in load_flat_file() local
718 start_code = textpos + sizeof(struct flat_hdr); in load_flat_file()
724 current->mm->start_code = start_code; in load_flat_file()
747 start_code, end_code, datapos, datapos + data_len, in load_flat_file()
[all …]
Dbinfmt_aout.c58 u.start_code)) in aout_core_dump()
250 (current->mm->start_code = N_TXTADDR(ex)); in load_aout_binary()
Dbinfmt_elf_fdpic.c363 current->mm->start_code = 0; in load_elf_fdpic_binary()
446 kdebug("- start_code %lx", current->mm->start_code); in load_elf_fdpic_binary()
986 if (!mm->start_code) { in elf_fdpic_map_file_constdisp_on_uclinux()
987 mm->start_code = seg->addr; in elf_fdpic_map_file_constdisp_on_uclinux()
1163 if (!mm->start_code) { in elf_fdpic_map_file_by_direct_mmap()
1164 mm->start_code = maddr; in elf_fdpic_map_file_by_direct_mmap()
Dbinfmt_elf.c703 unsigned long start_code, end_code, start_data, end_data; in load_elf_binary() local
745 start_code = ~0UL; in load_elf_binary()
1030 if (k < start_code) in load_elf_binary()
1031 start_code = k; in load_elf_binary()
1066 start_code += load_bias; in load_elf_binary()
1134 current->mm->start_code = start_code; in load_elf_binary()
/linux-4.19.296/include/uapi/linux/
Dprctl.h135 __u64 start_code; /* code section bounds */ member
/linux-4.19.296/include/linux/
Dmm_types.h415 unsigned long start_code, end_code, start_data, end_data; member
/linux-4.19.296/fs/proc/
Dtask_nommu.c118 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
Darray.c555 seq_put_decimal_ull(m, " ", mm ? (permitted ? mm->start_code : 1) : 0); in do_task_stat()
Dtask_mmu.c54 text = PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK); in task_mem()
93 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()