Lines Matching refs:ELF
6 bool "Kernel support for ELF binaries"
11 ELF (Executable and Linkable Format) is a format for libraries and
13 systems. Saying Y here will enable your kernel to run ELF binaries
14 and enlarge it by about 13 KB. ELF support under Linux has now all
19 executables are distributed solely in ELF format. You definitely
22 Information about ELF is contained in the ELF HOWTO available from
26 here, you still can't run any ELF binaries (they just crash), then
27 you'll have to install the newest ELF runtime libraries, including
32 bool "Build KUnit tests for ELF binary support" if !KUNIT_ALL_TESTS
36 This builds the ELF loader KUnit tests, which try to gather
59 bool "Kernel support for FDPIC ELF binaries"
64 ELF FDPIC binaries are based on ELF, but allow the individual load
70 It is also possible to run FDPIC ELF binaries on MMU linux also.
78 bool "Write ELF core dumps with partial segments"
82 ELF core dump files describe each memory mapping of the crashed
86 For an unmodified text mapping of an ELF object, including just
90 GDB before 6.7 are confused by ELF core dump files in this format.