Home
last modified time | relevance | path

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

/kernel/liteos_m/components/backtrace/
H A Dlos_backtrace.h62 #define CODE_END_ADDR ((UINTPTR)__section_end(CODE_SECTION_NAME)) macro
90 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END(CODE_SECTION_NAME)) macro
112 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END) macro
135 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END) macro
157 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END) macro
184 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END) macro
211 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END) macro
H A Dlos_backtrace.c46 if ((value > CODE_START_ADDR) && (value < CODE_END_ADDR)) { in OsStackDataIsCodeAddr()

Completed in 2 milliseconds