Searched refs:LE16 (Results 1 – 2 of 2) sorted by relevance
36 # define LE16(x) (x) macro38 # define LE16(x) bswap_16 (x) macro79 if (*(uint16_t *) (header + H_MAGIC1) == LE16 (MAGIC1) in __libdw_image_header()81 && LE16 (*(uint16_t *) (header + H_VERSION)) >= MIN_VERSION) in __libdw_image_header()
549 #define LE16(x) BYTE_CAST(((uint16_t)x) >> 0), BYTE_CAST(((uint16_t)x) >> 8) macro584 #define TE16 LE16