incubator-nuttx/binfmt/libelf
Ville Juven fb12b6e3a9 libelf/elf_addrenv_free(): Don't instantiate address environment prior to destroying it
Same as with group_free(), there is no need to instantiate the address
environment to destroy it.

The only problem was the ARM implementation modified the L1 mappings
in up_addrenv_destroy(), which it no longer does.
2023-01-18 11:02:19 +08:00
..
Kconfig binfmt/elf: add bare metal coredump support 2021-11-23 20:48:00 -06:00
Make.defs tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00
gnu-elf.ld Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
libelf.h Elf loader: give temporary write access to user .text memory 2022-05-03 21:25:25 +09:00
libelf_addrenv.c libelf/elf_addrenv_free(): Don't instantiate address environment prior to destroying it 2023-01-18 11:02:19 +08:00
libelf_bind.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
libelf_coredump.c stream: replace the stream function pointer with a macro 2022-11-25 21:41:51 +08:00
libelf_ctors.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
libelf_dtors.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
libelf_init.c binfmt: Replace all nx_ API with file_ API 2021-07-06 11:18:13 +09:00
libelf_iobuffer.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
libelf_load.c binfmt/libelf: Implement sh_addralign handling 2022-01-28 16:23:23 +08:00
libelf_read.c binfmt: Replace all nx_ API with file_ API 2021-07-06 11:18:13 +09:00
libelf_sections.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
libelf_symbols.c libelf/libelf_symbols.c: Fix compilation warning about void* arithmetics 2022-09-28 20:35:31 +08:00
libelf_uninit.c binfmt: Replace all nx_ API with file_ API 2021-07-06 11:18:13 +09:00
libelf_unload.c Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
libelf_verify.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00