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

This header file provides the linker sets API. More...

#include <rtems/score/basedefs.h>

Go to the source code of this file.

Macros

#define RTEMS_LINKER_SET_BEGIN(set)    _Linker_set_##set##_begin
 
#define RTEMS_LINKER_SET_END(set)    _Linker_set_##set##_end
 
#define RTEMS_LINKER_SET_ALIGN(type)    RTEMS_ALIGNED( RTEMS_ALIGNOF( type ) )
 
#define RTEMS_LINKER_ROSET_DECLARE(set, type)
 
#define RTEMS_LINKER_ROSET(set, type)
 
#define RTEMS_LINKER_ROSET_ITEM_ORDERED_DECLARE(set, type, item, order)
 
#define RTEMS_LINKER_ROSET_ITEM_DECLARE(set, type, item)
 
#define RTEMS_LINKER_ROSET_ITEM_REFERENCE(set, type, item)
 
#define RTEMS_LINKER_ROSET_ITEM_ORDERED(set, type, item, order)
 
#define RTEMS_LINKER_ROSET_ITEM(set, type, item)
 
#define RTEMS_LINKER_ROSET_CONTENT(set, decl)
 
#define RTEMS_LINKER_RWSET_DECLARE(set, type)
 
#define RTEMS_LINKER_RWSET(set, type)
 
#define RTEMS_LINKER_RWSET_ITEM_ORDERED_DECLARE(set, type, item, order)
 
#define RTEMS_LINKER_RWSET_ITEM_DECLARE(set, type, item)
 
#define RTEMS_LINKER_RWSET_ITEM_REFERENCE(set, type, item)
 
#define RTEMS_LINKER_RWSET_ITEM_ORDERED(set, type, item, order)
 
#define RTEMS_LINKER_RWSET_ITEM(set, type, item)
 
#define RTEMS_LINKER_RWSET_CONTENT(set, decl)
 
#define RTEMS_LINKER_SET_SIZE(set)
 
#define RTEMS_LINKER_SET_ITEM_COUNT(set)
 
#define RTEMS_LINKER_SET_IS_EMPTY(set)    ( RTEMS_LINKER_SET_SIZE( set ) == 0 )
 
#define RTEMS_LINKER_SET_FOREACH(set, item)
 

Detailed Description

This header file provides the linker sets API.