Searched refs:e_flags (Results 1 – 16 of 16) sorted by relevance
| /openbmc/qemu/hw/avr/ |
| H A D | boot.c | 66 uint32_t e_flags; in avr_load_firmware() local 76 &e_flags, ELFDATA2LSB, EM_AVR, 0, 0, NULL); in avr_load_firmware() 79 const char *elf_cpu = avr_elf_e_flags_to_cpu_type(e_flags); in avr_load_firmware()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0001-Add-a-color-setting-for-mips64_n32-binaries.patch | 30 + if (ehdr.e_flags & EF_MIPS_ABI2)
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | relocate_sdk.py | 81 global e_type, e_machine, e_version, e_entry, e_phoff, e_shoff, e_flags,\ 96 e_type, e_machine, e_version, e_entry, e_phoff, e_shoff, e_flags,\
|
| /openbmc/u-boot/include/ |
| H A D | elf.h | 99 Elf32_Word e_flags; /* processor-specific flags */ member 117 Elf64_Word e_flags; /* processor-specific flags */ member
|
| /openbmc/u-boot/cmd/ |
| H A D | elf.c | 61 if (ehdr->e_machine == EM_PPC64 && (ehdr->e_flags & in load_elf64_image_phdr() 125 if (ehdr->e_machine == EM_PPC64 && (ehdr->e_flags & in load_elf64_image_shdr()
|
| /openbmc/qemu/bsd-user/ |
| H A D | elfload.c | 56 bswap32s(&ehdr->e_flags); /* Processor-specific flags */ in bswap_ehdr() 766 info->elf_flags = elf_ex.e_flags; in load_elf_binary()
|
| /openbmc/u-boot/tools/ |
| H A D | img2srec.c | 259 getPtr = ExtractLong((uint32_t *)&elfHeader.e_flags, getPtr); in ConvertELF()
|
| /openbmc/qemu/hw/i386/ |
| H A D | x86-common.c | 613 ((Elf64_Ehdr *)header)->e_flags : ((Elf32_Ehdr *)header)->e_flags; in load_elfboot()
|
| /openbmc/qemu/include/ |
| H A D | elf.h | 1514 Elf32_Word e_flags; member 1531 Elf64_Word e_flags; member
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 9 bswap32s(&ehdr->e_flags); /* Processor-specific flags */ 388 *pflags = ehdr.e_flags;
|
| /openbmc/qemu/linux-user/ |
| H A D | gen-vdso-elfn.c.inc | 18 bswaps(&ehdr->e_flags); /* Processor-specific flags */
|
| H A D | elfload.c | 200 bswap32s(&ehdr->e_flags); /* Processor-specific flags */ in elf_core_copy_regs() 298 && elf_check_abi(ehdr->e_flags) 1469 info->elf_flags = ehdr->e_flags; in get_elf_base_platform() 1866 return ehdr.e_flags; in elf_hwcap_str() 2194 elf->e_flags = flags;
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-Add-support-for-mips64-n32-n64.patch | 149 + switch (ehdr.e_flags & E_MIPS_ABI_MASK) { 160 + if (ehdr.e_flags & E_MIPS_ABI_N32)
|
| /openbmc/qemu/hw/arm/ |
| H A D | boot.c | 789 if (bswap32(elf_header.h32.e_flags) & EF_ARM_BE8) { in do_arm_linux_init()
|
| /openbmc/qemu/disas/ |
| H A D | mips.c | 4914 if ((header->e_flags & EF_MIPS_ABI2) != 0)
|
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 7175 .e_flags = ELF_HOST_FLAGS, in tcg_register_jit_int()
|