Searched refs:CSTACK_SECTION_NAME (Results 1 – 1 of 1) sorted by relevance
54 #define CSTACK_SECTION_NAME "CSTACK" macro56 #pragma section = CSTACK_SECTION_NAME63 #define CSTACK_START_ADDR ((UINTPTR)__section_begin(CSTACK_SECTION_NAME))64 #define CSTACK_END_ADDR ((UINTPTR)__section_end(CSTACK_SECTION_NAME))69 #define CSTACK_SECTION_NAME STACK81 extern CHAR *CSTACK_SECTION_START(CSTACK_SECTION_NAME);82 extern CHAR *CSTACK_SECTION_END(CSTACK_SECTION_NAME);91 #define CSTACK_START_ADDR ((UINTPTR)&CSTACK_SECTION_START(CSTACK_SECTION_NAME))92 #define CSTACK_END_ADDR ((UINTPTR)&CSTACK_SECTION_END(CSTACK_SECTION_NAME))