Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTypes.def18 // NOTES on is_elf64:
27 /* enum value, printable string, is_elf64, e_machine, e_flags */ \
33 //#define X(tag, str, is_elf64, e_machine, e_flags)
DIceTypes.h50 #define X(tag, str, is_elf64, e_machine, e_flags) tag, argument
DIceTypes.cpp29 #define X(tag, str, is_elf64, e_machine, e_flags) str, argument
DIceELFObjectWriter.cpp38 #define X(tag, str, is_elf64, e_machine, e_flags) \ argument
39 {is_elf64, e_machine, e_flags},