RTEMS
5.0.0
|
System low level start. More...
#include <stddef.h>
Go to the source code of this file.
Macros | |
#define | BSP_START_TEXT_SECTION __attribute__((section(".bsp_start_text"))) |
#define | BSP_START_DATA_SECTION __attribute__((section(".bsp_start_data"))) |
Functions | |
void | _start (void) |
System start entry. | |
void BSP_START_TEXT_SECTION | bsp_start_zero (void *begin, size_t byte_count) |
Variables | |
char | bsp_start_zero_begin [] |
Symbol which equals the bsp_start_zero() code begin. | |
char | bsp_start_zero_end [] |
Symbol which equals the bsp_start_zero() code end. | |
char | bsp_start_zero_size [] |
Symbol which equals the bsp_start_zero() code size. | |
System low level start.