Home
last modified time | relevance | path

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

/kernel/liteos_m/components/backtrace/
H A Dlos_backtrace.h79 #define CODE_SECTION_END(_name_) IMAGE_SECTION_END(_name_) macro
84 extern CHAR *CODE_SECTION_END(CODE_SECTION_NAME);
90 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END(CODE_SECTION_NAME))
97 #define CODE_SECTION_END _etext macro
104 extern CHAR *CODE_SECTION_END;
112 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END)
123 #define CODE_SECTION_END __text_end macro
130 extern CHAR *CODE_SECTION_END;
135 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END)
145 #define CODE_SECTION_END __text_en macro
172 #define CODE_SECTION_END global() macro
196 #define CODE_SECTION_END global() macro
[all...]

Completed in 1 milliseconds