Home
last modified time | relevance | path

Searched refs:EF_ARM_BE8 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Delf.h33 #define EF_ARM_BE8 0x00800000 /* ABI 4,5 */ macro
/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c529 && (info->elf_flags & EF_ARM_BE8)) { in target_cpu_copy_regs()
/openbmc/qemu/include/
H A Delf.h813 #define EF_ARM_BE8 0x00800000 macro
/openbmc/qemu/hw/arm/
H A Dboot.c819 if (bswap32(elf_header.h32.e_flags) & EF_ARM_BE8) { in arm_load_elf()