Kernel support for FDPIC ELF binaries

modulename: binfmt_elf_fdpic.ko

and/or

elfcore.ko

configname: CONFIG_BINFMT_ELF_FDPIC

Linux Kernel Configuration
└─>Kernel support for FDPIC ELF binaries
In linux kernel since version 2.6.12  
ELF FDPIC binaries are based on ELF, but allow the individual load
segments of a binary to be located in memory independently of each
other. This makes this format ideal for use in environments where no
MMU is available as it still permits text segments to be shared,
even if data segments are not.

It is also possible to run FDPIC ELF binaries on MMU linux also.

source code: