RTEMS  5.1
Files | Macros
Linker Support

Linker support. More...

Files

file  linker-symbols.h
 Symbols defined in linker command base 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

Linker support.