Home
last modified time | relevance | path

Searched refs:load_bias (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/fs/
H A Dbinfmt_elf.c826 unsigned long load_bias = 0, phdr_addr = 0; in load_elf_binary() local
1050 retval = set_brk(elf_bss + load_bias, in load_elf_binary()
1051 elf_brk + load_bias, in load_elf_binary()
1061 load_bias, nbyte)) { in load_elf_binary()
1121 load_bias = ELF_ET_DYN_BASE; in load_elf_binary()
1123 load_bias += arch_mmap_rnd(); in load_elf_binary()
1126 load_bias &= ~(alignment - 1); in load_elf_binary()
1129 load_bias = 0; in load_elf_binary()
1138 load_bias = ELF_PAGESTART(load_bias - vaddr); in load_elf_binary()
1166 error = elf_map(bprm->file, load_bias + vaddr, elf_ppnt, in load_elf_binary()
[all …]
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h73 abi_ulong load_bias, in target_create_elf_tables() argument
114 NEW_AUX_ENT(AT_ENTRY, load_bias + exec->e_entry); in target_create_elf_tables()
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h70 abi_ulong load_bias, in target_create_elf_tables() argument
125 NEW_AUX_ENT(AT_ENTRY, load_bias + exec->e_entry); in target_create_elf_tables()
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h70 abi_ulong load_bias, in target_create_elf_tables() argument
125 NEW_AUX_ENT(AT_ENTRY, load_bias + exec->e_entry); in target_create_elf_tables()
/openbmc/qemu/linux-user/
H A Delfload.c1208 _regs->gpr[2] = val + infop->load_bias; in init_thread()
1210 infop->entry = val + infop->load_bias; in init_thread()
2204 abi_ulong load_bias);
3199 abi_ulong load_addr, load_bias, loaddr, hiaddr, error, align; in load_elf_image() local
3364 load_bias = load_addr - loaddr; in load_elf_image()
3373 info->pt_dynamic_addr = phdr[i].p_vaddr + load_bias; in load_elf_image()
3376 loadsegs->addr = phdr[i].p_vaddr + load_bias; in load_elf_image()
3385 info->load_bias = load_bias; in load_elf_image()
3386 info->code_offset = load_bias; in load_elf_image()
3387 info->data_offset = load_bias; in load_elf_image()
[all …]
H A Dqemu.h25 abi_ulong load_bias; member
/openbmc/qemu/include/tcg/
H A Ddebuginfo.h62 uint64_t load_bias) in debuginfo_report_elf() argument
/openbmc/qemu/bsd-user/
H A Dqemu.h58 abi_ulong load_bias; member
H A Delfload.c816 info->load_bias = 0; in load_elf_binary()