============================================ Index : 5 Symbol : IMFS_eval_path (0x200a400) Starting Line : imfs_eval.c:488 (0x200a410) Ending Line : imfs_eval.c:488 (0x200a41f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 12 Symbol : IMFS_evaluate_for_make (0x200a7d8) Starting Line : imfs_eval.c:364 (0x200a92c) Ending Line : imfs_eval.c:364 (0x200a933) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 17 Symbol : IMFS_evaluate_permission (0x200a330) Starting Line : imfs_eval.c:84 (0x200a340) Ending Line : imfs_eval.c:84 (0x200a357) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 23 Symbol : IMFS_find_match_in_dir (0x200ab70) Starting Line : imfs_getchild.c:51 (0x200aba8) Ending Line : imfs_getchild.c:51 (0x200abab) Size in Bytes : 4 Size in Instructions : 1 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 : 26 Symbol : IMFS_fsunmount (0x200aab0) Starting Line : imfs_fsunmount.c:86 (0x200ab35) Ending Line : imfs_fsunmount.c:86 (0x200ab37) Size in Bytes : 3 Size in Instructions : 1 Classification: Ask Chris Johns Explanation: I think he wrote this code and can probably identify the test case. ============================================ ============================================ Index : 28 Symbol : IMFS_fsunmount (0x200aab0) Starting Line : imfs_fsunmount.c:93 (0x200ab58) Ending Line : imfs_fsunmount.c:82 (0x200ab67) Size in Bytes : 16 Size in Instructions : 4 Classification: Ask Chris Johns Explanation: I think he wrote this code and can probably identify the test case. ============================================ ============================================ Index : 30 Symbol : IMFS_get_token (0x200abec) Starting Line : imfs_gtkn.c:42 (0x200ac2c) Ending Line : imfs_gtkn.c:42 (0x200ac2f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 35 Symbol : IMFS_memfile_extend (0x200d474) Starting Line : memfile.c:298 (0x200d4b4) Ending Line : memfile.c:298 (0x200d4b7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 55 Symbol : IMFS_memfile_read (0x200d040) Starting Line : memfile.c:564 (0x200d088) Ending Line : memfile.c:564 (0x200d08b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 56 Symbol : IMFS_memfile_read (0x200d040) Starting Line : memfile.c:557 (0x200d094) Ending Line : memfile.c:557 (0x200d097) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 59 Symbol : IMFS_memfile_read (0x200d040) Starting Line : memfile.c:579 (0x200d0e8) Ending Line : memfile.c:579 (0x200d0eb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 73 Symbol : IMFS_mount (0x2002458) Starting Line : imfs_mount.c:44 (0x2002470) Ending Line : imfs_mount.c:44 (0x2002487) Size in Bytes : 24 Size in Instructions : 6 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 : 75 Symbol : IMFS_print_jnode (0x2004fc0) Starting Line : imfs_debug.c:43 (0x2004fe8) Ending Line : imfs_debug.c:43 (0x2004feb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 76 Symbol : IMFS_print_jnode (0x2004fc0) Starting Line : imfs_debug.c:88 (0x20050a0) Ending Line : imfs_debug.c:88 (0x20050af) Size in Bytes : 16 Size in Instructions : 4 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 : 78 Symbol : IMFS_rename (0x20024d8) Starting Line : imfs_rename.c:40 (0x20024fc) Ending Line : imfs_rename.c:40 (0x20024ff) Size in Bytes : 4 Size in Instructions : 1 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. Bharath: I am not sure how to have a node's parent == NULL. ============================================ ============================================ Index : 81 Symbol : IMFS_unlink (0x20025d4) Starting Line : imfs_unlink.c:51 (0x20025fc) Ending Line : imfs_unlink.c:51 (0x2002613) Size in Bytes : 24 Size in Instructions : 6 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 83 Symbol : IMFS_unmount (0x20026a8) Starting Line : imfs_unmount.c:45 (0x20026c0) Ending Line : imfs_unmount.c:45 (0x20026cf) 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 : 85 Symbol : IMFS_unmount (0x20026a8) Starting Line : imfs_unmount.c:52 (0x20026dc) Ending Line : imfs_unmount.c:52 (0x20026f3) Size in Bytes : 24 Size in Instructions : 6 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 87 Symbol : Stack_check_Dump_threads_usage (0x200299c) Starting Line : check.c:401 (0x20029c8) Ending Line : check.c:401 (0x20029cb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 89 Symbol : Stack_check_Dump_threads_usage (0x200299c) Starting Line : check.c:421 (0x2002a14) Ending Line : check.c:421 (0x2002a1b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 92 Symbol : Stack_check_Dump_threads_usage (0x200299c) Starting Line : check.c:451 (0x2002ad8) Ending Line : check.c:451 (0x2002aef) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 109 Symbol : _Heap_Extend (0x200c9ac) Starting Line : heap.inl:108 (0x200cb24) Ending Line : heap.inl:108 (0x200cb2b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 121 Symbol : _Heap_Walk (0x200831c) Starting Line : heapwalk.c:233 (0x200848c) Ending Line : heapwalk.c:233 (0x2008497) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 139 Symbol : _POSIX_Threads_Sporadic_budget_callout (0x200bcb8) Starting Line : pthread.c:152 (0x200bd00) Ending Line : pthread.c:152 (0x200bd03) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 182 Symbol : aio_cancel (0x2006a2c) Starting Line : aio_cancel.c:48 (0x2006a5c) Ending Line : aio_cancel.c:48 (0x2006a5f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 183 Symbol : aio_cancel (0x2006a2c) Starting Line : aio_cancel.c:53 (0x2006a78) Ending Line : aio_cancel.c:87 (0x2006b3b) Size in Bytes : 196 Size in Instructions : 49 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 185 Symbol : aio_cancel (0x2006a2c) Starting Line : aio_cancel.c:96 (0x2006b48) Ending Line : aio_cancel.c:107 (0x2006b9b) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 186 Symbol : aio_cancel (0x2006a2c) Starting Line : aio_cancel.c:111 (0x2006bbc) Ending Line : aio_cancel.c:126 (0x2006c0f) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 188 Symbol : aio_fsync (0x2006c18) Starting Line : aio_fsync.c:54 (0x2006c4c) Ending Line : aio_fsync.c:56 (0x2006c63) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 189 Symbol : aio_fsync (0x2006c18) Starting Line : aio_fsync.c:59 (0x2006c84) Ending Line : aio_fsync.c:61 (0x2006c93) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 192 Symbol : aio_read (0x20073dc) Starting Line : aio_read.c:58 (0x200743d) Ending Line : aio_read.c:58 (0x200743f) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 194 Symbol : aio_write (0x200747c) Starting Line : aio_write.c:58 (0x20074d8) Ending Line : aio_write.c:58 (0x20074db) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 199 Symbol : devFS_evaluate_path (0x2009cf8) Starting Line : devfs_eval.c:44 (0x2009d08) Ending Line : devfs_eval.c:44 (0x2009d17) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 203 Symbol : drainOutput (0x2003960) Starting Line : termios.c:352 (0x20039a8) Ending Line : termios.c:352 (0x20039af) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 205 Symbol : echo (0x20046d4) Starting Line : termios.c:786 (0x2004750) Ending Line : termios.c:786 (0x2004753) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 207 Symbol : endgrent (0x2003bc0) Starting Line : getpwent.c:437 (0x2003be0) Ending Line : getpwent.c:437 (0x2003be3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 209 Symbol : endpwent (0x2003a20) Starting Line : getpwent.c:281 (0x2003a40) Ending Line : getpwent.c:281 (0x2003a43) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 211 Symbol : erase (0x2004764) Starting Line : termios.c:802 (0x2004794) Ending Line : termios.c:802 (0x2004797) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 213 Symbol : erase (0x2004764) Starting Line : termios.c:807 (0x20047a8) Ending Line : termios.c:808 (0x20047cb) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 216 Symbol : erase (0x2004764) Starting Line : termios.c:819 (0x20047fc) Ending Line : termios.c:819 (0x2004807) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 218 Symbol : erase (0x2004764) Starting Line : termios.c:832 (0x2004850) Ending Line : termios.c:827 (0x2004863) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 220 Symbol : erase (0x2004764) Starting Line : termios.c:848 (0x20048c0) Ending Line : termios.c:853 (0x20048f7) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 222 Symbol : erase (0x2004764) Starting Line : termios.c:853 (0x2004908) Ending Line : termios.c:854 (0x200491b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 228 Symbol : fcntl (0x20034bc) Starting Line : fcntl.c:143 (0x2003644) Ending Line : fcntl.c:143 (0x200364f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 231 Symbol : fifo_open (0x200d064) Starting Line : fifo.c:184 (0x200d100) Ending Line : fifo.c:184 (0x200d103) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 234 Symbol : fifo_open (0x200d064) Starting Line : fifo.c:223 (0x200d28c) Ending Line : fifo.c:223 (0x200d28f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 236 Symbol : fifo_open (0x200d064) Starting Line : fifo.c:228 (0x200d2a8) Ending Line : fifo.c:228 (0x200d2af) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 241 Symbol : fifo_open (0x200d064) Starting Line : fifo.c:340 (0x200d370) Ending Line : fifo.c:340 (0x200d373) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 246 Symbol : fifo_open (0x200d064) Starting Line : fifo.c:365 (0x200d41c) Ending Line : fifo.c:365 (0x200d41f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 250 Symbol : fifo_open (0x200d064) Starting Line : fifo.c:360 (0x200d49c) Ending Line : fifo.c:385 (0x200d4a3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 254 Symbol : free_user_env (0x2003f40) Starting Line : privateenv.c:42 (0x2003f70) Ending Line : privateenv.c:42 (0x2003f77) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 261 Symbol : iproc (0x200497c) Starting Line : termios.c:872 (0x2004990) Ending Line : termios.c:872 (0x2004993) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 264 Symbol : iproc (0x200497c) Starting Line : termios.c:886 (0x20049ec) Ending Line : termios.c:886 (0x20049f3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 266 Symbol : iproc (0x200497c) Starting Line : termios.c:882 (0x2004a04) Ending Line : termios.c:882 (0x2004a07) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 270 Symbol : iproc (0x200497c) Starting Line : termios.c:898 (0x2004a88) Ending Line : termios.c:898 (0x2004a8b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 273 Symbol : iproc (0x200497c) Starting Line : termios.c:904 (0x2004ac8) Ending Line : termios.c:906 (0x2004aeb) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 276 Symbol : iproc (0x200497c) Starting Line : termios.c:915 (0x2004b20) Ending Line : termios.c:915 (0x2004b23) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 278 Symbol : killinfo (0x2022240) Starting Line : killinfo.c:189 (0x20223ac) Ending Line : killinfo.c:189 (0x20223af) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 280 Symbol : killinfo (0x2022240) Starting Line : killinfo.c:268 (0x202240c) Ending Line : killinfo.c:268 (0x202240f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 282 Symbol : killinfo (0x2022240) Starting Line : killinfo.c:268 (0x202241c) Ending Line : killinfo.c:268 (0x202241f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 284 Symbol : libc_wrapup (0x20138a0) Starting Line : newlibc_exit.c:89 (0x2013908) Ending Line : newlibc_exit.c:89 (0x201390f) Size in Bytes : 8 Size in Instructions : 2 Classification: Simple Test Case Explanation: libc_wrapup() is never called when the system state is down. ============================================ ============================================ Index : 290 Symbol : memfile_ftruncate (0x200d810) Starting Line : memfile.c:257 (0x200d834) Ending Line : memfile.c:257 (0x200d837) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 293 Symbol : memfile_lseek (0x200d888) Starting Line : memfile.c:219 (0x200d8bc) Ending Line : memfile.c:219 (0x200d8bf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 295 Symbol : memfile_lseek (0x200d888) Starting Line : memfile.c:220 (0x200d8d0) Ending Line : memfile.c:220 (0x200d8db) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 297 Symbol : memfile_open (0x200d774) Starting Line : memfile.c:102 (0x200d79c) Ending Line : memfile.c:111 (0x200d7e7) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 299 Symbol : mount (0x2003068) Starting Line : mount.c:157 (0x200317c) Ending Line : mount.c:157 (0x2003187) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 302 Symbol : mount (0x2003068) Starting Line : mount.c:211 (0x200323c) Ending Line : mount.c:211 (0x200323f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 304 Symbol : mount (0x2003068) Starting Line : mount.c:219 (0x2003258) Ending Line : mount.c:219 (0x2003263) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 305 Symbol : mount (0x2003068) Starting Line : mount.c:128 (0x20032e0) Ending Line : mount.c:128 (0x20032e3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 311 Symbol : newlib_free_buffers (0x2003314) Starting Line : newlibc_reent.c:115 (0x200333c) Ending Line : newlibc_reent.c:121 (0x2003363) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 318 Symbol : oproc (0x200454c) Starting Line : termios.c:694 (0x2004578) Ending Line : termios.c:727 (0x200458b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 320 Symbol : oproc (0x200454c) Starting Line : termios.c:705 (0x200459c) Ending Line : termios.c:705 (0x20045a3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 322 Symbol : oproc (0x200454c) Starting Line : termios.c:696 (0x20045ac) Ending Line : termios.c:696 (0x20045af) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 324 Symbol : oproc (0x200454c) Starting Line : termios.c:705 (0x20045d8) Ending Line : termios.c:714 (0x200460f) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 326 Symbol : oproc (0x200454c) Starting Line : termios.c:727 (0x200464c) Ending Line : termios.c:735 (0x200465f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 328 Symbol : oproc (0x200454c) Starting Line : termios.c:733 (0x2004668) Ending Line : termios.c:734 (0x2004693) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 331 Symbol : pipe_create (0x200c224) Starting Line : pipe.c:36 (0x200c244) Ending Line : pipe.c:36 (0x200c247) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 337 Symbol : pipe_read (0x200d4b4) Starting Line : fifo.c:422 (0x200d630) Ending Line : fifo.c:456 (0x200d637) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 347 Symbol : pipe_write (0x200d648) Starting Line : fifo.c:502 (0x200d810) Ending Line : fifo.c:542 (0x200d817) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 358 Symbol : pthread_mutex_timedlock (0x2008560) Starting Line : mutextimedlock.c:79 (0x20085c0) Ending Line : mutextimedlock.c:79 (0x20085c3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 380 Symbol : readv (0x20049c0) Starting Line : readv.c:107 (0x2004ad0) Ending Line : readv.c:107 (0x2004ad3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 385 Symbol : realloc (0x2013a70) Starting Line : realloc.c:38 (0x2013aac) Ending Line : realloc.c:38 (0x2013aaf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 388 Symbol : realloc (0x2013a70) Starting Line : realloc.c:52 (0x2013ae4) Ending Line : realloc.c:42 (0x2013af3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 390 Symbol : realloc (0x2013a70) Starting Line : realloc.c:42 (0x2013b9c) Ending Line : realloc.c:42 (0x2013ba3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 394 Symbol : rtems_aio_enqueue (0x20071b0) Starting Line : aio_misc.c:265 (0x20071cc) Ending Line : aio_misc.c:266 (0x20071db) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 396 Symbol : rtems_aio_enqueue (0x20071b0) Starting Line : aio_misc.c:296 (0x20072b4) Ending Line : aio_misc.c:297 (0x20072c7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 398 Symbol : rtems_aio_enqueue (0x20071b0) Starting Line : aio_misc.c:318 (0x2007318) Ending Line : aio_misc.c:321 (0x2007337) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 399 Symbol : rtems_aio_handle (0x2006e28) Starting Line : aio_misc.c:363 (0x2006e28) Ending Line : aio_misc.c:510 (0x20070ab) Size in Bytes : 644 Size in Instructions : 161 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 402 Symbol : rtems_aio_init (0x2006c98) Starting Line : aio_misc.c:46 (0x2006cc8) Ending Line : aio_misc.c:49 (0x2006cd3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 404 Symbol : rtems_aio_init (0x2006c98) Starting Line : aio_misc.c:51 (0x2006ced) Ending Line : aio_misc.c:51 (0x2006cef) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 405 Symbol : rtems_aio_init (0x2006c98) Starting Line : aio_misc.c:51 (0x2006cf1) Ending Line : aio_misc.c:51 (0x2006cf3) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 406 Symbol : rtems_aio_init (0x2006c98) Starting Line : aio_misc.c:51 (0x2006cf5) Ending Line : aio_misc.c:54 (0x2006cfb) Size in Bytes : 7 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 408 Symbol : rtems_aio_init (0x2006c98) Starting Line : aio_misc.c:56 (0x2006d15) Ending Line : chain.inl:319 (0x2006d2f) Size in Bytes : 27 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 410 Symbol : rtems_aio_insert_prio (0x20070ac) Starting Line : aio_misc.c:158 (0x20070d9) Ending Line : aio_misc.c:158 (0x20070df) Size in Bytes : 7 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 412 Symbol : rtems_aio_insert_prio (0x20070ac) Starting Line : aio_misc.c:155 (0x20070ec) Ending Line : aio_misc.c:155 (0x20070f3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 413 Symbol : rtems_aio_remove_fd (0x2007108) Starting Line : aio_misc.c:179 (0x2007108) Ending Line : aio_misc.c:194 (0x200714f) Size in Bytes : 72 Size in Instructions : 18 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 414 Symbol : rtems_aio_remove_req (0x2007150) Starting Line : aio_misc.c:213 (0x2007150) Ending Line : aio_misc.c:235 (0x20071af) Size in Bytes : 96 Size in Instructions : 24 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 416 Symbol : rtems_chain_append_with_notification (0x2006d6c) Starting Line : chainappendnotify.c:44 (0x2006d95) Ending Line : chainappendnotify.c:44 (0x2006d97) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 417 Symbol : rtems_chain_append_with_notification (0x2006d6c) Starting Line : chainappendnotify.c:44 (0x2006d99) Ending Line : chainappendnotify.c:44 (0x2006d9b) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 420 Symbol : rtems_chain_prepend_with_notification (0x2006e1c) Starting Line : chainprependnotify.c:44 (0x2006e45) Ending Line : chainprependnotify.c:44 (0x2006e47) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 421 Symbol : rtems_chain_prepend_with_notification (0x2006e1c) Starting Line : chainprependnotify.c:44 (0x2006e49) Ending Line : chainprependnotify.c:44 (0x2006e4b) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 424 Symbol : rtems_cpu_usage_report_with_plugin (0x200320c) Starting Line : cpuusagereport.c:118 (0x200328c) Ending Line : cpuusagereport.c:118 (0x2003293) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 430 Symbol : rtems_filesystem_initialize (0x20027ec) Starting Line : base_fs.c:58 (0x2002844) Ending Line : base_fs.c:58 (0x2002853) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 432 Symbol : rtems_filesystem_initialize (0x20027ec) Starting Line : base_fs.c:105 (0x20028d4) Ending Line : base_fs.c:105 (0x20028db) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 446 Symbol : rtems_libio_free (0x200b188) Starting Line : libio.c:181 (0x200b1a0) Ending Line : libio.c:181 (0x200b1a3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 454 Symbol : rtems_libio_to_fcntl_flags (0x200b0a0) Starting Line : libio.c:107 (0x200b0bc) Ending Line : libio.c:104 (0x200b0c7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 474 Symbol : rtems_stack_checker_is_blown (0x2002d18) Starting Line : check.c:323 (0x2002d88) Ending Line : check.c:323 (0x2002d97) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 481 Symbol : rtems_string_to_long (0x200c5e4) Starting Line : stringto_template.h:133 (0x200c694) Ending Line : stringto_template.h:133 (0x200c697) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 484 Symbol : rtems_string_to_long_long (0x200c500) Starting Line : stringto_template.h:126 (0x200c5b4) Ending Line : stringto_template.h:126 (0x200c5b7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 486 Symbol : rtems_string_to_long_long (0x200c500) Starting Line : stringto_template.h:133 (0x200c5d0) Ending Line : stringto_template.h:133 (0x200c5d3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 488 Symbol : rtems_string_to_pointer (0x200c6a4) Starting Line : stringto_template.h:120 (0x200c708) Ending Line : stringto_template.h:131 (0x200c723) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 490 Symbol : rtems_string_to_unsigned_int (0x200c794) Starting Line : stringto_template.h:133 (0x200c810) Ending Line : stringto_template.h:133 (0x200c813) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 492 Symbol : rtems_string_to_unsigned_long (0x200c8c4) Starting Line : stringto_template.h:133 (0x200c940) Ending Line : stringto_template.h:133 (0x200c943) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 494 Symbol : rtems_string_to_unsigned_long_long (0x200c820) Starting Line : stringto_template.h:120 (0x200c894) Ending Line : stringto_template.h:120 (0x200c897) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 496 Symbol : rtems_string_to_unsigned_long_long (0x200c820) Starting Line : stringto_template.h:133 (0x200c8b0) Ending Line : stringto_template.h:133 (0x200c8b3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 498 Symbol : rtems_tarfs_load (0x2002708) Starting Line : imfs_load_tar.c:112 (0x2002764) Ending Line : imfs_load_tar.c:112 (0x200276b) 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 : 502 Symbol : rtems_tarfs_load (0x2002708) Starting Line : imfs_load_tar.c:151 (0x2002874) Ending Line : imfs_load_tar.c:151 (0x200287b) Size in Bytes : 8 Size in Instructions : 2 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 : 504 Symbol : rtems_tarfs_load (0x2002708) Starting Line : imfs_load_tar.c:169 (0x20028cc) Ending Line : imfs_load_tar.c:169 (0x20028cf) Size in Bytes : 4 Size in Instructions : 1 Classification: Medium Test Case Explanation: The eval for make must fail. We will have to ask Jennifer how to make this call fail. ============================================ ============================================ Index : 516 Symbol : rtems_termios_close (0x2003e2c) Starting Line : termios.c:397 (0x2003f08) Ending Line : termios.c:397 (0x2003f0f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 518 Symbol : rtems_termios_close (0x2003e2c) Starting Line : termios.c:400 (0x2003f1c) Ending Line : termios.c:401 (0x2003f2f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 520 Symbol : rtems_termios_dequeue_characters (0x2005604) Starting Line : termios.c:1389 (0x200563c) Ending Line : termios.c:1389 (0x2005643) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 525 Symbol : rtems_termios_enqueue_raw_characters (0x2005024) Starting Line : termios.c:1162 (0x2005110) Ending Line : termios.c:1162 (0x200511b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 527 Symbol : rtems_termios_enqueue_raw_characters (0x2005024) Starting Line : termios.c:1174 (0x2005140) Ending Line : termios.c:1174 (0x200514b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 530 Symbol : rtems_termios_enqueue_raw_characters (0x2005024) Starting Line : termios.c:1182 (0x200516c) Ending Line : termios.c:1235 (0x20051bf) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 532 Symbol : rtems_termios_enqueue_raw_characters (0x2005024) Starting Line : termios.c:1199 (0x2005204) Ending Line : termios.c:1216 (0x20052af) Size in Bytes : 172 Size in Instructions : 43 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 534 Symbol : rtems_termios_enqueue_raw_characters (0x2005024) Starting Line : termios.c:1225 (0x20052c8) Ending Line : termios.c:1225 (0x20052cf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 536 Symbol : rtems_termios_enqueue_raw_characters (0x2005024) Starting Line : termios.c:1233 (0x20052e4) Ending Line : termios.c:1233 (0x20052e7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 538 Symbol : rtems_termios_enqueue_raw_characters (0x2005024) Starting Line : termios.c:1234 (0x20052f8) Ending Line : termios.c:1235 (0x200530f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 540 Symbol : rtems_termios_ioctl (0x200401c) Starting Line : termios.c:523 (0x2004050) Ending Line : termios.c:524 (0x200405b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 542 Symbol : rtems_termios_ioctl (0x200401c) Starting Line : termios.c:526 (0x2004088) Ending Line : termios.c:526 (0x200408b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 547 Symbol : rtems_termios_ioctl (0x200401c) Starting Line : termios.c:458 (0x2004150) Ending Line : termios.c:472 (0x20041b7) Size in Bytes : 104 Size in Instructions : 26 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 549 Symbol : rtems_termios_ioctl (0x200401c) Starting Line : termios.c:476 (0x20041c8) Ending Line : termios.c:480 (0x20041ef) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 551 Symbol : rtems_termios_ioctl (0x200401c) Starting Line : termios.c:484 (0x2004200) Ending Line : termios.c:499 (0x200424f) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 553 Symbol : rtems_termios_ioctl (0x200401c) Starting Line : termios.c:500 (0x200425c) Ending Line : termios.c:503 (0x200426b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 555 Symbol : rtems_termios_ioctl (0x200401c) Starting Line : termios.c:562 (0x2004300) Ending Line : termios.c:562 (0x2004303) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 558 Symbol : rtems_termios_ioctl (0x200401c) Starting Line : termios.c:612 (0x20043d4) Ending Line : termios.c:616 (0x2004407) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 561 Symbol : rtems_termios_open (0x20039dc) Starting Line : termios.c:130 (0x2003a2c) Ending Line : termios.c:130 (0x2003a2f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 563 Symbol : rtems_termios_open (0x20039dc) Starting Line : termios.c:172 (0x2003aac) Ending Line : termios.c:172 (0x2003ab3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 569 Symbol : rtems_termios_puts (0x200441c) Starting Line : termios.c:664 (0x200449c) Ending Line : termios.c:664 (0x20044a3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 571 Symbol : rtems_termios_puts (0x200441c) Starting Line : termios.c:676 (0x200451c) Ending Line : termios.c:678 (0x200452b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 576 Symbol : rtems_termios_read (0x2004c64) Starting Line : termios.c:977 (0x2004dc0) Ending Line : termios.c:977 (0x2004dcb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 579 Symbol : rtems_termios_read (0x2004c64) Starting Line : termios.c:989 (0x2004e18) Ending Line : termios.c:989 (0x2004e1b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 581 Symbol : rtems_termios_read (0x2004c64) Starting Line : termios.c:989 (0x2004e28) Ending Line : termios.c:989 (0x2004e2b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 583 Symbol : rtems_termios_read (0x2004c64) Starting Line : termios.c:1019 (0x2004e84) Ending Line : termios.c:1019 (0x2004e87) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 585 Symbol : rtems_termios_read (0x2004c64) Starting Line : termios.c:1026 (0x2004ea8) Ending Line : termios.c:1041 (0x2004ee3) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 587 Symbol : rtems_termios_read (0x2004c64) Starting Line : termios.c:1032 (0x2004ef4) Ending Line : termios.c:1041 (0x2004f1b) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 589 Symbol : rtems_termios_read (0x2004c64) Starting Line : termios.c:1045 (0x2004f40) Ending Line : termios.c:1046 (0x2004f5b) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 592 Symbol : rtems_termios_read (0x2004c64) Starting Line : termios.c:1058 (0x2004fb0) Ending Line : termios.c:1058 (0x2004fb3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 594 Symbol : rtems_termios_refill_transmitter (0x20053a8) Starting Line : termios.c:1262 (0x20053c0) Ending Line : termios.c:1267 (0x20053f7) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 596 Symbol : rtems_termios_refill_transmitter (0x20053a8) Starting Line : termios.c:1280 (0x200540c) Ending Line : termios.c:1285 (0x2005443) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 598 Symbol : rtems_termios_refill_transmitter (0x20053a8) Starting Line : termios.c:1297 (0x2005470) Ending Line : termios.c:1297 (0x200547f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 600 Symbol : rtems_termios_refill_transmitter (0x20053a8) Starting Line : termios.c:1327 (0x20054e8) Ending Line : termios.c:1327 (0x20054f7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 602 Symbol : rtems_termios_refill_transmitter (0x20053a8) Starting Line : termios.c:1335 (0x200550c) Ending Line : termios.c:1338 (0x2005533) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 604 Symbol : rtems_termios_rxdaemon (0x2005338) Starting Line : termios.c:1464 (0x2005369) Ending Line : termios.c:1464 (0x200536b) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 605 Symbol : rtems_termios_rxdaemon (0x2005338) Starting Line : termios.c:1465 (0x200536d) Ending Line : termios.c:1471 (0x2005377) Size in Bytes : 11 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 607 Symbol : rtems_termios_txdaemon (0x2005590) Starting Line : termios.c:1425 (0x20055c4) Ending Line : termios.c:1432 (0x20055d3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 609 Symbol : rtems_termios_txdaemon (0x2005590) Starting Line : termios.c:1433 (0x20055ec) Ending Line : termios.c:1433 (0x20055f3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 612 Symbol : rtems_termios_write (0x2004b9c) Starting Line : termios.c:764 (0x2004c44) Ending Line : termios.c:765 (0x2004c4f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 616 Symbol : rtems_verror (0x200763c) Starting Line : thread.inl:196 (0x2007668) Ending Line : thread.inl:196 (0x2007677) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 620 Symbol : scanInt (0x20031cc) Starting Line : getpwent.c:127 (0x20031fc) Ending Line : getpwent.c:127 (0x200320f) Size in Bytes : 20 Size in Instructions : 5 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 : 639 Symbol : siproc (0x2004b50) Starting Line : termios.c:939 (0x2004b90) Ending Line : termios.c:939 (0x2004b97) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 644 Symbol : tcsetattr (0x2005610) Starting Line : tcsetattr.c:42 (0x2005655) Ending Line : tcsetattr.c:42 (0x2005657) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 645 Symbol : tcsetattr (0x2005610) Starting Line : tcsetattr.c:50 (0x2005661) Ending Line : tcsetattr.c:50 (0x2005667) Size in Bytes : 7 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 656 Symbol : unmount (0x2006a4c) Starting Line : unmount.c:140 (0x2006b4d) Ending Line : unmount.c:140 (0x2006b4f) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 657 Symbol : unmount (0x2006a4c) Starting Line : unmount.c:140 (0x2006b51) Ending Line : unmount.c:140 (0x2006b53) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 658 Symbol : unmount (0x2006a4c) Starting Line : unmount.c:140 (0x2006b55) Ending Line : unmount.c:141 (0x2006b6f) Size in Bytes : 27 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 665 Symbol : writev (0x2006d34) Starting Line : writev.c:105 (0x2006e60) Ending Line : writev.c:105 (0x2006e63) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 667 Symbol : writev (0x2006d34) Starting Line : writev.c:114 (0x2006e80) Ending Line : writev.c:114 (0x2006e83) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================