Advertisement
mischief

section_Headers

Mar 15th, 2012
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.35 KB | None | 0 0
  1. arm-none-eabi-objdump.exe -x rest-server-example.crazy-horse.elf >objdump
  2.  
  3.  
  4. rest-server-example.crazy-horse.elf: file format elf32-littlearm
  5. rest-server-example.crazy-horse.elf
  6. architecture: arm, flags 0x00000112:
  7. EXEC_P, HAS_SYMS, D_PAGED
  8. start address 0x00100038
  9.  
  10. Program Header:
  11. 0x70000001 off 0x0001a4cc vaddr 0x001124cc paddr 0x001124cc align 2**2
  12. filesz 0x000000e0 memsz 0x000000e0 flags r--
  13. LOAD off 0x00008000 vaddr 0x00100000 paddr 0x00100000 align 2**15
  14. filesz 0x000125ac memsz 0x000125ac flags r-x
  15. LOAD off 0x00020000 vaddr 0x00200000 paddr 0x001125ac align 2**15
  16. filesz 0x00001028 memsz 0x00010000 flags rwx
  17. private flags = 5000002: [Version5 EABI] [has entry point]
  18.  
  19. Sections:
  20. Idx Name Size VMA LMA File off Algn
  21. 0 .vectrom 00000034 00100000 00100000 00008000 2**2
  22. CONTENTS, ALLOC, LOAD, READONLY, CODE
  23. 1 .text 00010fc8 00100038 00100038 00008038 2**3
  24. CONTENTS, ALLOC, LOAD, READONLY, CODE
  25. 2 .rodata 0000149c 00111000 00111000 00019000 2**2
  26. CONTENTS, ALLOC, LOAD, READONLY, DATA
  27. 3 .ARM.extab 00000030 0011249c 0011249c 0001a49c 2**2
  28. CONTENTS, ALLOC, LOAD, READONLY, DATA
  29. 4 .ARM.exidx 000000e0 001124cc 001124cc 0001a4cc 2**2
  30. CONTENTS, ALLOC, LOAD, READONLY, DATA
  31. 5 .data 00001028 00200000 001125ac 00020000 2**3
  32. CONTENTS, ALLOC, LOAD, CODE
  33. 6 .bss 00007bec 00201028 001135d4 00021028 2**2
  34. ALLOC
  35. 7 .stack 00000a08 0020f5f8 00121ba4 00021028 2**0
  36. ALLOC
  37. 8 .ARM.attributes 00000032 00000000 00000000 00021028 2**0
  38. CONTENTS, READONLY
  39. 9 .comment 00000011 00000000 00000000 0002105a 2**0
  40. CONTENTS, READONLY
  41. 10 .debug_aranges 00000c68 00000000 00000000 00021070 2**3
  42. CONTENTS, READONLY, DEBUGGING
  43. 11 .debug_info 0002b87e 00000000 00000000 00021cd8 2**0
  44. CONTENTS, READONLY, DEBUGGING
  45. 12 .debug_abbrev 0000960b 00000000 00000000 0004d556 2**0
  46. CONTENTS, READONLY, DEBUGGING
  47. 13 .debug_line 00009bcb 00000000 00000000 00056b61 2**0
  48. CONTENTS, READONLY, DEBUGGING
  49. 14 .debug_frame 00004918 00000000 00000000 0006072c 2**2
  50. CONTENTS, READONLY, DEBUGGING
  51. 15 .debug_str 0000831d 00000000 00000000 00065044 2**0
  52. CONTENTS, READONLY, DEBUGGING
  53. 16 .debug_loc 00013fad 00000000 00000000 0006d361 2**0
  54. CONTENTS, READONLY, DEBUGGING
  55. 17 .debug_ranges 00000620 00000000 00000000 0008130e 2**0
  56. CONTENTS, READONLY, DEBUGGING
  57. SYMBOL TABLE:
  58. 00100000 l d .vectrom 00000000 .vectrom
  59. 00100038 l d .text 00000000 .text
  60. 00111000 l d .rodata 00000000 .rodata
  61. 0011249c l d .ARM.extab 00000000 .ARM.extab
  62. 001124cc l d .ARM.exidx 00000000 .ARM.exidx
  63. 00200000 l d .data 00000000 .data
  64. 00201028 l d .bss 00000000 .bss
  65. 0020f5f8 l d .stack 00000000 .stack
  66. 00000000 l d .ARM.attributes 00000000 .ARM.attributes
  67. 00000000 l d .comment 00000000 .comment
  68. 00000000 l d .debug_aranges 00000000 .debug_aranges
  69. 00000000 l d .debug_info 00000000 .debug_info
  70. 00000000 l d .debug_abbrev 00000000 .debug_abbrev
  71. 00000000 l d .debug_line 00000000 .debug_line
  72. 00000000 l d .debug_frame 00000000 .debug_frame
  73. 00000000 l d .debug_str 00000000 .debug_str
  74. 00000000 l d .debug_loc 00000000 .debug_loc
  75. 00000000 l d .debug_ranges 00000000 .debug_ranges
  76. 00000000 l df *ABS* 00000000 startup-SAM7S-arm.c
  77. 001018c0 l F .text 00000018 SPU_handler
  78. 00100000 l F .vectrom 00000020 Vectors
  79. 001018d8 l F .text 00000150 Reset_handler
  80. 00101a28 l F .text 00000004 Undef_handler
  81. 00101a2c l F .text 00000004 SWI_handler
  82. 00101a30 l F .text 00000014 PAbt_handler
  83. 00101a44 l F .text 00000014 DAbt_handler
  84. 00000000 l df *ABS* 00000000 rest-server-example.c
  85. 00100a10 l F .text 00000224 process_thread_coap_client_example
  86. 00100fa0 l F .text 0000012c process_thread_rest_server_example
  87. 00200010 l O .data 00000009 location.6063
  88. 0020001c l O .data 00000004 minpage.6039
  89. 00201028 l O .bss 0000000c Link_Data
  90. 00201034 l O .bss 00000004 periodic_i.6121
  91. 00201038 l O .bss 00000010 content.6122
  92. 00201048 l O .bss 00000004 maxpage.6038
  93. 00201050 l O .bss 00000010 et
  94. 00201060 l O .bss 00000094 request.6385
  95. 002010f4 l O .bss 00000014 request_state.6387
  96. 00201108 l O .bss 00000014 request_state.6391
  97. 0020111c l O .bss 00000002 preff_size.5934
  98. 00201120 l O .bss 00000004 event_i.6213
  99. 00201124 l O .bss 0000000a content.6214
  100. 00000000 l df *ABS* 00000000 robot-main.c
  101. 001014e8 l F .text 00000088 ipaddr_add
  102. 00201130 l O .bss 00000004 clocktime
  103. 00000000 l df *ABS* 00000000 empty-symbols.c
  104. 00000000 l df *ABS* 00000000 rimeaddr.c
  105. 00000000 l df *ABS* 00000000 nullmac.c
  106. 00101ad8 l F .text 00000014 send_packet
  107. 00101aec l F .text 00000014 packet_input
  108. 00101b00 l F .text 00000014 on
  109. 00101b14 l F .text 00000014 off
  110. 00101b28 l F .text 00000004 channel_check_interval
  111. 00101b2c l F .text 00000002 init
  112. 00000000 l df *ABS* 00000000 sicslowmac.c
  113. 00101b30 l F .text 00000014 on
  114. 00101b44 l F .text 00000024 off
  115. 00101b68 l F .text 00000004 channel_check_interval
  116. 00101b6c l F .text 000000a0 input_packet
  117. 00101c0c l F .text 000000fc send_packet
  118. 00101d08 l F .text 00000020 init
  119. 00201134 l O .bss 00000001 mac_dsn
  120. 00000000 l df *ABS* 00000000 process.c
  121. 00101de8 l F .text 000000b4 exit_process
  122. 00101e9c l F .text 00000044 call_process
  123. 00101f3c l F .text 00000038 do_poll
  124. 00201138 l O .bss 00000001 lastevent
  125. 00201139 l O .bss 00000001 fevent
  126. 0020113a l O .bss 00000001 nevents
  127. 00201144 l O .bss 00000001 poll_requested
  128. 00201145 l O .bss 00000001 snum.2966
  129. 00201148 l O .bss 00000180 events
  130. 002012c8 l O .bss 00000001 ev.2948
  131. 002012cc l O .bss 00000004 data.2949
  132. 002012d0 l O .bss 00000004 receiver.2950
  133. 002012d4 l O .bss 00000004 p.2951
  134. 00000000 l df *ABS* 00000000 autostart.c
  135. 00000000 l df *ABS* 00000000 etimer.c
  136. 00102058 l F .text 0000004c update_time
  137. 001020b8 l F .text 000000d0 process_thread_etimer_process
  138. 00102188 l F .text 0000004c add_timer
  139. 002012d8 l O .bss 00000004 timerlist
  140. 002012dc l O .bss 00000004 next_expiration
  141. 00000000 l df *ABS* 00000000 ctimer.c
  142. 001022b0 l F .text 00000098 process_thread_ctimer_process
  143. 002012e0 l O .bss 00000004 ctimer_list_list
  144. 002012e4 l O .bss 00000001 initialized
  145. 00000000 l df *ABS* 00000000 rtimer.c
  146. 002012e8 l O .bss 00000004 next_rtimer
  147. 00000000 l df *ABS* 00000000 random.c
  148. 00000000 l df *ABS* 00000000 packetbuf.c
  149. 002012ec l O .bss 00000001 hdrptr
  150. 002012f0 l O .bss 000000b2 packetbuf_aligned
  151. 002013a2 l O .bss 00000002 buflen
  152. 002013a4 l O .bss 00000004 packetbufptr
  153. 002013a8 l O .bss 00000002 bufptr
  154. 00000000 l df *ABS* 00000000 queuebuf.c
  155. 00102834 l F .text 00000004 queuebuf_load_to_ram
  156. 002002ac l O .data 0000000c buframmem
  157. 002013ac l O .bss 00000008 buframmem_memb_count
  158. 002013b4 l O .bss 00000690 buframmem_memb_mem
  159. 002002b8 l O .data 0000000c bufmem
  160. 00201a44 l O .bss 00000008 bufmem_memb_count
  161. 00201a4c l O .bss 00000020 bufmem_memb_mem
  162. 002002c4 l O .data 0000000c refbufmem
  163. 00201a6c l O .bss 00000002 refbufmem_memb_count
  164. 00201a70 l O .bss 00000078 refbufmem_memb_mem
  165. 00000000 l df *ABS* 00000000 uip6.c
  166. 00102a20 l F .text 00000058 chksum
  167. 00102a78 l F .text 000000d4 ext_hdr_options_process
  168. 00102cdc l F .text 00000058 upper_layer_chksum
  169. 00201aea l O .bss 00000002 lastport
  170. 00201aec l O .bss 00000001 c
  171. 00000000 l df *ABS* 00000000 tcpip.c
  172. 001036d0 l F .text 00000128 process_thread_tcpip_process
  173. 00201af0 l O .bss 00000004 outputfunc
  174. 00201af4 l O .bss 00000010 periodic
  175. 00000000 l df *ABS* 00000000 uip-split.c
  176. 00000000 l df *ABS* 00000000 uip-icmp6.c
  177. 00201b04 l O .bss 00000010 tmp_ipaddr
  178. 00000000 l df *ABS* 00000000 uip-nd6.c
  179. 00103b9c l F .text 0000002c create_llao
  180. 00201b14 l O .bss 00000004 nd6_opt_llao
  181. 00201b18 l O .bss 00000001 nd6_opt_offset
  182. 00201b1c l O .bss 00000004 nbr
  183. 00201b20 l O .bss 00000004 addr
  184. 00201b24 l O .bss 00000004 defrt
  185. 00000000 l df *ABS* 00000000 uip-packetqueue.c
  186. 0010420c l F .text 0000001c packet_timedout
  187. 002002e0 l O .data 0000000c packets_memb
  188. 00201b28 l O .bss 00000002 packets_memb_memb_count
  189. 00201b2c l O .bss 00000a58 packets_memb_memb_mem
  190. 00000000 l df *ABS* 00000000 sicslowpan.c
  191. 001042d4 l F .text 00000024 addr_context_lookup_by_number
  192. 001042f8 l F .text 000000a8 compress_addr_64
  193. 001043a0 l F .text 00000090 uncompress_addr
  194. 00104430 l F .text 00000058 set_packet_attrs
  195. 00104488 l F .text 000005c0 input
  196. 00104acc l F .text 0000068c output
  197. 00104a7c l F .text 0000002c addr_context_lookup_by_prefix
  198. 00104aa8 l F .text 00000024 send_packet
  199. 00105158 l F .text 00000028 packet_sent
  200. 00111bb0 l O .rodata 00000004 ttl_values
  201. 00202584 l O .bss 0000000a addr_contexts
  202. 00202590 l O .bss 00000004 hc06_ptr
  203. 00202594 l O .bss 00000001 uncomp_hdr_len
  204. 00202595 l O .bss 00000001 rime_hdr_len
  205. 00202598 l O .bss 00000004 rime_ptr
  206. 0020259c l O .bss 00000008 reass_timer
  207. 002025a4 l O .bss 00000002 sicslowpan_len
  208. 002025a6 l O .bss 00000002 processed_ip_len
  209. 002025a8 l O .bss 00000002 reass_tag
  210. 002025ac l O .bss 00000500 sicslowpan_aligned_buf
  211. 00202aac l O .bss 00000004 context
  212. 00202ab0 l O .bss 00000001 rime_payload_len
  213. 00202ab4 l O .bss 00000004 callback
  214. 00202ab8 l O .bss 00000002 my_tag
  215. 00000000 l df *ABS* 00000000 neighbor-info.c
  216. 0010519c l F .text 0000000c add_neighbor
  217. 00202af0 l O .bss 0000000c _attr_etx_mem
  218. 00202ac0 l O .bss 00000030 _attr_timestamp_mem
  219. 00202abc l O .bss 00000004 subscriber_callback
  220. 00000000 l df *ABS* 00000000 uip-ds6.c
  221. 00202afc l O .bss 00000004 locnbr
  222. 00202b00 l O .bss 00000004 locdefrt
  223. 00202b04 l O .bss 00000004 locipaddr
  224. 00202b08 l O .bss 00000004 locprefix
  225. 00202b0c l O .bss 00000004 locaddr
  226. 00202b10 l O .bss 00000004 locmaddr
  227. 00202b14 l O .bss 00000010 loc_fipaddr
  228. 00202b24 l O .bss 00000004 locaaddr
  229. 00202b28 l O .bss 00000004 locroute
  230. 00000000 l df *ABS* 00000000 er-coap-07-engine.c
  231. 00105fb0 l F .text 000003cc process_thread_coap_receiver
  232. 00200330 l O .data 00000002 block_size.5857
  233. 00202b2c l O .bss 00000004 service_cbk
  234. 00202b30 l O .bss 00000094 message.5853
  235. 00202bc4 l O .bss 00000004 transaction.5855
  236. 00202bc8 l O .bss 00000094 response.5854
  237. 00202c5c l O .bss 00000004 block_num.5856
  238. 00202c60 l O .bss 00000004 block_offset.5858
  239. 00202c64 l O .bss 00000004 new_offset.5859
  240. 00202c68 l O .bss 00000001 more.5919
  241. 00202c6c l O .bss 00000004 res_block.5920
  242. 00202c70 l O .bss 00000001 block_error.5921
  243. 00000000 l df *ABS* 00000000 er-coap-07.c
  244. 0010661c l F .text 00000020 log_2
  245. 0010663c l F .text 0000001e parse_int_option
  246. 0010665c l F .text 00000026 set_option_header
  247. 00106684 l F .text 00000052 insert_option_fence_posts
  248. 001066d8 l F .text 00000054 serialize_int_option
  249. 0010672c l F .text 000000c6 serialize_array_option
  250. 001067f4 l F .text 00000084 coap_get_variable
  251. 00106878 l F .text 00000038 coap_merge_multi_option
  252. 00202c74 l O .bss 00000004 udp_conn
  253. 00202c78 l O .bss 00000002 current_tid
  254. 00000000 l df *ABS* 00000000 er-coap-07-transactions.c
  255. 00200348 l O .data 0000000c transactions_memb
  256. 00202c84 l O .bss 00000004 transactions_memb_memb_count
  257. 00202c88 l O .bss 00000650 transactions_memb_memb_mem
  258. 00202c7c l O .bss 00000004 transaction_handler_process
  259. 00202c80 l O .bss 00000004 transactions_list_list
  260. 00000000 l df *ABS* 00000000 er-coap-07-observing.c
  261. 00200354 l O .data 0000000c observers_memb
  262. 002032f8 l O .bss 00000004 observers_memb_memb_count
  263. 002032fc l O .bss 000000b0 observers_memb_memb_mem
  264. 002032d8 l O .bss 00000004 observers_list_list
  265. 002032dc l O .bss 0000001a content.5480
  266. 00000000 l df *ABS* 00000000 erbium.c
  267. 00107884 l F .text 000000ac process_thread_rest_manager_process
  268. 002033ac l O .bss 00000004 restful_periodic_services_list
  269. 002033b0 l O .bss 00000004 restful_services_list
  270. 00000000 l df *ABS* 00000000 rf230bb.c
  271. 00107b64 l F .text 0000001c flushrx
  272. 00107b80 l F .text 0000000c rf230_pending_packet
  273. 00107b8c l F .text 00000030 rf230_receiving_packet
  274. 00107bbc l F .text 00000040 rf230_isidle
  275. 00107bfc l F .text 0000001c rf230_waitidle
  276. 00107c18 l F .text 00000012 radio_get_trx_state
  277. 00107c2c l F .text 0000002c set_txpower
  278. 00107c58 l F .text 00000030 radio_reset_state_machine
  279. 00107c88 l F .text 00000028 off
  280. 00107cf4 l F .text 000000ac radio_set_trx_state
  281. 00107da0 l F .text 00000038 on
  282. 00107dd8 l F .text 00000038 RELEASE_LOCK
  283. 00107e40 l F .text 00000074 rf230_cca
  284. 00107eb4 l F .text 00000040 rf230_prepare
  285. 001080f0 l F .text 00000118 rf230_read
  286. 00108208 l F .text 00000064 process_thread_rf230_process
  287. 001082a8 l F .text 00000154 rf230_transmit
  288. 001083fc l F .text 00000018 rf230_send
  289. 002033b4 l O .bss 00000001 locked
  290. 002033b5 l O .bss 00000001 lock_off
  291. 002033b6 l O .bss 00000001 lock_on
  292. 002033b8 l O .bss 00000081 buffer
  293. 00203439 l O .bss 00000001 is_promiscuous
  294. 0020343a l O .bss 00000001 channel
  295. 00000000 l df *ABS* 00000000 hal_arm.c
  296. 00000000 l df *ABS* 00000000 leds.c
  297. 00108858 l F .text 00000018 show_leds
  298. 0020343c l O .bss 00000001 invert
  299. 0020343d l O .bss 00000001 leds
  300. 00000000 l df *ABS* 00000000 leds-arch.c
  301. 00000000 l df *ABS* 00000000 buttons-arch.c
  302. 001089b0 l F .text 0000000e status
  303. 001089c0 l F .text 00000028 value
  304. 001089e8 l F .text 00000040 ISR_Bp2
  305. 00108a28 l F .text 0000003c ISR_Bp1
  306. 00108ab0 l F .text 00000034 configure
  307. 00203440 l O .bss 00000008 debouncetimer
  308. 0020344c l O .bss 00000004 lastPress1.2197
  309. 00000000 l df *ABS* 00000000 clock.c
  310. 00108ae4 l F .text 00000064 pit_handler_func
  311. 00200380 l O .data 00000004 second_countdown
  312. 00200384 l O .data 00000008 pit_handler
  313. 00203454 l O .bss 00000004 current_clock
  314. 00203458 l O .bss 00000004 current_seconds
  315. 00000000 l df *ABS* 00000000 debug-uart.c
  316. 00108b98 l F .text 00000064 dbg_recv_handler_func
  317. 0020038c l O .data 00000008 dbg_recv_handler
  318. 0020345c l O .bss 00000004 dbg_recv_buffer_len
  319. 00203460 l O .bss 00000100 dbg_recv_buffer
  320. 00203560 l O .bss 00000004 input_func
  321. 00203564 l O .bss 00000bd0 dbg_xmit_buffer
  322. 00204134 l O .bss 00000001 mutex
  323. 00204135 l O .bss 00000001 dbg_write_overrun
  324. 00000000 l df *ABS* 00000000 interrupt-utils.c
  325. 00000000 l df *ABS* 00000000 sys-interrupt.c
  326. 00108f24 l F .text 00000040 system_int_safe
  327. 00204138 l O .bss 00000004 handlers
  328. 0020414c l O .bss 00000004 enabled
  329. 00000000 l df *ABS* 00000000 rtimer-arch.c
  330. 00204150 l O .bss 00000002 offset
  331. 00000000 l df *ABS* 00000000 rtimer-arch-interrupt.c
  332. 0010925c l F .text 00000028 rtimer_int_safe
  333. 00000000 l df *ABS* 00000000 flashd_efc.c
  334. 001092b4 l F .text 00000064 ComputeLockRange
  335. 00204154 l O .bss 00000100 pPageBuffer
  336. 00000000 l df *ABS* 00000000 pio.c
  337. 00000000 l df *ABS* 00000000 pio_it.c
  338. 0010960c l F .text 00000070 PioInterruptHandler
  339. 0010967c l F .text 00000038 InterruptHandler
  340. 00204254 l O .bss 00000038 pSources
  341. 0020428c l O .bss 00000004 numSources
  342. 00000000 l df *ABS* 00000000 aic.c
  343. 00000000 l df *ABS* 00000000 sensor-sam.c
  344. 001097fc l F .text 0000003c get_sensor_index
  345. 00109838 l F .text 000000e8 process_thread_sensors_process
  346. 00204290 l O .bss 00000001 num_sensors
  347. 00204294 l O .bss 00000004 i.3240
  348. 00204298 l O .bss 00000004 events.3241
  349. 00000000 l df *ABS* 00000000 dbg-printf.c
  350. 001099cc l F .text 00000016 write_str
  351. 002003a4 l O .data 00000008 ctxt
  352. 00000000 l df *ABS* 00000000 dbg-puts.c
  353. 00000000 l df *ABS* 00000000 dbg-putchar.c
  354. 00000000 l df *ABS* 00000000 dbg-sprintf.c
  355. 00109a60 l F .text 0000001a buffer_str
  356. 00000000 l df *ABS* 00000000 dbg-snprintf.c
  357. 00109aac l F .text 0000002a buffer_str
  358. 00000000 l df *ABS* 00000000 strformat.c
  359. 00109b1c l F .text 00000032 parse_uint
  360. 00109b50 l F .text 00000048 output_uint_hex
  361. 00109b98 l F .text 00000040 fill_space
  362. 00112198 l O .rodata 00000010 buffer.1337
  363. 001121a8 l O .rodata 00000010 buffer.1346
  364. 00000000 l df *ABS* 00000000 rimestats.c
  365. 00000000 l df *ABS* 00000000 frame802154.c
  366. 0010a3f8 l F .text 00000016 addr_len
  367. 0010a410 l F .text 00000064 field_len
  368. 00000000 l df *ABS* 00000000 rpl.c
  369. 0010a710 l F .text 0000008c rpl_link_neighbor_callback
  370. 00000000 l df *ABS* 00000000 rpl-dag.c
  371. 0010a958 l F .text 00000048 acceptable_rank
  372. 0010a9a0 l F .text 0000004c find_parent_dag
  373. 0010a9ec l F .text 00000030 set_ip_from_prefix
  374. 0010aa1c l F .text 00000078 check_prefix
  375. 0010ae60 l F .text 0000002e remove_parents
  376. 002003ac l O .data 0000000c parent_memb
  377. 0020429c l O .bss 00000010 parent_memb_memb_count
  378. 002042ac l O .bss 00000280 parent_memb_memb_mem
  379. 00000000 l df *ABS* 00000000 rpl-icmp6.c
  380. 0010b980 l F .text 00000018 get32
  381. 0010b998 l F .text 00000012 set32
  382. 0010b9ac l F .text 0000000e get16
  383. 0010b9bc l F .text 0000000a set16
  384. 002003b8 l O .data 00000001 dao_sequence
  385. 00000000 l df *ABS* 00000000 rpl-timers.c
  386. 0010c1f8 l F .text 0000005c new_dio_interval
  387. 0010c2a0 l F .text 00000090 handle_dio_timer
  388. 0010c254 l F .text 0000004c handle_dao_timer
  389. 0010c330 l F .text 00000040 handle_periodic_timer
  390. 0020452c l O .bss 00000001 dio_send_ok
  391. 0020452e l O .bss 00000002 next_dis
  392. 00204530 l O .bss 00000020 periodic_timer
  393. 00000000 l df *ABS* 00000000 rpl-of-etx.c
  394. 0010c3fc l F .text 00000038 calculate_path_metric
  395. 0010c434 l F .text 00000002 reset
  396. 0010c438 l F .text 00000002 parent_state_callback
  397. 0010c43c l F .text 0000004c calculate_rank
  398. 0010c488 l F .text 00000034 best_dag
  399. 0010c4bc l F .text 0000004c best_parent
  400. 0010c508 l F .text 00000038 update_metric_container
  401. 00000000 l df *ABS* 00000000 rpl-ext-header.c
  402. 00000000 l df *ABS* 00000000 memb.c
  403. 00000000 l df *ABS* 00000000 timer.c
  404. 00000000 l df *ABS* 00000000 list.c
  405. 00000000 l df *ABS* 00000000 stimer.c
  406. 00000000 l df *ABS* 00000000 uip-udp-packet.c
  407. 00000000 l df *ABS* 00000000 neighbor-attr.c
  408. 0010cb90 l F .text 00000040 neighbor_addr_get
  409. 0010cbd0 l F .text 0000002c set_attr
  410. 0010cc10 l F .text 00000078 timeout_check
  411. 002003d8 l O .data 0000000c neighbor_addr_mem
  412. 0020457c l O .bss 0000000c neighbor_addr_mem_memb_count
  413. 00204588 l O .bss 000000c0 neighbor_addr_mem_memb_mem
  414. 00204550 l O .bss 00000004 neighbor_addrs_list
  415. 00204554 l O .bss 00000002 timeout
  416. 00204558 l O .bss 00000020 ct
  417. 00204578 l O .bss 00000004 neighbor_attrs_list
  418. 00000000 l df *ABS* 00000000 efc.c
  419. 00000000 l df *ABS* 00000000 atoi.c
  420. 00000000 l df *ABS* 00000000 memchr.c
  421. 00000000 l df *ABS* 00000000 memcmp.c
  422. 00000000 l df *ABS* 00000000 memmove.c
  423. 00000000 l df *ABS* 00000000 memset.c
  424. 00000000 l df *ABS* 00000000 rand.c
  425. 00000000 l df *ABS* 00000000 strchr.c
  426. 00000000 l df *ABS* 00000000 strlen.c
  427. 00000000 l df *ABS* 00000000 strncmp.c
  428. 00000000 l df *ABS* 00000000 strtol.c
  429. 00000000 l df *ABS* 00000000 strtoul.c
  430. 00000000 l df *ABS* 00000000 syssbrk.c
  431. 00000000 l df *ABS* 00000000 ctype_.c
  432. 00000000 l df *ABS* 00000000 impure.c
  433. 002003f0 l O .data 00000428 impure_data
  434. 00000000 l df *ABS* 00000000 sbrkr.c
  435. 00000000 l df *ABS* 00000000 reent.c
  436. 00000000 l df *ABS* 00000000 mallocr.c
  437. 00000000 l df *ABS* 00000000 mallocr.c
  438. 00000000 l df *ABS* 00000000 mlock.c
  439. 00000000 l df *ABS* 00000000 newlib-syscalls.c
  440. 00200c28 l O .data 00000004 heap_end.2321
  441. 0010e8f0 l .text 00000000 .udivsi3_skip_div0_test
  442. 0010ea0c l .text 00000000 .divsi3_skip_div0_test
  443. 00000000 l df *ABS* 00000000 bpabi.c
  444. 00000000 l df *ABS* 00000000 unwind-arm.c
  445. 0010ec10 l F .text 00000014 _Unwind_decode_target2
  446. 0010ec24 l F .text 00000018 selfrel_offset31
  447. 0010ec3c l F .text 00000094 search_EIT_table
  448. 0010ecd0 l F .text 00000148 get_eit_entry
  449. 0010ee18 l F .text 00000080 restore_non_core_regs
  450. 0010ee98 l F .text 00000144 unwind_phase2_forced
  451. 0010efdc l F .text 0000005c unwind_phase2
  452. 0010f07c l F .text 00000030 _Unwind_GetGR
  453. 0010f0f0 l F .text 00000034 _Unwind_SetGR
  454. 0010f124 l F .text 000003d4 __gnu_unwind_pr_common
  455. 00000000 l df *ABS* 00000000 pr-support.c
  456. 0010fca4 l F .text 0000006c next_unwind_byte
  457. 0010fd10 l F .text 00000030 _Unwind_GetGR.constprop.0
  458. 0010fd40 l F .text 00000004 unwind_UCB_from_context
  459. 00000000 l df *ABS* 00000000 libgcc2.c
  460. 00000000 l df *ABS* 00000000 libgcc2.c
  461. 00000000 l df *ABS* 00000000 abort.c
  462. 00000000 l df *ABS* 00000000 errno.c
  463. 00000000 l df *ABS* 00000000 signal.c
  464. 00000000 l df *ABS* 00000000 signalr.c
  465. 00110e78 l F .text 00000008 __restoreIRQ_from_thumb
  466. 00110e80 l F .text 00000008 __restoreFIQ_from_thumb
  467. 00110e88 l F .text 00000008 __sys_interrupt_enable_from_thumb
  468. 00110e90 l F .text 00000008 ____aeabi_idiv_from_thumb
  469. 00110e98 l F .text 0000000c __radioIsrHandler_from_arm
  470. 00110ea4 l F .text 00000008 ____aeabi_idivmod_from_thumb
  471. 00110eac l F .text 00000008 __memmove_from_thumb
  472. 00110eb4 l F .text 00000008 ____aeabi_uldivmod_from_thumb
  473. 00110ebc l F .text 00000008 __strncmp_from_thumb
  474. 00110ec4 l F .text 0000000c __rtimer_run_next_from_arm
  475. 00110ed0 l F .text 00000008 __disableFIQ_from_thumb
  476. 00110ed8 l F .text 00000008 __memcmp_from_thumb
  477. 00110ee0 l F .text 0000000c ___exit_from_arm
  478. 00110eec l F .text 0000000c ___kill_from_arm
  479. 00110ef8 l F .text 00000008 ____errno_from_thumb
  480. 00110f00 l F .text 00000008 __PIO_InitializeInterrupts_from_thumb
  481. 00110f08 l F .text 00000008 __sbrk_from_thumb
  482. 00110f10 l F .text 0000000c ___sbrk_from_arm
  483. 00110f1c l F .text 00000008 __memset_from_thumb
  484. 00110f24 l F .text 00000008 __enableFIQ_from_thumb
  485. 00110f2c l F .text 00000008 __strtoul_from_thumb
  486. 00110f34 l F .text 00000008 ____aeabi_uidiv_from_thumb
  487. 00110f3c l F .text 00000008 __enableIRQ_from_thumb
  488. 00110f44 l F .text 00000008 ____aeabi_uidivmod_from_thumb
  489. 00110f4c l F .text 0000000c __memcpy_from_arm
  490. 00110f58 l F .text 00000008 __PIO_EnableIt_from_thumb
  491. 00110f60 l F .text 00000008 __srand_from_thumb
  492. 00110f68 l F .text 0000000c __AIC_EnableIT_from_arm
  493. 00110f74 l F .text 0000000c __main_from_arm
  494. 00110f80 l F .text 00000008 __strlen_from_thumb
  495. 00110f88 l F .text 00000008 __strchr_from_thumb
  496. 00110f90 l F .text 00000008 __rand_from_thumb
  497. 00110f98 l F .text 00000008 __sys_interrupt_append_handler_from_thumb
  498. 00110fa0 l F .text 00000008 __disableIRQ_from_thumb
  499. 00110fa8 l F .text 00000008 __atoi_from_thumb
  500. 00110fb0 l F .text 00000008 __memchr_from_thumb
  501. 00110fb8 l F .text 00000008 __PIO_ConfigureIt_from_thumb
  502. 00110fc0 l F .text 0000000c ___getpid_from_arm
  503. 00110fcc l F .text 0000000c __AIC_ConfigureIT_from_arm
  504. 0020f9f8 g .stack 00000000 IRQ_Stack_Start
  505. 0010fc5c g F .text 00000024 ___Unwind_ForcedUnwind
  506. 0010f8a4 g F .text 000000ac __gnu_Unwind_RaiseException
  507. 00107474 g F .text 00000030 coap_clear_transaction
  508. 00109a24 g F .text 00000014 putchar
  509. 00109974 g F .text 00000054 sensors_find
  510. 002002ec g O .data 00000010 attr_etx
  511. 0010ccd0 g F .text 00000088 neighbor_attr_add_neighbor
  512. 00107034 g F .text 0000000e coap_set_header_max_age
  513. 0010dbb4 g F .text 0000002c cleanup_glue
  514. 00108c70 g F .text 00000028 dbg_set_input_handler
  515. 0010ebd0 g F .text 00000040 __gnu_uldivmod_helper
  516. 00100064 g F .text 0000002c event_handler
  517. 00102520 g F .text 00000010 random_rand
  518. 0010e8ec g F .text 00000004 _getpid
  519. 00109244 g F .text 00000018 rtimer_arch_now
  520. 001029ec g F .text 00000016 queuebuf_addr
  521. 00108048 g F .text 0000007a rf230_set_pan_addr
  522. 001101fc g F .text 000004f0 __divdi3
  523. 00108920 g F .text 00000028 leds_arch_init
  524. 001000f8 g F .text 00000010 actionFunction_leds_toggle
  525. 0010255c g F .text 00000048 packetbuf_copyto
  526. 0010bd88 g F .text 00000038 dao_ack_output
  527. 00204f3c g O .bss 00000008 uip_ds6_timer_ra
  528. 00110e24 g F .text 00000040 _kill_r
  529. 001094a0 g F .text 00000014 FLASHD_IsSecurityBitSet
  530. 00105c40 g F .text 00000074 uip_ds6_route_add
  531. 00200dd0 g F .data 00000070 EFC_TranslateAddress
  532. 001099e4 g F .text 00000020 printf
  533. 00208a24 g O .bss 00000001 rf230_last_correlation
  534. 00200370 g O .data 00000010 rf230_process
  535. 00100f34 g F .text 00000028 actionGetTable_handler
  536. 001057dc g F .text 0000004c uip_ds6_maddr_add
  537. 00110c44 g F .text 00000068 _signal_r
  538. 0010c958 g F .text 00000006 list_copy
  539. 0010260c g F .text 00000018 packetbuf_is_reference
  540. 0020009c g O .data 00000024 resource_actionfunction
  541. 00000100 g *ABS* 00000000 FIQ_Stack_Size
  542. 00107340 g F .text 0000003c coap_set_header_block2
  543. 00106f9c g F .text 00000022 coap_get_post_variable
  544. 001027a0 g F .text 00000024 packetbuf_attr_copyto
  545. 001068b0 g F .text 00000024 coap_init_connection
  546. 00102238 g F .text 00000010 etimer_pending
  547. 0020fdfc g .stack 00000000 ABT_Stack_End
  548. 0010c9ec g F .text 00000016 list_push
  549. 0010e7d4 g F .text 00000004 __malloc_unlock
  550. 00208a25 g O .bss 00000001 rf230_last_rssi
  551. 00208a26 g O .bss 00000002 rf230_time_of_departure
  552. 00204f44 g O .bss 00000288 uip_ds6_if
  553. 00204f30 g O .bss 00000004 sicslowpan_mac
  554. 00108bfc g F .text 00000074 dbg_setup_uart
  555. 00107ac0 g F .text 00000004 rest_get_user_data
  556. 0010c5c0 g F .text 000000e8 rpl_update_header_empty
  557. 00108948 g F .text 00000030 leds_arch_get
  558. 00108634 g F .text 0000001a hal_subregister_read
  559. 00102b80 g F .text 0000005c remove_ext_hdr
  560. 001051a8 g F .text 000000bc neighbor_info_packet_sent
  561. 0010ae3c g F .text 00000024 rpl_remove_parent
  562. 00200eac g F .data 00000118 EFC_StartCommand
  563. 001029a0 g F .text 0000003c queuebuf_dataptr
  564. 00200200 g O .data 00000024 resource_toggle
  565. 00107f1c g F .text 00000002 calibrate_rc_osc_32k
  566. 002048bc g O .bss 00000002 uip_len
  567. 001095d0 g F .text 00000024 PIO_Get
  568. 00102770 g F .text 00000030 packetbuf_copyfrom
  569. 001094d4 g F .text 000000ec PIO_Configure
  570. 0010b06c g F .text 0000007a rpl_repair_root
  571. 00103404 g F .text 0000003c udp_broadcast_new
  572. 002001b8 g O .data 00000024 resource_event
  573. 0010d148 g F .text 00000134 memmove
  574. 0010762c g F .text 00000044 coap_remove_observer_by_client
  575. 001094b4 g F .text 00000020 FLASHD_SetSecurityBit
  576. 00104a48 g F .text 00000034 sicslowpan_init
  577. 00109020 g F .text 00000050 sys_interrupt_enable
  578. 0010fb18 g F .text 00000000 __gnu_Unwind_Save_VFP
  579. 0010fc38 g F .text 00000024 _Unwind_Resume_or_Rethrow
  580. 00109b04 g F .text 00000018 snprintf
  581. 00101d84 g F .text 00000038 process_post
  582. 001125ac g .ARM.exidx 00000000 __exidx_end
  583. 001033d4 g F .text 00000010 udp_attach
  584. 00101ac4 g F .text 00000014 rimeaddr_set_node_addr
  585. 0010ce88 g F .text 0000004c EFC_EnableIt
  586. 001125ac g .debug_ranges 00000000 _sfixed
  587. 0010cad4 g F .text 00000012 stimer_elapsed
  588. 001058cc g F .text 0000000e uip_ds6_maddr_rm
  589. 001025a4 g F .text 00000010 packetbuf_hdr_remove
  590. 0010f508 g F .text 00000008 __aeabi_unwind_cpp_pr0
  591. 00107060 g F .text 0000002a coap_set_header_etag
  592. 00110bdc g F .text 00000010 __errno
  593. 0010b224 g F .text 00000018 rpl_find_of
  594. 0010adf8 g F .text 00000044 rpl_nullify_parent
  595. 0020028c g O .data 00000010 etimer_process
  596. 00101d28 g F .text 0000001e send_list
  597. 0010236c g F .text 0000004c ctimer_set
  598. 001101b8 g F .text 00000014 _Unwind_GetRegionStart
  599. 00111be0 g O .rodata 0000010c coap_rest_implementation
  600. 00109098 g F .text 0000005c sys_interrupt_append_handler
  601. 0010701c g F .text 00000018 coap_get_header_max_age
  602. 0010fc38 g F .text 00000024 ___Unwind_Resume_or_Rethrow
  603. 0010c9a0 g F .text 00000012 list_pop
  604. 001070a8 g F .text 0000002c coap_set_header_if_match
  605. 001027fc g F .text 0000000c packetbuf_attr
  606. 00208c10 g O .bss 00000004 errno
  607. 00200334 g O .data 00000010 coap_receiver
  608. 0010b440 g F .text 00000064 rpl_recalculate_ranks
  609. 001024e0 g F .text 00000030 rtimer_run_next
  610. 0010ce0c g F .text 0000000c neighbor_attr_get_timeout
  611. 0010aec8 g F .text 00000058 rpl_free_instance
  612. 001125ac g *ABS* 00000000 _etext
  613. 001021e8 g F .text 00000014 etimer_reset
  614. 001000c8 g F .text 00000020 client_chunk_handler
  615. 00105468 g F .text 00000034 uip_ds6_nbr_lookup
  616. 0010fc80 g F .text 00000024 _Unwind_Backtrace
  617. 00111ed8 g O .rodata 0000000c pinPB1
  618. 001088e4 g F .text 0000000c leds_toggle
  619. 001002f0 g F .text 00000384 mirror_handler
  620. 0010a7dc g F .text 0000003c rpl_remove_routes
  621. 00109730 g F .text 00000024 PIO_ConfigureIt
  622. 0010af84 g F .text 00000024 rpl_get_any_dag
  623. 0010aa94 g F .text 00000040 rpl_set_prefix
  624. 0010714c g F .text 0000001c coap_set_header_proxy_uri
  625. 00000000 w *UND* 00000000 __cxa_begin_cleanup
  626. 0010a818 g F .text 00000058 rpl_remove_routes_by_nexthop
  627. 00101d74 g F .text 00000010 process_nevents
  628. 0010faf4 g F .text 0000001c __restore_core_regs
  629. 0010fb38 g F .text 00000000 __gnu_Unwind_Save_VFP_D_16_to_31
  630. 0010ca04 g F .text 00000024 list_add
  631. 0010c74c g F .text 00000068 rpl_remove_header
  632. 00000000 w *UND* 00000000 __cxa_call_unexpected
  633. 00102d54 g F .text 000005dc uip_process
  634. 0010b4a4 g F .text 000000f4 rpl_add_dodag
  635. 001029dc g F .text 0000000e queuebuf_datalen
  636. 00108288 g F .text 00000020 rf230_get_txpower
  637. 00100e48 g F .text 000000ec get_actionTable
  638. 00100d94 g F .text 0000006c get_actionFunctions
  639. 00208ad0 g O .bss 00000048 rimestats
  640. 0010cdb0 g F .text 00000048 neighbor_attr_set_data
  641. 00200fc4 g F .data 00000064 EFC_PerformCommand
  642. 001090f4 g F .text 00000038 sys_interrupt_prepend_handler
  643. 0020113c g O .bss 00000004 process_list
  644. 00108e94 g F .text 0000001c restoreIRQ
  645. 0010f89c g F .text 00000008 _Unwind_GetCFA
  646. 00200c3c g F .data 0000005a memcpy
  647. 0020104c g O .bss 00000004 Main_Action_Table_Size
  648. 001023f8 g F .text 00000040 ctimer_restart
  649. 001075a4 g F .text 00000064 coap_add_observer
  650. 00210000 g .debug_ranges 00000000 _srelocate
  651. 0010f0ac g F .text 00000044 _Unwind_VRS_Set
  652. 0010a4a0 g F .text 0000012a frame802154_create
  653. 00105e50 g F .text 0000002c uip_ds6_compute_reachable_time
  654. 001025dc g F .text 0000000c packetbuf_set_datalen
  655. 00107acc g F .text 00000004 rest_set_post_handler
  656. 00111bb8 g O .rodata 00000004 unc_llconf
  657. 0010638c g F .text 00000174 well_known_core_handler
  658. 00200030 g O .data 00000024 resource_helloworld
  659. 002048c0 g O .bss 00000004 uip_sappdata
  660. 00103810 g F .text 00000038 tcpip_uipcall
  661. 0010eb50 g F .text 00000000 __aeabi_uldivmod
  662. 00109a04 g F .text 0000001e puts
  663. 00102630 g F .text 0000000c packetbuf_datalen
  664. 00107180 g F .text 0000001c coap_set_header_uri_host
  665. 0020486c g O .bss 00000020 packetbuf_addrs
  666. 0010ca28 g F .text 00000016 list_length
  667. 00105340 g F .text 0000001e uip_ds6_nbr_rm
  668. 00108c98 g F .text 0000012c dbg_send_bytes
  669. 001080c4 g F .text 0000002c rf230_interrupt
  670. 00107ef4 g F .text 0000000c rf230_set_promiscuous_mode
  671. 0010771c g F .text 000000b4 coap_notify_observers
  672. 00105cbc g F .text 00000060 uip_ds6_route_rm_by_nexthop
  673. 00111a38 g O .rodata 00000008 rimeaddr_null
  674. 001007b0 g F .text 00000090 helloworld_handler
  675. 00202c7a g O .bss 00000001 coap_error_code
  676. 001071b4 g F .text 0000002c coap_set_header_uri_path
  677. 00200150 g O .data 00000024 resource_mirror_sub
  678. 0010e8f0 g F .text 000000f4 __udivsi3
  679. 00109920 g F .text 0000000c sensors_first
  680. 002051cc g O .bss 000000e0 uip_ds6_prefix_list
  681. 0010e810 g F .text 0000000c isatty
  682. 00105ba0 g F .text 00000034 uip_ds6_aaddr_lookup
  683. 00110cac g F .text 00000094 _raise_r
  684. 0010e840 g F .text 00000022 _fstat
  685. 00204864 g O .bss 00000008 rimeaddr_node_addr
  686. 001072f0 g F .text 00000012 coap_set_header_observe
  687. 001027c4 g F .text 00000028 packetbuf_attr_copyfrom
  688. 00105b90 g F .text 0000000e uip_ds6_aaddr_rm
  689. 00200c98 g F .data 000000d0 FLASHD_Write
  690. 00204f34 g O .bss 00000008 frag_sender
  691. 00204148 g O .bss 00000004 FIQ_intrupted
  692. 00102be8 g F .text 000000f4 uip_udp_new
  693. 001072d4 g F .text 0000001a coap_get_header_observe
  694. 00101ef8 g F .text 00000044 process_start
  695. 00107ab4 g F .text 0000000c rest_get_resources
  696. 00109ad8 g F .text 0000002c vsnprintf
  697. 001024b8 g F .text 00000028 rtimer_set
  698. 00108f00 g F .text 00000024 enableFIQ
  699. 00105288 g F .text 00000034 neighbor_info_subscribe
  700. 001033a8 g F .text 00000020 tcpip_output
  701. 0020f5f8 g .stack 00000000 USR_Stack_Start
  702. 00204648 g O .bss 00000004 __malloc_top_pad
  703. 00106ff0 g F .text 0000002c coap_set_header_accept
  704. 00100e00 g F .text 00000048 actionfunction_handler
  705. 00208abc g O .bss 00000001 frame_length
  706. 00110e64 g F .text 00000010 _getpid_r
  707. 00101ee0 g F .text 00000018 process_post_synch
  708. 00208a28 g O .bss 00000001 rf230_calibrate
  709. 0010a8cc g F .text 00000040 rpl_ipv6_neighbor_callback
  710. 001068e8 g F .text 0000001e coap_init_message
  711. 0020f5f8 g *ABS* 00000000 __heap_end__
  712. 00201028 g .bss 00000000 __bss_start__
  713. 0010fa28 g F .text 000000cc __gnu_Unwind_Backtrace
  714. 00103348 g F .text 0000001c uip_htonl
  715. 00102624 g F .text 0000000c packetbuf_reference_ptr
  716. 0010db28 g F .text 0000002c strtoul
  717. 0010c960 g F .text 00000016 list_tail
  718. 001086fc g F .text 00000074 hal_frame_write
  719. 00208abd g O .bss 00000001 interrupt_source
  720. 00110d40 g F .text 00000090 __sigtramp_r
  721. 00107670 g F .text 00000064 coap_remove_observer_by_token
  722. 0010384c g F .text 0000000c uip_split_output
  723. 00203450 g O .bss 00000004 lastPress1
  724. 00103e94 g F .text 0000010c uip_nd6_ns_output
  725. 002001dc g O .data 00000024 resource_led
  726. 0010db74 g F .text 00000040 _sbrk_r
  727. 001021d4 g F .text 00000014 etimer_set
  728. 00100118 g F .text 000000d8 led_handler
  729. 0010fb28 g F .text 00000000 __gnu_Unwind_Save_VFP_D
  730. 0010426c g F .text 0000002c uip_packetqueue_free
  731. 00000200 g *ABS* 00000000 SVC_Stack_Size
  732. 0010f510 g F .text 0000038c _Unwind_VRS_Pop
  733. 0010f4f8 w F .text 00000008 __aeabi_unwind_cpp_pr2
  734. 00204674 g O .bss 00000004 __malloc_max_sbrked_mem
  735. 0010549c g F .text 00000050 uip_ds6_nbr_ll_lookup
  736. 0010fc80 g F .text 00000024 ___Unwind_Backtrace
  737. 00108978 g F .text 00000038 leds_arch_set
  738. 00200108 g O .data 00000024 resource_routes
  739. 002048c4 g O .bss 00000008 uip_lladdr
  740. 001023b8 g F .text 00000040 ctimer_reset
  741. 00109338 g F .text 00000014 FLASHD_Erase
  742. 002003bc g O .data 0000001c rpl_of_etx
  743. 00102d44 g F .text 0000000e uip_icmp6chksum
  744. 001124cc g .ARM.exidx 00000000 __exidx_start
  745. 002048cc g O .bss 00000500 uip_aligned_buf
  746. 0010b13c g F .text 000000e8 rpl_set_root
  747. 00204dcc g O .bss 00000001 uip_flags
  748. 00108894 g F .text 0000001c leds_on
  749. 00112468 g O .rodata 00000004 _global_impure_ptr
  750. 00101dbc g F .text 00000024 process_poll
  751. 001028e8 g F .text 0000004c queuebuf_free
  752. 00208c14 g *ABS* 00000000 __bss_end
  753. 001095c8 g F .text 00000008 PIO_Clear
  754. 00102838 g F .text 00000024 queuebuf_init
  755. 0010fbf0 g F .text 00000024 ___Unwind_RaiseException
  756. 001106ec g F .text 00000494 __udivdi3
  757. 00107608 g F .text 00000024 coap_remove_observer
  758. 001010cc g F .text 000000d0 Convert_IP_to_String
  759. 0020fdf8 g .stack 00000000 ABT_Stack_Start
  760. 0010912c g F .text 00000074 sys_interrupt_remove_handler
  761. 00110bc8 g F .text 00000014 abort
  762. 0010fc14 g F .text 00000024 ___Unwind_Resume
  763. 0010e7d8 g F .text 00000014 _open
  764. 0010b3c8 g F .text 00000078 rpl_process_parent_event
  765. 0010e878 g F .text 0000003c _sbrk
  766. 001042c0 g F .text 00000014 uip_packetqueue_set_buflen
  767. 0010a870 g F .text 0000005c rpl_add_route
  768. 00102530 g F .text 0000000c packetbuf_clear_hdr
  769. 00102210 g F .text 00000012 etimer_adjust
  770. 0010ac74 g F .text 00000184 rpl_select_dodag
  771. 00101a58 g F .text 00000010 foo_dummy
  772. 0010c954 g F .text 00000004 list_head
  773. 002052ac g O .bss 00000010 uip_ds6_timer_periodic
  774. 00101d4c g F .text 00000010 process_alloc_event
  775. 0010d930 g F .text 0000002c strtol
  776. 00210000 g .stack 00000000 UND_Stack_End
  777. 00208ac0 g O .bss 00000004 debug_spi
  778. 00109230 g F .text 00000014 rtimer_arch_set
  779. 0010fb40 g F .text 00000000 __gnu_Unwind_Restore_WMMXD
  780. 00105d1c g F .text 0000001a uip_ds6_set_addr_iid
  781. 00208a29 g O .bss 00000001 rf230_smallest_rssi
  782. 00204dd0 g O .bss 00000004 uip_next_hdr
  783. 001070d4 g F .text 00000008 coap_get_header_if_none_match
  784. 0010253c g F .text 00000020 packetbuf_copyto_hdr
  785. 001021fc g F .text 00000014 etimer_restart
  786. 0010826c g F .text 0000001c rf230_set_txpower
  787. 0010740c g F .text 0000001e coap_set_payload
  788. 0010566c g F .text 0000000e uip_ds6_prefix_rm
  789. 00107134 g F .text 00000018 coap_get_header_proxy_uri
  790. 0010dbe0 g F .text 00000108 _reclaim_reent
  791. 001074a4 g F .text 00000094 coap_send_transaction
  792. 00208b18 g O .bss 00000004 default_instance
  793. 00102a1c g F .text 00000002 queuebuf_debug_print
  794. 00100090 g F .text 00000038 actionFunction_coap_send_action
  795. 001088b0 g F .text 0000001c leds_off
  796. 002052bc g O .bss 00000040 uip_ds6_defrt_list
  797. 00103b14 g F .text 00000088 uip_icmp6_send
  798. 00107044 g F .text 0000001c coap_get_header_etag
  799. 00102348 g F .text 00000024 ctimer_init
  800. 00105f80 g F .text 0000000c coap_set_service_callback
  801. 001085ac g F .text 00000088 hal_register_write
  802. 0010cae8 g F .text 00000040 uip_udp_packet_send
  803. 0010afa8 g F .text 00000028 rpl_get_instance
  804. 0010ca40 g F .text 0000001a list_insert
  805. 00108dc4 g F .text 0000004c dbg_putchar
  806. 0010c978 g F .text 00000026 list_chop
  807. 00103fa0 g F .text 0000026c uip_nd6_na_input
  808. 00108ed4 g F .text 00000010 disableFIQ
  809. 00208a2a g O .bss 00000001 rf230_pending
  810. 00200e40 g F .data 0000006c EFC_ComputeAddress
  811. 00111bb4 g O .rodata 00000004 unc_ctxconf
  812. 001097e8 g F .text 00000014 AIC_DisableIT
  813. 00102004 g F .text 00000014 process_exit
  814. 0010e864 g F .text 00000014 _stat
  815. 0010ba1c g F .text 00000220 dio_output
  816. 00108b48 g F .text 00000028 clock_init
  817. 002000e4 g O .data 00000024 resource_neighbors
  818. 001027ec g F .text 00000010 packetbuf_set_attr
  819. 00102234 g F .text 00000004 etimer_start_time
  820. 0010fb10 g F .text 00000000 __gnu_Unwind_Restore_VFP
  821. 00107168 g F .text 00000018 coap_get_header_uri_host
  822. 0010dce8 g F .text 00000074 _wrapup_reent
  823. 00204dd4 g O .bss 00000004 uip_udp_conn
  824. 0010ced4 g F .text 0000004c EFC_DisableIt
  825. 0010c91c g F .text 0000001c timer_expired
  826. 001026ac g F .text 00000018 packetbuf_totlen
  827. 00104230 g F .text 0000003c uip_packetqueue_alloc
  828. 0010cac0 g F .text 00000014 stimer_remaining
  829. 00108888 g F .text 0000000c leds_get
  830. 00109284 g F .text 00000030 rtimer_interrupt
  831. 00208ac4 g O .bss 00000001 rx_mode
  832. 0010ea04 g F .text 00000000 __aeabi_idiv
  833. 00105e7c g F .text 00000104 uip_ds6_init
  834. 00200360 g O .data 00000010 rest_manager_process
  835. 00105360 g F .text 00000108 uip_ds6_nbr_add
  836. 00107108 g F .text 0000002c coap_set_header_token
  837. 0010fc14 g F .text 00000024 _Unwind_Resume
  838. 0010cf7c g F .text 00000018 _atoi_r
  839. 0010fa04 g F .text 00000024 _Unwind_DeleteException
  840. 001091a0 g F .text 00000068 rtimer_arch_init
  841. 0010fa00 g F .text 00000004 _Unwind_Complete
  842. 0010b0e8 g F .text 00000054 rpl_get_dodag
  843. 001073b8 g F .text 00000038 coap_set_header_block1
  844. 00109434 g F .text 0000006a FLASHD_IsLocked
  845. 00204144 g O .bss 00000004 system_intrupted2
  846. 00208a2b g O .bss 00000001 rf230_calibrated
  847. 00108e10 g F .text 00000048 dbg_blocking_putchar
  848. 00107304 g F .text 0000003a coap_get_header_block2
  849. 0020488c g O .bss 00000030 packetbuf_attrs
  850. 00110b80 g F .text 00000048 __clzsi2
  851. 00102a04 g F .text 00000016 queuebuf_attr
  852. 00108004 g F .text 0000000c rf230_get_channel
  853. 002052fc g O .bss 00000460 uip_ds6_nbr_cache
  854. 00105cb4 g F .text 00000006 uip_ds6_route_rm
  855. 0010cf94 g F .text 00000100 memchr
  856. 0010979c g F .text 00000010 PIO_DisableIt
  857. 00208c14 g *ABS* 00000000 __bss_end__
  858. 0010de58 g F .text 00000264 _free_r
  859. 0010a3dc g F .text 00000018 format_str
  860. 0010555c g F .text 0000000e uip_ds6_defrt_rm
  861. 0020467c g O .bss 00000004 GlobalFlags
  862. 0010285c g F .text 00000074 queuebuf_new_from_packetbuf
  863. 001076d4 g F .text 00000048 coap_remove_observer_by_url
  864. 00102bdc g F .text 0000000c uip_htons
  865. 00200224 g O .data 00000024 resource_writepage
  866. 00109208 g F .text 00000028 rtimer_arch_schedule
  867. 00106ccc g F .text 00000048 coap_send_message
  868. 00106fc0 g F .text 00000004 coap_get_header_content_type
  869. 0010098c g F .text 00000084 processes_linkID
  870. 00111a2c g O .rodata 00000008 symbols
  871. 00200c20 g O .data 00000004 __malloc_sbrk_base
  872. 00107a78 g F .text 00000018 rest_deactivate_resource
  873. 0010d388 g F .text 0000005c rand
  874. 0010e83c g F .text 00000004 _lseek
  875. 00105180 g F .text 0000000c rime_sniffer_add
  876. 00107930 g F .text 00000110 rest_invoke_restful_service
  877. 0010992c g F .text 00000018 sensors_next
  878. 00110de4 g F .text 0000001c signal
  879. 00111a64 g O .rodata 00000020 sicslowmac_driver
  880. 00200394 g O .data 00000010 sensors_process
  881. 001028d0 g F .text 00000016 queuebuf_update_attr_from_packetbuf
  882. 001088cc g F .text 00000018 leds_invert
  883. 0010fd44 g F .text 0000042c __gnu_unwind_execute
  884. 00103468 g F .text 0000002c tcpip_icmp6_call
  885. 00108b8c g F .text 0000000c clock_seconds
  886. 0010518c g F .text 0000000c rime_sniffer_remove
  887. 00210000 g .stack 00000000 Top_Stack
  888. 0010d618 g F .text 00000140 strncmp
  889. 00105f8c g F .text 0000000e coap_get_rest_method
  890. 001097d4 g F .text 00000014 AIC_EnableIT
  891. 0010fb20 g F .text 00000000 __gnu_Unwind_Restore_VFP_D
  892. 00204680 g O .bss 00000190 Main_Action_Table
  893. 00105d38 g F .text 00000060 get_match_length
  894. 00105b44 g F .text 0000004c uip_ds6_aaddr_add
  895. 00208b1c g O .bss 000000f4 instance_table
  896. 00108414 g F .text 00000050 rf230_get_raw_rssi
  897. 00105828 g F .text 000000a4 uip_ds6_addr_add
  898. 0010ab60 g F .text 00000054 rpl_add_parent
  899. 002002fc g O .data 00000010 attr_timestamp
  900. 00101de0 g F .text 00000008 process_is_running
  901. 0020fffc g .stack 00000000 UND_Stack_Start
  902. 0020464c g O .bss 00000028 __malloc_current_mallinfo
  903. 0010cbfc g F .text 00000014 neighbor_attr_list_neighbors
  904. 00102754 g F .text 0000001c packetbuf_reference
  905. 00000000 w *UND* 00000000 __cxa_type_match
  906. 00208a2c g O .bss 00000004 rf230_authority_level_of_sender
  907. 0010ce5c g F .text 0000002c EFC_SetMasterClock
  908. 00204dd8 g O .bss 00000004 uip_appdata
  909. 00106518 g F .text 00000100 coap_blocking_request
  910. 00200d68 g F .data 00000068 FLASHD_CopyPagesToBoot
  911. 00208a30 g O .bss 00000002 rf230_time_of_arrival
  912. 0010d95c g F .text 000001cc _strtoul_r
  913. 00102248 g F .text 0000001c etimer_next_expiration_time
  914. 0010f974 g F .text 0000006c __gnu_Unwind_Resume
  915. 0010a90c g F .text 00000048 rpl_init
  916. 00204ddc g O .bss 00000004 uip_conn
  917. 00208a32 g O .bss 00000001 rxframe_tail
  918. 00204f2c g O .bss 00000001 tcpip_event
  919. 00105734 g F .text 00000054 uip_ds6_get_link_local
  920. 001026c4 g F .text 0000002c packetbuf_hdralloc
  921. 00111a34 g O .rodata 00000004 symbols_nelts
  922. 0010fb30 g F .text 00000000 __gnu_Unwind_Restore_VFP_D_16_to_31
  923. 00000004 g *ABS* 00000000 ABT_Stack_Size
  924. 00106fc4 g F .text 0000000e coap_set_header_content_type
  925. 0010bdc0 g F .text 00000434 uip_rpl_input
  926. 0010bc3c g F .text 0000014c dao_output
  927. 001020a4 g F .text 00000014 etimer_request_poll
  928. 0010d094 g F .text 000000b4 memcmp
  929. 0010934c g F .text 00000074 FLASHD_Lock
  930. 00107b28 g F .text 0000002c rest_activate_periodic_resource
  931. 0010722c g F .text 00000018 coap_get_header_location_path
  932. 00107f20 g F .text 00000064 rf230_warm_reset
  933. 001095f4 g F .text 0000000e PIO_GetOutputDataStatus
  934. 0010fbf0 g F .text 00000024 _Unwind_RaiseException
  935. 0010eb4c w F .text 00000004 __aeabi_ldiv0
  936. 00200054 g O .data 00000024 resource_actiontable
  937. 00101400 g F .text 000000e0 addresses_handler
  938. 00107568 g F .text 00000038 coap_check_transactions
  939. 001054ec g F .text 00000070 uip_ds6_defrt_add
  940. 00204de0 g O .bss 00000008 uip_icmp6_conns
  941. 00111bbc g O .rodata 00000002 llprefix
  942. 00102808 g F .text 0000001c packetbuf_set_addr
  943. 00200818 g O .data 00000408 __malloc_av_
  944. 0020fcf8 g .stack 00000000 FIQ_Stack_Start
  945. 0010725c g F .text 0000002c coap_set_header_location_query
  946. 0020029c g O .data 00000010 ctimer_process
  947. 00108468 g F .text 0000001e delay_us
  948. 0010cb28 g F .text 00000068 uip_udp_packet_sendto
  949. 0010ccc0 g F .text 00000010 neighbor_attr_has_neighbor
  950. 00105604 g F .text 00000068 uip_ds6_prefix_add
  951. 00107244 g F .text 00000018 coap_get_header_location_query
  952. 00108b7c g F .text 0000000e clock_delay
  953. 001034bc g F .text 00000214 tcpip_ipv6_output
  954. 00108a64 g F .text 0000004c ConfigureButtons
  955. 0010e7d0 g F .text 00000004 __malloc_lock
  956. 0010c7b4 g F .text 00000060 rpl_invert_header
  957. 0010db54 g F .text 00000020 sbrk
  958. 001001f0 g F .text 00000010 actionFunction_leds_off
  959. 0020fdfc g .stack 00000000 SVC_Stack_Start
  960. 00109318 g F .text 00000020 FLASHD_Initialize
  961. 00102698 g F .text 00000014 packetbuf_hdrlen
  962. 00104228 g F .text 00000006 uip_packetqueue_new
  963. 00106fd4 g F .text 0000001c coap_get_header_accept
  964. 00201028 g .bss 00000000 __bss_start
  965. 001042a8 g F .text 00000018 uip_packetqueue_buflen
  966. 00101d5c g F .text 00000018 process_init
  967. 0010ca8c g F .text 00000010 stimer_restart
  968. 0010d27c g F .text 000000f0 memset
  969. 001052e0 g F .text 0000005e uip_ds6_list_loop
  970. 001016b0 g F .text 00000208 main
  971. 00204810 g O .bss 00000010 server_ipaddr
  972. 00204678 g O .bss 00000004 __malloc_max_total_mem
  973. 00102824 g F .text 00000010 packetbuf_addr
  974. 00208a33 g O .bss 00000001 rxframe_head
  975. 00208a34 g O .bss 00000082 rxframe
  976. 0010d36c g F .text 0000001c srand
  977. 001096b4 g F .text 0000007c PIO_InitializeInterrupts
  978. 00100244 g F .text 000000ac chunks_handler
  979. 001084a8 g F .text 00000048 spiInit
  980. 0010b598 g F .text 000003e6 rpl_process_dio
  981. 0010e8f0 g F .text 00000000 __aeabi_uidiv
  982. 0010ab18 g F .text 0000003c rpl_alloc_instance
  983. 00105f9c g F .text 00000012 coap_set_rest_status
  984. 0010c394 g F .text 00000022 rpl_reset_dio_timer
  985. 0020413c g O .bss 00000004 interrupt_active
  986. 0010af20 g F .text 00000064 rpl_move_parent
  987. 0010d758 g F .text 000001d8 _strtol_r
  988. 00200198 g O .data 00000020 periodic_resource_polling
  989. 0010e0bc g F .text 00000714 _malloc_r
  990. 00111ee4 g O .rodata 0000000c pinPB2
  991. 00208c14 g *ABS* 00000000 __heap_start__
  992. 0010222c g F .text 00000008 etimer_expiration_time
  993. 0010ca5c g F .text 00000010 list_item_next
  994. 00110e00 g F .text 00000010 _init_signal
  995. 0010c838 g F .text 00000046 memb_alloc
  996. 00103bc8 g F .text 000002cc uip_nd6_ns_input
  997. 0010c938 g F .text 00000014 timer_remaining
  998. 00105910 g F .text 00000058 uip_ds6_addr_rm
  999. 00107440 g F .text 00000034 coap_new_transaction
  1000. 00204820 g O .bss 00000010 cloud_ipaddr
  1001. 00109a38 g F .text 00000014 putc
  1002. 00108650 g F .text 0000002c hal_subregister_write
  1003. 0010ea04 g F .text 00000128 __divsi3
  1004. 001058dc g F .text 00000034 uip_ds6_maddr_lookup
  1005. 0010dd5c g F .text 000000fc _malloc_trim_r
  1006. 0010f950 g F .text 00000024 __gnu_Unwind_ForcedUnwind
  1007. 00204830 g O .bss 00000001 link_event
  1008. 001088f0 g F .text 00000030 leds_blink
  1009. 00201aed g O .bss 00000001 uip_ext_bitmap
  1010. 0010556c g F .text 00000034 uip_ds6_defrt_lookup
  1011. 001025fc g F .text 00000010 packetbuf_hdrptr
  1012. 00107f84 g F .text 00000080 rf230_init
  1013. 00104298 g F .text 00000010 uip_packetqueue_buf
  1014. 00200c2c g F .data 0000000e min
  1015. 0010c880 g F .text 0000004c memb_free
  1016. 0010f9e0 g F .text 00000020 __gnu_Unwind_Resume_or_Rethrow
  1017. 00100840 g F .text 000000ac actionTableInsert
  1018. 00000400 g *ABS* 00000000 USR_Stack_Size
  1019. 00000000 w *UND* 00000000 __gnu_Unwind_Find_exidx
  1020. 00102264 g F .text 0000004c etimer_stop
  1021. 001125ac g .debug_ranges 00000000 _efixed
  1022. 001068d4 g F .text 00000014 coap_get_tid
  1023. 0010c94c g F .text 00000006 list_init
  1024. 0010faf4 g F .text 0000001c restore_core_regs
  1025. 001008ec g F .text 000000a0 actionTableInit
  1026. 00107b54 g F .text 00000008 rest_set_special_flags
  1027. 0010fbdc g F .text 00000000 __gnu_Unwind_Save_WMMXC
  1028. 00105bd4 g F .text 0000006c uip_ds6_route_lookup
  1029. 00108e74 g F .text 00000010 enableINT
  1030. 00208ab6 g O .bss 00000001 osccal_original
  1031. 00109a7c g F .text 00000030 sprintf
  1032. 00100200 g F .text 00000044 polling_periodic_handler
  1033. 001070ec g F .text 0000001c coap_get_header_token
  1034. 0010c370 g F .text 00000024 rpl_reset_periodic_timer
  1035. 0010567c g F .text 00000034 uip_ds6_prefix_lookup
  1036. 00102934 g F .text 0000006c queuebuf_to_packetbuf
  1037. 001097ac g F .text 00000028 AIC_ConfigureIT
  1038. 00200000 g O .data 00000010 coap_client_example
  1039. 001071fc g F .text 00000030 coap_set_header_uri_query
  1040. 0010708c g F .text 0000001c coap_get_header_if_match
  1041. 0010b9c8 g F .text 00000054 dis_output
  1042. 00102514 g F .text 0000000c random_init
  1043. 00200344 g O .data 00000004 coap_error_message
  1044. 00200174 g O .data 00000024 resource_chunks
  1045. 00108e58 g F .text 00000018 dbg_drain
  1046. 00102464 g F .text 00000044 ctimer_expired
  1047. 001095c0 g F .text 00000008 PIO_Set
  1048. 00101a80 g F .text 00000012 rimeaddr_copy
  1049. 001101f4 g F .text 00000008 _Unwind_GetTextRelBase
  1050. 0010cdf8 g F .text 00000014 neighbor_attr_tick
  1051. 00111bc4 g O .rodata 00000004 unc_mxconf
  1052. 00106908 g F .text 000003c4 coap_serialize_message
  1053. 00103440 g F .text 00000028 icmp6_new
  1054. 0010e8e4 g F .text 00000004 _abort
  1055. 002003e8 g O .data 00000004 _impure_ptr
  1056. 00111bc8 g O .rodata 0000000c sicslowpan_driver
  1057. 0010c814 g F .text 00000022 memb_init
  1058. 001071e0 g F .text 0000001c coap_get_header_uri_query
  1059. 00107b0c g F .text 0000001c rest_activate_event_resource
  1060. 0010c8cc g F .text 0000001e memb_inmemb
  1061. 001012ac g F .text 00000154 routes_handler
  1062. 00107ad0 g F .text 0000003c rest_activate_resource
  1063. 0010159c g F .text 00000114 Print_Routes
  1064. 0010867c g F .text 00000080 hal_frame_read
  1065. 00108fcc g F .text 00000054 FIQ_int
  1066. 00107a40 g F .text 00000038 rest_init_framework
  1067. 00100674 g F .text 0000013c writepage_handler
  1068. 00103974 g F .text 000001a0 uip_icmp6_error_output
  1069. 0010c540 g F .text 00000080 rpl_verify_header
  1070. 0010b23c g F .text 00000128 rpl_join_instance
  1071. 00200000 g .data 00000000 _data
  1072. 0010e8b4 g F .text 0000002a fsync
  1073. 0010ae90 g F .text 00000036 rpl_free_dodag
  1074. 00102438 g F .text 0000002c ctimer_stop
  1075. 00100c34 g F .text 00000160 actiontable_handler
  1076. 0010c8ec g F .text 00000012 timer_set
  1077. 00108eb0 g F .text 00000024 enableIRQ
  1078. 001073f0 g F .text 0000001c coap_get_payload
  1079. 00100038 g F .text 0000002c polling_handler
  1080. 0010c90c g F .text 00000010 timer_restart
  1081. 002002d0 g O .data 00000010 tcpip_process
  1082. 001101cc g F .text 00000020 _Unwind_GetLanguageSpecificData
  1083. 0010b364 g F .text 00000062 rpl_local_repair
  1084. 0010c900 g F .text 0000000a timer_reset
  1085. 0010a5cc g F .text 00000144 frame802154_parse
  1086. 00100f5c g F .text 00000044 event_event_handler
  1087. 00107538 g F .text 00000030 coap_get_transaction_by_tid
  1088. 00103494 g F .text 00000028 tcpip_input
  1089. 0010f038 g F .text 00000044 _Unwind_VRS_Get
  1090. 00108ee4 g F .text 0000001c restoreFIQ
  1091. 001055a0 g F .text 00000064 uip_ds6_defrt_choose
  1092. 0010a474 g F .text 0000002a frame802154_hdrlen
  1093. 00208ac8 g O .bss 00000004 dummy
  1094. 00107cb0 g F .text 00000044 rf230_off
  1095. 0010fbc8 g F .text 00000000 __gnu_Unwind_Restore_WMMXC
  1096. 0020f9f8 g .stack 00000000 USR_Stack_End
  1097. 00109604 g F .text 00000006 PIO_GetISR
  1098. 00103330 g F .text 00000018 uip_chksum
  1099. 0010e9e4 g F .text 00000020 __aeabi_uidivmod
  1100. 00109944 g F .text 00000030 sensors_changed
  1101. 0010cc88 g F .text 00000038 neighbor_attr_register
  1102. 00101f74 g F .text 00000090 process_run
  1103. 00210000 g .debug_ranges 00000000 _erelocate
  1104. 0010ca80 g F .text 0000000a stimer_reset
  1105. 0010e820 g F .text 0000001c _write
  1106. 00110170 g F .text 00000048 __gnu_unwind_frame
  1107. 0010fc5c g F .text 00000024 _Unwind_ForcedUnwind
  1108. 00201028 g *ABS* 00000000 _edata
  1109. 00108f64 g F .text 00000068 system_int
  1110. 0010742c g F .text 00000014 coap_register_as_transaction_handler
  1111. 00201140 g O .bss 00000004 process_current
  1112. 00100108 g F .text 00000010 actionFunction_leds_on
  1113. 00107e10 g F .text 00000030 rf230_on
  1114. 001056b0 g F .text 00000050 uip_ds6_is_addr_onlink
  1115. 00108488 g F .text 00000020 spiReadWrite
  1116. 00208c14 g *ABS* 00000000 _end
  1117. 00201ae9 g O .bss 00000001 uip_ext_len
  1118. 0010abb4 g F .text 0000002e rpl_find_parent
  1119. 00102224 g F .text 00000008 etimer_expired
  1120. 00109070 g F .text 00000028 sys_interrupt_disable
  1121. 00204860 g O .bss 00000002 sensors_flags
  1122. 00105968 g F .text 000001dc uip_ds6_periodic
  1123. 00111004 g O .rodata 0000000c autostart_processes
  1124. 0010737c g F .text 0000003c coap_get_header_block1
  1125. 001025b4 g F .text 00000028 packetbuf_hdrreduce
  1126. 00200c24 g O .data 00000004 __malloc_trim_threshold
  1127. 00112470 g O .rodata 00000004 bkpt_instr
  1128. 00107ac4 g F .text 00000004 rest_set_user_data
  1129. 00201ae8 g O .bss 00000001 uip_ext_opt_offset
  1130. 00208ab7 g O .bss 00000001 RF230_receive_on
  1131. 00208ac5 g O .bss 00000001 rssi_val
  1132. 0020030c g O .data 00000024 resource_well_known_core
  1133. 00000300 g *ABS* 00000000 IRQ_Stack_Size
  1134. 0020fffc g .stack 00000000 SVC_Stack_End
  1135. 0010fb84 g F .text 00000000 __gnu_Unwind_Save_WMMXD
  1136. 0010cf20 g F .text 00000040 EFC_SetEraseBeforeProgramming
  1137. 001000e8 g F .text 0000000e toggle_handler
  1138. 00208ab8 g O .bss 00000001 osccal_calibrated
  1139. 0010e8e8 g F .text 00000004 _kill
  1140. 001025e8 g F .text 00000014 packetbuf_dataptr
  1141. 00204140 g O .bss 00000004 system_intrupted
  1142. 002003e4 g O .data 00000004 __ctype_ptr__
  1143. 0020012c g O .data 00000024 resource_mirror
  1144. 00109bd8 g F .text 00000802 format_str_v
  1145. 002000c0 g O .data 00000024 resource_addresses
  1146. 0010ca9c g F .text 00000024 stimer_expired
  1147. 0010263c g F .text 0000005c packetbuf_compact
  1148. 00107ac8 g F .text 00000004 rest_set_pre_handler
  1149. 00103858 g F .text 0000011c uip_icmp6_echo_request_input
  1150. 0010cf64 g F .text 00000018 atoi
  1151. 0010c3b8 g F .text 00000044 rpl_schedule_dao
  1152. 0020fcf8 g .stack 00000000 IRQ_Stack_End
  1153. 00108010 g F .text 00000024 rf230_set_channel
  1154. 0010ac30 g F .text 00000044 rpl_select_parent
  1155. 00112364 g O .rodata 00000101 _ctype_
  1156. 001033c8 g F .text 0000000c tcpip_set_outputfunc
  1157. 0010afd0 g F .text 0000009c rpl_alloc_dodag
  1158. 00108770 g F .text 000000c0 radioIsrHandler
  1159. 0010203c g F .text 0000001c autostart_exit
  1160. 00000004 g *ABS* 00000000 UND_Stack_Size
  1161. 0010c6a8 g F .text 000000a4 rpl_update_header_final
  1162. 0010ab54 g F .text 0000000c rpl_set_default_instance
  1163. 0010e81c g F .text 00000004 _read
  1164. 0010eb4c w F .text 00000004 __aeabi_idiv0
  1165. 0010119c g F .text 00000110 neighbors_handler
  1166. 001077d0 g F .text 000000b4 coap_observe_handler
  1167. 0010ce18 g F .text 00000044 neighbor_attr_set_timeout
  1168. 00102b4c g F .text 00000034 uip_init
  1169. 00105d98 g F .text 000000b8 uip_ds6_select_src
  1170. 00108b70 g F .text 0000000c clock_time
  1171. 0010e8e0 g F .text 00000004 _exit
  1172. 0020575c g O .bss 000032c8 uip_ds6_routing_table
  1173. 00200078 g O .data 00000024 resource_actionGetTable
  1174. 00111e98 g O .rodata 00000028 rf230_driver
  1175. 00108e84 g F .text 00000010 disableIRQ
  1176. 00109754 g F .text 00000048 PIO_EnableIt
  1177. 00101570 g F .text 0000002c sensorsPowerUp
  1178. 001037f8 g F .text 00000018 tcpip_poll_udp
  1179. 00203448 g O .bss 00000004 lastPress
  1180. 00108034 g F .text 00000012 rf230_listen_channel
  1181. 0010d5b8 g F .text 00000060 strlen
  1182. 0010719c g F .text 00000018 coap_get_header_uri_path
  1183. 00110bec g F .text 00000058 _init_signal_r
  1184. 0010f500 w F .text 00000008 __aeabi_unwind_cpp_pr1
  1185. 00105700 g F .text 00000034 uip_ds6_addr_lookup
  1186. 00107f00 g F .text 0000001a rf230_is_ready_to_send
  1187. 00106500 g F .text 00000018 coap_receiver_init
  1188. 00109a4c g F .text 00000014 __sp
  1189. 0010ca6c g F .text 00000012 stimer_set
  1190. 001033e4 g F .text 00000020 udp_new
  1191. 0010cf60 g F .text 00000004 EFC_GetStatus
  1192. 00108540 g F .text 0000006c hal_register_read
  1193. 00102d34 g F .text 0000000e uip_udpchksum
  1194. 0010637c g F .text 00000010 blocking_request_callback
  1195. 0010272c g F .text 00000028 packetbuf_clear
  1196. 001093c0 g F .text 00000074 FLASHD_Unlock
  1197. 00111a40 g O .rodata 0000001c nullmac_driver
  1198. 00106d14 g F .text 00000264 coap_parse_message
  1199. 0010a79c g F .text 00000040 rpl_purge_routes
  1200. 0010eb8c g F .text 00000044 __gnu_ldivmod_helper
  1201. 00208acc g O .bss 00000001 sensors_event
  1202. 00210000 g .stack 00000000 __stack_end__
  1203. 0010d3e4 g F .text 000001d4 strchr
  1204. 00200258 g O .data 00000024 resource_polling
  1205. 0010cd8c g F .text 00000022 neighbor_attr_get_data
  1206. 001101ec g F .text 00000008 _Unwind_GetDataRelBase
  1207. 001024ac g F .text 0000000c rtimer_init
  1208. 00111ef0 g O .rodata 00000010 button_sensor
  1209. 001070dc g F .text 0000000e coap_set_header_if_none_match
  1210. 0020f5f8 g .stack 00000000 __stack_start__
  1211. 00108830 g F .text 00000028 halGetMacAddr
  1212. 0010201c g F .text 0000001e autostart_start
  1213. 00204f2d g O .bss 00000001 tcpip_icmp6_event
  1214. 00107288 g F .text 0000004a coap_set_header_location_path
  1215. 00105264 g F .text 00000024 neighbor_info_packet_received
  1216. 00204834 g O .bss 00000004 GlobalFlagsMask
  1217. 0010c9b4 g F .text 00000036 list_remove
  1218. 0020027c g O .data 00000008 sensors
  1219. 0010eb2c g F .text 00000020 __aeabi_idivmod
  1220. 001052bc g F .text 00000020 neighbor_info_get_metric
  1221. 00110e10 g F .text 00000014 __sigtramp
  1222. 00106f78 g F .text 00000024 coap_get_query_variable
  1223. 001026f0 g F .text 0000003c packetbuf_attr_clear
  1224. 0010aad4 g F .text 00000042 rpl_set_default_route
  1225. 00105788 g F .text 00000054 uip_ds6_get_global
  1226. 00200020 g O .data 00000010 service_urls
  1227. 0020fdf8 g .stack 00000000 FIQ_Stack_End
  1228. 00204838 g O .bss 00000028 Main_actionFunctionTableString
  1229. 00107a90 g F .text 00000024 rest_deactivate_periodic_resource
  1230. 00200248 g O .data 00000010 rest_server_example
  1231. 00103364 g F .text 00000044 uip_send
  1232. 00200284 g O .data 00000008 procinit
  1233. 001084f0 g F .text 00000050 hal_init
  1234. 00204de8 g O .bss 00000002 uip_slen
  1235. 0010cd58 g F .text 00000034 neighbor_attr_remove_neighbor
  1236. 0010abe4 g F .text 0000004a rpl_find_parent_any_dag
  1237. 00110dd0 g F .text 00000014 raise
  1238. 0010e7ec g F .text 00000022 _close
  1239. 00204dec g O .bss 00000140 uip_udp_conns
  1240. 00000a08 g *ABS* 00000000 Stack_Size
  1241. 00101a94 g F .text 0000002e rimeaddr_cmp
  1242. 00108870 g F .text 00000018 leds_init
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement