incubator-nuttx/binfmt
Xiang Xiao fbfd9d62da libelf: Parse .ARM.exidx only for ARM architecture
since other arch has the different unwind approach

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Icefa0d4bc31bff967372949216d337770cd7e768
2020-07-11 10:34:22 -07:00
..
libelf libelf: Parse .ARM.exidx only for ARM architecture 2020-07-11 10:34:22 -07:00
libnxflat nxstyle fixes 2020-04-11 21:19:47 +01:00
Kconfig arch: Select 64bit elf base on the architecture characteristic 2020-05-31 21:38:32 -07:00
Makefile build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
binfmt.h builtin: Remove HAVE_BUILTIN_CONTEXT macro 2020-05-01 10:43:47 -03:00
binfmt_copyargv.c binfmt: nxstyle fixes 2020-04-22 14:07:04 -06:00
binfmt_dumpmodule.c binfmt: nxstyle fixes 2020-04-22 14:07:04 -06:00
binfmt_exec.c binfmt: exec_spawn as internal function shouldn't modify errno 2020-05-03 12:15:54 -06:00
binfmt_execmodule.c sched: Change tcb_s to task_tcb_s for nxtask_[un]init 2020-06-30 10:54:42 -06:00
binfmt_execsymtab.c binfmt: nxstyle fixes 2020-04-22 14:07:04 -06:00
binfmt_exit.c binfmt/ and sched/group: Re-architect the way that loadable ELF or NXFLAT modules are unloaded. Memory resources must be recovered when the task loaded into memory exits. The originmal implementatino used the death-of-child SIGCHLD signal to perform the unload. There are several problems with this: It is overly complex, it requires that the parent task stay resident while the loaded task runs, and it has fatal logic flaws in the protected and kernel model builds because the user signal handler attempts to run in the kernel address space. This commit corrects with using a mindlessly simply BINFMT callback when the task exits. 2018-08-05 08:09:54 -06:00
binfmt_globals.c binfmt: nxstyle fixes 2020-04-22 14:07:04 -06:00
binfmt_initialize.c builtin: Remove HAVE_BUILTIN_CONTEXT macro 2020-05-01 10:43:47 -03:00
binfmt_loadmodule.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00
binfmt_register.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
binfmt_unloadmodule.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
binfmt_unregister.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
builtin.c builtin: Remove HAVE_BUILTIN_CONTEXT macro 2020-05-01 10:43:47 -03:00
elf.c binfmt: nxstyle fixes 2020-04-22 14:07:04 -06:00
nxflat.c include/nuttx/sched.h: Make naming of all internal names consistent: 2020-05-09 14:19:08 -03:00