incubator-nuttx/binfmt/libnxflat
Nimish Telang 903a186304 Use builtins for byteswapping
Make use of XCHG/BSWAP on x86, REV16 and REV on ARMv6-m and above,
and whatever other optimized instructions on other platforms.

Defines extra CONFIG variables, and removes the unused functions for
endian-swapping. Fixes some oversights in using the macros.
2022-06-29 11:32:59 +08:00
..
Kconfig
Make.defs binfmt/Makefile: remove the specified prefix from target variables 2021-10-19 00:35:35 +02:00
gnu-nxflat-gotoff.ld
gnu-nxflat-pcrel.ld
libnxflat.h
libnxflat_addrenv.c
libnxflat_bind.c net: use HTONS, NTOHS, HTONL, NTOHL macro in kernel code 2022-01-18 10:59:47 +01:00
libnxflat_init.c Use builtins for byteswapping 2022-06-29 11:32:59 +08:00
libnxflat_load.c
libnxflat_read.c
libnxflat_uninit.c
libnxflat_unload.c
libnxflat_verify.c