============================================ Index : 5 Symbol : IMFS_eval_path (0x10d7b9) Starting Line : imfs_eval.c:488 (0x10d7ce) Ending Line : imfs_eval.c:488 (0x10d7da) Size in Bytes : 13 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 10 Symbol : IMFS_eval_path (0x10d7b9) Starting Line : imfs_eval.c:660 (0x10d998) Ending Line : imfs_eval.c:660 (0x10d999) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 16 Symbol : IMFS_evaluate_for_make (0x10da98) Starting Line : imfs_eval.c:457 (0x10dcbb) Ending Line : imfs_eval.c:457 (0x10dcbc) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 18 Symbol : IMFS_evaluate_permission (0x10d71c) Starting Line : imfs_eval.c:84 (0x10d730) Ending Line : imfs_eval.c:84 (0x10d73f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 24 Symbol : IMFS_find_match_in_dir (0x10dd4c) Starting Line : imfs_getchild.c:51 (0x10dd81) Ending Line : imfs_getchild.c:51 (0x10dd85) Size in Bytes : 5 Size in Instructions : 2 Classification: Unreachable Explanation: This code cannot be reached. The routine IMFS_find_match_in_dir is called only if the token type is IMFS_NAME. If ".." is present in the path, the token type returned by IMFS_get_token would be IMFS_DIR_UP. With such a setup, IMFS_find_match_in_dir cannot be called with the name as ".." ============================================ ============================================ Index : 28 Symbol : IMFS_fsunmount (0x10dcc8) Starting Line : imfs_fsunmount.c:91 (0x10dd3c) Ending Line : imfs_fsunmount.c:82 (0x10dd41) Size in Bytes : 6 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 49 Symbol : IMFS_memfile_read (0x10fd18) Starting Line : memfile.c:557 (0x10fd62) Ending Line : memfile.c:557 (0x10fd63) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 65 Symbol : IMFS_mount (0x106d90) Starting Line : imfs_mount.c:44 (0x106da2) Ending Line : imfs_mount.c:44 (0x106db1) Size in Bytes : 16 Size in Instructions : 4 Classification: Unreachable? Explanation: We need to ask Chris Johns about this. I believe this is a case where the error checking has been done by the system call layer. I analyzed the "file handlers" callbacks for guarantees on parameters. This indicates the same analysis needs to happen for "file system handlers." Bharath: Yes, it is checked in mount.c ============================================ ============================================ Index : 67 Symbol : IMFS_print_jnode (0x109528) Starting Line : imfs_debug.c:88 (0x1095c6) Ending Line : imfs_debug.c:88 (0x1095d9) Size in Bytes : 20 Size in Instructions : 6 Classification: Simple Test Case Explanation: We need to do an IMFS_dump on an IMFS filesystem which has a bad node type in it. This may require peeking behind the curtain and changing a value. Bharath: But usually, this code is unreachable since we cannot create a node which is not of type that is checked for. ============================================ ============================================ Index : 71 Symbol : IMFS_unlink (0x106ee4) Starting Line : imfs_unlink.c:51 (0x106eff) Ending Line : imfs_unlink.c:51 (0x106f0e) Size in Bytes : 16 Size in Instructions : 4 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 73 Symbol : IMFS_unmount (0x106f8c) Starting Line : imfs_unmount.c:45 (0x106f9e) Ending Line : imfs_unmount.c:45 (0x106faa) Size in Bytes : 13 Size in Instructions : 3 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 75 Symbol : IMFS_unmount (0x106f8c) Starting Line : imfs_unmount.c:52 (0x106fb1) Ending Line : imfs_unmount.c:52 (0x106fc0) Size in Bytes : 16 Size in Instructions : 4 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 76 Symbol : Stack_check_Dump_threads_usage (0x107108) Starting Line : check.c:388 (0x107108) Ending Line : check.c:462 (0x107222) Size in Bytes : 283 Size in Instructions : 97 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 79 Symbol : Stack_check_report_blown_task (0x1072db) Starting Line : check.c:225 (0x1072db) Ending Line : check.c:265 (0x10738e) Size in Bytes : 180 Size in Instructions : 60 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 93 Symbol : _Heap_Extend (0x10fa7b) Starting Line : heap.inl:108 (0x10fbbd) Ending Line : heap.inl:108 (0x10fbc1) Size in Bytes : 5 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 105 Symbol : _Heap_Walk (0x10bc16) Starting Line : heapwalk.c:233 (0x10bd15) Ending Line : heapwalk.c:233 (0x10bd1f) Size in Bytes : 11 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 108 Symbol : _Internal_error_Occurred (0x10b238) Starting Line : sysstate.inl:37 (0x10b264) Ending Line : interr.c:61 (0x10b276) Size in Bytes : 19 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 126 Symbol : _POSIX_Timer_TSR (0x10a2b0) Starting Line : timertsr.c:65 (0x10a2fd) Ending Line : timertsr.c:65 (0x10a300) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 154 Symbol : _Timer_server_Body (0x116970) Starting Line : timerserver.c:117 (0x116a1a) Ending Line : timerserver.c:120 (0x116a42) Size in Bytes : 41 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 160 Symbol : _Timer_server_Schedule_operation_method (0x116af1) Starting Line : timerserver.c:237 (0x116be9) Ending Line : timerserver.c:237 (0x116bfd) Size in Bytes : 21 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 161 Symbol : _User_extensions_Fatal (0x10cc8b) Starting Line : userextthreadbegin.c:79 (0x10ccb2) Ending Line : userextthreadbegin.c:79 (0x10ccb4) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 163 Symbol : _User_extensions_Fatal (0x10cc8b) Starting Line : userextthreadbegin.c:81 (0x10ccc0) Ending Line : userextthreadbegin.c:81 (0x10ccc7) Size in Bytes : 8 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 174 Symbol : aio_cancel (0x10a7b4) Starting Line : aio_cancel.c:113 (0x10a931) Ending Line : aio_cancel.c:114 (0x10a947) Size in Bytes : 23 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 176 Symbol : aio_fsync (0x10a990) Starting Line : aio_fsync.c:56 (0x10aa01) Ending Line : aio_fsync.c:56 (0x10aa1b) Size in Bytes : 27 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 179 Symbol : aio_read (0x10b124) Starting Line : aio_read.c:59 (0x10b199) Ending Line : aio_read.c:59 (0x10b1b3) Size in Bytes : 27 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 181 Symbol : aio_write (0x10b1e0) Starting Line : aio_write.c:59 (0x10b252) Ending Line : aio_write.c:59 (0x10b26c) Size in Bytes : 27 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 186 Symbol : devFS_evaluate_path (0x10d460) Starting Line : devfs_eval.c:44 (0x10d478) Ending Line : devfs_eval.c:44 (0x10d484) Size in Bytes : 13 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 191 Symbol : drainOutput (0x108084) Starting Line : termios.c:352 (0x1080be) Ending Line : termios.c:352 (0x1080c6) Size in Bytes : 9 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 196 Symbol : erase (0x108c93) Starting Line : termios.c:802 (0x108cba) Ending Line : termios.c:803 (0x108cc5) Size in Bytes : 12 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 198 Symbol : erase (0x108c93) Starting Line : termios.c:806 (0x108cce) Ending Line : termios.c:809 (0x108cf2) Size in Bytes : 37 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 201 Symbol : erase (0x108c93) Starting Line : termios.c:819 (0x108d17) Ending Line : termios.c:819 (0x108d28) Size in Bytes : 18 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 203 Symbol : erase (0x108c93) Starting Line : termios.c:832 (0x108d68) Ending Line : termios.c:833 (0x108d72) Size in Bytes : 11 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 205 Symbol : erase (0x108c93) Starting Line : termios.c:848 (0x108da4) Ending Line : termios.c:851 (0x108dc4) Size in Bytes : 33 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 207 Symbol : erase (0x108c93) Starting Line : termios.c:853 (0x108dd1) Ending Line : termios.c:853 (0x108dd6) Size in Bytes : 6 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 213 Symbol : fcntl (0x107bd8) Starting Line : fcntl.c:143 (0x107cf4) Ending Line : fcntl.c:143 (0x107cfa) Size in Bytes : 7 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 218 Symbol : fifo_open (0x10fb23) Starting Line : fifo.c:224 (0x10fd22) Ending Line : fifo.c:224 (0x10fd26) Size in Bytes : 5 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 220 Symbol : fifo_open (0x10fb23) Starting Line : fifo.c:228 (0x10fd33) Ending Line : fifo.c:228 (0x10fd3b) Size in Bytes : 9 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 232 Symbol : fifo_open (0x10fb23) Starting Line : fifo.c:360 (0x10fecd) Ending Line : fifo.c:360 (0x10fed1) Size in Bytes : 5 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 236 Symbol : free_user_env (0x1085c0) Starting Line : privateenv.c:44 (0x1085f8) Ending Line : privateenv.c:44 (0x1085fc) Size in Bytes : 5 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 243 Symbol : iproc (0x108e0c) Starting Line : termios.c:872 (0x108e1f) Ending Line : termios.c:872 (0x108e21) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 247 Symbol : iproc (0x108e0c) Starting Line : termios.c:883 (0x108e60) Ending Line : termios.c:883 (0x108e63) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 253 Symbol : iproc (0x108e0c) Starting Line : termios.c:904 (0x108eca) Ending Line : termios.c:906 (0x108ee7) Size in Bytes : 30 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 268 Symbol : memfile_lseek (0x110405) Starting Line : memfile.c:220 (0x110428) Ending Line : memfile.c:220 (0x11042f) Size in Bytes : 8 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 270 Symbol : memfile_open (0x110320) Starting Line : memfile.c:102 (0x11033a) Ending Line : memfile.c:111 (0x110387) Size in Bytes : 78 Size in Instructions : 22 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 272 Symbol : mount (0x1077b5) Starting Line : mount.c:157 (0x1078a9) Ending Line : mount.c:157 (0x1078b3) Size in Bytes : 11 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 275 Symbol : mount (0x1077b5) Starting Line : mount.c:211 (0x107948) Ending Line : mount.c:211 (0x107949) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 277 Symbol : mount (0x1077b5) Starting Line : mount.c:219 (0x107958) Ending Line : mount.c:220 (0x107964) Size in Bytes : 13 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 278 Symbol : mount (0x1077b5) Starting Line : mount.c:128 (0x1079bc) Ending Line : mount.c:128 (0x1079bc) Size in Bytes : 1 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 285 Symbol : newlib_free_buffers (0x1079f4) Starting Line : newlibc_reent.c:115 (0x107a12) Ending Line : newlibc_reent.c:121 (0x107a3d) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 290 Symbol : open (0x107d7c) Starting Line : open.c:72 (0x107f15) Ending Line : open.c:139 (0x107f1d) Size in Bytes : 9 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 294 Symbol : oproc (0x108b1e) Starting Line : termios.c:694 (0x108b3d) Ending Line : termios.c:694 (0x108b49) Size in Bytes : 13 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 296 Symbol : oproc (0x108b1e) Starting Line : termios.c:694 (0x108b56) Ending Line : termios.c:694 (0x108b57) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 298 Symbol : oproc (0x108b1e) Starting Line : termios.c:697 (0x108b5d) Ending Line : termios.c:697 (0x108b63) Size in Bytes : 7 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 300 Symbol : oproc (0x108b1e) Starting Line : termios.c:705 (0x108b8a) Ending Line : termios.c:714 (0x108baf) Size in Bytes : 38 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 302 Symbol : oproc (0x108b1e) Starting Line : termios.c:723 (0x108bdd) Ending Line : termios.c:728 (0x108bee) Size in Bytes : 18 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 304 Symbol : oproc (0x108b1e) Starting Line : termios.c:733 (0x108bf4) Ending Line : termios.c:733 (0x108c0f) Size in Bytes : 28 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 313 Symbol : pipe_read (0x10feec) Starting Line : fifo.c:422 (0x110035) Ending Line : fifo.c:422 (0x110039) Size in Bytes : 5 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 323 Symbol : pipe_write (0x11004d) Starting Line : fifo.c:510 (0x1101b7) Ending Line : fifo.c:510 (0x1101bb) Size in Bytes : 5 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 324 Symbol : pipe_write (0x11004d) Starting Line : fifo.c:502 (0x1101e3) Ending Line : fifo.c:502 (0x1101e7) Size in Bytes : 5 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 335 Symbol : pthread_exit (0x110ce0) Starting Line : pthreadexit.c:66 (0x110cf4) Ending Line : pthreadexit.c:67 (0x110cf8) Size in Bytes : 5 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 339 Symbol : pthread_mutex_timedlock (0x10bf24) Starting Line : mutextimedlock.c:76 (0x10bf6f) Ending Line : mutextimedlock.c:76 (0x10bf75) Size in Bytes : 7 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 354 Symbol : pthread_testcancel (0x10a644) Starting Line : testcancel.c:56 (0x10a69a) Ending Line : testcancel.c:56 (0x10a69b) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 367 Symbol : realloc (0x11d1a8) Starting Line : realloc.c:52 (0x11d1fb) Ending Line : realloc.c:53 (0x11d208) Size in Bytes : 14 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 372 Symbol : rtems_aio_enqueue (0x10af21) Starting Line : aio_misc.c:300 (0x10af41) Ending Line : aio_misc.c:300 (0x10af4e) Size in Bytes : 14 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 375 Symbol : rtems_aio_enqueue (0x10af21) Starting Line : aio_misc.c:331 (0x10b011) Ending Line : aio_misc.c:332 (0x10b028) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 377 Symbol : rtems_aio_enqueue (0x10af21) Starting Line : aio_misc.c:376 (0x10b0f8) Ending Line : aio_misc.c:376 (0x10b104) Size in Bytes : 13 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 381 Symbol : rtems_aio_handle (0x10ac14) Starting Line : aio_misc.c:459 (0x10acdb) Ending Line : aio_misc.c:460 (0x10ace7) Size in Bytes : 13 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 383 Symbol : rtems_aio_handle (0x10ac14) Starting Line : aio_misc.c:466 (0x10aced) Ending Line : aio_misc.c:467 (0x10ad05) Size in Bytes : 25 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 389 Symbol : rtems_aio_init (0x10aa3c) Starting Line : aio_misc.c:47 (0x10aa6f) Ending Line : aio_misc.c:47 (0x10aa7e) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 391 Symbol : rtems_aio_init (0x10aa3c) Starting Line : aio_misc.c:52 (0x10aa94) Ending Line : aio_misc.c:52 (0x10aaa3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 393 Symbol : rtems_aio_init (0x10aa3c) Starting Line : aio_misc.c:57 (0x10aabb) Ending Line : aio_misc.c:58 (0x10aad6) Size in Bytes : 28 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 395 Symbol : rtems_aio_insert_prio (0x10ae38) Starting Line : aio_misc.c:556 (0x10ae5a) Ending Line : aio_misc.c:190 (0x10ae61) Size in Bytes : 8 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 397 Symbol : rtems_aio_insert_prio (0x10ae38) Starting Line : aio_misc.c:187 (0x10ae66) Ending Line : aio_misc.c:187 (0x10ae69) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 399 Symbol : rtems_aio_remove_req (0x10aec4) Starting Line : aio_misc.c:556 (0x10aee1) Ending Line : aio_misc.c:254 (0x10aee6) Size in Bytes : 6 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 401 Symbol : rtems_aio_remove_req (0x10aec4) Starting Line : aio_misc.c:260 (0x10af18) Ending Line : aio_misc.c:260 (0x10af1b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 403 Symbol : rtems_chain_append_with_notification (0x10ab2c) Starting Line : chainappendnotify.c:44 (0x10ab5d) Ending Line : chainappendnotify.c:44 (0x10ab5d) Size in Bytes : 1 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 404 Symbol : rtems_chain_append_with_notification (0x10ab2c) Starting Line : chainappendnotify.c:44 (0x10ab5f) Ending Line : chainappendnotify.c:44 (0x10ab60) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 405 Symbol : rtems_chain_append_with_notification (0x10ab2c) Starting Line : chainappendnotify.c:44 (0x10ab62) Ending Line : chainappendnotify.c:44 (0x10ab64) Size in Bytes : 3 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 408 Symbol : rtems_chain_prepend_with_notification (0x10abec) Starting Line : chainprependnotify.c:44 (0x10ac1d) Ending Line : chainprependnotify.c:44 (0x10ac24) Size in Bytes : 8 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 415 Symbol : rtems_filesystem_initialize (0x1070fc) Starting Line : base_fs.c:52 (0x10711a) Ending Line : base_fs.c:52 (0x107123) Size in Bytes : 10 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 417 Symbol : rtems_filesystem_initialize (0x1070fc) Starting Line : base_fs.c:58 (0x107144) Ending Line : base_fs.c:58 (0x107150) Size in Bytes : 13 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 419 Symbol : rtems_filesystem_initialize (0x1070fc) Starting Line : base_fs.c:105 (0x1071c4) Ending Line : base_fs.c:105 (0x1071d0) Size in Bytes : 13 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 425 Symbol : rtems_gxx_key_create (0x107bbd) Starting Line : gxx_wrappers.c:84 (0x107bf6) Ending Line : gxx_wrappers.c:85 (0x107c04) Size in Bytes : 15 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : rtems_heap_extend *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Index : 439 Symbol : rtems_libio_init (0x107434) Starting Line : libio_init.c:81 (0x1074a2) Ending Line : libio_init.c:81 (0x1074a5) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 441 Symbol : rtems_libio_init (0x107434) Starting Line : libio_init.c:89 (0x1074ba) Ending Line : libio_init.c:89 (0x1074be) Size in Bytes : 5 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 446 Symbol : rtems_libio_to_fcntl_flags (0x10e1ed) Starting Line : libio.c:104 (0x10e20a) Ending Line : libio.c:104 (0x10e210) Size in Bytes : 7 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 467 Symbol : rtems_stack_checker_is_blown (0x1073e8) Starting Line : check.c:328 (0x10743a) Ending Line : check.c:328 (0x10744a) Size in Bytes : 17 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 468 Symbol : rtems_stack_checker_report_usage (0x1074b7) Starting Line : check.c:513 (0x1074b7) Ending Line : check.c:515 (0x1074cd) Size in Bytes : 23 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 469 Symbol : rtems_stack_checker_report_usage_with_plugin (0x107452) Starting Line : check.c:488 (0x107452) Ending Line : check.c:510 (0x1074b6) Size in Bytes : 101 Size in Instructions : 32 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 473 Symbol : rtems_stack_checker_switch_extension (0x10738f) Starting Line : check.c:292 (0x1073d7) Ending Line : check.c:292 (0x1073e2) Size in Bytes : 12 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 477 Symbol : rtems_string_to_double (0x10f010) Starting Line : stringtodouble.c:52 (0x10f0a3) Ending Line : stringtodouble.c:52 (0x10f0af) Size in Bytes : 13 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 478 Symbol : rtems_string_to_double (0x10f010) Starting Line : stringtodouble.c:57 (0x10f0ba) Ending Line : stringtodouble.c:57 (0x10f0bd) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 479 Symbol : rtems_string_to_double (0x10f010) Starting Line : stringtodouble.c:57 (0x10f0c2) Ending Line : stringtodouble.c:57 (0x10f0c3) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 483 Symbol : rtems_string_to_float (0x10f0d0) Starting Line : stringtofloat.c:52 (0x10f15c) Ending Line : stringtofloat.c:52 (0x10f168) Size in Bytes : 13 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 484 Symbol : rtems_string_to_float (0x10f0d0) Starting Line : stringtofloat.c:57 (0x10f173) Ending Line : stringtofloat.c:57 (0x10f176) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 485 Symbol : rtems_string_to_float (0x10f0d0) Starting Line : stringtofloat.c:57 (0x10f17b) Ending Line : stringtofloat.c:57 (0x10f17c) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 487 Symbol : rtems_string_to_int (0x10f188) Starting Line : stringtoint.c:52 (0x10f1f2) Ending Line : stringtoint.c:53 (0x10f202) Size in Bytes : 17 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : rtems_string_to_long_double *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Index : 493 Symbol : rtems_string_to_unsigned_char (0x10f36c) Starting Line : stringtounsignedchar.c:53 (0x10f3cb) Ending Line : stringtounsignedchar.c:52 (0x10f3d7) Size in Bytes : 13 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 495 Symbol : rtems_string_to_unsigned_char (0x10f36c) Starting Line : stringtounsignedchar.c:58 (0x10f3e0) Ending Line : stringtounsignedchar.c:59 (0x10f3f1) Size in Bytes : 18 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 501 Symbol : rtems_tarfs_load (0x10707c) Starting Line : imfs_load_tar.c:112 (0x1070ce) Ending Line : imfs_load_tar.c:112 (0x1070d5) Size in Bytes : 8 Size in Instructions : 2 Classification: Simple Test Case Explanation: Need to make sure one of the tar tests is configured with the IMFS and the other is configured with fifoIMFS. ============================================ ============================================ Index : 505 Symbol : rtems_tarfs_load (0x10707c) Starting Line : imfs_load_tar.c:151 (0x1071c8) Ending Line : imfs_load_tar.c:151 (0x1071d7) Size in Bytes : 16 Size in Instructions : 6 Classification: Simple Test Case Explanation: We apparently only have a relative symbolic link. We need to include one which has an absolute path. This will be a broken symlink on the host but resolve fine on the target. ============================================ ============================================ Index : 515 Symbol : rtems_termios_close (0x108507) Starting Line : termios.c:397 (0x1085b7) Ending Line : termios.c:397 (0x1085bf) Size in Bytes : 9 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 518 Symbol : rtems_termios_dequeue_characters (0x109840) Starting Line : termios.c:1389 (0x109871) Ending Line : termios.c:1389 (0x109879) Size in Bytes : 9 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 523 Symbol : rtems_termios_enqueue_raw_characters (0x10931f) Starting Line : termios.c:1162 (0x1093e4) Ending Line : termios.c:1162 (0x1093ee) Size in Bytes : 11 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 525 Symbol : rtems_termios_enqueue_raw_characters (0x10931f) Starting Line : termios.c:1174 (0x10940c) Ending Line : termios.c:1174 (0x109416) Size in Bytes : 11 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 528 Symbol : rtems_termios_enqueue_raw_characters (0x10931f) Starting Line : termios.c:1182 (0x10942f) Ending Line : termios.c:1191 (0x10946d) Size in Bytes : 63 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 530 Symbol : rtems_termios_enqueue_raw_characters (0x10931f) Starting Line : termios.c:1199 (0x10949f) Ending Line : termios.c:1216 (0x109536) Size in Bytes : 152 Size in Instructions : 38 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 532 Symbol : rtems_termios_enqueue_raw_characters (0x10931f) Starting Line : termios.c:1225 (0x109543) Ending Line : termios.c:1225 (0x109545) Size in Bytes : 3 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 535 Symbol : rtems_termios_enqueue_raw_characters (0x10931f) Starting Line : termios.c:1234 (0x109568) Ending Line : termios.c:1235 (0x109581) Size in Bytes : 26 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 537 Symbol : rtems_termios_ioctl (0x1086b2) Starting Line : termios.c:523 (0x1086e3) Ending Line : termios.c:524 (0x1086ed) Size in Bytes : 11 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 543 Symbol : rtems_termios_ioctl (0x1086b2) Starting Line : termios.c:463 (0x1087b7) Ending Line : termios.c:472 (0x1087ec) Size in Bytes : 54 Size in Instructions : 18 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 546 Symbol : rtems_termios_ioctl (0x1086b2) Starting Line : termios.c:484 (0x108827) Ending Line : termios.c:492 (0x108869) Size in Bytes : 67 Size in Instructions : 18 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 548 Symbol : rtems_termios_ioctl (0x1086b2) Starting Line : termios.c:500 (0x108870) Ending Line : termios.c:500 (0x10887e) Size in Bytes : 15 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 552 Symbol : rtems_termios_ioctl (0x1086b2) Starting Line : termios.c:612 (0x1089bf) Ending Line : termios.c:616 (0x1089db) Size in Bytes : 29 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 556 Symbol : rtems_termios_open (0x1080e1) Starting Line : termios.c:162 (0x1081a9) Ending Line : termios.c:162 (0x1081ad) Size in Bytes : 5 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 562 Symbol : rtems_termios_puts (0x1089fe) Starting Line : termios.c:664 (0x108a8e) Ending Line : termios.c:664 (0x108a96) Size in Bytes : 9 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 564 Symbol : rtems_termios_puts (0x1089fe) Starting Line : termios.c:676 (0x108af0) Ending Line : termios.c:676 (0x108afe) Size in Bytes : 15 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 569 Symbol : rtems_termios_read (0x109025) Starting Line : termios.c:977 (0x10912b) Ending Line : termios.c:977 (0x109134) Size in Bytes : 10 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 575 Symbol : rtems_termios_read (0x109025) Starting Line : termios.c:1026 (0x1091e8) Ending Line : termios.c:1029 (0x10920b) Size in Bytes : 36 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 577 Symbol : rtems_termios_read (0x109025) Starting Line : termios.c:1032 (0x109217) Ending Line : termios.c:1035 (0x10923a) Size in Bytes : 36 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 579 Symbol : rtems_termios_read (0x109025) Starting Line : termios.c:1045 (0x109253) Ending Line : termios.c:1047 (0x109267) Size in Bytes : 21 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 582 Symbol : rtems_termios_read (0x109025) Starting Line : termios.c:1058 (0x1092a9) Ending Line : termios.c:1058 (0x1092aa) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 584 Symbol : rtems_termios_refill_transmitter (0x10960e) Starting Line : termios.c:1262 (0x10962c) Ending Line : termios.c:1267 (0x109657) Size in Bytes : 44 Size in Instructions : 16 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 586 Symbol : rtems_termios_refill_transmitter (0x10960e) Starting Line : termios.c:1280 (0x109666) Ending Line : termios.c:1287 (0x10969c) Size in Bytes : 55 Size in Instructions : 18 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 588 Symbol : rtems_termios_refill_transmitter (0x10960e) Starting Line : termios.c:1297 (0x1096bc) Ending Line : termios.c:1297 (0x1096d1) Size in Bytes : 22 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 590 Symbol : rtems_termios_refill_transmitter (0x10960e) Starting Line : termios.c:1327 (0x109740) Ending Line : termios.c:1327 (0x10974f) Size in Bytes : 16 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 592 Symbol : rtems_termios_refill_transmitter (0x10960e) Starting Line : termios.c:1335 (0x109762) Ending Line : termios.c:1339 (0x109783) Size in Bytes : 34 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 594 Symbol : rtems_termios_rxdaemon (0x1095aa) Starting Line : termios.c:1464 (0x1095d2) Ending Line : termios.c:1464 (0x1095da) Size in Bytes : 9 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 595 Symbol : rtems_termios_rxdaemon (0x1095aa) Starting Line : termios.c:1465 (0x1095dc) Ending Line : termios.c:1465 (0x1095e7) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 597 Symbol : rtems_termios_txdaemon (0x1097dc) Starting Line : termios.c:1425 (0x1097ff) Ending Line : termios.c:1426 (0x109815) Size in Bytes : 23 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 599 Symbol : rtems_termios_txdaemon (0x1097dc) Starting Line : termios.c:1433 (0x109829) Ending Line : termios.c:1433 (0x109831) Size in Bytes : 9 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 602 Symbol : rtems_termios_write (0x108f7e) Starting Line : termios.c:764 (0x108ff7) Ending Line : termios.c:765 (0x10900c) Size in Bytes : 22 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 606 Symbol : rtems_verror (0x10b14d) Starting Line : thread.inl:185 (0x10b177) Ending Line : thread.inl:185 (0x10b181) Size in Bytes : 11 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 610 Symbol : scanInt (0x107930) Starting Line : getpwent.c:127 (0x107957) Ending Line : getpwent.c:127 (0x10796b) Size in Bytes : 21 Size in Instructions : 8 Classification: Discuss Explanation: I think this is detecting whether or not the read can be fulfilled from the buffer. But I am not sure. ============================================ ============================================ Index : 630 Symbol : siproc (0x108f2c) Starting Line : termios.c:939 (0x108f6e) Ending Line : termios.c:939 (0x108f7d) Size in Bytes : 16 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 644 Symbol : unmount (0x10a935) Starting Line : unmount.c:140 (0x10aa01) Ending Line : unmount.c:141 (0x10aa1c) Size in Bytes : 28 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================