Home
last modified time | relevance | path

Searched refs:ELFCLASS64 (Results 1 – 7 of 7) sorted by relevance

/xen/xen/include/xen/
A Dlibelf.h232 #define elf_64bit(elf) (ELFCLASS64 == (elf)->class)
243 ((ELFCLASS64 == (elf)->class) \
254 ((ELFCLASS64 == (elf)->class) \
A Delfstructs.h73 #define ELFCLASS64 2 /* 64-bit objs */ macro
605 #define ELFCLASS ELFCLASS64
/xen/docs/misc/
A Ddump-core-format.txt29 e_ident[EI_CLASS] = ELFCLASS64 = 2
32 ELFCLASS64 is always used independent of architecture.
244 - EI_CLASS member of elf header was changed to ELFCLASS64 independent of
/xen/xen/arch/x86/
A Dlivepatch.c199 hdr->e_ident[EI_CLASS] != ELFCLASS64 || in arch_livepatch_verify_elf()
/xen/xen/arch/arm/arm64/
A Dlivepatch.c72 hdr->e_ident[EI_CLASS] != ELFCLASS64 ) in arch_livepatch_verify_elf()
/xen/xen/arch/x86/boot/
A Dmkelf32.c308 if ( in32_ehdr.e_ident[EI_CLASS] != ELFCLASS64 ) in main()
/xen/tools/libxc/
A Dxc_core.c246 ehdr->e_ident[EI_CLASS] = ELFCLASS64; in xc_core_ehdr_init()

Completed in 13 milliseconds