Home
last modified time | relevance | path

Searched refs:SectionTableAddr (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE02Z4/mcuxpresso/
Dstartup_mke02z4.c301 unsigned int *SectionTableAddr; in ResetISR() local
304 SectionTableAddr = &__data_section_table; in ResetISR()
307 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
308 LoadAddr = *SectionTableAddr++; in ResetISR()
309 ExeAddr = *SectionTableAddr++; in ResetISR()
310 SectionLen = *SectionTableAddr++; in ResetISR()
316 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
317 ExeAddr = *SectionTableAddr++; in ResetISR()
318 SectionLen = *SectionTableAddr++; in ResetISR()
Dstartup_mke02z4.cpp301 unsigned int *SectionTableAddr; in ResetISR() local
304 SectionTableAddr = &__data_section_table; in ResetISR()
307 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
308 LoadAddr = *SectionTableAddr++; in ResetISR()
309 ExeAddr = *SectionTableAddr++; in ResetISR()
310 SectionLen = *SectionTableAddr++; in ResetISR()
316 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
317 ExeAddr = *SectionTableAddr++; in ResetISR()
318 SectionLen = *SectionTableAddr++; in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC51U68/mcuxpresso/
Dstartup_lpc51u68.c298 unsigned int *SectionTableAddr; in ResetISR() local
301 SectionTableAddr = &__data_section_table; in ResetISR()
304 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
305 LoadAddr = *SectionTableAddr++; in ResetISR()
306 ExeAddr = *SectionTableAddr++; in ResetISR()
307 SectionLen = *SectionTableAddr++; in ResetISR()
313 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
314 ExeAddr = *SectionTableAddr++; in ResetISR()
315 SectionLen = *SectionTableAddr++; in ResetISR()
Dstartup_lpc51u68.cpp298 unsigned int *SectionTableAddr; in ResetISR() local
301 SectionTableAddr = &__data_section_table; in ResetISR()
304 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
305 LoadAddr = *SectionTableAddr++; in ResetISR()
306 ExeAddr = *SectionTableAddr++; in ResetISR()
307 SectionLen = *SectionTableAddr++; in ResetISR()
313 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
314 ExeAddr = *SectionTableAddr++; in ResetISR()
315 SectionLen = *SectionTableAddr++; in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV10Z1287/mcuxpresso/
Dstartup_mkv10z1287.c305 unsigned int *SectionTableAddr; in ResetISR() local
308 SectionTableAddr = &__data_section_table; in ResetISR()
311 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
312 LoadAddr = *SectionTableAddr++; in ResetISR()
313 ExeAddr = *SectionTableAddr++; in ResetISR()
314 SectionLen = *SectionTableAddr++; in ResetISR()
320 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
321 ExeAddr = *SectionTableAddr++; in ResetISR()
322 SectionLen = *SectionTableAddr++; in ResetISR()
Dstartup_mkv10z1287.cpp305 unsigned int *SectionTableAddr; in ResetISR() local
308 SectionTableAddr = &__data_section_table; in ResetISR()
311 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
312 LoadAddr = *SectionTableAddr++; in ResetISR()
313 ExeAddr = *SectionTableAddr++; in ResetISR()
314 SectionLen = *SectionTableAddr++; in ResetISR()
320 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
321 ExeAddr = *SectionTableAddr++; in ResetISR()
322 SectionLen = *SectionTableAddr++; in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC802/mcuxpresso/
Dstartup_lpc802.c304 unsigned int *SectionTableAddr; in ResetISR() local
307 SectionTableAddr = &__data_section_table; in ResetISR()
310 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
311 LoadAddr = *SectionTableAddr++; in ResetISR()
312 ExeAddr = *SectionTableAddr++; in ResetISR()
313 SectionLen = *SectionTableAddr++; in ResetISR()
319 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC834/mcuxpresso/
Dstartup_lpc834.c304 unsigned int *SectionTableAddr; in ResetISR() local
307 SectionTableAddr = &__data_section_table; in ResetISR()
310 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
311 LoadAddr = *SectionTableAddr++; in ResetISR()
312 ExeAddr = *SectionTableAddr++; in ResetISR()
313 SectionLen = *SectionTableAddr++; in ResetISR()
319 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
Dstartup_lpc834.cpp304 unsigned int *SectionTableAddr; in ResetISR() local
307 SectionTableAddr = &__data_section_table; in ResetISR()
310 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
311 LoadAddr = *SectionTableAddr++; in ResetISR()
312 ExeAddr = *SectionTableAddr++; in ResetISR()
313 SectionLen = *SectionTableAddr++; in ResetISR()
319 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC844/mcuxpresso/
Dstartup_lpc844.c304 unsigned int *SectionTableAddr; in ResetISR() local
307 SectionTableAddr = &__data_section_table; in ResetISR()
310 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
311 LoadAddr = *SectionTableAddr++; in ResetISR()
312 ExeAddr = *SectionTableAddr++; in ResetISR()
313 SectionLen = *SectionTableAddr++; in ResetISR()
319 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
Dstartup_lpc844.cpp304 unsigned int *SectionTableAddr; in ResetISR() local
307 SectionTableAddr = &__data_section_table; in ResetISR()
310 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
311 LoadAddr = *SectionTableAddr++; in ResetISR()
312 ExeAddr = *SectionTableAddr++; in ResetISR()
313 SectionLen = *SectionTableAddr++; in ResetISR()
319 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC845/mcuxpresso/
Dstartup_lpc845.c304 unsigned int *SectionTableAddr; in ResetISR() local
307 SectionTableAddr = &__data_section_table; in ResetISR()
310 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
311 LoadAddr = *SectionTableAddr++; in ResetISR()
312 ExeAddr = *SectionTableAddr++; in ResetISR()
313 SectionLen = *SectionTableAddr++; in ResetISR()
319 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
Dstartup_lpc845.cpp304 unsigned int *SectionTableAddr; in ResetISR() local
307 SectionTableAddr = &__data_section_table; in ResetISR()
310 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
311 LoadAddr = *SectionTableAddr++; in ResetISR()
312 ExeAddr = *SectionTableAddr++; in ResetISR()
313 SectionLen = *SectionTableAddr++; in ResetISR()
319 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE17Z7/mcuxpresso/
Dstartup_mke17z7.c300 unsigned int *SectionTableAddr; in ResetISR() local
303 SectionTableAddr = &__data_section_table; in ResetISR()
306 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
307 LoadAddr = *SectionTableAddr++; in ResetISR()
308 ExeAddr = *SectionTableAddr++; in ResetISR()
309 SectionLen = *SectionTableAddr++; in ResetISR()
315 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
316 ExeAddr = *SectionTableAddr++; in ResetISR()
317 SectionLen = *SectionTableAddr++; in ResetISR()
Dstartup_mke17z7.cpp300 unsigned int *SectionTableAddr; in ResetISR() local
303 SectionTableAddr = &__data_section_table; in ResetISR()
306 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
307 LoadAddr = *SectionTableAddr++; in ResetISR()
308 ExeAddr = *SectionTableAddr++; in ResetISR()
309 SectionLen = *SectionTableAddr++; in ResetISR()
315 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
316 ExeAddr = *SectionTableAddr++; in ResetISR()
317 SectionLen = *SectionTableAddr++; in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC864/mcuxpresso/
Dstartup_lpc864.c310 unsigned int *SectionTableAddr; in ResetISR() local
313 SectionTableAddr = &__data_section_table; in ResetISR()
316 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
317 LoadAddr = *SectionTableAddr++; in ResetISR()
318 ExeAddr = *SectionTableAddr++; in ResetISR()
319 SectionLen = *SectionTableAddr++; in ResetISR()
325 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
326 ExeAddr = *SectionTableAddr++; in ResetISR()
327 SectionLen = *SectionTableAddr++; in ResetISR()
Dstartup_lpc864.cpp310 unsigned int *SectionTableAddr; in ResetISR() local
313 SectionTableAddr = &__data_section_table; in ResetISR()
316 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
317 LoadAddr = *SectionTableAddr++; in ResetISR()
318 ExeAddr = *SectionTableAddr++; in ResetISR()
319 SectionLen = *SectionTableAddr++; in ResetISR()
325 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
326 ExeAddr = *SectionTableAddr++; in ResetISR()
327 SectionLen = *SectionTableAddr++; in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC865/mcuxpresso/
Dstartup_lpc865.c310 unsigned int *SectionTableAddr; in ResetISR() local
313 SectionTableAddr = &__data_section_table; in ResetISR()
316 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
317 LoadAddr = *SectionTableAddr++; in ResetISR()
318 ExeAddr = *SectionTableAddr++; in ResetISR()
319 SectionLen = *SectionTableAddr++; in ResetISR()
325 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
326 ExeAddr = *SectionTableAddr++; in ResetISR()
327 SectionLen = *SectionTableAddr++; in ResetISR()
Dstartup_lpc865.cpp310 unsigned int *SectionTableAddr; in ResetISR() local
313 SectionTableAddr = &__data_section_table; in ResetISR()
316 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
317 LoadAddr = *SectionTableAddr++; in ResetISR()
318 ExeAddr = *SectionTableAddr++; in ResetISR()
319 SectionLen = *SectionTableAddr++; in ResetISR()
325 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
326 ExeAddr = *SectionTableAddr++; in ResetISR()
327 SectionLen = *SectionTableAddr++; in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE04Z1284/mcuxpresso/
Dstartup_mke04z1284.c304 unsigned int *SectionTableAddr; in ResetISR() local
307 SectionTableAddr = &__data_section_table; in ResetISR()
310 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
311 LoadAddr = *SectionTableAddr++; in ResetISR()
312 ExeAddr = *SectionTableAddr++; in ResetISR()
313 SectionLen = *SectionTableAddr++; in ResetISR()
319 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE04Z4/mcuxpresso/
Dstartup_mke04z4.c304 unsigned int *SectionTableAddr; in ResetISR() local
307 SectionTableAddr = &__data_section_table; in ResetISR()
310 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
311 LoadAddr = *SectionTableAddr++; in ResetISR()
312 ExeAddr = *SectionTableAddr++; in ResetISR()
313 SectionLen = *SectionTableAddr++; in ResetISR()
319 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
Dstartup_mke04z4.cpp304 unsigned int *SectionTableAddr; in ResetISR() local
307 SectionTableAddr = &__data_section_table; in ResetISR()
310 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
311 LoadAddr = *SectionTableAddr++; in ResetISR()
312 ExeAddr = *SectionTableAddr++; in ResetISR()
313 SectionLen = *SectionTableAddr++; in ResetISR()
319 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE06Z4/mcuxpresso/
Dstartup_mke06z4.c309 unsigned int *SectionTableAddr; in ResetISR() local
312 SectionTableAddr = &__data_section_table; in ResetISR()
315 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
316 LoadAddr = *SectionTableAddr++; in ResetISR()
317 ExeAddr = *SectionTableAddr++; in ResetISR()
318 SectionLen = *SectionTableAddr++; in ResetISR()
324 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
325 ExeAddr = *SectionTableAddr++; in ResetISR()
326 SectionLen = *SectionTableAddr++; in ResetISR()
Dstartup_mke06z4.cpp309 unsigned int *SectionTableAddr; in ResetISR() local
312 SectionTableAddr = &__data_section_table; in ResetISR()
315 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
316 LoadAddr = *SectionTableAddr++; in ResetISR()
317 ExeAddr = *SectionTableAddr++; in ResetISR()
318 SectionLen = *SectionTableAddr++; in ResetISR()
324 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
325 ExeAddr = *SectionTableAddr++; in ResetISR()
326 SectionLen = *SectionTableAddr++; in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE12Z7/mcuxpresso/
Dstartup_mke12z7.c300 unsigned int *SectionTableAddr; in ResetISR() local
303 SectionTableAddr = &__data_section_table; in ResetISR()
306 while (SectionTableAddr < &__data_section_table_end) { in ResetISR()
307 LoadAddr = *SectionTableAddr++; in ResetISR()
308 ExeAddr = *SectionTableAddr++; in ResetISR()
309 SectionLen = *SectionTableAddr++; in ResetISR()
315 while (SectionTableAddr < &__bss_section_table_end) { in ResetISR()
316 ExeAddr = *SectionTableAddr++; in ResetISR()
317 SectionLen = *SectionTableAddr++; in ResetISR()

12345678910>>...13