-
- Downloads
Move module support from binfmt/ to sched/ so that it can be configured and...
Move module support from binfmt/ to sched/ so that it can be configured and built independently from binfmt features
Showing
- binfmt/Kconfig 0 additions, 10 deletionsbinfmt/Kconfig
- binfmt/Makefile 0 additions, 1 deletionbinfmt/Makefile
- binfmt/libmodule/Kconfig 0 additions, 35 deletionsbinfmt/libmodule/Kconfig
- include/nuttx/arch.h 78 additions, 0 deletionsinclude/nuttx/arch.h
- include/nuttx/binfmt/elf.h 1 addition, 91 deletionsinclude/nuttx/binfmt/elf.h
- include/nuttx/module.h 7 additions, 95 deletionsinclude/nuttx/module.h
- sched/Kconfig 42 additions, 1 deletionsched/Kconfig
- sched/Makefile 1 addition, 0 deletionssched/Makefile
- sched/module/Make.defs 10 additions, 11 deletionssched/module/Make.defs
- sched/module/gnu-elf.ld 1 addition, 1 deletionsched/module/gnu-elf.ld
- sched/module/mod_bind.c 38 additions, 46 deletionssched/module/mod_bind.c
- sched/module/mod_init.c 29 additions, 30 deletionssched/module/mod_init.c
- sched/module/mod_insmod.c 11 additions, 11 deletionssched/module/mod_insmod.c
- sched/module/mod_iobuffer.c 10 additions, 22 deletionssched/module/mod_iobuffer.c
- sched/module/mod_load.c 22 additions, 27 deletionssched/module/mod_load.c
- sched/module/mod_read.c 15 additions, 15 deletionssched/module/mod_read.c
- sched/module/mod_sections.c 26 additions, 34 deletionssched/module/mod_sections.c
- sched/module/mod_symbols.c 31 additions, 35 deletionssched/module/mod_symbols.c
- sched/module/mod_uninit.c 11 additions, 23 deletionssched/module/mod_uninit.c
- sched/module/mod_unload.c 8 additions, 21 deletionssched/module/mod_unload.c
Loading
Please register or sign in to comment