RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Macros
linker-symbols.h File Reference

This header file provides interfaces to BSP-specific linker symbols and sections. More...

#include <bsp/linker-symbols-arch.h>
#include <rtems/score/basedefs.h>

Go to the source code of this file.

Macros

#define BSP_FAST_TEXT_SECTION    RTEMS_SECTION(".bsp_fast_text")
 
#define BSP_FAST_DATA_SECTION    RTEMS_SECTION(".bsp_fast_data")
 
#define BSP_NOCACHE_SECTION    RTEMS_SECTION(".bsp_nocache")
 
#define BSP_NOCACHE_SUBSECTION(subsection)    RTEMS_SECTION(".bsp_nocache." # subsection)
 
#define BSP_NOCACHENOLOAD_SECTION    RTEMS_SECTION(".bsp_noload_nocache")
 
#define BSP_NOCACHENOLOAD_SUBSECTION(subsection)    RTEMS_SECTION(".bsp_noload_nocache." # subsection)
 

Detailed Description

This header file provides interfaces to BSP-specific linker symbols and sections.