Home
last modified time | relevance | path

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

/linux-3.4.99/arch/unicore32/kernel/
Dvmlinux.lds.S48 RO_DATA_SECTION(PAGE_SIZE)
/linux-3.4.99/arch/hexagon/kernel/
Dvmlinux.lds.S69 RO_DATA_SECTION(PAGE_SIZE)
/linux-3.4.99/arch/openrisc/kernel/
Dvmlinux.lds.S64 RO_DATA_SECTION(PAGE_SIZE)
/linux-3.4.99/arch/tile/kernel/
Dvmlinux.lds.S69 RO_DATA_SECTION(PAGE_SIZE)
/linux-3.4.99/arch/c6x/kernel/
Dvmlinux.lds.S89 RO_DATA_SECTION(PAGE_SIZE)
/linux-3.4.99/arch/m68k/kernel/
Dvmlinux-nommu.lds59 RO_DATA_SECTION(PAGE_SIZE)
/linux-3.4.99/include/asm-generic/
Dvmlinux.lds.h216 #define RO_DATA_SECTION(align) \ macro
381 #define RODATA RO_DATA_SECTION(4096)
382 #define RO_DATA(align) RO_DATA_SECTION(align)