Searched refs:SECTION (Results 1 – 5 of 5) sorted by relevance
26 VISIBLE SECTION(".vectors.text");30 VISIBLE SECTION(".vectors.text");37 VISIBLE SECTION(".vectors.text");41 VISIBLE SECTION(".vectors.text");44 VISIBLE SECTION(".vectors.text");47 VISIBLE SECTION(".vectors.text");50 VISIBLE SECTION(".vectors.text");54 VISIBLE SECTION(".vectors.text");59 VISIBLE SECTION(".vectors.text");
13 #define BOOT_CODE SECTION(".boot.text")16 #define BOOT_RODATA SECTION(".boot.rodata")19 #define BOOT_DATA SECTION(".boot.data")22 #define BOOT_BSS SECTION(".boot.bss")25 #define ALIGN_BSS(n) ALIGN(n) SECTION(".bss.aligned")29 #define SKIM_DATA SECTION(".skim.data")32 #define SKIM_BSS SECTION(".skim.bss")
85 #define SECTION(sec) __attribute__((__section__(sec))) macro
12 #define PHYS_CODE SECTION(".phys.text")15 #define PHYS_DATA SECTION(".phys.data")18 #define PHYS_BSS SECTION(".phys.bss")
100 SECTION("._idle_thread") char ksIdleThreadTCB[CONFIG_MAX_NUM_NODES][BIT(seL4_TCBBits)] ALIGN(BIT(TC…
Completed in 7 milliseconds