Home
last modified time | relevance | path

Searched refs:loaddr (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Duser-internals.h78 * @loaddr: the lowest fixed address within the executable
83 * If @loaddr == 0, then no address in the executable is fixed, i.e.
90 * target_mmap(loaddr, hiaddr - loaddr + 1, ...)
95 abi_ulong loaddr, abi_ulong hiaddr);
H A Delfload.c1272 abi_ulong load_addr, load_bias, loaddr, hiaddr, error, align;
1312 loaddr = -1, hiaddr = 0; in elf_core_copy_regs()
1319 if (a < loaddr) { in elf_core_copy_regs()
1320 loaddr = a; in elf_core_copy_regs()
1355 load_addr = loaddr;
1365 probe_guest_base(image_name, loaddr, hiaddr); in elf_core_copy_regs()
1371 probe_guest_base(image_name, 0, hiaddr - loaddr); in elf_core_copy_regs()
1408 reserve_size = (size_t)hiaddr - loaddr + 1; in get_elf_hwcap()
1437 load_bias = load_addr - loaddr;
3288 abi_ulong load_addr, load_bias, loaddr, hiaddr, error, align; load_elf_image() local