linker.lf 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [mapping:esp_system]
  2. archive: libesp_system.a
  3. entries:
  4. if ESP_PANIC_HANDLER_IRAM = y:
  5. panic (noflash)
  6. panic_handler (noflash)
  7. panic_arch (noflash)
  8. cache_err_int:esp_cache_err_get_cpuid (noflash)
  9. reset_reason:esp_reset_reason_get_hint (noflash)
  10. if ESP_SYSTEM_HW_STACK_GUARD = y:
  11. hw_stack_guard:esp_hw_stack_guard_get_bounds (noflash)
  12. hw_stack_guard:esp_hw_stack_guard_is_fired (noflash)
  13. hw_stack_guard:esp_hw_stack_guard_get_pc (noflash)
  14. esp_err (noflash)
  15. esp_system_chip:esp_system_abort (noflash)
  16. ubsan (noflash)
  17. if ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF:
  18. usb_console:esp_usb_console_write_char (noflash)
  19. usb_console:esp_usb_console_write_buf (noflash)
  20. usb_console:esp_usb_console_flush_internal (noflash)
  21. usb_console:esp_usb_console_osglue_wait_proc (noflash)
  22. usb_console:esp_usb_console_osglue_dis_int (noflash)
  23. usb_console:esp_usb_console_osglue_ena_int (noflash)
  24. usb_console:esp_usb_console_interrupt (noflash)
  25. usb_console:esp_usb_console_poll_interrupts (noflash)
  26. usb_console:esp_usb_console_cdc_acm_cb (noflash)
  27. usb_console:esp_usb_console_dfu_detach_cb (noflash)
  28. usb_console:esp_usb_console_before_restart (noflash)
  29. usb_console:esp_usb_console_on_restart_timeout (noflash)
  30. [mapping:vfs_cdcacm]
  31. archive: libvfs.a
  32. entries:
  33. if ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF:
  34. vfs_cdcacm:cdcacm_tx_cb (noflash)
  35. vfs_cdcacm:cdcacm_rx_cb (noflash)
  36. [mapping:esp_system_hal]
  37. archive: libhal.a
  38. entries:
  39. if ESP_PANIC_HANDLER_IRAM = y:
  40. uart_hal_iram (noflash)