Home
last modified time | relevance | path

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

12

/openbmc/qemu/linux-user/
H A Dflatload.c55 abi_ulong start_code; /* Start of text segment */ member
116 abi_ulong start_code; in calc_reloc() local
122 start_code = p[id].start_code; in calc_reloc()
128 (int) r,(int)(start_brk-start_code),(int)text_len); in calc_reloc()
133 addr = r + start_code; in calc_reloc()
161 ptr = (uint32_t *) ((unsigned long) libinfo->start_code + offset); in old_reloc()
174 *ptr += libinfo->start_code; in old_reloc()
204 abi_ulong start_code; in load_flat_file() local
340 start_code = textpos + sizeof (struct flat_hdr); in load_flat_file()
344 (int) start_code, (int) (textpos + text_len), in load_flat_file()
[all …]
/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera-jtag.c590 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 …]
/openbmc/linux/mm/
H A Dinit-mm.c53 void setup_initial_init_mm(void *start_code, void *end_code, in setup_initial_init_mm() argument
56 init_mm.start_code = (unsigned long)start_code; in setup_initial_init_mm()
/openbmc/linux/fs/
H A Dbinfmt_flat.c83 unsigned long start_code; /* Start of text segment */ member
310 unsigned long start_code; in calc_reloc() local
314 start_code = p->lib_list[0].start_code; in calc_reloc()
324 addr = r + start_code; in calc_reloc()
350 ptr = (unsigned long __user *)(current->mm->start_code + r.reloc.offset); in old_reloc()
362 val += current->mm->start_code; in old_reloc()
417 unsigned long start_code, end_code; in load_flat_file() local
690 start_code = textpos + sizeof(struct flat_hdr); in load_flat_file()
695 current->mm->start_code = start_code; in load_flat_file()
717 start_code, end_code, datapos, datapos + data_len, in load_flat_file()
[all …]
H A Dbinfmt_elf_fdpic.c358 current->mm->start_code = 0; in load_elf_fdpic_binary()
441 kdebug("- start_code %lx", current->mm->start_code); in load_elf_fdpic_binary()
983 if (!mm->start_code) { in elf_fdpic_map_file_constdisp_on_uclinux()
984 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()
H A Dbinfmt_elf.c837 unsigned long start_code, end_code, start_data, end_data; in load_elf_binary() local
1027 start_code = ~0UL; in load_elf_binary()
1194 if ((elf_ppnt->p_flags & PF_X) && k < start_code) in load_elf_binary()
1195 start_code = k; in load_elf_binary()
1231 start_code += load_bias; in load_elf_binary()
1299 mm->start_code = start_code; in load_elf_binary()
/openbmc/linux/arch/microblaze/kernel/
H A Dptrace.c95 val = child->mm->start_code; in arch_ptrace()
100 - child->mm->start_code; in arch_ptrace()
/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Dhw_data.c236 .start_code = 1,
247 .start_code = 1,
256 .start_code = 0,
/openbmc/qemu/contrib/plugins/
H A Ddrcov.c48 uint64_t start_code = qemu_plugin_start_code(); in printf_header() local
52 start_code, end_code, entry, path); in printf_header()
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dhw_data.c286 .start_code = 6,
301 .start_code = 6,
318 .start_code = 0x17,
334 .start_code = 0x17,
/openbmc/linux/arch/s390/include/asm/
H A Duser.h59 unsigned long start_code; /* Starting virtual address of text. */ member
/openbmc/linux/arch/powerpc/include/asm/
H A Duser.h38 unsigned long start_code; /* text starting address */ member
/openbmc/linux/arch/alpha/include/asm/
H A Duser.h39 unsigned long start_code; /* text starting address */ member
/openbmc/linux/arch/ia64/include/asm/
H A Duser.h44 unsigned long start_code; /* text starting address */ member
/openbmc/linux/arch/sh/include/asm/
H A Duser.h45 unsigned long start_code; /* text starting address */ member
/openbmc/linux/arch/arm/include/asm/
H A Duser.h64 unsigned long start_code; /* Starting virtual address of text. */ member
/openbmc/linux/arch/m68k/include/asm/
H A Duser.h69 unsigned long start_code; /* Starting virtual address of text. */ member
/openbmc/linux/arch/x86/include/asm/
H A Duser_32.h113 unsigned long start_code; /* Starting virtual address of text. */ member
H A Duser_64.h116 unsigned long start_code; /* Starting virtual address of text. */ member
H A Duser32.h55 __u32 start_code; /* Starting virtual address of text. */ member
/openbmc/linux/arch/s390/kernel/
H A Dcompat_ptrace.h45 u32 start_code; /* Starting virtual address of text. */ member
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_helpers.c391 u32 start_code; in vpu_helper_find_startcode() local
403 start_code = 0x00000001; in vpu_helper_find_startcode()
413 if (val == start_code) { in vpu_helper_find_startcode()
/openbmc/linux/arch/sh/kernel/
H A Dptrace_32.c375 tmp = child->mm->start_code; in arch_ptrace()
381 tmp = child->mm->end_code - child->mm->start_code; in arch_ptrace()
/openbmc/linux/include/uapi/linux/
H A Dprctl.h135 __u64 start_code; /* code section bounds */ member
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h135 __u64 start_code; /* code section bounds */ member

12