Home
last modified time | relevance | path

Searched refs:RO_DATA_SECTION (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/arch/unicore32/kernel/
Dvmlinux.lds.S48 RO_DATA_SECTION(PAGE_SIZE)
/linux-4.4.14/arch/hexagon/kernel/
Dvmlinux.lds.S63 RO_DATA_SECTION(PAGE_SIZE)
/linux-4.4.14/arch/nios2/kernel/
Dvmlinux.lds.S63 RO_DATA_SECTION(PAGE_SIZE)
/linux-4.4.14/arch/h8300/kernel/
Dvmlinux.lds.S40 RO_DATA_SECTION(4)
/linux-4.4.14/arch/metag/kernel/
Dvmlinux.lds.S34 RO_DATA_SECTION(PAGE_SIZE)
/linux-4.4.14/arch/openrisc/kernel/
Dvmlinux.lds.S64 RO_DATA_SECTION(PAGE_SIZE)
/linux-4.4.14/arch/s390/kernel/
Dvmlinux.lds.S41 RO_DATA_SECTION(PAGE_SIZE)
/linux-4.4.14/arch/tile/kernel/
Dvmlinux.lds.S75 RO_DATA_SECTION(PAGE_SIZE)
/linux-4.4.14/arch/parisc/kernel/
Dvmlinux.lds.S91 RO_DATA_SECTION(8)
/linux-4.4.14/arch/c6x/kernel/
Dvmlinux.lds.S83 RO_DATA_SECTION(PAGE_SIZE)
/linux-4.4.14/arch/arc/kernel/
Dvmlinux.lds.S109 RO_DATA_SECTION(PAGE_SIZE)
/linux-4.4.14/arch/m68k/kernel/
Dvmlinux-nommu.lds59 RO_DATA_SECTION(PAGE_SIZE)
/linux-4.4.14/include/asm-generic/
Dvmlinux.lds.h254 #define RO_DATA_SECTION(align) \ macro
411 #define RODATA RO_DATA_SECTION(4096)
412 #define RO_DATA(align) RO_DATA_SECTION(align)