12345678910111213141516171819202122232425262728293031 |
- #
- # Feature name: ELF-ASLR
- # Kconfig: ARCH_HAS_ELF_RANDOMIZE
- # description: arch randomizes the stack, heap and binary images of ELF binaries
- #
- -----------------------
- | arch |status|
- -----------------------
- | alpha: | TODO |
- | arc: | TODO |
- | arm: | ok |
- | arm64: | ok |
- | csky: | TODO |
- | hexagon: | TODO |
- | ia64: | TODO |
- | loong: | TODO |
- | m68k: | TODO |
- | microblaze: | TODO |
- | mips: | ok |
- | nios2: | TODO |
- | openrisc: | TODO |
- | parisc: | ok |
- | powerpc: | ok |
- | riscv: | ok |
- | s390: | ok |
- | sh: | TODO |
- | sparc: | TODO |
- | um: | TODO |
- | x86: | ok |
- | xtensa: | TODO |
- -----------------------
|