Home
last modified time | relevance | path

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

/qemu/bsd-user/freebsd/
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()
/qemu/bsd-user/netbsd/
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()
/qemu/bsd-user/openbsd/
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()
/qemu/linux-user/
A Delfload.c3364 load_bias = load_addr - loaddr; 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()
3389 info->entry = ehdr->e_entry + load_bias; in load_elf_image()
3497 load_symbols(ehdr, src, load_bias); in load_elf_image()
3557 abi_ulong load_bias, load_addr; in load_elf_vdso() local
3565 load_bias = info->load_bias; in load_elf_vdso()
3708 syms[i].st_value += load_bias; in load_symbols()
3885 info->vdso = vdso_info.load_bias; in load_elf_binary()
[all …]
A Dqemu.h25 abi_ulong load_bias; member
/qemu/include/tcg/
A Ddebuginfo.h62 uint64_t load_bias) in debuginfo_report_elf() argument
/qemu/bsd-user/
A Dqemu.h58 abi_ulong load_bias; member
A Delfload.c816 info->load_bias = 0; in load_elf_binary()

Completed in 31 milliseconds