Lines Matching refs:UINTPTR

61 #define CODE_START_ADDR     ((UINTPTR)__section_begin(CODE_SECTION_NAME))

62 #define CODE_END_ADDR ((UINTPTR)__section_end(CODE_SECTION_NAME))
63 #define CSTACK_START_ADDR ((UINTPTR)__section_begin(CSTACK_SECTION_NAME))
64 #define CSTACK_END_ADDR ((UINTPTR)__section_end(CSTACK_SECTION_NAME))
89 #define CODE_START_ADDR ((UINTPTR)&CODE_SECTION_START(CODE_SECTION_NAME))
90 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END(CODE_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))
111 #define CODE_START_ADDR ((UINTPTR)&CODE_SECTION_START)
112 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END)
113 #define CSTACK_START_ADDR ((UINTPTR)&CSTACK_SECTION_START)
114 #define CSTACK_END_ADDR ((UINTPTR)&CSTACK_SECTION_END)
134 #define CODE_START_ADDR ((UINTPTR)&CODE_SECTION_START)
135 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END)
136 #define CSTACK_START_ADDR ((UINTPTR)&CSTACK_SECTION_START)
137 #define CSTACK_END_ADDR ((UINTPTR)&CSTACK_SECTION_END)
156 #define CODE_START_ADDR ((UINTPTR)&CODE_SECTION_START)
157 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END)
158 #define CSTACK_START_ADDR ((UINTPTR)&CSTACK_SECTION_START)
159 #define CSTACK_END_ADDR ((UINTPTR)&CSTACK_SECTION_END)
167 UINT32 HalBackTraceGet(UINTPTR sp, UINT32 retAddr, UINTPTR *callChain, UINT32 maxDepth, UINT32 jumpCount);
183 #define CODE_START_ADDR ((UINTPTR)&CODE_SECTION_START)
184 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END)
185 #define CSTACK_START_ADDR ((UINTPTR)&CSTACK_SECTION_START)
186 #define CSTACK_END_ADDR ((UINTPTR)&CSTACK_SECTION_END)
210 #define CODE_START_ADDR ((UINTPTR)&CODE_SECTION_START)
211 #define CODE_END_ADDR ((UINTPTR)&CODE_SECTION_END)
212 #define CSTACK_START_ADDR ((UINTPTR)&CSTACK_SECTION_START)
213 #define CSTACK_END_ADDR ((UINTPTR)&CSTACK_SECTION_END)
225 VOID LOS_RecordLR(UINTPTR *LR, UINT32 LRSize, UINT32 jumpCount, UINTPTR SP);