============================================ Index : 5 Symbol : IMFS_eval_path (0x10d779) Starting Line : imfs_eval.c:488 (0x10d78e) Ending Line : imfs_eval.c:488 (0x10d79a) Size in Bytes : 13 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 9 Symbol : IMFS_eval_path (0x10d779) Starting Line : imfs_eval.c:660 (0x10d958) Ending Line : imfs_eval.c:660 (0x10d959) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 15 Symbol : IMFS_evaluate_for_make (0x10da58) Starting Line : imfs_eval.c:457 (0x10dc7b) Ending Line : imfs_eval.c:457 (0x10dc7c) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 17 Symbol : IMFS_evaluate_permission (0x10d6dc) Starting Line : imfs_eval.c:84 (0x10d6f0) Ending Line : imfs_eval.c:84 (0x10d6ff) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 23 Symbol : IMFS_find_match_in_dir (0x10dd0c) Starting Line : imfs_getchild.c:51 (0x10dd41) Ending Line : imfs_getchild.c:51 (0x10dd45) 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 : 27 Symbol : IMFS_fsunmount (0x10dc88) Starting Line : imfs_fsunmount.c:91 (0x10dcfb) Ending Line : imfs_fsunmount.c:82 (0x10dd01) Size in Bytes : 7 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 48 Symbol : IMFS_memfile_read (0x10fd98) Starting Line : memfile.c:557 (0x10fde2) Ending Line : memfile.c:557 (0x10fde3) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 64 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 : 66 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 : 70 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 : 72 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 : 74 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 : 75 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 : 78 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 : 92 Symbol : _Heap_Extend (0x10fa4b) Starting Line : heap.inl:108 (0x10fb8d) Ending Line : heap.inl:108 (0x10fb91) Size in Bytes : 5 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 104 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 : 107 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 : 125 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 : 152 Symbol : _Timer_server_Body (0x116978) Starting Line : timerserver.c:117 (0x116a22) Ending Line : timerserver.c:120 (0x116a4a) Size in Bytes : 41 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 158 Symbol : _Timer_server_Schedule_operation_method (0x116af9) Starting Line : timerserver.c:237 (0x116bf1) Ending Line : timerserver.c:237 (0x116c05) Size in Bytes : 21 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 159 Symbol : _User_extensions_Fatal (0x10cc5b) Starting Line : userextthreadbegin.c:79 (0x10cc82) Ending Line : userextthreadbegin.c:79 (0x10cc84) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 161 Symbol : _User_extensions_Fatal (0x10cc5b) Starting Line : userextthreadbegin.c:81 (0x10cc90) Ending Line : userextthreadbegin.c:81 (0x10cc97) Size in Bytes : 8 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 171 Symbol : aio_cancel (0x10a7b4) Starting Line : aio_cancel.c:78 (0x10a886) Ending Line : aio_cancel.c:79 (0x10a89f) Size in Bytes : 26 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 173 Symbol : aio_cancel (0x10a7b4) Starting Line : aio_cancel.c:113 (0x10a94c) Ending Line : aio_cancel.c:113 (0x10a94e) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 175 Symbol : aio_fsync (0x10a974) Starting Line : aio_fsync.c:56 (0x10a9e5) Ending Line : aio_fsync.c:56 (0x10a9ff) Size in Bytes : 27 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 178 Symbol : aio_read (0x10b0fc) Starting Line : aio_read.c:59 (0x10b171) Ending Line : aio_read.c:59 (0x10b18b) Size in Bytes : 27 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 180 Symbol : aio_write (0x10b1b8) Starting Line : aio_write.c:59 (0x10b22a) Ending Line : aio_write.c:59 (0x10b244) Size in Bytes : 27 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 185 Symbol : devFS_evaluate_path (0x10d430) Starting Line : devfs_eval.c:44 (0x10d448) Ending Line : devfs_eval.c:44 (0x10d454) Size in Bytes : 13 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 190 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 : 195 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 : 197 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 : 200 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 : 202 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 : 204 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 : 206 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 : 212 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 : 217 Symbol : fifo_open (0x10fae3) Starting Line : fifo.c:224 (0x10fce2) Ending Line : fifo.c:224 (0x10fce6) Size in Bytes : 5 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 219 Symbol : fifo_open (0x10fae3) Starting Line : fifo.c:228 (0x10fcf3) Ending Line : fifo.c:228 (0x10fcfb) Size in Bytes : 9 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 231 Symbol : fifo_open (0x10fae3) Starting Line : fifo.c:360 (0x10fe8d) Ending Line : fifo.c:360 (0x10fe91) Size in Bytes : 5 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 235 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 : 242 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 : 246 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 : 252 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 : 267 Symbol : memfile_lseek (0x110485) Starting Line : memfile.c:220 (0x1104a8) Ending Line : memfile.c:220 (0x1104af) Size in Bytes : 8 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 269 Symbol : memfile_open (0x1103a0) Starting Line : memfile.c:102 (0x1103ba) Ending Line : memfile.c:111 (0x110407) Size in Bytes : 78 Size in Instructions : 22 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 271 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 : 274 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 : 276 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 : 277 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 : 284 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 : 289 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 : 293 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 : 295 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 : 297 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 : 299 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 : 301 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 : 303 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 : 312 Symbol : pipe_read (0x10feac) Starting Line : fifo.c:422 (0x10fff5) Ending Line : fifo.c:422 (0x10fff9) Size in Bytes : 5 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 322 Symbol : pipe_write (0x11000d) Starting Line : fifo.c:510 (0x110177) Ending Line : fifo.c:510 (0x11017b) Size in Bytes : 5 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 323 Symbol : pipe_write (0x11000d) Starting Line : fifo.c:502 (0x1101a3) Ending Line : fifo.c:502 (0x1101a7) Size in Bytes : 5 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 334 Symbol : pthread_exit (0x110d60) Starting Line : pthreadexit.c:66 (0x110d74) Ending Line : pthreadexit.c:67 (0x110d78) Size in Bytes : 5 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 338 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 : 353 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 : 366 Symbol : realloc (0x11c96c) Starting Line : realloc.c:52 (0x11c9bf) Ending Line : realloc.c:53 (0x11c9cc) Size in Bytes : 14 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 371 Symbol : rtems_aio_enqueue (0x10af01) Starting Line : aio_misc.c:268 (0x10af21) Ending Line : aio_misc.c:268 (0x10af2e) Size in Bytes : 14 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 373 Symbol : rtems_aio_enqueue (0x10af01) Starting Line : aio_misc.c:299 (0x10aff1) Ending Line : aio_misc.c:300 (0x10b008) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 374 Symbol : rtems_aio_handle (0x10abc7) Starting Line : aio_misc.c:366 (0x10abc7) Ending Line : aio_misc.c:513 (0x10ae17) Size in Bytes : 593 Size in Instructions : 186 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 377 Symbol : rtems_aio_init (0x10aa20) Starting Line : aio_misc.c:46 (0x10aa53) Ending Line : aio_misc.c:46 (0x10aa62) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 379 Symbol : rtems_aio_init (0x10aa20) Starting Line : aio_misc.c:51 (0x10aa78) Ending Line : aio_misc.c:51 (0x10aa87) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 381 Symbol : rtems_aio_init (0x10aa20) Starting Line : aio_misc.c:56 (0x10aa9f) Ending Line : aio_misc.c:57 (0x10aaba) Size in Bytes : 28 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 383 Symbol : rtems_aio_insert_prio (0x10ae18) Starting Line : aio_misc.c:513 (0x10ae3a) Ending Line : aio_misc.c:158 (0x10ae41) Size in Bytes : 8 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 385 Symbol : rtems_aio_insert_prio (0x10ae18) Starting Line : aio_misc.c:155 (0x10ae46) Ending Line : aio_misc.c:155 (0x10ae49) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 387 Symbol : rtems_aio_remove_req (0x10aea4) Starting Line : aio_misc.c:214 (0x10aec0) Ending Line : aio_misc.c:222 (0x10aec6) Size in Bytes : 7 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 389 Symbol : rtems_aio_remove_req (0x10aea4) Starting Line : aio_misc.c:228 (0x10aef7) Ending Line : aio_misc.c:228 (0x10aefb) Size in Bytes : 5 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 391 Symbol : rtems_chain_append_with_notification (0x10ab34) Starting Line : chainappendnotify.c:44 (0x10ab65) Ending Line : chainappendnotify.c:44 (0x10ab6c) Size in Bytes : 8 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 394 Symbol : rtems_chain_prepend_with_notification (0x10abf4) Starting Line : chainprependnotify.c:44 (0x10ac25) Ending Line : chainprependnotify.c:44 (0x10ac2c) Size in Bytes : 8 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 401 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 : 403 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 : 405 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 : 411 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 ============================================ ============================================ Index : 425 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 : 427 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 : 432 Symbol : rtems_libio_to_fcntl_flags (0x10e1ad) Starting Line : libio.c:104 (0x10e1ca) Ending Line : libio.c:104 (0x10e1d0) Size in Bytes : 7 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 453 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 : 454 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 : 455 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 : 459 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 : 465 Symbol : rtems_string_to_pointer (0x10f2a0) Starting Line : stringto_template.h:120 (0x10f2fc) Ending Line : stringto_template.h:120 (0x10f30c) Size in Bytes : 17 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 471 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 : 475 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 : 485 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 : 488 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 : 493 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 : 495 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 : 498 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 : 500 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 : 502 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 : 505 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 : 507 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 : 513 Symbol : rtems_termios_ioctl (0x1086b2) Starting Line : termios.c:458 (0x10879c) Ending Line : termios.c:472 (0x1087ec) Size in Bytes : 81 Size in Instructions : 24 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 515 Symbol : rtems_termios_ioctl (0x1086b2) Starting Line : termios.c:478 (0x1087fe) Ending Line : termios.c:480 (0x10881b) Size in Bytes : 30 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 517 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 : 519 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 : 524 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 : 528 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 : 534 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 : 536 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 : 541 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 : 547 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 : 549 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 : 551 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 : 554 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 : 556 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 : 558 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 : 560 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 : 562 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 : 564 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 : 566 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 : 567 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 : 569 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 : 571 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 : 574 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 : 578 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 : 582 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 : 602 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 : 616 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 ============================================