RTEMS  5.1
Macros
linker-symbols.h File Reference

Symbols defined in linker command base file. More...

Go to the source code of this file.

Macros

#define LINKER_SYMBOL(sym)   extern char sym [];
 
#define BSP_FAST_TEXT_SECTION   __attribute__((section(".bsp_fast_text")))
 
#define BSP_FAST_DATA_SECTION   __attribute__((section(".bsp_fast_data")))
 
#define BSP_NOCACHE_SECTION   __attribute__((section(".bsp_nocache")))
 
#define BSP_NOCACHE_SUBSECTION(subsection)   __attribute__((section(".bsp_nocache." # subsection)))
 
#define BSP_NOCACHENOLOAD_SECTION   __attribute__((section(".bsp_noload_nocache")))
 
#define BSP_NOCACHENOLOAD_SUBSECTION(subsection)   __attribute__((section(".bsp_noload_nocache." # subsection)))
 

Detailed Description

Symbols defined in linker command base file.