Home
last modified time | relevance | path

Searched refs:ELF_CLASS (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h49 #undef ELF_CLASS
50 #define ELF_CLASS ELFCLASS32 macro
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_elf.h28 #define ELF_CLASS ELFCLASS64 macro
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_elf.h28 #define ELF_CLASS ELFCLASS32 macro
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h46 #undef ELF_CLASS
47 #define ELF_CLASS ELFCLASS32 macro
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h46 #undef ELF_CLASS
47 #define ELF_CLASS ELFCLASS32 macro
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_elf.h26 #define ELF_CLASS ELFCLASS64 macro
/openbmc/qemu/linux-user/
H A Delfload.c140 #undef ELF_CLASS
141 #define ELF_CLASS ELFCLASS32 macro
288 && ehdr->e_ident[EI_CLASS] == ELF_CLASS in elf_check_ident()
1124 ELF_GNU_PROPERTY_ALIGN = ELF_CLASS == ELFCLASS32 ? 4 : 8,
1689 #if ELF_CLASS == ELFCLASS32 in lookup_symbolxx()
1818 #if ELF_CLASS == ELFCLASS32 in load_symbols()
2185 elf->e_ident[EI_CLASS] = ELF_CLASS; in fill_elf_header()
/openbmc/qemu/include/
H A Delf.h1771 #ifdef ELF_CLASS
1772 #if ELF_CLASS == ELFCLASS32
1807 # if ELF_CLASS == ELFCLASS32
/openbmc/qemu/bsd-user/
H A Delfload.c369 #if ELF_CLASS == ELFCLASS32 in lookup_symbolxx()
493 #if ELF_CLASS == ELFCLASS32 in load_symbols()