nuttx/binfmt/libelf
Xiang Xiao f8bcd58be2 Fix format warn (#96)
* fix warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'long unsigned int'
* fix warning: implicit declaration of function 'up_init_exidx'
2020-01-13 16:41:09 -06:00
..
gnu-elf.ld All linker scripts: Preface all _edata defininitions with . = ALIGN(4). Otherwise, the last bytes in the .data section may not be initialized properly. Also convert all linker scripts indent in units of 8-spaces to units of 4-spaces. 2019-09-15 17:22:16 -06:00
Kconfig binfmt/libelf/ and libs/libc/modlib: Add symbol buffer table to reduce filesystem access. 2019-03-19 09:13:50 -06:00
libelf_addrenv.c binfmt/libelf, libs/libc/modlib: Optimize elf load speed: (1) Don't zero out memory, (2) Reduce the initial buffer size to 32 bytes. 2019-01-26 11:34:40 -06:00
libelf_bind.c binfmt/: Update copyright dates in all modified files. 2020-01-11 13:44:58 -03:00
libelf_ctors.c binfmt/: Update copyright dates in all modified files. 2020-01-11 13:44:58 -03:00
libelf_dtors.c binfmt/: Update copyright dates in all modified files. 2020-01-11 13:44:58 -03:00
libelf_init.c Run all .c and .h files in last PR49 through nxstyle. 2020-01-07 09:54:35 -06:00
libelf_iobuffer.c binfmt/: Update copyright dates in all modified files. 2020-01-11 13:44:58 -03:00
libelf_load.c Fix format warn (#96) 2020-01-13 16:41:09 -06:00
libelf_read.c
libelf_sections.c
libelf_symbols.c binfmt/: Update copyright dates in all modified files. 2020-01-11 13:44:58 -03:00
libelf_uninit.c
libelf_unload.c binfmt/: Update copyright dates in all modified files. 2020-01-11 13:44:58 -03:00
libelf_verify.c
libelf.h
Make.defs