le32toh            15 arch/mips/tools/elf-entry.c # define le32toh(x)	(x)
le32toh            20 arch/mips/tools/elf-entry.c # define le32toh(x)	bswap_32(x)
le32toh            24 tools/include/tools/endian.h #define le32toh(x) (x)
le32toh            48 tools/include/tools/endian.h #define le32toh(x) __bswap_32(x)