Lines Matching refs:CSTACK_SECTION_START
73 #define CSTACK_SECTION_START(_name_) SECTION_START(_name_)
81 extern CHAR *CSTACK_SECTION_START(CSTACK_SECTION_NAME);
91 #define CSTACK_START_ADDR ((UINTPTR)&CSTACK_SECTION_START(CSTACK_SECTION_NAME))
99 #define CSTACK_SECTION_START _sstack
105 extern CHAR *CSTACK_SECTION_START;
113 #define CSTACK_START_ADDR ((UINTPTR)&CSTACK_SECTION_START)
125 #define CSTACK_SECTION_START __except_stack_top
131 extern CHAR *CSTACK_SECTION_START;
136 #define CSTACK_START_ADDR ((UINTPTR)&CSTACK_SECTION_START)
147 #define CSTACK_SECTION_START __init_stack_s
153 extern CHAR *CSTACK_SECTION_START;
158 #define CSTACK_START_ADDR ((UINTPTR)&CSTACK_SECTION_START)
174 #define CSTACK_SECTION_START __init_stack_s
180 extern CHAR *CSTACK_SECTION_START;
185 #define CSTACK_START_ADDR ((UINTPTR)&CSTACK_SECTION_START)
198 #define CSTACK_SECTION_START __svc_stack
204 extern CHAR *CSTACK_SECTION_START;
212 #define CSTACK_START_ADDR ((UINTPTR)&CSTACK_SECTION_START)