This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-07 09:18:00 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1708a133f51886e6dfca9a5f759b5edac7b66209
nuttx
/
binfmt
T
History
Gregory Nutt
1708a133f5
Fix some compilation errors in ELF logic that were introduced in a recent commit
2014-08-24 12:57:02 -06:00
..
libbuiltin
…
libelf
Fix some compilation errors in ELF logic that were introduced in a recent commit
2014-08-24 12:57:02 -06:00
libnxflat
addrenv interface changes: up_addrenv_create() may need to create .text and .bss/.data separately because of differing access privileges (read/execute vs read/write). And, as a consequence, up_addrenv_vaddr() needs to be split into up_addrenv_vtext(0 and up_addrenv_vdata().
2014-08-24 11:54:14 -06:00
libpcode
…
.gitignore
…
binfmt_dumpmodule.c
Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support
2014-08-24 06:42:11 -06:00
binfmt_exec.c
…
binfmt_execmodule.c
addrenv interface changes: up_addrenv_create() may need to create .text and .bss/.data separately because of differing access privileges (read/execute vs read/write). And, as a consequence, up_addrenv_vaddr() needs to be split into up_addrenv_vtext(0 and up_addrenv_vdata().
2014-08-24 11:54:14 -06:00
binfmt_exepath.c
…
binfmt_globals.c
…
binfmt_internal.h
…
binfmt_loadmodule.c
…
binfmt_register.c
…
binfmt_schedunload.c
…
binfmt_unloadmodule.c
Add addrenv.h; First cut at Cortex-A address environment structures; Add configuration options to setup address enviornment
2014-08-24 09:57:53 -06:00
binfmt_unregister.c
…
builtin.c
…
elf.c
Fix some compilation errors in ELF logic that were introduced in a recent commit
2014-08-24 12:57:02 -06:00
Kconfig
…
Makefile
…
nxflat.c
Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- the architecure must first declare support
2014-08-24 06:42:11 -06:00
pcode.c
…
symtab_findbyname.c
…
symtab_findbyvalue.c
…
symtab_findorderedbyname.c
…
symtab_findorderedbyvalue.c
…