Home
last modified time | relevance | path

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

/kernel/liteos_m/components/backtrace/
Dlos_backtrace.h54 #define CSTACK_SECTION_NAME "CSTACK" macro
56 #pragma section = CSTACK_SECTION_NAME
63 #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 STACK
81 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))