nuttx/binfmt
hujun5 46ec836e56 sched: binfmt remove csection
use small lock to replace big lock

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2026-01-11 20:44:35 +08:00
..
libnxflat
binfmt.h binfmt/copyactions: fix comments, make the actions life cycle more clear 2025-02-23 09:46:14 +08:00
binfmt_copyactions.c binfmt/copyactions: fix comments, make the actions life cycle more clear 2025-02-23 09:46:14 +08:00
binfmt_copyargv.c
binfmt_dumpmodule.c
binfmt_exec.c binfmt/exec: initialize binary_s to empty to avoid invaild access 2024-12-13 01:31:21 +08:00
binfmt_execmodule.c sched:use tcb_s inside of task_tcb_s , remove all cast 2025-12-22 17:55:45 +08:00
binfmt_execsymtab.c sched: binfmt remove csection 2026-01-11 20:44:35 +08:00
binfmt_exit.c
binfmt_globals.c
binfmt_initialize.c
binfmt_loadmodule.c binfmt: Add a configuration flag to store the module filename 2025-11-01 22:59:47 +08:00
binfmt_register.c
binfmt_unloadmodule.c
binfmt_unregister.c
builtin.c
CMakeLists.txt
elf.c binfmt/elf: fix issue of file not closing after being opened. 2025-12-09 22:24:57 +08:00
Kconfig binfmt: Add a configuration flag to store the module filename 2025-11-01 22:59:47 +08:00
Makefile
nxflat.c