Home
last modified time | relevance | path

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

12345678910>>...13

/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE02Z4/mcuxpresso/
Dstartup_mke02z4.c300 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
310 SectionLen = *SectionTableAddr++; in ResetISR()
311 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
318 SectionLen = *SectionTableAddr++; in ResetISR()
319 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_mke02z4.cpp300 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
310 SectionLen = *SectionTableAddr++; in ResetISR()
311 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
318 SectionLen = *SectionTableAddr++; in ResetISR()
319 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC51U68/mcuxpresso/
Dstartup_lpc51u68.c297 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
307 SectionLen = *SectionTableAddr++; in ResetISR()
308 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
315 SectionLen = *SectionTableAddr++; in ResetISR()
316 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_lpc51u68.cpp297 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
307 SectionLen = *SectionTableAddr++; in ResetISR()
308 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
315 SectionLen = *SectionTableAddr++; in ResetISR()
316 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKV10Z1287/mcuxpresso/
Dstartup_mkv10z1287.c304 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
314 SectionLen = *SectionTableAddr++; in ResetISR()
315 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
322 SectionLen = *SectionTableAddr++; in ResetISR()
323 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_mkv10z1287.cpp304 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
314 SectionLen = *SectionTableAddr++; in ResetISR()
315 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
322 SectionLen = *SectionTableAddr++; in ResetISR()
323 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC802/mcuxpresso/
Dstartup_lpc802.c303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
313 SectionLen = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC834/mcuxpresso/
Dstartup_lpc834.c303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
313 SectionLen = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_lpc834.cpp303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
313 SectionLen = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC844/mcuxpresso/
Dstartup_lpc844.c303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
313 SectionLen = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_lpc844.cpp303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
313 SectionLen = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC845/mcuxpresso/
Dstartup_lpc845.c303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
313 SectionLen = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_lpc845.cpp303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
313 SectionLen = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE17Z7/mcuxpresso/
Dstartup_mke17z7.c299 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
309 SectionLen = *SectionTableAddr++; in ResetISR()
310 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
317 SectionLen = *SectionTableAddr++; in ResetISR()
318 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_mke17z7.cpp299 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
309 SectionLen = *SectionTableAddr++; in ResetISR()
310 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
317 SectionLen = *SectionTableAddr++; in ResetISR()
318 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC864/mcuxpresso/
Dstartup_lpc864.c309 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
319 SectionLen = *SectionTableAddr++; in ResetISR()
320 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
327 SectionLen = *SectionTableAddr++; in ResetISR()
328 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_lpc864.cpp309 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
319 SectionLen = *SectionTableAddr++; in ResetISR()
320 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
327 SectionLen = *SectionTableAddr++; in ResetISR()
328 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/LPC865/mcuxpresso/
Dstartup_lpc865.c309 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
319 SectionLen = *SectionTableAddr++; in ResetISR()
320 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
327 SectionLen = *SectionTableAddr++; in ResetISR()
328 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_lpc865.cpp309 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
319 SectionLen = *SectionTableAddr++; in ResetISR()
320 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
327 SectionLen = *SectionTableAddr++; in ResetISR()
328 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE04Z1284/mcuxpresso/
Dstartup_mke04z1284.c303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
313 SectionLen = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE04Z4/mcuxpresso/
Dstartup_mke04z4.c303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
313 SectionLen = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_mke04z4.cpp303 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
313 SectionLen = *SectionTableAddr++; in ResetISR()
314 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
321 SectionLen = *SectionTableAddr++; in ResetISR()
322 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE06Z4/mcuxpresso/
Dstartup_mke06z4.c308 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
318 SectionLen = *SectionTableAddr++; in ResetISR()
319 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
326 SectionLen = *SectionTableAddr++; in ResetISR()
327 bss_init(ExeAddr, SectionLen); in ResetISR()
Dstartup_mke06z4.cpp308 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
318 SectionLen = *SectionTableAddr++; in ResetISR()
319 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
326 SectionLen = *SectionTableAddr++; in ResetISR()
327 bss_init(ExeAddr, SectionLen); in ResetISR()
/hal_nxp-3.7.0/mcux/mcux-sdk/devices/MKE12Z7/mcuxpresso/
Dstartup_mke12z7.c299 unsigned int LoadAddr, ExeAddr, SectionLen; in ResetISR() local
309 SectionLen = *SectionTableAddr++; in ResetISR()
310 data_init(LoadAddr, ExeAddr, SectionLen); in ResetISR()
317 SectionLen = *SectionTableAddr++; in ResetISR()
318 bss_init(ExeAddr, SectionLen); in ResetISR()

12345678910>>...13