Home
last modified time | relevance | path

Searched refs:ExeAddr (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/hal_nxp-latest/mcux/mcux-sdk/devices/LPC51U68/mcuxpresso/
Dstartup_lpc51u68.c297 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
306 ExeAddr = *SectionTableAddr++; in ResetISR()
308 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
314 ExeAddr = *SectionTableAddr++; in ResetISR()
316 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_lpc51u68.cpp297 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
306 ExeAddr = *SectionTableAddr++; in ResetISR()
308 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
314 ExeAddr = *SectionTableAddr++; in ResetISR()
316 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE02Z4/mcuxpresso/
Dstartup_mke02z4.cpp300 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
309 ExeAddr = *SectionTableAddr++; in ResetISR()
311 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
317 ExeAddr = *SectionTableAddr++; in ResetISR()
319 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_mke02z4.c300 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
309 ExeAddr = *SectionTableAddr++; in ResetISR()
311 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
317 ExeAddr = *SectionTableAddr++; in ResetISR()
319 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC822/mcuxpresso/
Dstartup_lpc822.cpp303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
312 ExeAddr = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKM34Z7/mcuxpresso/
Dstartup_mkm34z7.cpp302 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
312 ExeAddr = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
321 ExeAddr = *SectionTableAddr++; in ResetISR()
323 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC824/mcuxpresso/
Dstartup_lpc824.cpp303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
312 ExeAddr = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_lpc824.c303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
312 ExeAddr = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC864/mcuxpresso/
Dstartup_lpc864.c309 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
318 ExeAddr = *SectionTableAddr++; in ResetISR()
320 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
326 ExeAddr = *SectionTableAddr++; in ResetISR()
328 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_lpc864.cpp309 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
318 ExeAddr = *SectionTableAddr++; in ResetISR()
320 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
326 ExeAddr = *SectionTableAddr++; in ResetISR()
328 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC802/mcuxpresso/
Dstartup_lpc802.c303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
312 ExeAddr = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_lpc802.cpp303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
312 ExeAddr = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE13Z7/mcuxpresso/
Dstartup_mke13z7.c299 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
308 ExeAddr = *SectionTableAddr++; in ResetISR()
310 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
316 ExeAddr = *SectionTableAddr++; in ResetISR()
318 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_mke13z7.cpp299 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
308 ExeAddr = *SectionTableAddr++; in ResetISR()
310 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
316 ExeAddr = *SectionTableAddr++; in ResetISR()
318 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC865/mcuxpresso/
Dstartup_lpc865.c309 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
318 ExeAddr = *SectionTableAddr++; in ResetISR()
320 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
326 ExeAddr = *SectionTableAddr++; in ResetISR()
328 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_lpc865.cpp309 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
318 ExeAddr = *SectionTableAddr++; in ResetISR()
320 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
326 ExeAddr = *SectionTableAddr++; in ResetISR()
328 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-latest/mcux/mcux-sdk/devices/MKL17Z644/mcuxpresso/
Dstartup_mkl17z644.c300 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
309 ExeAddr = *SectionTableAddr++; in ResetISR()
311 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
317 ExeAddr = *SectionTableAddr++; in ResetISR()
319 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_mkl17z644.cpp300 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
309 ExeAddr = *SectionTableAddr++; in ResetISR()
311 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
317 ExeAddr = *SectionTableAddr++; in ResetISR()
319 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-latest/mcux/mcux-sdk/devices/K32L2B31A/mcuxpresso/
Dstartup_k32l2b31a.c296 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
305 ExeAddr = *SectionTableAddr++; in ResetISR()
307 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
313 ExeAddr = *SectionTableAddr++; in ResetISR()
315 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_k32l2b31a.cpp296 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
305 ExeAddr = *SectionTableAddr++; in ResetISR()
307 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
313 ExeAddr = *SectionTableAddr++; in ResetISR()
315 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC845/mcuxpresso/
Dstartup_lpc845.c303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
312 ExeAddr = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_lpc845.cpp303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
312 ExeAddr = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC844/mcuxpresso/
Dstartup_lpc844.cpp303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
312 ExeAddr = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_lpc844.c303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
312 ExeAddr = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC812/mcuxpresso/
Dstartup_lpc812.c303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
312 ExeAddr = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
320 ExeAddr = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()

12345678910>>...14