Home
last modified time | relevance | path

Searched refs:CSTACK_SECTION_START (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_m/components/backtrace/
H A Dlos_backtrace.h73 #define CSTACK_SECTION_START(_name_) SECTION_START(_name_) macro
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 macro
105 extern CHAR *CSTACK_SECTION_START;
113 #define CSTACK_START_ADDR ((UINTPTR)&CSTACK_SECTION_START)
125 #define CSTACK_SECTION_START __except_stack_top macro
131 extern CHAR *CSTACK_SECTION_START;
136 #define CSTACK_START_ADDR ((UINTPTR)&CSTACK_SECTION_START)
147 #define CSTACK_SECTION_START __init_stack_ macro
174 #define CSTACK_SECTION_START global() macro
198 #define CSTACK_SECTION_START global() macro
[all...]

Completed in 1 milliseconds