host_endian        20 tools/perf/util/symbol-minimal.c 	int host_endian;
host_endian        23 tools/perf/util/symbol-minimal.c 		host_endian = ELFDATA2LSB;
host_endian        25 tools/perf/util/symbol-minimal.c 		host_endian = ELFDATA2MSB;
host_endian        27 tools/perf/util/symbol-minimal.c 	return host_endian != file_endian;