linker.lf 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. [mapping:lwip]
  2. archive: liblwip.a
  3. entries:
  4. if LWIP_IRAM_OPTIMIZATION = y:
  5. sockets:get_socket (noflash_text)
  6. sockets:tryget_socket_unconn_locked (noflash_text)
  7. sockets:done_socket (noflash_text)
  8. sockets:lwip_recvfrom (noflash_text)
  9. sockets:lwip_recv_tcp (noflash_text)
  10. sockets:lwip_send (noflash_text)
  11. sockets:lwip_sendto (noflash_text)
  12. sockets:event_callback (noflash_text)
  13. sockets:lwip_select (noflash_text)
  14. api_lib:netconn_recv_data (noflash_text)
  15. api_lib:netconn_tcp_recvd (noflash_text)
  16. api_lib:netconn_recv_data_tcp (noflash_text)
  17. api_lib:netconn_recv_tcp_pbuf_flags (noflash_text)
  18. api_lib:netconn_recv_udp_raw_netbuf_flags (noflash_text)
  19. api_lib:netconn_recv (noflash_text)
  20. api_lib:netconn_sendto (noflash_text)
  21. api_lib:netconn_send (noflash_text)
  22. api_lib:netconn_write_partly (noflash_text)
  23. api_lib:netconn_write_vectors_partly (noflash_text)
  24. api_msg:lwip_netconn_do_send (noflash_text)
  25. api_msg:lwip_netconn_do_write (noflash_text)
  26. netbuf:netbuf_alloc (noflash_text)
  27. netbuf:netbuf_free (noflash_text)
  28. tcpip:tcpip_thread (noflash_text)
  29. tcpip:tcpip_inpkt (noflash_text)
  30. tcpip:tcpip_input (noflash_text)
  31. tcpip:tcpip_callback (noflash_text)
  32. tcpip:tcpip_try_callback (noflash_text)
  33. tcpip:tcpip_send_msg_wait_sem (noflash_text)
  34. inet_chksum:inet_cksum_pseudo_base (noflash_text)
  35. inet_chksum:inet_chksum_pseudo (noflash_text)
  36. etharp:etharp_output_to_arp_index (noflash_text)
  37. etharp:etharp_output (noflash_text)
  38. ip4_addr:ip4_addr_isbroadcast_u32 (noflash_text)
  39. ip4:ip4_route_src (noflash_text)
  40. ip4:ip4_route (noflash_text)
  41. ip4:ip4_input (noflash_text)
  42. ip4:ip4_output_if (noflash_text)
  43. ip4:ip4_output_if_opt (noflash_text)
  44. ip4:ip4_output_if_src (noflash_text)
  45. ip4:ip4_output_if_opt_src (noflash_text)
  46. ip4:ip4_output (noflash_text)
  47. pbuf:pbuf_alloc (noflash_text)
  48. pbuf:pbuf_add_header (noflash_text)
  49. pbuf:pbuf_remove_header (noflash_text)
  50. pbuf:pbuf_header (noflash_text)
  51. pbuf:pbuf_free (noflash_text)
  52. pbuf:pbuf_alloced_custom (noflash_text)
  53. udp:udp_input_local_match (noflash_text)
  54. udp:udp_input (noflash_text)
  55. udp:udp_send (noflash_text)
  56. udp:udp_sendto (noflash_text)
  57. udp:udp_sendto_if (noflash_text)
  58. udp:udp_sendto_if_src (noflash_text)
  59. ethernet:ethernet_input (noflash_text)
  60. ethernet:ethernet_output (noflash_text)
  61. sys_arch:sys_mutex_lock (noflash_text)
  62. sys_arch:sys_mutex_unlock (noflash_text)
  63. sys_arch:sys_sem_signal (noflash_text)
  64. sys_arch:sys_arch_sem_wait (noflash_text)
  65. sys_arch:sys_mbox_post (noflash_text)
  66. sys_arch:sys_mbox_trypost (noflash_text)
  67. sys_arch:sys_arch_mbox_fetch (noflash_text)
  68. lwip_default_hooks:ip4_route_src_hook (noflash_text)
  69. if COMPILER_OPTIMIZATION_DEBUG = y:
  70. sockets:tryget_socket_unconn (noflash_text)
  71. sockets:tryget_socket (noflash_text)
  72. sockets:lwip_recvfrom_udp_raw (noflash_text)
  73. sockets:tryget_socket_unconn_nouse (noflash_text)
  74. sockets:sock_inc_used (noflash_text)
  75. tcpip:tcpip_thread_handle_msg (noflash_text)
  76. api_lib:netconn_apimsg (noflash_text)
  77. sockets:lwip_recv_tcp_from (noflash_text)
  78. sockets:select_check_waiters (noflash_text)
  79. api_lib:netconn_tcp_recvd_msg (noflash_text)
  80. pbuf:pbuf_header_impl (noflash_text)
  81. pbuf:pbuf_add_header_impl (noflash_text)
  82. pbuf:pbuf_init_alloced_pbuf (noflash_text)
  83. if LWIP_EXTRA_IRAM_OPTIMIZATION = y:
  84. api_msg:recv_udp (noflash_text)
  85. inet_chksum:inet_chksum_pbuf (noflash_text)
  86. inet_chksum:ip_chksum_pseudo (noflash_text)
  87. inet_chksum:inet_chksum (noflash_text)
  88. inet_chksum:lwip_standard_chksum (noflash_text)
  89. pbuf:pbuf_copy (noflash_text)
  90. pbuf:pbuf_copy_partial_pbuf (noflash_text)
  91. pbuf:pbuf_clone (noflash_text)
  92. tcp:tcp_fasttmr (noflash_text)
  93. tcp:tcp_tmr (noflash_text)
  94. tcp:tcp_update_rcv_ann_wnd (noflash_text)
  95. tcp:tcp_recved (noflash_text)
  96. tcp:tcp_slowtmr (noflash_text)
  97. tcp:tcp_process_refused_data (noflash_text)
  98. tcp:tcp_segs_free (noflash_text)
  99. tcp:tcp_seg_free (noflash_text)
  100. tcp:tcp_seg_copy (noflash_text)
  101. tcp:tcp_recv_null (noflash_text)
  102. tcp_in:tcp_input (noflash_text)
  103. tcp_in:tcp_input_delayed_close (noflash_text)
  104. tcp_in:tcp_oos_insert_segment (noflash_text)
  105. tcp_in:tcp_receive (noflash_text)
  106. tcp_in:tcp_parseopt (noflash_text)
  107. tcp_out:tcp_route (noflash_text)
  108. tcp_out:tcp_create_segment (noflash_text)
  109. tcp_out:tcp_write (noflash_text)
  110. tcp_out:tcp_split_unsent_seg (noflash_text)
  111. tcp_out:tcp_rexmit_rto_prepare (noflash_text)
  112. tcp_out:tcp_rexmit (noflash_text)
  113. tcp_out:tcp_rexmit_fast (noflash_text)
  114. tcp_out:tcp_output_control_segment (noflash_text)
  115. tcp_out:tcp_rst (noflash_text)
  116. tcp_out:tcp_send_empty_ack (noflash_text)
  117. sys_arch:sys_arch_protect (noflash_text)
  118. sys_arch:sys_arch_unprotect (noflash_text)
  119. sys_arch:sys_thread_tcpip (noflash_text)
  120. memp:memp_malloc (noflash_text)
  121. mem:mem_malloc (noflash_text)
  122. raw:raw_input (noflash_text)
  123. if COMPILER_OPTIMIZATION_DEBUG = y:
  124. tcp_in:tcp_free_acked_segments (noflash_text)
  125. tcp_in:tcp_process (noflash_text)
  126. tcp_out:tcp_output_segment (noflash_text)
  127. tcp_out:tcp_output_fill_options (noflash_text)
  128. tcp_out:tcp_output_alloc_header (noflash_text)
  129. tcp_out:tcp_pbuf_prealloc (noflash_text)
  130. tcp_out:tcp_write_checks (noflash_text)
  131. raw:raw_input_local_match (noflash_text)
  132. tcp_out:tcp_output_alloc_header_common (noflash_text)
  133. memp:do_memp_malloc_pool (noflash_text)
  134. if ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY = y:
  135. * (extram_bss)
  136. if VFS_SELECT_IN_RAM = y:
  137. vfs_lwip:lwip_stop_socket_select_isr (noflash)