Searched refs:GET_16BE (Results 1 – 1 of 1) sorted by relevance
64 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) macro65 #define GET_32BE(off) ((GET_16BE(off) << 16U) + GET_16BE((off)+2U))83 #define GET_16(off) (e_data == ELFDATA2MSB ? GET_16BE(off) : GET_16LE(off))