Searched refs:be16toh (Results 1 – 3 of 3) sorted by relevance
38 #define betoh16(x) be16toh(x)79 #define be16toh(x) __builtin_bswap16(x) macro
62 ASSERT_EQ(le16, be16toh(be16)); in TEST()
774 e_machine = be16toh(hdr->e_machine); in GetFileFormatELF()