mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 22:00:21 +00:00
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)); |
||
|---|---|---|
| .. | ||
| gnu-elf.ld | ||
| Kconfig | ||
| libelf.h | ||
| libelf_addrenv.c | ||
| libelf_bind.c | ||
| libelf_coredump.c | ||
| libelf_ctors.c | ||
| libelf_dtors.c | ||
| libelf_init.c | ||
| libelf_iobuffer.c | ||
| libelf_load.c | ||
| libelf_read.c | ||
| libelf_sections.c | ||
| libelf_symbols.c | ||
| libelf_uninit.c | ||
| libelf_unload.c | ||
| libelf_verify.c | ||
| Make.defs | ||