Searched refs:CASE_PAIR (Results 1 – 1 of 1) sorted by relevance
23 #define CASE_PAIR(A, B) case A: return B; in getClassStr() macro24 CASE_PAIR(ELFCLASSNONE, "Invalid class") in getClassStr()25 CASE_PAIR(ELFCLASS32, "32bit") in getClassStr()26 CASE_PAIR(ELFCLASS64, "64bit") in getClassStr()27 #undef CASE_PAIR in getClassStr()34 #define CASE_PAIR(A, B) case A: return B; in getEndiannessStr() macro35 CASE_PAIR(ELFDATANONE, "Invalid endianness") in getEndiannessStr()36 CASE_PAIR(ELFDATA2LSB, "Little endian") in getEndiannessStr()37 CASE_PAIR(ELFDATA2MSB, "Big endian") in getEndiannessStr()38 #undef CASE_PAIR in getEndiannessStr()[all …]