Searched refs:is_elf64 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTypes.def | 18 // 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)
|
D | IceTypes.h | 50 #define X(tag, str, is_elf64, e_machine, e_flags) tag, argument
|
D | IceTypes.cpp | 29 #define X(tag, str, is_elf64, e_machine, e_flags) str, argument
|
D | IceELFObjectWriter.cpp | 38 #define X(tag, str, is_elf64, e_machine, e_flags) \ argument 39 {is_elf64, e_machine, e_flags},
|