Searched refs:__ELF_WORD_SIZE (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/include/arch/x86_64/machine/
H A Delf.h39 #if defined(__ELF_WORD_SIZE) && __ELF_WORD_SIZE == 64
43 #ifndef __ELF_WORD_SIZE
44 #define __ELF_WORD_SIZE 32 /* Used by <sys/elf_generic.h> */ macro
69 #if __ELF_WORD_SIZE == 64
126 #ifndef __ELF_WORD_SIZE
127 #define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */ macro
198 #if __ELF_WORD_SIZE == 32
207 #if __ELF_WORD_SIZE == 32
/barrelfish-2018-10-04/include/sys/
H A Delf_generic.h39 #if __ELF_WORD_SIZE != 32 && __ELF_WORD_SIZE != 64
40 #error "__ELF_WORD_SIZE must be defined as 32 or 64"
43 #define ELF_CLASS __CONCAT(ELFCLASS,__ELF_WORD_SIZE)
53 #define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x)
54 #define __ElfN(x) __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x)
55 #define __ELFN(x) __CONCAT(__CONCAT(__CONCAT(ELF,__ELF_WORD_SIZE),_),x)
/barrelfish-2018-10-04/include/arch/aarch64/machine/
H A Delf.h39 #define __ELF_WORD_SIZE 64 /* Used by <sys/elf_generic.h> */ macro
/barrelfish-2018-10-04/include/arch/arm/machine/
H A Delf.h40 #define __ELF_WORD_SIZE 32 /* Used by <sys/elf_generic.h> */ macro

Completed in 35 milliseconds