incubator-nuttx/binfmt
Xiang Xiao 5397a58731 libc/modlib: Make modlib selectable from defconfig
since bootloader may call modlib functions directly
to load elf firmware without binfmt, dlfcn or module.

BTW, this patch also remove the duplicated selecttion

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2024-10-16 10:11:20 +08:00
..
libnxflat binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
CMakeLists.txt coredump:Move coredump to sched/misc 2024-10-12 12:29:06 +08:00
Kconfig libc/modlib: Make modlib selectable from defconfig 2024-10-16 10:11:20 +08:00
Makefile binfmt:use modlib api inside of elf api [1/2] 2024-10-12 12:29:06 +08:00
binfmt.h
binfmt_copyactions.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
binfmt_copyargv.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
binfmt_dumpmodule.c binfmt:use modlib api inside of elf api [1/2] 2024-10-12 12:29:06 +08:00
binfmt_exec.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
binfmt_execmodule.c binfmt:use modlib api inside of elf api [1/2] 2024-10-12 12:29:06 +08:00
binfmt_execsymtab.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
binfmt_exit.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
binfmt_globals.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
binfmt_initialize.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
binfmt_loadmodule.c binfmt_loadmodule.c:fix build break 2024-10-12 12:29:06 +08:00
binfmt_register.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
binfmt_unloadmodule.c binfmt:use modlib api inside of elf api [1/2] 2024-10-12 12:29:06 +08:00
binfmt_unregister.c binfmt: migrate to SPDX identifier 2024-09-10 11:34:18 +08:00
builtin.c
elf.c binfmt/libelf:Remove libelf implementation [2/2] 2024-10-12 12:29:06 +08:00
nxflat.c binfmt:use modlib api inside of elf api [1/2] 2024-10-12 12:29:06 +08:00