Advertisement
Guest User

Untitled

a guest
Oct 8th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.27 KB | None | 0 0
  1. ELF Header:
  2. Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
  3. Class: ELF32
  4. Data: 2's complement, little endian
  5. Version: 1 (current)
  6. OS/ABI: NONE
  7. ABI Version: 0
  8. Type: EXEC (Executable file)
  9. Machine: ARM
  10. Version: 0x1
  11. Entry point address: 0x8000189
  12. Start of program headers: 52 (bytes into file)
  13. Start of section headers: 1152668 (bytes into file)
  14. Flags: 0x5000000, Version5 EABI
  15. Size of this header: 52 (bytes)
  16. Size of program headers: 32 (bytes)
  17. Number of program headers: 6
  18. Size of section headers: 40 (bytes)
  19. Number of section headers: 22
  20. Section header string table index: 20
  21.  
  22. Elf file type is EXEC (Executable file)
  23. Entry point 0x8000189
  24. There are 6 program headers, starting at offset 52
  25.  
  26. Program Headers:
  27. Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
  28. LOAD 0x001000 0x08000000 0x08000000 0x0caf0 0x0caf0 RWE 0x1000
  29. LOAD 0x00daf0 0x0800caf0 0x0800caf0 0x00010 0x00010 R E 0x1000
  30. LOAD 0x00e000 0x20000000 0x0800cb00 0x00060 0x012cc RW 0x1000
  31. GNU_RELRO 0x001000 0x08000000 0x08000000 0x0caf0 0x0d000 R 0x1
  32. GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RW 0
  33. ARM_EXIDX 0x00daf0 0x0800caf0 0x0800caf0 0x00010 0x00010 R 0x4
  34.  
  35. Section to Segment mapping:
  36. Segment Sections...
  37. 00 .text .init_section
  38. 01 .init_section .ARM.exidx
  39. 02 .data .bss
  40. 03 .text .init_section
  41. 04
  42. 05 .init_section .ARM.exidx
  43. There are 22 section headers, starting at offset 0x11969c:
  44.  
  45. Section Headers:
  46. [Nr] Name Type Addr Off Size ES Flg Lk Inf Al
  47. [ 0] NULL 00000000 000000 000000 00 0 0 0
  48. [ 1] .text PROGBITS 08000000 001000 00caf0 00 WAXMS 0 0 16
  49. [ 2] .init_section NOBITS 0800caf0 00daf0 000000 00 WAX 0 0 1
  50. [ 3] .ARM.exidx ARM_EXIDX 0800caf0 00daf0 000010 00 A 1 0 4
  51. [ 4] .data PROGBITS 20000000 00e000 000060 00 WA 0 0 4
  52. [ 5] .bss NOBITS 20000100 00e060 0011cc 00 WA 0 0 256
  53. [ 6] .comment PROGBITS 00000000 00e060 000040 01 MS 0 0 1
  54. [ 7] .debug_abbrev PROGBITS 00000000 00e0a0 014ed7 00 0 0 1
  55. [ 8] .debug_info PROGBITS 00000000 022f77 086eae 00 0 0 1
  56. [ 9] .debug_line PROGBITS 00000000 0a9e25 024818 00 0 0 1
  57. [10] .debug_pubnames PROGBITS 00000000 0ce63d 005293 00 0 0 1
  58. [11] .debug_aranges PROGBITS 00000000 0d38d0 000060 00 0 0 1
  59. [12] .debug_str PROGBITS 00000000 0d3930 0070d8 01 MS 0 0 1
  60. [13] .debug_ranges PROGBITS 00000000 0daa08 000a48 00 0 0 1
  61. [14] .debug_macinfo PROGBITS 00000000 0db450 000151 00 0 0 1
  62. [15] .debug_pubtypes PROGBITS 00000000 0db5a1 022619 00 0 0 1
  63. [16] .ARM.attributes ARM_ATTRIBUTES 00000000 0fdbba 000045 00 0 0 1
  64. [17] .debug_loc PROGBITS 00000000 0fdbff 010489 00 0 0 1
  65. [18] .debug_frame PROGBITS 00000000 10e088 005130 00 0 0 4
  66. [19] .symtab SYMTAB 00000000 1131b8 003fc0 10 21 483 4
  67. [20] .shstrtab STRTAB 00000000 117178 0000f3 00 0 0 1
  68. [21] .strtab STRTAB 00000000 11726b 002431 00 0 0 1
  69. Key to Flags:
  70. W (write), A (alloc), X (execute), M (merge), S (strings)
  71. I (info), L (link order), G (group), x (unknown)
  72. O (extra OS processing required) o (OS specific), p (processor specific)
  73.  
  74. There is no dynamic section in this file.
  75. Symbol table (.symtab) contains 1020 entries:
  76. Num: Value Size Type Bind Vis Ndx Name
  77. 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
  78. 1: 0000000008000188 0 NOTYPE LOCAL DEFAULT 1 $t.0
  79. 2: 00000000080001f8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  80. 3: 00000000200001d0 8 OBJECT LOCAL DEFAULT 5 g_idleargv
  81. 4: 000000000800bc7c 10 OBJECT LOCAL DEFAULT 1 g_idlename
  82. 5: 0000000020000100 208 OBJECT LOCAL DEFAULT 5 g_idletcb
  83. 6: 00000000080003d4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  84. 7: 00000000080003d8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  85. 8: 00000000080003f0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  86. 9: 00000000080003f4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  87. 10: 00000000200001d8 6 OBJECT LOCAL DEFAULT 5 g_inode_sem
  88. 11: 0000000008000480 0 NOTYPE LOCAL DEFAULT 1 $t.0
  89. 12: 0000000008000498 0 NOTYPE LOCAL DEFAULT 1 $t.0
  90. 13: 00000000080004d4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  91. 14: 00000000200001e0 4 OBJECT LOCAL DEFAULT 5 g_irqerrno
  92. 15: 0000000008000500 0 NOTYPE LOCAL DEFAULT 1 $t.0
  93. 16: 0000000008000514 0 NOTYPE LOCAL DEFAULT 1 $t.0
  94. 17: 00000000080005cb 124 FUNC LOCAL DEFAULT 1 stm32_irqinfo
  95. 18: 00000000080006b0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  96. 19: 00000000080006f4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  97. 20: 0000000008000720 0 NOTYPE LOCAL DEFAULT 1 $t.0
  98. 21: 0000000008000738 0 NOTYPE LOCAL DEFAULT 1 $t.0
  99. 22: 0000000008000937 70 FUNC LOCAL DEFAULT 1 _up_assert
  100. 23: 0000000008000771 454 FUNC LOCAL DEFAULT 1 up_dumpstate
  101. 24: 000000000800097d 72 FUNC LOCAL DEFAULT 1 up_stackdump
  102. 25: 00000000080009c4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  103. 26: 00000000080009f8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  104. 27: 0000000008000be4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  105. 28: 0000000008000c04 0 NOTYPE LOCAL DEFAULT 1 $t.0
  106. 29: 0000000008000c20 0 NOTYPE LOCAL DEFAULT 1 $t.0
  107. 30: 0000000008000c70 0 NOTYPE LOCAL DEFAULT 1 $t.0
  108. 31: 0000000008000ca0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  109. 32: 0000000008000cb8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  110. 33: 0000000008000d1c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  111. 34: 0000000008000d8c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  112. 35: 0000000008000db4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  113. 36: 0000000008000ddc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  114. 37: 0000000008000e38 0 NOTYPE LOCAL DEFAULT 1 $t.0
  115. 38: 0000000008000e60 0 NOTYPE LOCAL DEFAULT 1 $t.0
  116. 39: 0000000008000eb8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  117. 40: 0000000008000f0c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  118. 41: 0000000008000f20 0 NOTYPE LOCAL DEFAULT 1 $t.0
  119. 42: 0000000008000f40 0 NOTYPE LOCAL DEFAULT 1 $t.0
  120. 43: 0000000008000f58 0 NOTYPE LOCAL DEFAULT 1 $t.0
  121. 44: 0000000008000f81 52 FUNC LOCAL DEFAULT 1 _files_close
  122. 45: 000000000800110c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  123. 46: 0000000008001128 0 NOTYPE LOCAL DEFAULT 1 $t.0
  124. 47: 0000000008001160 0 NOTYPE LOCAL DEFAULT 1 $t.0
  125. 48: 0000000008001180 0 NOTYPE LOCAL DEFAULT 1 $t.0
  126. 49: 0000000008001190 0 NOTYPE LOCAL DEFAULT 1 $t.0
  127. 50: 0000000008001224 0 NOTYPE LOCAL DEFAULT 1 $t.0
  128. 51: 0000000008001270 0 NOTYPE LOCAL DEFAULT 1 $t.0
  129. 52: 0000000008001298 0 NOTYPE LOCAL DEFAULT 1 $t.0
  130. 53: 0000000008001328 0 NOTYPE LOCAL DEFAULT 1 $t.0
  131. 54: 000000000800138c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  132. 55: 00000000080013e8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  133. 56: 0000000008001440 0 NOTYPE LOCAL DEFAULT 1 $t.0
  134. 57: 0000000008001460 0 NOTYPE LOCAL DEFAULT 1 $t.0
  135. 58: 0000000008001468 0 NOTYPE LOCAL DEFAULT 1 $t.0
  136. 59: 0000000008001480 0 NOTYPE LOCAL DEFAULT 1 $t.0
  137. 60: 000000000800148c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  138. 61: 0000000008001514 0 NOTYPE LOCAL DEFAULT 1 $t.0
  139. 62: 0000000008001588 0 NOTYPE LOCAL DEFAULT 1 $t.0
  140. 63: 0000000008001600 0 NOTYPE LOCAL DEFAULT 1 $t.0
  141. 64: 000000000800163c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  142. 65: 0000000008001650 0 NOTYPE LOCAL DEFAULT 1 $t.0
  143. 66: 00000000080016c0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  144. 67: 0000000008001724 0 NOTYPE LOCAL DEFAULT 1 $t.0
  145. 68: 0000000008001734 0 NOTYPE LOCAL DEFAULT 1 $t.0
  146. 69: 000000000800174c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  147. 70: 00000000080017d0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  148. 71: 000000000800180c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  149. 72: 00000000200001e4 8 OBJECT LOCAL DEFAULT 5 g_desalloc
  150. 73: 00000000200001ec 4 OBJECT LOCAL DEFAULT 5 g_msgalloc
  151. 74: 00000000200001f0 4 OBJECT LOCAL DEFAULT 5 g_msgfreeirqalloc
  152. 75: 0000000008001861 58 FUNC LOCAL DEFAULT 1 mq_msgblockalloc
  153. 76: 00000000080018d4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  154. 77: 00000000080018e4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  155. 78: 0000000008001970 0 NOTYPE LOCAL DEFAULT 1 $t.0
  156. 79: 00000000080019a0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  157. 80: 00000000080019c0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  158. 81: 00000000080019e0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  159. 82: 0000000008001a30 0 NOTYPE LOCAL DEFAULT 1 $t.0
  160. 83: 0000000008001a50 0 NOTYPE LOCAL DEFAULT 1 $t.0
  161. 84: 0000000008001a5c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  162. 85: 0000000008001ac0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  163. 86: 0000000008001b10 0 NOTYPE LOCAL DEFAULT 1 $t.0
  164. 87: 0000000008001b74 0 NOTYPE LOCAL DEFAULT 1 $t.0
  165. 88: 0000000008001c54 0 NOTYPE LOCAL DEFAULT 1 $t.0
  166. 89: 0000000020000204 4 OBJECT LOCAL DEFAULT 5 g_sigactionalloc
  167. 90: 00000000200001f4 4 OBJECT LOCAL DEFAULT 5 g_sigpendingactionalloc
  168. 91: 00000000200001f8 4 OBJECT LOCAL DEFAULT 5 g_sigpendingirqactionalloc
  169. 92: 0000000020000200 4 OBJECT LOCAL DEFAULT 5 g_sigpendingirqsignalalloc
  170. 93: 00000000200001fc 4 OBJECT LOCAL DEFAULT 5 g_sigpendingsignalalloc
  171. 94: 0000000008001ce9 50 FUNC LOCAL DEFAULT 1 nxsig_alloc_block
  172. 95: 0000000008001d4d 46 FUNC LOCAL DEFAULT 1 nxsig_alloc_pendingsignalblock
  173. 96: 0000000008001d7c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  174. 97: 0000000008001da8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  175. 98: 0000000008001dc0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  176. 99: 0000000008001e10 0 NOTYPE LOCAL DEFAULT 1 $t.0
  177. 100: 0000000008001e60 0 NOTYPE LOCAL DEFAULT 1 $t.0
  178. 101: 0000000008001e94 0 NOTYPE LOCAL DEFAULT 1 $t.0
  179. 102: 0000000008001eb4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  180. 103: 0000000008001ec4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  181. 104: 0000000008001ed8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  182. 105: 0000000008001f58 0 NOTYPE LOCAL DEFAULT 1 $t.0
  183. 106: 0000000008001fa0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  184. 107: 0000000008002048 0 NOTYPE LOCAL DEFAULT 1 $t.0
  185. 108: 00000000080020c0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  186. 109: 00000000080020f0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  187. 110: 0000000008002104 0 NOTYPE LOCAL DEFAULT 1 $t.0
  188. 111: 000000000800211c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  189. 112: 000000000800213c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  190. 113: 0000000008002160 0 NOTYPE LOCAL DEFAULT 1 $t.0
  191. 114: 0000000008002188 0 NOTYPE LOCAL DEFAULT 1 $t.0
  192. 115: 00000000080021f8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  193. 116: 0000000020000208 192 OBJECT LOCAL DEFAULT 5 g_wdpool
  194. 117: 0000000008002238 0 NOTYPE LOCAL DEFAULT 1 $t.0
  195. 118: 00000000080022a0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  196. 119: 000000000800230c 0 NOTYPE LOCAL DEFAULT 1 $d.1
  197. 120: 00000000080022ac 0 NOTYPE LOCAL DEFAULT 1 $t.0
  198. 121: 0000000008002310 0 NOTYPE LOCAL DEFAULT 1 $t.0
  199. 122: 0000000008002348 0 NOTYPE LOCAL DEFAULT 1 $t.0
  200. 123: 0000000008002370 0 NOTYPE LOCAL DEFAULT 1 $t.0
  201. 124: 00000000080023b4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  202. 125: 00000000080023d4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  203. 126: 00000000080023fc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  204. 127: 0000000008002417 38 FUNC LOCAL DEFAULT 1 emergstream_putc
  205. 128: 000000000800243c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  206. 129: 0000000008002440 0 NOTYPE LOCAL DEFAULT 1 $t.0
  207. 130: 0000000008002450 0 NOTYPE LOCAL DEFAULT 1 $t.0
  208. 131: 0000000008002451 4 FUNC LOCAL DEFAULT 1 syslog_default_flush
  209. 132: 000000000800246c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  210. 133: 00000000080024c8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  211. 134: 00000000080024e4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  212. 135: 0000000008002518 0 NOTYPE LOCAL DEFAULT 1 $t.0
  213. 136: 000000000800c590 24 OBJECT LOCAL DEFAULT 1 g_uart_devs
  214. 137: 000000000800c5a8 48 OBJECT LOCAL DEFAULT 1 g_uart_ops
  215. 138: 0000000020000008 76 OBJECT LOCAL DEFAULT 4 g_usart2priv
  216. 139: 0000000020000c00 256 OBJECT LOCAL DEFAULT 5 g_usart2rxbuffer
  217. 140: 0000000020000b00 256 OBJECT LOCAL DEFAULT 5 g_usart2txbuffer
  218. 141: 00000000080027f1 38 FUNC LOCAL DEFAULT 1 up_attach
  219. 142: 0000000008002817 28 FUNC LOCAL DEFAULT 1 up_detach
  220. 143: 000000000800293f 88 FUNC LOCAL DEFAULT 1 up_interrupt
  221. 144: 0000000008002833 6 FUNC LOCAL DEFAULT 1 up_ioctl
  222. 145: 0000000008002839 22 FUNC LOCAL DEFAULT 1 up_receive
  223. 146: 000000000800289f 12 FUNC LOCAL DEFAULT 1 up_rxavailable
  224. 147: 000000000800284f 80 FUNC LOCAL DEFAULT 1 up_rxint
  225. 148: 00000000080028ab 8 FUNC LOCAL DEFAULT 1 up_send
  226. 149: 000000000800258f 274 FUNC LOCAL DEFAULT 1 up_setup
  227. 150: 0000000008002785 108 FUNC LOCAL DEFAULT 1 up_shutdown
  228. 151: 00000000080028b3 128 FUNC LOCAL DEFAULT 1 up_txint
  229. 152: 0000000008002933 12 FUNC LOCAL DEFAULT 1 up_txready
  230. 153: 0000000008002998 0 NOTYPE LOCAL DEFAULT 1 $t.0
  231. 154: 00000000080029b4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  232. 155: 00000000080029d0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  233. 156: 0000000008002aac 0 NOTYPE LOCAL DEFAULT 1 $t.0
  234. 157: 000000000800c5d8 28 OBJECT LOCAL DEFAULT 1 g_serialops
  235. 158: 0000000008002bf3 276 FUNC LOCAL DEFAULT 1 uart_close
  236. 159: 0000000008002ee9 230 FUNC LOCAL DEFAULT 1 uart_ioctl
  237. 160: 0000000008002b69 138 FUNC LOCAL DEFAULT 1 uart_open
  238. 161: 0000000008002fcf 158 FUNC LOCAL DEFAULT 1 uart_putxmitchar
  239. 162: 0000000008002d07 222 FUNC LOCAL DEFAULT 1 uart_read
  240. 163: 0000000008002de5 260 FUNC LOCAL DEFAULT 1 uart_write
  241. 164: 000000000800306c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  242. 165: 000000000800311c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  243. 166: 000000000800314c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  244. 167: 000000000800c5f4 26 OBJECT LOCAL DEFAULT 1 g_daysbeforemonth
  245. 168: 0000000008003170 0 NOTYPE LOCAL DEFAULT 1 $t.0
  246. 169: 00000000080031b0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  247. 170: 00000000080031dc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  248. 171: 0000000008003230 0 NOTYPE LOCAL DEFAULT 1 $t.0
  249. 172: 000000000800c610 12 OBJECT LOCAL DEFAULT 1 .Lswitch.table.nxsem_setprotocol
  250. 173: 0000000008003264 0 NOTYPE LOCAL DEFAULT 1 $t.0
  251. 174: 00000000080032a0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  252. 175: 000000000800338c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  253. 176: 0000000008003420 0 NOTYPE LOCAL DEFAULT 1 $t.0
  254. 177: 0000000008003460 0 NOTYPE LOCAL DEFAULT 1 $t.0
  255. 178: 00000000080034a4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  256. 179: 00000000080034e4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  257. 180: 0000000008003607 32 FUNC LOCAL DEFAULT 1 nxsig_timeout
  258. 181: 0000000008003644 0 NOTYPE LOCAL DEFAULT 1 $t.0
  259. 182: 0000000008003658 0 NOTYPE LOCAL DEFAULT 1 $t.0
  260. 183: 0000000008003678 0 NOTYPE LOCAL DEFAULT 1 $t.0
  261. 184: 0000000008003694 0 NOTYPE LOCAL DEFAULT 1 $t.0
  262. 185: 00000000080036e8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  263. 186: 000000000800370c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  264. 187: 0000000008003750 0 NOTYPE LOCAL DEFAULT 1 $t.0
  265. 188: 00000000080037b0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  266. 189: 0000000008003928 0 NOTYPE LOCAL DEFAULT 1 $t.0
  267. 190: 0000000008003944 0 NOTYPE LOCAL DEFAULT 1 $t.0
  268. 191: 0000000008003954 0 NOTYPE LOCAL DEFAULT 1 $t.0
  269. 192: 000000000800395c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  270. 193: 0000000008003994 0 NOTYPE LOCAL DEFAULT 1 $t.0
  271. 194: 0000000008003a78 0 NOTYPE LOCAL DEFAULT 1 $t.0
  272. 195: 0000000008003b90 0 NOTYPE LOCAL DEFAULT 1 $t.0
  273. 196: 0000000008003ba0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  274. 197: 0000000008003bbc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  275. 198: 0000000008003fe2 0 NOTYPE LOCAL DEFAULT 1 $d.1
  276. 199: 0000000008003c30 0 NOTYPE LOCAL DEFAULT 1 $t.0
  277. 200: 0000000008003fec 0 NOTYPE LOCAL DEFAULT 1 $t.2
  278. 201: 000000000800c61c 7 OBJECT LOCAL DEFAULT 1 g_nullstring
  279. 202: 0000000008003f27 150 FUNC LOCAL DEFAULT 1 prejustify
  280. 203: 0000000008003fbd 136 FUNC LOCAL DEFAULT 1 utoascii
  281. 204: 00000000080040f3 38 FUNC LOCAL DEFAULT 1 utobin
  282. 205: 0000000008004045 54 FUNC LOCAL DEFAULT 1 utodec
  283. 206: 000000000800407b 82 FUNC LOCAL DEFAULT 1 utohex
  284. 207: 00000000080040cd 38 FUNC LOCAL DEFAULT 1 utooct
  285. 208: 0000000008004118 0 NOTYPE LOCAL DEFAULT 1 $t.0
  286. 209: 0000000008004133 8 FUNC LOCAL DEFAULT 1 nulloutstream_putc
  287. 210: 000000000800413c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  288. 211: 0000000008004154 0 NOTYPE LOCAL DEFAULT 1 $t.0
  289. 212: 0000000008004164 0 NOTYPE LOCAL DEFAULT 1 $t.0
  290. 213: 000000000800417c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  291. 214: 0000000008004197 36 FUNC LOCAL DEFAULT 1 syslogstream_putc
  292. 215: 00000000080041bc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  293. 216: 00000000080041c0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  294. 217: 0000000008004200 0 NOTYPE LOCAL DEFAULT 1 $t.0
  295. 218: 0000000008004264 0 NOTYPE LOCAL DEFAULT 1 $t.0
  296. 219: 00000000080042a0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  297. 220: 0000000008004304 0 NOTYPE LOCAL DEFAULT 1 $t.0
  298. 221: 0000000008004360 0 NOTYPE LOCAL DEFAULT 1 $t.0
  299. 222: 00000000080043a4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  300. 223: 00000000080043cc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  301. 224: 0000000008004420 0 NOTYPE LOCAL DEFAULT 1 $t.0
  302. 225: 000000000800444c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  303. 226: 0000000008004528 0 NOTYPE LOCAL DEFAULT 1 $t.0
  304. 227: 0000000008004664 0 NOTYPE LOCAL DEFAULT 1 $t.0
  305. 228: 0000000020000d04 4 OBJECT LOCAL DEFAULT 5 g_devno
  306. 229: 0000000020000054 2 OBJECT LOCAL DEFAULT 4 g_devno_sem
  307. 230: 0000000008004710 0 NOTYPE LOCAL DEFAULT 1 $t.0
  308. 231: 0000000008004754 0 NOTYPE LOCAL DEFAULT 1 $t.0
  309. 232: 000000000800477d 76 FUNC LOCAL DEFAULT 1 bch_close
  310. 233: 0000000008004899 114 FUNC LOCAL DEFAULT 1 bch_ioctl
  311. 234: 0000000008004755 40 FUNC LOCAL DEFAULT 1 bch_open
  312. 235: 00000000080047c9 58 FUNC LOCAL DEFAULT 1 bch_read
  313. 236: 0000000008004847 82 FUNC LOCAL DEFAULT 1 bch_seek
  314. 237: 000000000800490b 50 FUNC LOCAL DEFAULT 1 bch_unlink
  315. 238: 0000000008004803 68 FUNC LOCAL DEFAULT 1 bch_write
  316. 239: 000000000800493c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  317. 240: 00000000080049a0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  318. 241: 0000000008004a58 0 NOTYPE LOCAL DEFAULT 1 $t.0
  319. 242: 0000000008004a6c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  320. 243: 0000000008004aa0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  321. 244: 0000000008004ad0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  322. 245: 0000000008004bac 0 NOTYPE LOCAL DEFAULT 1 $t.0
  323. 246: 0000000008004c4c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  324. 247: 0000000008004c84 0 NOTYPE LOCAL DEFAULT 1 $t.0
  325. 248: 0000000008004ce0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  326. 249: 0000000008004d04 0 NOTYPE LOCAL DEFAULT 1 $t.0
  327. 250: 0000000008004d38 0 NOTYPE LOCAL DEFAULT 1 $t.0
  328. 251: 0000000008004d5d 28 FUNC LOCAL DEFAULT 1 memoutstream_putc
  329. 252: 0000000008004d78 0 NOTYPE LOCAL DEFAULT 1 $t.0
  330. 253: 0000000008004ea4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  331. 254: 0000000008004ed4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  332. 255: 0000000008004efc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  333. 256: 0000000008004fbc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  334. 257: 0000000008005034 0 NOTYPE LOCAL DEFAULT 1 $t.0
  335. 258: 000000000800505c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  336. 259: 0000000008005088 0 NOTYPE LOCAL DEFAULT 1 $t.0
  337. 260: 00000000080050a4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  338. 261: 00000000080050e0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  339. 262: 0000000008005139 8 FUNC LOCAL DEFAULT 1 stdoutstream_flush
  340. 263: 0000000008005111 40 FUNC LOCAL DEFAULT 1 stdoutstream_putc
  341. 264: 0000000008005140 0 NOTYPE LOCAL DEFAULT 1 $t.0
  342. 265: 0000000008005184 0 NOTYPE LOCAL DEFAULT 1 $t.0
  343. 266: 0000000008005254 0 NOTYPE LOCAL DEFAULT 1 $t.0
  344. 267: 00000000080052b0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  345. 268: 00000000080052e8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  346. 269: 00000000080052fc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  347. 270: 0000000008005370 0 NOTYPE LOCAL DEFAULT 1 $t.0
  348. 271: 0000000008005384 0 NOTYPE LOCAL DEFAULT 1 $t.0
  349. 272: 00000000080054ff 84 FUNC LOCAL DEFAULT 1 nsh_closeifnotclosed
  350. 273: 00000000080053ff 2 FUNC LOCAL DEFAULT 1 nsh_consoleclone
  351. 274: 000000000800549f 14 FUNC LOCAL DEFAULT 1 nsh_consoleexit
  352. 275: 0000000008005499 6 FUNC LOCAL DEFAULT 1 nsh_consolelinebuffer
  353. 276: 000000000800544f 74 FUNC LOCAL DEFAULT 1 nsh_consoleoutput
  354. 277: 00000000080054ad 58 FUNC LOCAL DEFAULT 1 nsh_consoleredirect
  355. 278: 0000000008005401 18 FUNC LOCAL DEFAULT 1 nsh_consolerelease
  356. 279: 00000000080054e7 24 FUNC LOCAL DEFAULT 1 nsh_consoleundirect
  357. 280: 0000000008005413 60 FUNC LOCAL DEFAULT 1 nsh_consolewrite
  358. 281: 0000000008005554 0 NOTYPE LOCAL DEFAULT 1 $t.0
  359. 282: 00000000080055d4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  360. 283: 00000000080056dc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  361. 284: 0000000008005708 0 NOTYPE LOCAL DEFAULT 1 $t.0
  362. 285: 0000000008005718 0 NOTYPE LOCAL DEFAULT 1 $t.0
  363. 286: 0000000008005734 0 NOTYPE LOCAL DEFAULT 1 $t.0
  364. 287: 00000000080057c8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  365. 288: 0000000008005834 0 NOTYPE LOCAL DEFAULT 1 $t.0
  366. 289: 000000000800c7f0 2 OBJECT LOCAL DEFAULT 1 g_exitstatus
  367. 290: 000000000800c7f2 2 OBJECT LOCAL DEFAULT 1 g_failure
  368. 291: 000000000800c7e1 5 OBJECT LOCAL DEFAULT 1 g_line_separator
  369. 292: 000000000800c7ef 1 OBJECT LOCAL DEFAULT 1 g_nullstring
  370. 293: 000000000800c7e6 2 OBJECT LOCAL DEFAULT 1 g_redirect1
  371. 294: 000000000800c7e8 3 OBJECT LOCAL DEFAULT 1 g_redirect2
  372. 295: 000000000800c7f4 2 OBJECT LOCAL DEFAULT 1 g_success
  373. 296: 000000000800c7eb 4 OBJECT LOCAL DEFAULT 1 g_token_separator
  374. 297: 000000000800610d 256 FUNC LOCAL DEFAULT 1 nsh_argument
  375. 298: 000000000800631f 28 FUNC LOCAL DEFAULT 1 nsh_child
  376. 299: 0000000008006297 74 FUNC LOCAL DEFAULT 1 nsh_cmdenabled
  377. 300: 00000000080058cf 2072 FUNC LOCAL DEFAULT 1 nsh_parse_command
  378. 301: 00000000080062e1 62 FUNC LOCAL DEFAULT 1 nsh_releaseargs
  379. 302: 000000000800620d 138 FUNC LOCAL DEFAULT 1 nsh_saveresult
  380. 303: 000000000800633c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  381. 304: 0000000008006388 0 NOTYPE LOCAL DEFAULT 1 $t.0
  382. 305: 00000000080063d0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  383. 306: 00000000080064a8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  384. 307: 0000000008006578 0 NOTYPE LOCAL DEFAULT 1 $t.0
  385. 308: 0000000008006598 0 NOTYPE LOCAL DEFAULT 1 $t.0
  386. 309: 00000000080065cc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  387. 310: 00000000080065dc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  388. 311: 0000000008006604 0 NOTYPE LOCAL DEFAULT 1 $t.0
  389. 312: 0000000008006654 0 NOTYPE LOCAL DEFAULT 1 $t.0
  390. 313: 0000000008006674 0 NOTYPE LOCAL DEFAULT 1 $t.0
  391. 314: 00000000080066ac 0 NOTYPE LOCAL DEFAULT 1 $t.0
  392. 315: 00000000080066c8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  393. 316: 00000000080066d0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  394. 317: 0000000008006714 0 NOTYPE LOCAL DEFAULT 1 $t.0
  395. 318: 000000000800677c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  396. 319: 00000000080067c8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  397. 320: 00000000080067d0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  398. 321: 00000000080067d8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  399. 322: 00000000080067e0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  400. 323: 00000000080068ed 102 FUNC LOCAL DEFAULT 1 task_spawn_exec
  401. 324: 0000000008006953 48 FUNC LOCAL DEFAULT 1 task_spawn_proxy
  402. 325: 0000000008006984 0 NOTYPE LOCAL DEFAULT 1 $t.0
  403. 326: 0000000008006a70 0 NOTYPE LOCAL DEFAULT 1 $t.0
  404. 327: 0000000008006ad4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  405. 328: 0000000008006b58 0 NOTYPE LOCAL DEFAULT 1 $t.0
  406. 329: 0000000008006be0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  407. 330: 0000000008006c64 0 NOTYPE LOCAL DEFAULT 1 $t.0
  408. 331: 0000000008006cec 0 NOTYPE LOCAL DEFAULT 1 $t.0
  409. 332: 0000000008006d4c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  410. 333: 0000000008006f30 0 NOTYPE LOCAL DEFAULT 1 $t.0
  411. 334: 0000000008006f6c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  412. 335: 0000000008006f98 0 NOTYPE LOCAL DEFAULT 1 $t.0
  413. 336: 0000000008006fe8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  414. 337: 000000000800707c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  415. 338: 0000000008007104 0 NOTYPE LOCAL DEFAULT 1 $t.0
  416. 339: 0000000008007158 0 NOTYPE LOCAL DEFAULT 1 $t.0
  417. 340: 0000000008007180 0 NOTYPE LOCAL DEFAULT 1 $t.0
  418. 341: 000000000800719b 176 FUNC LOCAL DEFAULT 1 thread_create
  419. 342: 0000000008007290 0 NOTYPE LOCAL DEFAULT 1 $t.0
  420. 343: 00000000080072d4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  421. 344: 00000000080072ec 0 NOTYPE LOCAL DEFAULT 1 $t.0
  422. 345: 000000000800c80c 9 OBJECT LOCAL DEFAULT 1 g_noname
  423. 346: 0000000008007301 172 FUNC LOCAL DEFAULT 1 thread_schedsetup
  424. 347: 00000000080074a0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  425. 348: 00000000080074d0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  426. 349: 00000000080074f8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  427. 350: 0000000008007534 0 NOTYPE LOCAL DEFAULT 1 $t.0
  428. 351: 0000000008007580 0 NOTYPE LOCAL DEFAULT 1 $t.0
  429. 352: 0000000008007604 0 NOTYPE LOCAL DEFAULT 1 $t.0
  430. 353: 0000000008007628 0 NOTYPE LOCAL DEFAULT 1 $t.0
  431. 354: 0000000008007630 0 NOTYPE LOCAL DEFAULT 1 $t.0
  432. 355: 000000000800769c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  433. 356: 0000000008007975 8 FUNC LOCAL DEFAULT 1 cmd_exit
  434. 357: 000000000800797d 6 FUNC LOCAL DEFAULT 1 cmd_false
  435. 358: 000000000800773d 568 FUNC LOCAL DEFAULT 1 cmd_help
  436. 359: 0000000008007983 4 FUNC LOCAL DEFAULT 1 cmd_true
  437. 360: 0000000008007727 22 FUNC LOCAL DEFAULT 1 cmd_unrecognized
  438. 361: 000000000800c818 592 OBJECT LOCAL DEFAULT 1 g_cmdmap
  439. 362: 0000000008007987 126 FUNC LOCAL DEFAULT 1 help_cmd
  440. 363: 0000000008007f82 0 NOTYPE LOCAL DEFAULT 1 $d.1
  441. 364: 0000000008007a04 0 NOTYPE LOCAL DEFAULT 1 $t.0
  442. 365: 0000000008007f88 0 NOTYPE LOCAL DEFAULT 1 $t.2
  443. 366: 0000000008007ee1 430 FUNC LOCAL DEFAULT 1 ls_handler
  444. 367: 000000000800808f 150 FUNC LOCAL DEFAULT 1 ls_recursive
  445. 368: 0000000008007d07 88 FUNC LOCAL DEFAULT 1 nsh_getdirpath
  446. 369: 0000000008008460 0 NOTYPE LOCAL DEFAULT 1 $t.0
  447. 370: 0000000020000d08 2 OBJECT LOCAL DEFAULT 5 g_retchar
  448. 371: 00000000080084b8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  449. 372: 00000000080084e0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  450. 373: 0000000020000d0a 2 OBJECT LOCAL DEFAULT 5 g_retchar
  451. 374: 000000000800853c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  452. 375: 0000000020000d0c 1 OBJECT LOCAL DEFAULT 5 g_binitialized
  453. 376: 0000000020000d10 4 OBJECT LOCAL DEFAULT 5 g_optptr
  454. 377: 000000000800869c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  455. 378: 00000000080086c4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  456. 379: 000000000800874c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  457. 380: 000000000800897c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  458. 381: 00000000080089e8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  459. 382: 0000000008008ad4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  460. 383: 0000000008008b58 0 NOTYPE LOCAL DEFAULT 1 $t.0
  461. 384: 0000000008008c28 0 NOTYPE LOCAL DEFAULT 1 $t.0
  462. 385: 000000000800ca7e 2 OBJECT LOCAL DEFAULT 1 .L.str.13
  463. 386: 000000000800ca77 7 OBJECT LOCAL DEFAULT 1 g_oldpwd
  464. 387: 000000000800ca73 4 OBJECT LOCAL DEFAULT 1 g_pwd
  465. 388: 0000000008009024 0 NOTYPE LOCAL DEFAULT 1 $t.0
  466. 389: 00000000080090a4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  467. 390: 0000000008009154 0 NOTYPE LOCAL DEFAULT 1 $t.0
  468. 391: 00000000080091a0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  469. 392: 00000000080091b0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  470. 393: 000000000800937c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  471. 394: 0000000008009400 0 NOTYPE LOCAL DEFAULT 1 $t.0
  472. 395: 0000000008009430 0 NOTYPE LOCAL DEFAULT 1 $t.0
  473. 396: 0000000008009490 0 NOTYPE LOCAL DEFAULT 1 $t.0
  474. 397: 00000000080095b8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  475. 398: 00000000080095d4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  476. 399: 00000000080096bc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  477. 400: 00000000080096e0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  478. 401: 00000000080097dc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  479. 402: 0000000008009828 0 NOTYPE LOCAL DEFAULT 1 $t.0
  480. 403: 0000000008009ac4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  481. 404: 0000000008009ae0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  482. 405: 0000000008009b34 0 NOTYPE LOCAL DEFAULT 1 $t.0
  483. 406: 0000000008009bcc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  484. 407: 000000000800ca80 3 OBJECT LOCAL DEFAULT 1 g_dd
  485. 408: 0000000008009f1c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  486. 409: 0000000008009f88 0 NOTYPE LOCAL DEFAULT 1 $t.0
  487. 410: 0000000008009fa4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  488. 411: 000000000800a028 0 NOTYPE LOCAL DEFAULT 1 $t.0
  489. 412: 000000000800a098 0 NOTYPE LOCAL DEFAULT 1 $t.0
  490. 413: 000000000800a13c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  491. 414: 000000000800a2bc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  492. 415: 000000000800a320 0 NOTYPE LOCAL DEFAULT 1 $t.0
  493. 416: 000000000800a35c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  494. 417: 000000000800a39c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  495. 418: 000000000800a43b 76 FUNC LOCAL DEFAULT 1 mem_parse
  496. 419: 000000000800a7dc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  497. 420: 000000000800a7e3 890 FUNC LOCAL DEFAULT 1 expression
  498. 421: 000000000800ab9c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  499. 422: 000000000800acb8 0 NOTYPE LOCAL DEFAULT 1 $d.1
  500. 423: 000000000800ad66 0 NOTYPE LOCAL DEFAULT 1 $d.3
  501. 424: 000000000800ac78 0 NOTYPE LOCAL DEFAULT 1 $t.0
  502. 425: 000000000800acc6 0 NOTYPE LOCAL DEFAULT 1 $t.2
  503. 426: 000000000800ad6e 0 NOTYPE LOCAL DEFAULT 1 $t.4
  504. 427: 000000000800ca83 8 OBJECT LOCAL DEFAULT 1 g_unknown
  505. 428: 000000000800ae00 0 NOTYPE LOCAL DEFAULT 1 $t.0
  506. 429: 000000000800ae6c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  507. 430: 000000000800ae88 0 NOTYPE LOCAL DEFAULT 1 $t.0
  508. 431: 000000000800b06d 98 FUNC LOCAL DEFAULT 1 pthread_start
  509. 432: 000000000800b0d0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  510. 433: 000000000800b0f0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  511. 434: 000000000800b138 0 NOTYPE LOCAL DEFAULT 1 $t.0
  512. 435: 000000000800b228 0 NOTYPE LOCAL DEFAULT 1 $t.0
  513. 436: 000000000800b25c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  514. 437: 000000000800b274 0 NOTYPE LOCAL DEFAULT 1 $t.0
  515. 438: 000000000800b2b4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  516. 439: 000000000800b2c4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  517. 440: 000000000800b30c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  518. 441: 000000000800b33c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  519. 442: 000000000800b34c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  520. 443: 000000000800b364 0 NOTYPE LOCAL DEFAULT 1 $t.0
  521. 444: 000000000800b3ac 0 NOTYPE LOCAL DEFAULT 1 $t.0
  522. 445: 000000000800b3b0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  523. 446: 000000000800b3b4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  524. 447: 000000000800b3dc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  525. 448: 000000000800b417 68 FUNC LOCAL DEFAULT 1 readline_getc
  526. 449: 000000000800b45b 50 FUNC LOCAL DEFAULT 1 readline_putc
  527. 450: 000000000800b48d 6 FUNC LOCAL DEFAULT 1 readline_write
  528. 451: 000000000800b494 0 NOTYPE LOCAL DEFAULT 1 $t.0
  529. 452: 000000000800ca98 3 OBJECT LOCAL DEFAULT 1 g_erasetoeol
  530. 453: 000000000800b58c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  531. 454: 000000000800b590 0 NOTYPE LOCAL DEFAULT 1 $t.0
  532. 455: 000000000800b5cc 0 NOTYPE LOCAL DEFAULT 1 $t.0
  533. 456: 000000000800b60c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  534. 457: 000000000800b618 0 NOTYPE LOCAL DEFAULT 1 $t.0
  535. 458: 000000000800ca9c 16 OBJECT LOCAL DEFAULT 1 g_syslog_console_channel
  536. 459: 000000000800b644 0 NOTYPE LOCAL DEFAULT 1 $t.0
  537. 460: 000000000800cac0 20 OBJECT LOCAL DEFAULT 1 .Lswitch.table.syslog_dev_outputready
  538. 461: 000000000800cab0 2 OBJECT LOCAL DEFAULT 1 g_syscrlf
  539. 462: 0000000020000d14 28 OBJECT LOCAL DEFAULT 5 g_syslog_dev
  540. 463: 000000000800b78d 108 FUNC LOCAL DEFAULT 1 syslog_dev_outputready
  541. 464: 000000000800b880 0 NOTYPE LOCAL DEFAULT 1 $t.0
  542. 465: 000000000800b8c8 0 NOTYPE LOCAL DEFAULT 1 $t.0
  543. 466: 000000000800b920 0 NOTYPE LOCAL DEFAULT 1 $t.0
  544. 467: 000000000800b938 0 NOTYPE LOCAL DEFAULT 1 $t.0
  545. 468: 000000000800b948 0 NOTYPE LOCAL DEFAULT 1 $t.0
  546. 469: 000000000800b9e4 0 NOTYPE LOCAL DEFAULT 1 $t.0
  547. 470: 000000000800ba0c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  548. 471: 000000000800ba10 0 NOTYPE LOCAL DEFAULT 1 $t.0
  549. 472: 000000000800ba40 0 NOTYPE LOCAL DEFAULT 1 $t.0
  550. 473: 000000000800ba81 10 FUNC LOCAL DEFAULT 1 stm32_timerisr
  551. 474: 000000000800ba8c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  552. 475: 000000000800bac0 0 NOTYPE LOCAL DEFAULT 1 $t.0
  553. 476: 000000000800bb08 0 NOTYPE LOCAL DEFAULT 1 $t.0
  554. 477: 000000000800cad4 28 OBJECT LOCAL DEFAULT 1 devnull_fops
  555. 478: 000000000800bb23 4 FUNC LOCAL DEFAULT 1 devnull_read
  556. 479: 000000000800bb27 4 FUNC LOCAL DEFAULT 1 devnull_write
  557. 480: 000000000800bb2c 0 NOTYPE LOCAL DEFAULT 1 $t.0
  558. 481: 000000000800bb30 0 NOTYPE LOCAL DEFAULT 1 $t.0
  559. 482: 0000000000000000 0 NOTYPE LOCAL HIDDEN 1 __dso_handle
  560. 483: 000000000800306d 160 FUNC WEAK DEFAULT 1 clock_initialize
  561. 484: 000000000800310d 16 FUNC WEAK DEFAULT 1 clock_timer
  562. 485: 00000000200011dc 8 OBJECT GLOBAL DEFAULT 5 g_basetime
  563. 486: 00000000200011e4 4 OBJECT GLOBAL DEFAULT 5 g_system_timer
  564. 487: 000000000800338d 146 FUNC GLOBAL DEFAULT 1 clock_gettime
  565. 488: 0000000008003461 66 FUNC GLOBAL DEFAULT 1 clock_time2ticks
  566. 489: 00000000080031b1 44 FUNC GLOBAL DEFAULT 1 clock_ticks2time
  567. 490: 0000000008003421 62 FUNC GLOBAL DEFAULT 1 clock_systimespec
  568. 491: 00000000080034a5 62 FUNC GLOBAL DEFAULT 1 clock_timespec_subtract
  569. 492: 00000000080004d5 44 FUNC GLOBAL DEFAULT 1 get_errno_ptr
  570. 493: 0000000008004305 90 FUNC GLOBAL DEFAULT 1 env_dup
  571. 494: 0000000008000f0d 20 FUNC GLOBAL DEFAULT 1 env_release
  572. 495: 0000000008006389 70 FUNC GLOBAL DEFAULT 1 env_findvar
  573. 496: 0000000008009155 74 FUNC GLOBAL DEFAULT 1 env_removevar
  574. 497: 000000000800633d 74 FUNC GLOBAL DEFAULT 1 getenv
  575. 498: 00000000080090a5 176 FUNC GLOBAL DEFAULT 1 setenv
  576. 499: 0000000008009431 96 FUNC GLOBAL DEFAULT 1 unsetenv
  577. 500: 00000000080042a1 88 FUNC GLOBAL DEFAULT 1 group_allocate
  578. 501: 00000000080042f9 10 FUNC GLOBAL DEFAULT 1 group_initialize
  579. 502: 000000000800b0d1 18 FUNC GLOBAL DEFAULT 1 group_bind
  580. 503: 000000000800b0e3 12 FUNC GLOBAL DEFAULT 1 group_join
  581. 504: 0000000008000eb9 84 FUNC GLOBAL DEFAULT 1 group_leave
  582. 505: 0000000008004421 44 FUNC GLOBAL DEFAULT 1 group_setupstreams
  583. 506: 0000000008004361 68 FUNC GLOBAL DEFAULT 1 group_setupidlefiles
  584. 507: 0000000008007291 66 FUNC GLOBAL DEFAULT 1 group_setuptaskfiles
  585. 508: 0000000008007605 8 FUNC GLOBAL DEFAULT 1 group_addwaiter
  586. 509: 000000000800760d 26 FUNC GLOBAL DEFAULT 1 group_delwaiter
  587. 510: 00000000200011e8 8 OBJECT GLOBAL DEFAULT 5 g_delayed_kufree
  588. 511: 00000000200011f0 8 OBJECT GLOBAL DEFAULT 5 g_inactivetasks
  589. 512: 00000000200011f8 2 OBJECT GLOBAL DEFAULT 5 g_lastpid
  590. 513: 00000000200011fa 1 OBJECT GLOBAL DEFAULT 5 g_os_initstate
  591. 514: 00000000200011fc 8 OBJECT GLOBAL DEFAULT 5 g_pendingtasks
  592. 515: 0000000020001204 128 OBJECT GLOBAL DEFAULT 5 g_pidhash
  593. 516: 0000000020001284 8 OBJECT GLOBAL DEFAULT 5 g_readytorun
  594. 517: 000000000800bc34 72 OBJECT GLOBAL DEFAULT 1 g_tasklisttable
  595. 518: 000000002000128c 8 OBJECT GLOBAL DEFAULT 5 g_waitingformqnotempty
  596. 519: 0000000020001294 8 OBJECT GLOBAL DEFAULT 5 g_waitingformqnotfull
  597. 520: 000000002000129c 8 OBJECT GLOBAL DEFAULT 5 g_waitingforsemaphore
  598. 521: 00000000200012a4 8 OBJECT GLOBAL DEFAULT 5 g_waitingforsignal
  599. 522: 00000000080001f9 474 FUNC GLOBAL DEFAULT 1 os_start
  600. 523: 0000000008005035 40 FUNC GLOBAL DEFAULT 1 os_bringup
  601. 524: 0000000020000d34 784 OBJECT GLOBAL DEFAULT 5 g_irqvector
  602. 525: 00000000080006f5 42 FUNC WEAK DEFAULT 1 irq_initialize
  603. 526: 00000000080006b1 68 FUNC GLOBAL DEFAULT 1 irq_attach
  604. 527: 0000000008002349 38 FUNC GLOBAL DEFAULT 1 irq_dispatch
  605. 528: 0000000008000721 22 FUNC GLOBAL DEFAULT 1 irq_unexpected_isr
  606. 529: 0000000020001188 8 OBJECT GLOBAL DEFAULT 5 g_desfree
  607. 530: 0000000020001190 8 OBJECT GLOBAL DEFAULT 5 g_msgfree
  608. 531: 0000000020001198 8 OBJECT GLOBAL DEFAULT 5 g_msgfreeirq
  609. 532: 000000000800189b 56 FUNC GLOBAL DEFAULT 1 nxmq_alloc_desblock
  610. 533: 000000000800180d 84 FUNC WEAK DEFAULT 1 nxmq_initialize
  611. 534: 00000000080017d1 60 FUNC GLOBAL DEFAULT 1 nxmq_desclose_group
  612. 535: 00000000080019e1 80 FUNC GLOBAL DEFAULT 1 nxmq_free_msg
  613. 536: 00000000080019c1 30 FUNC GLOBAL DEFAULT 1 nxmq_free_msgq
  614. 537: 0000000008001735 22 FUNC GLOBAL DEFAULT 1 nxmq_release
  615. 538: 000000000800211d 32 FUNC GLOBAL DEFAULT 1 nxmq_recover
  616. 539: 0000000008006f31 58 FUNC GLOBAL DEFAULT 1 nxmq_wait_irq
  617. 540: 000000000800ca8c 12 OBJECT GLOBAL DEFAULT 1 g_default_pthread_attr
  618. 541: 000000000800ae89 484 FUNC GLOBAL DEFAULT 1 pthread_create
  619. 542: 000000000800b0f1 72 FUNC GLOBAL DEFAULT 1 pthread_exit
  620. 543: 000000000800b365 72 FUNC GLOBAL DEFAULT 1 pthread_detach
  621. 544: 000000000800b275 2 FUNC WEAK DEFAULT 1 pthread_initialize
  622. 545: 000000000800b29f 20 FUNC GLOBAL DEFAULT 1 pthread_sem_give
  623. 546: 000000000800b277 40 FUNC GLOBAL DEFAULT 1 pthread_sem_take
  624. 547: 000000000800b139 152 FUNC GLOBAL DEFAULT 1 pthread_completejoin
  625. 548: 000000000800b1d1 86 FUNC GLOBAL DEFAULT 1 pthread_destroyjoin
  626. 549: 000000000800b25d 24 FUNC GLOBAL DEFAULT 1 pthread_findjoininfo
  627. 550: 0000000008001e61 52 FUNC GLOBAL DEFAULT 1 pthread_release
  628. 551: 000000000800b2c5 72 FUNC GLOBAL DEFAULT 1 pthread_mutex_inconsistent
  629. 552: 000000000800b5cd 46 FUNC GLOBAL DEFAULT 1 sched_garbage_collection
  630. 553: 000000000800b5fb 18 FUNC GLOBAL DEFAULT 1 sched_have_garbage
  631. 554: 000000000800163d 20 FUNC GLOBAL DEFAULT 1 sched_getfiles
  632. 555: 00000000080013e9 86 FUNC GLOBAL DEFAULT 1 sched_addreadytorun
  633. 556: 0000000008000d8d 40 FUNC GLOBAL DEFAULT 1 sched_removereadytorun
  634. 557: 0000000008000cb9 100 FUNC GLOBAL DEFAULT 1 sched_addprioritized
  635. 558: 0000000008000d1d 112 FUNC GLOBAL DEFAULT 1 sched_mergepending
  636. 559: 0000000008000c71 46 FUNC GLOBAL DEFAULT 1 sched_addblocked
  637. 560: 0000000008001441 30 FUNC GLOBAL DEFAULT 1 sched_removeblocked
  638. 561: 0000000008000f3f 2 FUNC GLOBAL DEFAULT 1 sched_signal_free
  639. 562: 0000000008000f21 30 FUNC GLOBAL DEFAULT 1 sched_ufree
  640. 563: 0000000008000e39 38 FUNC GLOBAL DEFAULT 1 sched_gettcb
  641. 564: 0000000008000e61 86 FUNC GLOBAL DEFAULT 1 sched_releasetcb
  642. 565: 0000000008005709 16 FUNC GLOBAL DEFAULT 1 sched_getstreams
  643. 566: 0000000008006a71 70 FUNC GLOBAL DEFAULT 1 nxsched_setparam
  644. 567: 0000000008006ab7 28 FUNC GLOBAL DEFAULT 1 sched_setparam
  645. 568: 0000000008006ad5 130 FUNC GLOBAL DEFAULT 1 nxsched_setpriority
  646. 569: 0000000008006715 76 FUNC GLOBAL DEFAULT 1 nxsched_getparam
  647. 570: 0000000008006761 28 FUNC GLOBAL DEFAULT 1 sched_getparam
  648. 571: 0000000008006be1 104 FUNC GLOBAL DEFAULT 1 nxsched_setscheduler
  649. 572: 0000000008006c49 28 FUNC GLOBAL DEFAULT 1 sched_setscheduler
  650. 573: 000000000800677d 48 FUNC GLOBAL DEFAULT 1 nxsched_getscheduler
  651. 574: 00000000080067ad 28 FUNC GLOBAL DEFAULT 1 sched_getscheduler
  652. 575: 0000000008001a31 30 FUNC GLOBAL DEFAULT 1 sched_lock
  653. 576: 0000000008001a5d 100 FUNC GLOBAL DEFAULT 1 sched_unlock
  654. 577: 00000000080024c9 28 FUNC GLOBAL DEFAULT 1 sched_idletask
  655. 578: 0000000008001a51 12 FUNC GLOBAL DEFAULT 1 sched_self
  656. 579: 0000000008007581 130 FUNC GLOBAL DEFAULT 1 waitpid
  657. 580: 000000000800bac1 72 FUNC GLOBAL DEFAULT 1 sched_roundrobin_process
  658. 581: 0000000008001461 6 FUNC GLOBAL DEFAULT 1 sched_resume_scheduler
  659. 582: 000000000800ba8d 52 FUNC GLOBAL DEFAULT 1 sched_process_timer
  660. 583: 0000000008001601 24 FUNC GLOBAL DEFAULT 1 nxsem_destroy
  661. 584: 0000000008001619 34 FUNC GLOBAL DEFAULT 1 sem_destroy
  662. 585: 0000000008001515 84 FUNC GLOBAL DEFAULT 1 nxsem_wait
  663. 586: 0000000008001569 30 FUNC GLOBAL DEFAULT 1 sem_wait
  664. 587: 000000000800148d 60 FUNC GLOBAL DEFAULT 1 nxsem_trywait
  665. 588: 00000000080014c9 76 FUNC GLOBAL DEFAULT 1 sem_trywait
  666. 589: 0000000008001329 70 FUNC GLOBAL DEFAULT 1 nxsem_post
  667. 590: 000000000800136f 28 FUNC GLOBAL DEFAULT 1 sem_post
  668. 591: 000000000800213d 34 FUNC GLOBAL DEFAULT 1 nxsem_recover
  669. 592: 00000000080031dd 84 FUNC GLOBAL DEFAULT 1 nxsem_reset
  670. 593: 0000000008006f6d 42 FUNC GLOBAL DEFAULT 1 nxsem_wait_irq
  671. 594: 00000000200011a0 8 OBJECT GLOBAL DEFAULT 5 g_sigfreeaction
  672. 595: 00000000200011a8 8 OBJECT GLOBAL DEFAULT 5 g_sigpendingaction
  673. 596: 00000000200011b0 8 OBJECT GLOBAL DEFAULT 5 g_sigpendingirqaction
  674. 597: 00000000200011b8 8 OBJECT GLOBAL DEFAULT 5 g_sigpendingirqsignal
  675. 598: 00000000200011c0 8 OBJECT GLOBAL DEFAULT 5 g_sigpendingsignal
  676. 599: 0000000008001d1b 50 FUNC GLOBAL DEFAULT 1 nxsig_alloc_actionblock
  677. 600: 0000000008001c55 148 FUNC WEAK DEFAULT 1 nxsig_initialize
  678. 601: 0000000008001b75 178 FUNC GLOBAL DEFAULT 1 nxsig_action
  679. 602: 0000000008001c27 12 FUNC GLOBAL DEFAULT 1 nxsig_release_action
  680. 603: 0000000008001c33 32 FUNC GLOBAL DEFAULT 1 sigaction
  681. 604: 0000000008006c65 106 FUNC GLOBAL DEFAULT 1 nxsig_procmask
  682. 605: 0000000008006ccf 28 FUNC GLOBAL DEFAULT 1 sigprocmask
  683. 606: 00000000080036b7 50 FUNC GLOBAL DEFAULT 1 nxsig_pendingset
  684. 607: 0000000008003695 34 FUNC GLOBAL DEFAULT 1 sigpending
  685. 608: 000000000800a303 28 FUNC GLOBAL DEFAULT 1 kill
  686. 609: 000000000800a2bd 70 FUNC GLOBAL DEFAULT 1 nxsig_kill
  687. 610: 00000000080034e5 290 FUNC GLOBAL DEFAULT 1 nxsig_timedwait
  688. 611: 0000000008003627 28 FUNC GLOBAL DEFAULT 1 sigtimedwait
  689. 612: 0000000008001d7d 42 FUNC GLOBAL DEFAULT 1 nxsig_find_action
  690. 613: 0000000008006f99 78 FUNC GLOBAL DEFAULT 1 nxsig_alloc_pendingsigaction
  691. 614: 0000000008001dc1 80 FUNC GLOBAL DEFAULT 1 nxsig_release_pendingsigaction
  692. 615: 0000000008006ced 96 FUNC GLOBAL DEFAULT 1 nxsig_unmask_pendingsignal
  693. 616: 000000000800370d 66 FUNC GLOBAL DEFAULT 1 nxsig_remove_pendingsignal
  694. 617: 0000000008001e11 80 FUNC GLOBAL DEFAULT 1 nxsig_release_pendingsignal
  695. 618: 0000000008003659 30 FUNC GLOBAL DEFAULT 1 nxsig_lowest
  696. 619: 0000000008001b11 56 FUNC GLOBAL DEFAULT 1 nxsig_cleanup
  697. 620: 0000000008001b49 44 FUNC GLOBAL DEFAULT 1 nxsig_release
  698. 621: 0000000008006f17 24 FUNC GLOBAL DEFAULT 1 nxsig_dispatch
  699. 622: 0000000008006d4d 458 FUNC GLOBAL DEFAULT 1 nxsig_tcbdispatch
  700. 623: 0000000008006fe9 148 FUNC GLOBAL DEFAULT 1 nxsig_deliver
  701. 624: 0000000008003329 98 FUNC GLOBAL DEFAULT 1 clock_nanosleep
  702. 625: 00000000080032a1 136 FUNC GLOBAL DEFAULT 1 nxsig_nanosleep
  703. 626: 0000000008003265 58 FUNC GLOBAL DEFAULT 1 nxsig_usleep
  704. 627: 0000000008007277 26 FUNC GLOBAL DEFAULT 1 kthread_create
  705. 628: 0000000008007181 26 FUNC GLOBAL DEFAULT 1 nxtask_create
  706. 629: 000000000800724b 44 FUNC GLOBAL DEFAULT 1 task_create
  707. 630: 00000000080073ad 20 FUNC GLOBAL DEFAULT 1 pthread_schedsetup
  708. 631: 00000000080073c1 224 FUNC GLOBAL DEFAULT 1 task_argsetup
  709. 632: 00000000080072ed 20 FUNC GLOBAL DEFAULT 1 task_schedsetup
  710. 633: 00000000080072d5 24 FUNC GLOBAL DEFAULT 1 task_activate
  711. 634: 00000000080074f9 60 FUNC GLOBAL DEFAULT 1 task_start
  712. 635: 0000000008000c21 80 FUNC GLOBAL DEFAULT 1 task_exit
  713. 636: 0000000008001ed9 128 FUNC GLOBAL DEFAULT 1 task_exithook
  714. 637: 000000000800b2b5 16 FUNC GLOBAL DEFAULT 1 task_getgroup
  715. 638: 0000000008000481 22 FUNC GLOBAL DEFAULT 1 getpid
  716. 639: 0000000008002105 24 FUNC GLOBAL DEFAULT 1 task_recover
  717. 640: 00000000200012ac 28 OBJECT GLOBAL DEFAULT 5 g_spawn_parms
  718. 641: 0000000020000056 2 OBJECT GLOBAL DEFAULT 4 g_spawn_parmsem
  719. 642: 0000000008006995 72 FUNC GLOBAL DEFAULT 1 spawn_execattrs
  720. 643: 00000000080069dd 148 FUNC GLOBAL DEFAULT 1 spawn_proxyattrs
  721. 644: 0000000008006985 16 FUNC GLOBAL DEFAULT 1 spawn_semtake
  722. 645: 0000000008000ddd 90 FUNC GLOBAL DEFAULT 1 task_terminate
  723. 646: 0000000008000be5 30 FUNC GLOBAL DEFAULT 1 exit
  724. 647: 00000000080067e1 268 FUNC GLOBAL DEFAULT 1 task_spawn
  725. 648: 0000000000000000 0 NOTYPE WEAK DEFAULT UND timer_deleteall
  726. 649: 0000000000000000 0 NOTYPE WEAK DEFAULT UND timer_initialize
  727. 650: 00000000200011c8 8 OBJECT GLOBAL DEFAULT 5 g_wdactivelist
  728. 651: 00000000200011d0 8 OBJECT GLOBAL DEFAULT 5 g_wdfreelist
  729. 652: 00000000200011d8 2 OBJECT GLOBAL DEFAULT 5 g_wdnfree
  730. 653: 00000000080021f9 64 FUNC WEAK DEFAULT 1 wd_initialize
  731. 654: 0000000008003751 94 FUNC GLOBAL DEFAULT 1 wd_create
  732. 655: 00000000080037b1 276 FUNC GLOBAL DEFAULT 1 wd_start
  733. 656: 00000000080038c5 100 FUNC GLOBAL DEFAULT 1 wd_timer
  734. 657: 0000000008002189 110 FUNC GLOBAL DEFAULT 1 wd_cancel
  735. 658: 0000000008002239 102 FUNC GLOBAL DEFAULT 1 wd_delete
  736. 659: 0000000008002161 38 FUNC GLOBAL DEFAULT 1 wd_recover
  737. 660: 0000000008004bad 160 FUNC GLOBAL DEFAULT 1 bchlib_setup
  738. 661: 0000000008004a6d 52 FUNC GLOBAL DEFAULT 1 bchlib_teardown
  739. 662: 00000000080049a1 184 FUNC GLOBAL DEFAULT 1 bchlib_read
  740. 663: 0000000008004ad1 220 FUNC GLOBAL DEFAULT 1 bchlib_write
  741. 664: 000000000800493d 34 FUNC GLOBAL DEFAULT 1 bchlib_flushsector
  742. 665: 000000000800495f 66 FUNC GLOBAL DEFAULT 1 bchlib_readsector
  743. 666: 0000000008004a59 18 FUNC GLOBAL DEFAULT 1 bchlib_semtake
  744. 667: 0000000008004711 66 FUNC GLOBAL DEFAULT 1 bchdev_register
  745. 668: 000000000800c624 28 OBJECT GLOBAL DEFAULT 1 bch_fops
  746. 669: 0000000008002b1b 16 FUNC GLOBAL DEFAULT 1 uart_datareceived
  747. 670: 0000000008002b2b 16 FUNC GLOBAL DEFAULT 1 uart_datasent
  748. 671: 0000000008002aad 110 FUNC GLOBAL DEFAULT 1 uart_register
  749. 672: 0000000008002b3b 46 FUNC GLOBAL DEFAULT 1 uart_reset_sem
  750. 673: 0000000008002a3b 112 FUNC GLOBAL DEFAULT 1 uart_recvchars
  751. 674: 00000000080029d1 106 FUNC GLOBAL DEFAULT 1 uart_xmitchars
  752. 675: 00000000080023d5 40 FUNC GLOBAL DEFAULT 1 nx_vsyslog
  753. 676: 000000000800417d 26 FUNC GLOBAL DEFAULT 1 syslogstream_create
  754. 677: 00000000080023fd 26 FUNC GLOBAL DEFAULT 1 emergstream
  755. 678: 000000000800c580 16 OBJECT GLOBAL DEFAULT 1 g_default_channel
  756. 679: 0000000020000004 4 OBJECT GLOBAL DEFAULT 4 g_syslog_channel
  757. 680: 0000000008002455 24 FUNC GLOBAL DEFAULT 1 syslog_channel
  758. 681: 00000000080024e5 50 FUNC GLOBAL DEFAULT 1 syslog_putc
  759. 682: 000000000800246d 26 FUNC GLOBAL DEFAULT 1 syslog_default_write
  760. 683: 0000000008002487 64 FUNC GLOBAL DEFAULT 1 syslog_write
  761. 684: 0000000008002441 14 FUNC GLOBAL DEFAULT 1 syslog_force
  762. 685: 00000000080041bd 4 FUNC GLOBAL DEFAULT 1 syslog_flush
  763. 686: 000000000800b60d 12 FUNC GLOBAL DEFAULT 1 syslog_initialize
  764. 687: 000000000800b87d 4 FUNC GLOBAL DEFAULT 1 syslog_dev_flush
  765. 688: 000000000800b645 92 FUNC GLOBAL DEFAULT 1 syslog_dev_initialize
  766. 689: 000000000800b7f9 132 FUNC GLOBAL DEFAULT 1 syslog_dev_putc
  767. 690: 000000000800b6a1 236 FUNC GLOBAL DEFAULT 1 syslog_dev_write
  768. 691: 000000000800b619 42 FUNC GLOBAL DEFAULT 1 syslog_console_channel
  769. 692: 000000000800bb09 26 FUNC GLOBAL DEFAULT 1 devnull_register
  770. 693: 0000000008008461 88 FUNC GLOBAL DEFAULT 1 basename
  771. 694: 00000000080084e1 90 FUNC GLOBAL DEFAULT 1 dirname
  772. 695: 0000000008001651 56 FUNC GLOBAL DEFAULT 1 lib_stream_initialize
  773. 696: 0000000008001689 54 FUNC GLOBAL DEFAULT 1 lib_stream_release
  774. 697: 000000000800ae01 108 FUNC GLOBAL DEFAULT 1 uname
  775. 698: 0000000008001709 28 FUNC GLOBAL DEFAULT 1 lib_give_semaphore
  776. 699: 00000000080016c1 26 FUNC GLOBAL DEFAULT 1 lib_sem_initialize
  777. 700: 00000000080016db 46 FUNC GLOBAL DEFAULT 1 lib_take_semaphore
  778. 701: 0000000008002101 4 FUNC GLOBAL DEFAULT 1 stream_semgive
  779. 702: 00000000080020f1 16 FUNC GLOBAL DEFAULT 1 stream_semtake
  780. 703: 000000000800ae6d 26 FUNC GLOBAL DEFAULT 1 pthread_attr_init
  781. 704: 000000000800b34d 22 FUNC GLOBAL DEFAULT 1 pthread_attr_setschedpolicy
  782. 705: 000000000800b33d 16 FUNC GLOBAL DEFAULT 1 pthread_attr_setschedparam
  783. 706: 0000000008000f41 24 FUNC GLOBAL DEFAULT 1 sq_addlast
  784. 707: 0000000008003945 14 FUNC GLOBAL DEFAULT 1 sq_addfirst
  785. 708: 0000000008003929 26 FUNC GLOBAL DEFAULT 1 sq_addafter
  786. 709: 0000000008001971 46 FUNC GLOBAL DEFAULT 1 sq_rem
  787. 710: 0000000008001da9 24 FUNC GLOBAL DEFAULT 1 sq_remfirst
  788. 711: 00000000080019a1 30 FUNC GLOBAL DEFAULT 1 sq_remafter
  789. 712: 0000000008000ca1 24 FUNC GLOBAL DEFAULT 1 dq_addlast
  790. 713: 00000000080003d9 24 FUNC GLOBAL DEFAULT 1 dq_addfirst
  791. 714: 0000000008000db5 38 FUNC GLOBAL DEFAULT 1 dq_rem
  792. 715: 000000000800b3ad 4 FUNC GLOBAL DEFAULT 1 sched_get_priority_max
  793. 716: 000000000800b3b1 4 FUNC GLOBAL DEFAULT 1 sched_get_priority_min
  794. 717: 0000000008000499 26 FUNC GLOBAL DEFAULT 1 nxsem_init
  795. 718: 00000000080004b3 32 FUNC GLOBAL DEFAULT 1 sem_init
  796. 719: 000000000800b229 20 FUNC GLOBAL DEFAULT 1 nxsem_getvalue
  797. 720: 000000000800b23d 30 FUNC GLOBAL DEFAULT 1 sem_getvalue
  798. 721: 0000000008003231 22 FUNC GLOBAL DEFAULT 1 nxsem_setprotocol
  799. 722: 0000000008003247 30 FUNC GLOBAL DEFAULT 1 sem_setprotocol
  800. 723: 00000000080036e9 36 FUNC GLOBAL DEFAULT 1 sigaddset
  801. 724: 0000000008007159 38 FUNC GLOBAL DEFAULT 1 sigdelset
  802. 725: 0000000008003955 8 FUNC GLOBAL DEFAULT 1 sigemptyset
  803. 726: 0000000008003679 26 FUNC GLOBAL DEFAULT 1 sigismember
  804. 727: 0000000008006655 30 FUNC GLOBAL DEFAULT 1 add_file_action
  805. 728: 0000000008006605 78 FUNC GLOBAL DEFAULT 1 posix_spawn_file_actions_addopen
  806. 729: 00000000080066ad 28 FUNC GLOBAL DEFAULT 1 posix_spawn_file_actions_destroy
  807. 730: 00000000080066c9 8 FUNC GLOBAL DEFAULT 1 posix_spawn_file_actions_init
  808. 731: 00000000080066d1 66 FUNC GLOBAL DEFAULT 1 posix_spawnattr_init
  809. 732: 00000000080067c9 6 FUNC GLOBAL DEFAULT 1 posix_spawnattr_setflags
  810. 733: 00000000080067d1 8 FUNC GLOBAL DEFAULT 1 posix_spawnattr_setschedparam
  811. 734: 00000000080067d9 6 FUNC GLOBAL DEFAULT 1 posix_spawnattr_setschedpolicy
  812. 735: 0000000008007629 6 FUNC GLOBAL DEFAULT 1 task_spawnattr_setstacksize
  813. 736: 0000000008009401 48 FUNC GLOBAL DEFAULT 1 sprintf
  814. 737: 0000000008009ac5 28 FUNC GLOBAL DEFAULT 1 asprintf
  815. 738: 0000000008004d05 52 FUNC GLOBAL DEFAULT 1 snprintf
  816. 739: 0000000008009ae1 82 FUNC GLOBAL DEFAULT 1 vasprintf
  817. 740: 0000000008003c31 758 FUNC GLOBAL DEFAULT 1 lib_vsprintf
  818. 741: 0000000008004d39 36 FUNC GLOBAL DEFAULT 1 lib_memoutstream
  819. 742: 0000000008004119 26 FUNC GLOBAL DEFAULT 1 lib_nulloutstream
  820. 743: 000000000800243d 4 FUNC GLOBAL DEFAULT 1 lib_noflush
  821. 744: 00000000080055d5 32 FUNC GLOBAL DEFAULT 1 fdopen
  822. 745: 00000000080056a3 58 FUNC GLOBAL DEFAULT 1 fopen
  823. 746: 00000000080055f5 174 FUNC GLOBAL DEFAULT 1 lib_mode2oflags
  824. 747: 0000000008005555 126 FUNC GLOBAL DEFAULT 1 fclose
  825. 748: 00000000080096e1 252 FUNC GLOBAL DEFAULT 1 lib_fread
  826. 749: 00000000080052b1 54 FUNC GLOBAL DEFAULT 1 fseek
  827. 750: 00000000080097dd 74 FUNC GLOBAL DEFAULT 1 ftell
  828. 751: 00000000080096bd 34 FUNC GLOBAL DEFAULT 1 fgetc
  829. 752: 00000000080095b9 26 FUNC GLOBAL DEFAULT 1 fgets
  830. 753: 00000000080095d5 232 FUNC GLOBAL DEFAULT 1 lib_fgets
  831. 754: 0000000008005719 26 FUNC GLOBAL DEFAULT 1 fwrite
  832. 755: 0000000008005185 206 FUNC GLOBAL DEFAULT 1 lib_fwrite
  833. 756: 00000000080056dd 44 FUNC GLOBAL DEFAULT 1 fflush
  834. 757: 0000000008001f59 70 FUNC GLOBAL DEFAULT 1 lib_flushall
  835. 758: 0000000008001fa1 168 FUNC GLOBAL DEFAULT 1 lib_fflush
  836. 759: 0000000008005255 92 FUNC GLOBAL DEFAULT 1 lib_rdflush
  837. 760: 00000000080052e9 20 FUNC GLOBAL DEFAULT 1 lib_wrflush
  838. 761: 0000000008005141 66 FUNC GLOBAL DEFAULT 1 fputc
  839. 762: 00000000080057c9 108 FUNC GLOBAL DEFAULT 1 fputs
  840. 763: 0000000008005089 28 FUNC GLOBAL DEFAULT 1 fprintf
  841. 764: 00000000080050a5 58 FUNC GLOBAL DEFAULT 1 vfprintf
  842. 765: 00000000080050e1 48 FUNC GLOBAL DEFAULT 1 lib_stdoutstream
  843. 766: 0000000008009f1d 108 FUNC GLOBAL DEFAULT 1 strtol
  844. 767: 0000000008009fa5 130 FUNC GLOBAL DEFAULT 1 strtoul
  845. 768: 000000000800a029 110 FUNC GLOBAL DEFAULT 1 lib_checkbase
  846. 769: 000000000800a099 164 FUNC GLOBAL DEFAULT 1 lib_isbasedigit
  847. 770: 0000000008001725 14 FUNC GLOBAL DEFAULT 1 memset
  848. 771: 000000000800869d 40 FUNC GLOBAL DEFAULT 1 memcmp
  849. 772: 0000000008009f89 26 FUNC GLOBAL DEFAULT 1 lib_skipspace
  850. 773: 0000000008006675 56 FUNC GLOBAL DEFAULT 1 strncpy
  851. 774: 000000000800413d 24 FUNC GLOBAL DEFAULT 1 strchr
  852. 775: 00000000080029b5 26 FUNC GLOBAL DEFAULT 1 strcpy
  853. 776: 0000000008004ea5 46 FUNC GLOBAL DEFAULT 1 strcmp
  854. 777: 000000000800b3b5 38 FUNC GLOBAL DEFAULT 1 strcspn
  855. 778: 0000000008004ed5 38 FUNC GLOBAL DEFAULT 1 strdup
  856. 779: 0000000008004155 14 FUNC GLOBAL DEFAULT 1 strlen
  857. 780: 0000000008004165 22 FUNC GLOBAL DEFAULT 1 strnlen
  858. 781: 00000000080065dd 40 FUNC GLOBAL DEFAULT 1 strncmp
  859. 782: 00000000080084b9 40 FUNC GLOBAL DEFAULT 1 strrchr
  860. 783: 0000000008003645 18 FUNC GLOBAL DEFAULT 1 memcpy
  861. 784: 0000000008002397 28 FUNC GLOBAL DEFAULT 1 syslog
  862. 785: 0000000008002371 38 FUNC GLOBAL DEFAULT 1 vsyslog
  863. 786: 0000000020000000 1 OBJECT GLOBAL DEFAULT 4 g_syslog_mask
  864. 787: 00000000080023b5 30 FUNC GLOBAL DEFAULT 1 setlogmask
  865. 788: 000000000800311d 46 FUNC GLOBAL DEFAULT 1 clock_calendar2utc
  866. 789: 000000000800314d 34 FUNC GLOBAL DEFAULT 1 clock_daysbeforemonth
  867. 790: 0000000008003171 62 FUNC GLOBAL DEFAULT 1 clock_isleapyear
  868. 791: 000000000800853d 350 FUNC GLOBAL DEFAULT 1 getopt
  869. 792: 00000000200012c8 4 OBJECT GLOBAL DEFAULT 5 optarg
  870. 793: 0000000020000058 4 OBJECT GLOBAL DEFAULT 4 optind
  871. 794: 000000002000005c 4 OBJECT GLOBAL DEFAULT 4 optopt
  872. 795: 0000000008009025 128 FUNC GLOBAL DEFAULT 1 chdir
  873. 796: 000000000800a321 60 FUNC GLOBAL DEFAULT 1 sleep
  874. 797: 000000000800a35d 62 FUNC GLOBAL DEFAULT 1 usleep
  875. 798: 000000000800b949 84 FUNC GLOBAL DEFAULT 1 mm_addregion
  876. 799: 000000000800b99d 70 FUNC GLOBAL DEFAULT 1 mm_initialize
  877. 800: 000000000800130d 26 FUNC GLOBAL DEFAULT 1 mm_givesemaphore
  878. 801: 0000000008001299 24 FUNC GLOBAL DEFAULT 1 mm_seminitialize
  879. 802: 00000000080012e1 44 FUNC GLOBAL DEFAULT 1 mm_takesemaphore
  880. 803: 00000000080012b1 48 FUNC GLOBAL DEFAULT 1 mm_trysemaphore
  881. 804: 0000000008001225 76 FUNC GLOBAL DEFAULT 1 mm_addfreechunk
  882. 805: 0000000008001271 38 FUNC GLOBAL DEFAULT 1 mm_size2ndx
  883. 806: 000000000800937d 132 FUNC GLOBAL DEFAULT 1 mm_shrinkchunk
  884. 807: 0000000008001191 146 FUNC GLOBAL DEFAULT 1 mm_free
  885. 808: 00000000080018e5 138 FUNC GLOBAL DEFAULT 1 mm_malloc
  886. 809: 00000000080091b1 458 FUNC GLOBAL DEFAULT 1 mm_realloc
  887. 810: 0000000008003ba1 26 FUNC GLOBAL DEFAULT 1 mm_zalloc
  888. 811: 0000000008001ec5 20 FUNC GLOBAL DEFAULT 1 mm_heapmember
  889. 812: 000000000800b939 16 FUNC GLOBAL DEFAULT 1 umm_initialize
  890. 813: 000000000800b92d 12 FUNC GLOBAL DEFAULT 1 umm_givesemaphore
  891. 814: 000000000800b921 12 FUNC GLOBAL DEFAULT 1 umm_trysemaphore
  892. 815: 0000000008001181 14 FUNC GLOBAL DEFAULT 1 free
  893. 816: 00000000080018d5 14 FUNC GLOBAL DEFAULT 1 malloc
  894. 817: 00000000080091a1 16 FUNC GLOBAL DEFAULT 1 realloc
  895. 818: 0000000008003b91 14 FUNC GLOBAL DEFAULT 1 zalloc
  896. 819: 0000000008001eb5 14 FUNC GLOBAL DEFAULT 1 umm_heapmember
  897. 820: 0000000020001044 324 OBJECT GLOBAL DEFAULT 5 g_mmheap
  898. 821: 00000000080022a1 10 FUNC GLOBAL DEFAULT 1 up_fullcontextrestore
  899. 822: 0000000008001481 12 FUNC GLOBAL DEFAULT 1 up_switchcontext
  900. 823: 00000000080022ad 94 FUNC GLOBAL DEFAULT 1 exception_common
  901. 824: 0000000020000300 2048 NOTYPE GLOBAL DEFAULT 5 g_intstackalloc
  902. 825: 0000000020000b00 0 NOTYPE GLOBAL DEFAULT 5 g_intstackbase
  903. 826: 000000000800b9e5 38 FUNC GLOBAL DEFAULT 1 up_allocate_heap
  904. 827: 0000000008000189 112 FUNC GLOBAL DEFAULT 1 __start
  905. 828: 000000000800bc30 4 OBJECT GLOBAL DEFAULT 1 g_idle_topstack
  906. 829: 000000000800bb31 256 FUNC GLOBAL DEFAULT 1 stm32_clockconfig
  907. 830: 000000000800c558 16 OBJECT GLOBAL DEFAULT 1 g_gpiobase
  908. 831: 00000000080009fb 372 FUNC GLOBAL DEFAULT 1 stm32_configgpio
  909. 832: 00000000080009f9 2 FUNC GLOBAL DEFAULT 1 stm32_gpioinit
  910. 833: 0000000008000ba1 44 FUNC GLOBAL DEFAULT 1 stm32_gpioread
  911. 834: 0000000008000b6f 46 FUNC GLOBAL DEFAULT 1 stm32_gpiowrite
  912. 835: 0000000008000bcd 22 FUNC GLOBAL DEFAULT 1 stm32_iocompensation
  913. 836: 0000000008000b9d 4 FUNC GLOBAL DEFAULT 1 stm32_unconfiggpio
  914. 837: 0000000020000d30 4 OBJECT GLOBAL DEFAULT 5 g_current_regs
  915. 838: 00000000080006ad 2 FUNC GLOBAL DEFAULT 1 up_ack_irq
  916. 839: 00000000080005a1 42 FUNC GLOBAL DEFAULT 1 up_disable_irq
  917. 840: 0000000008000647 102 FUNC GLOBAL DEFAULT 1 up_enable_irq
  918. 841: 0000000008000515 140 FUNC GLOBAL DEFAULT 1 up_irqinitialize
  919. 842: 0000000008003bd1 96 FUNC GLOBAL DEFAULT 1 stm32_lowsetup
  920. 843: 0000000008003bbd 20 FUNC GLOBAL DEFAULT 1 up_lowputc
  921. 844: 0000000008002519 38 FUNC GLOBAL DEFAULT 1 stm32_serial_get_uart
  922. 845: 000000000800253f 80 FUNC GLOBAL DEFAULT 1 up_earlyserialinit
  923. 846: 0000000008002701 132 FUNC GLOBAL DEFAULT 1 up_putc
  924. 847: 00000000080026a1 96 FUNC GLOBAL DEFAULT 1 up_serialinit
  925. 848: 000000000800ba41 64 FUNC GLOBAL DEFAULT 1 arm_timer_initialize
  926. 849: 000000000800ba0d 4 FUNC GLOBAL DEFAULT 1 up_idle
  927. 850: 0000000008000739 56 FUNC GLOBAL DEFAULT 1 up_assert
  928. 851: 0000000008001589 120 FUNC GLOBAL DEFAULT 1 up_block_task
  929. 852: 0000000008001469 24 FUNC GLOBAL DEFAULT 1 up_copyfullstate
  930. 853: 0000000008007535 74 FUNC GLOBAL DEFAULT 1 up_create_stack
  931. 854: 0000000008000c05 28 FUNC GLOBAL DEFAULT 1 _exit
  932. 855: 0000000008004201 98 FUNC GLOBAL DEFAULT 1 up_hardfault
  933. 856: 000000000800ba11 46 FUNC GLOBAL DEFAULT 1 up_initialize
  934. 857: 00000000080074a1 46 FUNC GLOBAL DEFAULT 1 up_initial_state
  935. 858: 0000000008000501 18 FUNC GLOBAL DEFAULT 1 up_interrupt_context
  936. 859: 00000000080041c1 62 FUNC GLOBAL DEFAULT 1 up_mdelay
  937. 860: 0000000008002999 26 FUNC GLOBAL DEFAULT 1 modifyreg32
  938. 861: 0000000008001ac1 78 FUNC GLOBAL DEFAULT 1 up_release_pending
  939. 862: 0000000008001e95 30 FUNC GLOBAL DEFAULT 1 up_release_stack
  940. 863: 0000000008006b59 136 FUNC GLOBAL DEFAULT 1 up_reprioritize_rtr
  941. 864: 000000000800707d 136 FUNC GLOBAL DEFAULT 1 up_schedule_sigaction
  942. 865: 0000000008007105 84 FUNC GLOBAL DEFAULT 1 up_sigdeliver
  943. 866: 00000000080074d1 38 FUNC GLOBAL DEFAULT 1 up_stack_frame
  944. 867: 0000000008004265 58 FUNC GLOBAL DEFAULT 1 up_svcall
  945. 868: 000000000800138d 92 FUNC GLOBAL DEFAULT 1 up_unblock_task
  946. 869: 000000000800b30d 48 FUNC GLOBAL DEFAULT 1 up_use_stack
  947. 870: 0000000008002311 56 FUNC GLOBAL DEFAULT 1 up_doirq
  948. 871: 0000000008000000 392 OBJECT GLOBAL DEFAULT 1 _vectors
  949. 872: 000000000800b3dd 58 FUNC GLOBAL DEFAULT 1 readline
  950. 873: 000000000800b495 246 FUNC GLOBAL DEFAULT 1 readline_common
  951. 874: 000000000800505d 44 FUNC GLOBAL DEFAULT 1 nsh_main
  952. 875: 0000000008006579 32 FUNC GLOBAL DEFAULT 1 builtin_for_index
  953. 876: 000000000800c808 4 OBJECT GLOBAL DEFAULT 1 g_builtin_count
  954. 877: 000000000800c7f8 16 OBJECT GLOBAL DEFAULT 1 g_builtins
  955. 878: 00000000080064a9 208 FUNC GLOBAL DEFAULT 1 exec_builtin
  956. 879: 000000000800b591 60 FUNC GLOBAL DEFAULT 1 up_cxxinitialize
  957. 880: 000000000800b58d 2 FUNC GLOBAL DEFAULT 1 nsh_initialize
  958. 881: 00000000080060e7 38 FUNC GLOBAL DEFAULT 1 cmd_break
  959. 882: 000000000800c6af 27 OBJECT GLOBAL DEFAULT 1 g_fmtarginvalid
  960. 883: 000000000800c6ca 29 OBJECT GLOBAL DEFAULT 1 g_fmtargrange
  961. 884: 000000000800c66f 39 OBJECT GLOBAL DEFAULT 1 g_fmtargrequired
  962. 885: 000000000800c778 24 OBJECT GLOBAL DEFAULT 1 g_fmtcmdfailed
  963. 886: 000000000800c6e7 28 OBJECT GLOBAL DEFAULT 1 g_fmtcmdnotfound
  964. 887: 000000000800c790 24 OBJECT GLOBAL DEFAULT 1 g_fmtcmdoutofmemory
  965. 888: 000000000800c754 36 OBJECT GLOBAL DEFAULT 1 g_fmtcontext
  966. 889: 000000000800c739 27 OBJECT GLOBAL DEFAULT 1 g_fmtdeepnesting
  967. 890: 000000000800c7a8 25 OBJECT GLOBAL DEFAULT 1 g_fmtinternalerror
  968. 891: 000000000800c696 25 OBJECT GLOBAL DEFAULT 1 g_fmtnomatching
  969. 892: 000000000800c703 25 OBJECT GLOBAL DEFAULT 1 g_fmtnosuch
  970. 893: 000000000800c7c1 32 OBJECT GLOBAL DEFAULT 1 g_fmtsignalrecvd
  971. 894: 000000000800c658 23 OBJECT GLOBAL DEFAULT 1 g_fmtsyntax
  972. 895: 000000000800c71c 29 OBJECT GLOBAL DEFAULT 1 g_fmttoomanyargs
  973. 896: 000000000800c640 18 OBJECT GLOBAL DEFAULT 1 g_nshgreeting
  974. 897: 000000000800c652 6 OBJECT GLOBAL DEFAULT 1 g_nshprompt
  975. 898: 0000000008005835 154 FUNC GLOBAL DEFAULT 1 nsh_parse
  976. 899: 0000000008005385 122 FUNC GLOBAL DEFAULT 1 nsh_newconsole
  977. 900: 0000000008009491 294 FUNC GLOBAL DEFAULT 1 nsh_script
  978. 901: 000000000800769d 138 FUNC GLOBAL DEFAULT 1 nsh_command
  979. 902: 0000000008007a05 82 FUNC GLOBAL DEFAULT 1 cmd_basename
  980. 903: 0000000008007a75 98 FUNC GLOBAL DEFAULT 1 cmd_cat
  981. 904: 00000000080082d7 392 FUNC GLOBAL DEFAULT 1 cmd_cmp
  982. 905: 0000000008007ad7 560 FUNC GLOBAL DEFAULT 1 cmd_cp
  983. 906: 0000000008007a57 30 FUNC GLOBAL DEFAULT 1 cmd_dirname
  984. 907: 0000000008007d5f 384 FUNC GLOBAL DEFAULT 1 cmd_ls
  985. 908: 0000000008008125 94 FUNC GLOBAL DEFAULT 1 cmd_mkdir
  986. 909: 0000000008008183 152 FUNC GLOBAL DEFAULT 1 cmd_mv
  987. 910: 000000000800821b 90 FUNC GLOBAL DEFAULT 1 cmd_rm
  988. 911: 0000000008008275 90 FUNC GLOBAL DEFAULT 1 cmd_rmdir
  989. 912: 00000000080082cf 8 FUNC GLOBAL DEFAULT 1 cmd_sh
  990. 913: 0000000008009bcd 848 FUNC GLOBAL DEFAULT 1 cmd_dd
  991. 914: 000000000800a13d 78 FUNC GLOBAL DEFAULT 1 cmd_exec
  992. 915: 000000000800a18b 178 FUNC GLOBAL DEFAULT 1 cmd_kill
  993. 916: 000000000800a23d 64 FUNC GLOBAL DEFAULT 1 cmd_sleep
  994. 917: 000000000800a27d 64 FUNC GLOBAL DEFAULT 1 cmd_usleep
  995. 918: 000000000800ab9d 218 FUNC GLOBAL DEFAULT 1 cmd_time
  996. 919: 0000000008008d25 250 FUNC GLOBAL DEFAULT 1 cmd_cd
  997. 920: 0000000008008e1f 126 FUNC GLOBAL DEFAULT 1 cmd_echo
  998. 921: 0000000008008e9d 48 FUNC GLOBAL DEFAULT 1 cmd_pwd
  999. 922: 0000000008008ecd 276 FUNC GLOBAL DEFAULT 1 cmd_set
  1000. 923: 0000000008008fe1 66 FUNC GLOBAL DEFAULT 1 cmd_unset
  1001. 924: 0000000008008d1b 10 FUNC GLOBAL DEFAULT 1 nsh_freefullpath
  1002. 925: 0000000008008c29 30 FUNC GLOBAL DEFAULT 1 nsh_getcwd
  1003. 926: 0000000008008c47 212 FUNC GLOBAL DEFAULT 1 nsh_getfullpath
  1004. 927: 000000000800ac79 390 FUNC GLOBAL DEFAULT 1 cmd_uname
  1005. 928: 000000000800a6c3 280 FUNC GLOBAL DEFAULT 1 cmd_hexdump
  1006. 929: 000000000800a39d 158 FUNC GLOBAL DEFAULT 1 cmd_mb
  1007. 930: 000000000800a487 158 FUNC GLOBAL DEFAULT 1 cmd_mh
  1008. 931: 000000000800a525 126 FUNC GLOBAL DEFAULT 1 cmd_mw
  1009. 932: 000000000800a663 96 FUNC GLOBAL DEFAULT 1 cmd_xd
  1010. 933: 000000000800a5a3 192 FUNC GLOBAL DEFAULT 1 nsh_dumpbuffer
  1011. 934: 0000000008005735 148 FUNC GLOBAL DEFAULT 1 nsh_session
  1012. 935: 000000000800874d 340 FUNC GLOBAL DEFAULT 1 nsh_catfile
  1013. 936: 00000000080088a1 118 FUNC GLOBAL DEFAULT 1 nsh_foreach_direntry
  1014. 937: 0000000008008917 34 FUNC GLOBAL DEFAULT 1 nsh_trimdir
  1015. 938: 0000000008008939 66 FUNC GLOBAL DEFAULT 1 nsh_trimspaces
  1016. 939: 00000000080063d1 216 FUNC GLOBAL DEFAULT 1 nsh_builtin
  1017. 940: 0000000008005371 20 FUNC GLOBAL DEFAULT 1 nsh_consolemain
  1018. 941: 000000000800ab5d 64 FUNC GLOBAL DEFAULT 1 cmd_lbracket
  1019. 942: 000000000800a7dd 6 FUNC GLOBAL DEFAULT 1 cmd_test
  1020. 943: 00000000080003f1 4 FUNC GLOBAL DEFAULT 1 fs_initialize
  1021. 944: 0000000008000fb5 146 FUNC GLOBAL DEFAULT 1 file_dup2
  1022. 945: 0000000008001047 92 FUNC GLOBAL DEFAULT 1 files_allocate
  1023. 946: 00000000080010a3 56 FUNC GLOBAL DEFAULT 1 files_close
  1024. 947: 0000000008000f59 2 FUNC WEAK DEFAULT 1 files_initialize
  1025. 948: 0000000008000f5b 8 FUNC GLOBAL DEFAULT 1 files_initlist
  1026. 949: 00000000080010db 48 FUNC GLOBAL DEFAULT 1 files_release
  1027. 950: 0000000008000f63 30 FUNC GLOBAL DEFAULT 1 files_releaselist
  1028. 951: 00000000080003f5 46 FUNC GLOBAL DEFAULT 1 inode_initialize
  1029. 952: 000000000800045b 36 FUNC GLOBAL DEFAULT 1 inode_semgive
  1030. 953: 0000000008000423 56 FUNC GLOBAL DEFAULT 1 inode_semtake
  1031. 954: 000000000800110d 26 FUNC GLOBAL DEFAULT 1 inode_addref
  1032. 955: 0000000008004ce1 36 FUNC GLOBAL DEFAULT 1 inode_find
  1033. 956: 0000000008001161 30 FUNC GLOBAL DEFAULT 1 inode_free
  1034. 957: 0000000008001129 54 FUNC GLOBAL DEFAULT 1 inode_release
  1035. 958: 000000000800500d 40 FUNC GLOBAL DEFAULT 1 inode_remove
  1036. 959: 0000000008004fbd 80 FUNC GLOBAL DEFAULT 1 inode_unlink
  1037. 960: 0000000008003995 228 FUNC GLOBAL DEFAULT 1 inode_reserve
  1038. 961: 0000000020000d00 4 OBJECT GLOBAL DEFAULT 5 g_root_inode
  1039. 962: 0000000008003b77 26 FUNC GLOBAL DEFAULT 1 inode_nextname
  1040. 963: 0000000008003a79 254 FUNC GLOBAL DEFAULT 1 inode_search
  1041. 964: 000000000800b881 72 FUNC GLOBAL DEFAULT 1 file_open
  1042. 965: 000000000800b8c9 86 FUNC GLOBAL DEFAULT 1 file_detach
  1043. 966: 00000000080043a5 38 FUNC GLOBAL DEFAULT 1 close
  1044. 967: 00000000080043cd 84 FUNC GLOBAL DEFAULT 1 dup2
  1045. 968: 00000000080020c1 46 FUNC GLOBAL DEFAULT 1 fs_getfilep
  1046. 969: 0000000008007631 26 FUNC GLOBAL DEFAULT 1 file_ioctl
  1047. 970: 000000000800764b 82 FUNC GLOBAL DEFAULT 1 ioctl
  1048. 971: 00000000080052fd 66 FUNC GLOBAL DEFAULT 1 file_seek
  1049. 972: 000000000800533f 50 FUNC GLOBAL DEFAULT 1 lseek
  1050. 973: 00000000080086c5 134 FUNC GLOBAL DEFAULT 1 mkdir
  1051. 974: 0000000008004529 30 FUNC GLOBAL DEFAULT 1 inode_checkflags
  1052. 975: 000000000800461b 28 FUNC GLOBAL DEFAULT 1 nx_open
  1053. 976: 0000000008004547 212 FUNC GLOBAL DEFAULT 1 nx_vopen
  1054. 977: 0000000008004637 46 FUNC GLOBAL DEFAULT 1 open
  1055. 978: 0000000008008ad5 32 FUNC GLOBAL DEFAULT 1 file_read
  1056. 979: 0000000008008af5 70 FUNC GLOBAL DEFAULT 1 nx_read
  1057. 980: 0000000008008b3b 28 FUNC GLOBAL DEFAULT 1 read
  1058. 981: 0000000008009829 666 FUNC GLOBAL DEFAULT 1 rename
  1059. 982: 0000000008009b35 150 FUNC GLOBAL DEFAULT 1 rmdir
  1060. 983: 0000000008004de3 114 FUNC GLOBAL DEFAULT 1 inode_stat
  1061. 984: 0000000008004e55 78 FUNC GLOBAL DEFAULT 1 stat
  1062. 985: 0000000008004d79 106 FUNC GLOBAL DEFAULT 1 stat_recursive
  1063. 986: 0000000008004efd 190 FUNC GLOBAL DEFAULT 1 unlink
  1064. 987: 0000000008002049 26 FUNC GLOBAL DEFAULT 1 file_write
  1065. 988: 0000000008002063 66 FUNC GLOBAL DEFAULT 1 nx_write
  1066. 989: 00000000080020a5 28 FUNC GLOBAL DEFAULT 1 write
  1067. 990: 000000000800444d 218 FUNC GLOBAL DEFAULT 1 fs_fdopen
  1068. 991: 000000000800395d 54 FUNC GLOBAL DEFAULT 1 register_driver
  1069. 992: 0000000008004c85 90 FUNC GLOBAL DEFAULT 1 find_blockdriver
  1070. 993: 0000000008004c4d 54 FUNC GLOBAL DEFAULT 1 open_blockdriver
  1071. 994: 0000000008004aa1 46 FUNC GLOBAL DEFAULT 1 close_blockdriver
  1072. 995: 0000000008004665 172 FUNC GLOBAL DEFAULT 1 block_proxy
  1073. 996: 000000000800897d 108 FUNC GLOBAL DEFAULT 1 closedir
  1074. 997: 00000000080089e9 236 FUNC GLOBAL DEFAULT 1 opendir
  1075. 998: 0000000008008b59 206 FUNC GLOBAL DEFAULT 1 readdir
  1076. 999: 00000000080017b1 32 FUNC GLOBAL DEFAULT 1 mq_close
  1077. 1000: 0000000008001771 64 FUNC GLOBAL DEFAULT 1 mq_inode_release
  1078. 1001: 000000000800174d 36 FUNC GLOBAL DEFAULT 1 nxmq_close_group
  1079. 1002: 00000000080003d5 2 FUNC GLOBAL DEFAULT 1 binfmt_initialize
  1080. 1003: 00000000080065cd 16 FUNC GLOBAL DEFAULT 1 builtin_getname
  1081. 1004: 0000000008006599 52 FUNC GLOBAL DEFAULT 1 builtin_isavail
  1082. 1005: 000000000800bb2d 4 FUNC GLOBAL DEFAULT 1 stm32_boardinitialize
  1083. 1006: 00000000080009c5 12 FUNC GLOBAL DEFAULT 1 board_autoled_initialize
  1084. 1007: 00000000080009e5 20 FUNC GLOBAL DEFAULT 1 board_autoled_off
  1085. 1008: 00000000080009d1 20 FUNC GLOBAL DEFAULT 1 board_autoled_on
  1086. 1009: 00000000200012cc 0 NOTYPE GLOBAL DEFAULT ABS _ebss
  1087. 1010: 0000000020000060 0 NOTYPE GLOBAL DEFAULT ABS _edata
  1088. 1011: 000000000800cb00 0 NOTYPE GLOBAL DEFAULT ABS _eronly
  1089. 1012: 0000000020000100 0 NOTYPE GLOBAL DEFAULT ABS _sbss
  1090. 1013: 0000000020000000 0 NOTYPE GLOBAL DEFAULT ABS _sdata
  1091. 1014: 000000000800caf0 0 NOTYPE GLOBAL DEFAULT ABS _etext
  1092. 1015: 0000000008000000 0 NOTYPE GLOBAL DEFAULT ABS _stext
  1093. 1016: 000000000800caf0 0 NOTYPE GLOBAL DEFAULT ABS _einit
  1094. 1017: 000000000800caf0 0 NOTYPE GLOBAL DEFAULT ABS _sinit
  1095. 1018: 000000000800caf0 0 NOTYPE GLOBAL DEFAULT ABS __exidx_start
  1096. 1019: 000000000800cb00 0 NOTYPE GLOBAL DEFAULT ABS __exidx_end
  1097. Attribute Section: aeabi
  1098. File Attributes
  1099. Tag_conformance: 2.09
  1100. Tag_CPU_name: cortex-m4
  1101. Tag_CPU_arch: ARM v7E-M
  1102. Tag_CPU_arch_profile: Microcontroller Profile
  1103. Tag_ARM_ISA_use: No
  1104. Tag_THUMB_ISA_use: 32-bit Thumb
  1105. Tag_FP_arch: VFPv4-D16
  1106. Tag_ABI_PCS_R9_use: V6
  1107. Tag_ABI_PCS_GOT_use: direct
  1108. Tag_ABI_PCS_wchar_t: wchar_t size 4
  1109. Tag_ABI_FP_denormal: Needed
  1110. Tag_ABI_FP_exceptions: Needed
  1111. Tag_ABI_FP_number_model: IEEE 754
  1112. Tag_ABI_align_needed: 8-byte align
  1113. Tag_ABI_align_preserved: 8-byte align
  1114. Tag_ABI_enum_size: 32-bit
  1115. Tag_ABI_HardFP_use: only SP
  1116. Tag_CPU_unaligned_access: Not allowed
  1117. Tag_FP_HP_extension: Allowed
  1118. Tag_ABI_FP_16bit_format: IEEE 754
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement