Home
last modified time | relevance | path

Searched refs:ELF_ET_DYN_LOAD_ADDR (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_elf.h23 #define ELF_ET_DYN_LOAD_ADDR 0x01021000 macro
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_elf.h23 #define ELF_ET_DYN_LOAD_ADDR 0x01001000 macro
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_elf.h23 #define ELF_ET_DYN_LOAD_ADDR 0x500000 macro
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_elf.h24 #define ELF_ET_DYN_LOAD_ADDR 0x100000 macro
/openbmc/qemu/bsd-user/
H A Delfload.c755 et_dyn_addr = ELF_ET_DYN_LOAD_ADDR; in load_elf_binary()