Searched defs:CASE_PAIR (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/linkloader/lib/
H A DELFHeader.cpp23 #define CASE_PAIR(A, B) case A: return B; macro
24 CASE_PAIR(ELFCLASSNONE, "Invalid class")
25 CASE_PAIR(ELFCLASS32, "32bit")
26 CASE_PAIR(ELFCLASS64, "64bit")
27 #undef CASE_PAIR macro
34 #define CASE_PAIR(A, B) case A: return B; macro
35 CASE_PAIR(ELFDATANONE, "Invalid endianness")
36 CASE_PAIR(ELFDATA2LSB, "Little endian")
37 CASE_PAIR(ELFDATA2MSB, "Big endian")
38 #undef CASE_PAIR macro
49 #define CASE_PAIR macro
60 #undef CASE_PAIR macro
[all...]

Completed in 67 milliseconds