incubator-nuttx/binfmt/libnxflat
Ville Juven f4b82b6405 sched/addrenv: Remove up_addrenv_restore
The function is not relevant any longer, remove it. Also remove
save_addrenv_t, the parameter taken by up_addrenv_restore.

Implement addrenv_select() / addrenv_restore() to handle the temporary
instantiation of address environments, e.g. when a process is being
created.
2023-02-08 02:51:23 +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 sched/addrenv: Remove up_addrenv_restore 2023-02-08 02:51:23 +08:00
libnxflat_addrenv.c sched/addrenv: Remove up_addrenv_restore 2023-02-08 02:51:23 +08:00
libnxflat_bind.c Call nxsem_destroy or nxmutex_destry in the error path 2022-10-30 13:56:52 +01:00
libnxflat_init.c Use builtins for byteswapping 2022-06-29 11:32:59 +08:00
libnxflat_load.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
libnxflat_read.c
libnxflat_uninit.c
libnxflat_unload.c
libnxflat_verify.c