Searched refs:LE16 (Results 1 – 3 of 3) sorted by relevance
57 # define LE16(x) (x) macro59 # define LE16(x) bswap_16 (x) macro100 if (*(uint16_t *) (header + H_MAGIC1) == LE16 (MAGIC1) in __libdw_image_header()102 && LE16 (*(uint16_t *) (header + H_VERSION)) >= MIN_VERSION) in __libdw_image_header()
547 #define LE16(x) BYTE_CAST(((uint16)x) >> 0), BYTE_CAST(((uint16)x) >> 8) macro578 #define TE16 LE16
564 #define LE16(x) BYTE_CAST(((uint16)x) >> 0), BYTE_CAST(((uint16)x) >> 8) macro595 #define TE16 LE16