Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 18 of 18) sorted by relevance

/mcuboot-3.7.0/testplan/mynewt/apps/slinky/src/
Dmain.c282 void *entry; in main() local
283 rc = split_app_go(&entry, true); in main()
285 hal_system_restart(entry); in main()
/mcuboot-3.7.0/docs/release-notes.d/
D00readme.md6 Generally a release note entry should be created for changes that:
23 entry. (A script will be developed to collect these, ordered by when
/mcuboot-3.7.0/boot/bootutil/include/bootutil/
Dbootutil.h92 fih_ret split_go(int loader_slot, int split_slot, void **entry);
/mcuboot-3.7.0/boot/espressif/port/esp32c3/ld/
Dbootloader.ld20 /* Default entry point: */
44 *(.entry.text)
/mcuboot-3.7.0/boot/espressif/port/esp32s3/ld/
Dbootloader.ld20 /* Default entry point: */
44 *(.entry.text)
/mcuboot-3.7.0/boot/espressif/port/esp32s2/ld/
Dbootloader.ld20 /* Default entry point: */
44 *(.entry.text)
/mcuboot-3.7.0/boot/espressif/port/esp32/ld/
Dbootloader.ld25 /* Default entry point: */
48 *(.entry.text)
/mcuboot-3.7.0/ext/mbedtls-asn1/include/mbedtls/
Dasn1.h588 void mbedtls_asn1_free_named_data( mbedtls_asn1_named_data *entry );
/mcuboot-3.7.0/boot/espressif/port/esp32c2/ld/
Dbootloader.ld54 /* Default entry point: */
78 *(.entry.text)
/mcuboot-3.7.0/boot/espressif/port/esp32c6/ld/
Dbootloader.ld51 /* Default entry point: */
75 *(.entry.text)
/mcuboot-3.7.0/boot/espressif/port/esp32h2/ld/
Dbootloader.ld52 /* Default entry point: */
76 *(.entry.text)
/mcuboot-3.7.0/docs/
Dreadme-nuttx.md31 …herals, load the Program Counter register with the application firmware image entry point address).
DPORTING.md25 so an entry point must be provided. This is likely a typical `app` for the
/mcuboot-3.7.0/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/
Dcy8c6xxa_cm0plus.ld11 * \note The entry point location is fixed and starts at 0x10000000. The valid
/mcuboot-3.7.0/boot/cypress/MCUBootApp/
DMCUBootApp.ld11 * \note The entry point location is fixed and starts at 0x10000000. The valid
/mcuboot-3.7.0/boot/cypress/BlinkyApp/linker/
DBlinkyApp_template.ld11 * \note The entry point location is fixed and starts at 0x10000000. The valid
/mcuboot-3.7.0/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/
Dcy8c6xxa_cm4_dual.ld11 * \note The entry point location is fixed and starts at 0x10000000. The valid
/mcuboot-3.7.0/boot/bootutil/src/
Dloader.c2371 split_go(int loader_slot, int split_slot, void **entry) argument
2423 *entry = (void *) entry_val;