Searched refs:host_is_bigendian (Results 1 – 4 of 4) sorted by relevance
101 static inline bool host_is_bigendian(void) in host_is_bigendian() function
419 host_bigendian = host_is_bigendian() ? 1 : 0; in trace_report()
120 return ((host_is_bigendian()) ? in samples_same()
84 if (bytes_read > 1 && !host_is_bigendian()) { in read_objdump_chunk()