Searched defs:SECTION_DATA_PROLOGUE (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/include/zephyr/linker/ |
D | linker-tool-lld.h | 58 #define SECTION_DATA_PROLOGUE(name, options, align) \ macro
|
D | linker-tool-mwdt.h | 91 #define SECTION_DATA_PROLOGUE(name, options, align) \ macro 94 #define SECTION_DATA_PROLOGUE(name, options, align) name options : align macro
|
D | linker-tool-gcc.h | 202 #define SECTION_DATA_PROLOGUE(name, options, align) \ macro
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | default_appcpu.ld | 47 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT macro
|
D | default.ld | 44 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT macro
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | default.ld | 52 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT macro
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | default.ld | 52 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT macro
|
/Zephyr-latest/soc/espressif/esp32/ |
D | default.ld | 48 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT macro
|
D | default_appcpu.ld | 47 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT macro
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | default.ld | 46 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT macro
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_tiny.ld | 99 #define SECTION_DATA_PROLOGUE(name, options, align) \ macro
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | default.ld | 53 #define SECTION_DATA_PROLOGUE(name, options, align) name options : ALIGN_WITH_INPUT macro
|