Home
last modified time | relevance | path

Searched refs:HDR_ATTR (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/soc/espressif/esp32/
Dsoc_appcpu.c36 #define HDR_ATTR __attribute__((section(".entry_addr"))) __attribute__((used)) macro
39 static HDR_ATTR void (*_entry_point)(void) = &__appcpu_start;
/Zephyr-latest/soc/espressif/esp32s3/
Dsoc_appcpu.c36 #define HDR_ATTR __attribute__((section(".entry_addr"))) __attribute__((used)) macro
39 static HDR_ATTR void (*_entry_point)(void) = &__appcpu_start;
/Zephyr-latest/soc/espressif/common/
Dloader.c64 #define HDR_ATTR __attribute__((section(".entry_addr"))) __attribute__((used)) macro
67 static HDR_ATTR void (*_entry_point)(void) = &__start;