incubator-nuttx/binfmt/libelf
Ville Juven 7c003162a6 libelf/libelf_symbols.c: Fix compilation warning about void* arithmetics
Fixes minor issue with a trace (build failure with -Werror):
libelf/libelf_symbols.c:310:41: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
  310 |               (uintptr_t)(sym->st_value + symbol->sym_value));
2022-09-28 20:35:31 +08:00
..
Kconfig binfmt/elf: add bare metal coredump support 2021-11-23 20:48:00 -06:00
Make.defs binfmt/elf: add bare metal coredump support 2021-11-23 20:48:00 -06:00
gnu-elf.ld
libelf.h Elf loader: give temporary write access to user .text memory 2022-05-03 21:25:25 +09:00
libelf_addrenv.c arch/addrenv: Change text write enable/disable to generic mprot 2022-05-12 22:28:31 +08:00
libelf_bind.c
libelf_coredump.c Fix libelf/libelf_coredump.c:234:7: warning: 'strncpy' output may be truncated copying 16 bytes from a string of length 31 2022-03-22 08:37:33 +02:00
libelf_ctors.c
libelf_dtors.c
libelf_init.c
libelf_iobuffer.c
libelf_load.c binfmt/libelf: Implement sh_addralign handling 2022-01-28 16:23:23 +08:00
libelf_read.c
libelf_sections.c
libelf_symbols.c libelf/libelf_symbols.c: Fix compilation warning about void* arithmetics 2022-09-28 20:35:31 +08:00
libelf_uninit.c
libelf_unload.c
libelf_verify.c