============================================ Index : 5 Symbol : IMFS_eval_path (0x200a428) Starting Line : imfs_eval.c:488 (0x200a438) Ending Line : imfs_eval.c:488 (0x200a447) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 12 Symbol : IMFS_evaluate_for_make (0x200a800) Starting Line : imfs_eval.c:364 (0x200a954) Ending Line : imfs_eval.c:364 (0x200a95b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 17 Symbol : IMFS_evaluate_permission (0x200a358) Starting Line : imfs_eval.c:84 (0x200a368) Ending Line : imfs_eval.c:84 (0x200a37f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 20 Symbol : IMFS_fifo_lseek (0x2003550) Starting Line : imfs_fifo.c:126 (0x2003580) Ending Line : imfs_fifo.c:126 (0x2003587) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 24 Symbol : IMFS_find_match_in_dir (0x200ab98) Starting Line : imfs_getchild.c:51 (0x200abd0) Ending Line : imfs_getchild.c:51 (0x200abd3) 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 : 27 Symbol : IMFS_fsunmount (0x200aad8) Starting Line : imfs_fsunmount.c:86 (0x200ab5c) Ending Line : imfs_fsunmount.c:86 (0x200ab5f) Size in Bytes : 4 Size in Instructions : 1 Classification: Ask Chris Johns Explanation: I think he wrote this code and can probably identify the test case. ============================================ ============================================ Index : 29 Symbol : IMFS_fsunmount (0x200aad8) Starting Line : imfs_fsunmount.c:93 (0x200ab80) Ending Line : imfs_fsunmount.c:82 (0x200ab8f) 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 : 31 Symbol : IMFS_get_token (0x200ac14) Starting Line : imfs_gtkn.c:42 (0x200ac54) Ending Line : imfs_gtkn.c:42 (0x200ac57) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 36 Symbol : IMFS_memfile_extend (0x200d398) Starting Line : memfile.c:298 (0x200d3d8) Ending Line : memfile.c:298 (0x200d3db) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 56 Symbol : IMFS_memfile_read (0x200cf64) Starting Line : memfile.c:564 (0x200cfac) Ending Line : memfile.c:564 (0x200cfaf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 57 Symbol : IMFS_memfile_read (0x200cf64) Starting Line : memfile.c:557 (0x200cfb8) Ending Line : memfile.c:557 (0x200cfbb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 60 Symbol : IMFS_memfile_read (0x200cf64) Starting Line : memfile.c:579 (0x200d00c) Ending Line : memfile.c:579 (0x200d00f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 73 Symbol : IMFS_memfile_write (0x200d4cc) Starting Line : memfile.c:734 (0x200d66c) Ending Line : memfile.c:767 (0x200d677) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 75 Symbol : IMFS_mount (0x20022a0) Starting Line : imfs_mount.c:44 (0x20022b8) Ending Line : imfs_mount.c:44 (0x20022cf) 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 : 77 Symbol : IMFS_print_jnode (0x2004e08) Starting Line : imfs_debug.c:43 (0x2004e30) Ending Line : imfs_debug.c:43 (0x2004e33) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 78 Symbol : IMFS_print_jnode (0x2004e08) Starting Line : imfs_debug.c:88 (0x2004ee8) Ending Line : imfs_debug.c:88 (0x2004ef7) 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 : 80 Symbol : IMFS_rename (0x2002320) Starting Line : imfs_rename.c:40 (0x2002344) Ending Line : imfs_rename.c:40 (0x2002347) 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 : 83 Symbol : IMFS_unlink (0x200241c) Starting Line : imfs_unlink.c:51 (0x2002444) Ending Line : imfs_unlink.c:51 (0x200245b) 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 : 85 Symbol : IMFS_unmount (0x20024f0) Starting Line : imfs_unmount.c:45 (0x2002508) Ending Line : imfs_unmount.c:45 (0x2002517) 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 : 87 Symbol : IMFS_unmount (0x20024f0) Starting Line : imfs_unmount.c:52 (0x2002524) Ending Line : imfs_unmount.c:52 (0x200253b) 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 : 89 Symbol : Stack_check_Dump_threads_usage (0x20027e4) Starting Line : check.c:406 (0x2002810) Ending Line : check.c:406 (0x2002813) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 91 Symbol : Stack_check_Dump_threads_usage (0x20027e4) Starting Line : check.c:426 (0x200285c) Ending Line : check.c:426 (0x2002863) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 94 Symbol : Stack_check_Dump_threads_usage (0x20027e4) Starting Line : check.c:456 (0x2002920) Ending Line : check.c:456 (0x2002937) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 137 Symbol : _POSIX_Threads_Sporadic_budget_callout (0x200bce0) Starting Line : pthread.c:152 (0x200bd28) Ending Line : pthread.c:152 (0x200bd2b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 181 Symbol : aio_cancel (0x20068b8) Starting Line : aio_cancel.c:113 (0x2006a50) Ending Line : aio_cancel.c:113 (0x2006a53) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 183 Symbol : aio_fsync (0x2006a9c) Starting Line : aio_fsync.c:56 (0x2006ae4) Ending Line : aio_fsync.c:56 (0x2006ae7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 186 Symbol : aio_read (0x2007298) Starting Line : aio_read.c:58 (0x20072f8) Ending Line : aio_read.c:58 (0x20072fb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 188 Symbol : aio_write (0x2007338) Starting Line : aio_write.c:58 (0x2007394) Ending Line : aio_write.c:58 (0x2007397) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 193 Symbol : devFS_evaluate_path (0x2009d2c) Starting Line : devfs_eval.c:44 (0x2009d3c) Ending Line : devfs_eval.c:44 (0x2009d4b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 196 Symbol : drainOutput (0x20037ec) Starting Line : termios.c:348 (0x2003810) Ending Line : termios.c:353 (0x2003843) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 198 Symbol : drainOutput (0x20037ec) Starting Line : termios.c:346 (0x2003854) Ending Line : termios.c:346 (0x2003857) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 200 Symbol : echo (0x2004560) Starting Line : termios.c:786 (0x20045dc) Ending Line : termios.c:786 (0x20045df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 202 Symbol : endgrent (0x2003a08) Starting Line : getpwent.c:437 (0x2003a28) Ending Line : getpwent.c:437 (0x2003a2b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 204 Symbol : endpwent (0x2003868) Starting Line : getpwent.c:281 (0x2003888) Ending Line : getpwent.c:281 (0x200388b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 206 Symbol : erase (0x20045f0) Starting Line : termios.c:802 (0x2004620) Ending Line : termios.c:802 (0x2004623) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 208 Symbol : erase (0x20045f0) Starting Line : termios.c:807 (0x2004634) Ending Line : termios.c:808 (0x2004657) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 211 Symbol : erase (0x20045f0) Starting Line : termios.c:819 (0x2004688) Ending Line : termios.c:819 (0x2004693) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 213 Symbol : erase (0x20045f0) Starting Line : termios.c:832 (0x20046dc) Ending Line : termios.c:827 (0x20046ef) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 215 Symbol : erase (0x20045f0) Starting Line : termios.c:848 (0x200474c) Ending Line : termios.c:853 (0x2004783) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 217 Symbol : erase (0x20045f0) Starting Line : termios.c:853 (0x2004794) Ending Line : termios.c:854 (0x20047a7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 223 Symbol : fcntl (0x2003304) Starting Line : fcntl.c:143 (0x200348c) Ending Line : fcntl.c:143 (0x2003497) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 226 Symbol : fifo_open (0x200d0a4) Starting Line : fifo.c:184 (0x200d140) Ending Line : fifo.c:184 (0x200d143) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 229 Symbol : fifo_open (0x200d0a4) Starting Line : fifo.c:223 (0x200d2cc) Ending Line : fifo.c:223 (0x200d2cf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 231 Symbol : fifo_open (0x200d0a4) Starting Line : fifo.c:228 (0x200d2e8) Ending Line : fifo.c:228 (0x200d2ef) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 236 Symbol : fifo_open (0x200d0a4) Starting Line : fifo.c:340 (0x200d3b0) Ending Line : fifo.c:340 (0x200d3b3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 241 Symbol : fifo_open (0x200d0a4) Starting Line : fifo.c:365 (0x200d45c) Ending Line : fifo.c:365 (0x200d45f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 245 Symbol : fifo_open (0x200d0a4) Starting Line : fifo.c:360 (0x200d4dc) Ending Line : fifo.c:385 (0x200d4e3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 249 Symbol : free_user_env (0x2003da0) Starting Line : privateenv.c:42 (0x2003dd0) Ending Line : privateenv.c:42 (0x2003dd7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 256 Symbol : iproc (0x2004808) Starting Line : termios.c:872 (0x200481c) Ending Line : termios.c:872 (0x200481f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 259 Symbol : iproc (0x2004808) Starting Line : termios.c:886 (0x2004878) Ending Line : termios.c:886 (0x200487f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 261 Symbol : iproc (0x2004808) Starting Line : termios.c:882 (0x2004890) Ending Line : termios.c:882 (0x2004893) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 265 Symbol : iproc (0x2004808) Starting Line : termios.c:898 (0x2004914) Ending Line : termios.c:898 (0x2004917) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 268 Symbol : iproc (0x2004808) Starting Line : termios.c:904 (0x2004954) Ending Line : termios.c:906 (0x2004977) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 271 Symbol : iproc (0x2004808) Starting Line : termios.c:915 (0x20049ac) Ending Line : termios.c:915 (0x20049af) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 273 Symbol : killinfo (0x2022cd8) Starting Line : killinfo.c:189 (0x2022e44) Ending Line : killinfo.c:189 (0x2022e47) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 275 Symbol : killinfo (0x2022cd8) Starting Line : killinfo.c:268 (0x2022ea4) Ending Line : killinfo.c:268 (0x2022ea7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 277 Symbol : killinfo (0x2022cd8) Starting Line : killinfo.c:268 (0x2022eb4) Ending Line : killinfo.c:268 (0x2022eb7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 279 Symbol : libc_wrapup (0x20137ac) Starting Line : newlibc_exit.c:89 (0x2013814) Ending Line : newlibc_exit.c:89 (0x201381b) 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 : 285 Symbol : memfile_ftruncate (0x200d748) Starting Line : memfile.c:257 (0x200d76c) Ending Line : memfile.c:257 (0x200d76f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 288 Symbol : memfile_lseek (0x200d7c0) Starting Line : memfile.c:219 (0x200d7f4) Ending Line : memfile.c:219 (0x200d7f7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 290 Symbol : memfile_lseek (0x200d7c0) Starting Line : memfile.c:220 (0x200d808) Ending Line : memfile.c:220 (0x200d813) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 292 Symbol : memfile_open (0x200d6ac) Starting Line : memfile.c:102 (0x200d6d4) Ending Line : memfile.c:111 (0x200d71f) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 294 Symbol : mount (0x2002ef4) Starting Line : mount.c:157 (0x2003008) Ending Line : mount.c:157 (0x2003013) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 297 Symbol : mount (0x2002ef4) Starting Line : mount.c:211 (0x20030c8) Ending Line : mount.c:211 (0x20030cb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 299 Symbol : mount (0x2002ef4) Starting Line : mount.c:219 (0x20030e4) Ending Line : mount.c:219 (0x20030ef) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 300 Symbol : mount (0x2002ef4) Starting Line : mount.c:128 (0x200316c) Ending Line : mount.c:128 (0x200316f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 306 Symbol : newlib_free_buffers (0x20031a0) Starting Line : newlibc_reent.c:115 (0x20031c8) Ending Line : newlibc_reent.c:121 (0x20031ef) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 313 Symbol : oproc (0x20043d8) Starting Line : termios.c:694 (0x2004404) Ending Line : termios.c:727 (0x2004417) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 315 Symbol : oproc (0x20043d8) Starting Line : termios.c:705 (0x2004428) Ending Line : termios.c:705 (0x200442f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 317 Symbol : oproc (0x20043d8) Starting Line : termios.c:696 (0x2004438) Ending Line : termios.c:696 (0x200443b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 319 Symbol : oproc (0x20043d8) Starting Line : termios.c:705 (0x2004464) Ending Line : termios.c:714 (0x200449b) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 321 Symbol : oproc (0x20043d8) Starting Line : termios.c:727 (0x20044d8) Ending Line : termios.c:735 (0x20044eb) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 323 Symbol : oproc (0x20043d8) Starting Line : termios.c:733 (0x20044f4) Ending Line : termios.c:734 (0x200451f) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 326 Symbol : pipe_create (0x200c264) Starting Line : pipe.c:36 (0x200c284) Ending Line : pipe.c:36 (0x200c287) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 330 Symbol : pipe_read (0x200d4f4) Starting Line : fifo.c:401 (0x200d520) Ending Line : fifo.c:401 (0x200d523) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 333 Symbol : pipe_read (0x200d4f4) Starting Line : fifo.c:422 (0x200d670) Ending Line : fifo.c:456 (0x200d677) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 343 Symbol : pipe_write (0x200d688) Starting Line : fifo.c:502 (0x200d850) Ending Line : fifo.c:542 (0x200d857) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 352 Symbol : pthread_kill (0x2023120) Starting Line : pthreadkill.c:79 (0x20231f0) Ending Line : pthreadkill.c:80 (0x2023207) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 356 Symbol : pthread_mutex_timedlock (0x20083ec) Starting Line : mutextimedlock.c:79 (0x200844c) Ending Line : mutextimedlock.c:79 (0x200844f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 378 Symbol : readv (0x200484c) Starting Line : readv.c:107 (0x200495c) Ending Line : readv.c:107 (0x200495f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 383 Symbol : realloc (0x201397c) Starting Line : realloc.c:38 (0x20139b8) Ending Line : realloc.c:38 (0x20139bb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 386 Symbol : realloc (0x201397c) Starting Line : realloc.c:52 (0x20139f0) Ending Line : realloc.c:42 (0x20139ff) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 388 Symbol : realloc (0x201397c) Starting Line : realloc.c:42 (0x2013aa8) Ending Line : realloc.c:42 (0x2013aaf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 392 Symbol : rtems_aio_enqueue (0x2007068) Starting Line : aio_misc.c:300 (0x2007084) Ending Line : aio_misc.c:301 (0x2007093) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 395 Symbol : rtems_aio_enqueue (0x2007068) Starting Line : aio_misc.c:331 (0x200716c) Ending Line : aio_misc.c:332 (0x200717f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 396 Symbol : rtems_aio_enqueue (0x2007068) Starting Line : aio_misc.c:349 (0x20071b0) Ending Line : aio_misc.c:349 (0x20071b3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 398 Symbol : rtems_aio_enqueue (0x2007068) Starting Line : aio_misc.c:376 (0x2007278) Ending Line : aio_misc.c:376 (0x200727f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 402 Symbol : rtems_aio_handle (0x2006cf0) Starting Line : aio_misc.c:442 (0x2006d9c) Ending Line : aio_misc.c:442 (0x2006d9f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 403 Symbol : rtems_aio_handle (0x2006cf0) Starting Line : aio_misc.c:459 (0x2006de4) Ending Line : aio_misc.c:465 (0x2006def) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 405 Symbol : rtems_aio_handle (0x2006cf0) Starting Line : aio_misc.c:466 (0x2006df8) Ending Line : aio_misc.c:467 (0x2006e0f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 409 Symbol : rtems_aio_handle (0x2006cf0) Starting Line : aio_misc.c:556 (0x2006f40) Ending Line : aio_misc.c:556 (0x2006f4b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 412 Symbol : rtems_aio_init (0x2006b1c) Starting Line : aio_misc.c:47 (0x2006b4c) Ending Line : aio_misc.c:50 (0x2006b57) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 414 Symbol : rtems_aio_init (0x2006b1c) Starting Line : aio_misc.c:52 (0x2006b70) Ending Line : aio_misc.c:55 (0x2006b7f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 416 Symbol : rtems_aio_init (0x2006b1c) Starting Line : aio_misc.c:57 (0x2006b98) Ending Line : chain.inl:386 (0x2006bb3) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 418 Symbol : rtems_aio_insert_prio (0x2006f4c) Starting Line : aio_misc.c:190 (0x2006f78) Ending Line : aio_misc.c:190 (0x2006f7f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 420 Symbol : rtems_aio_insert_prio (0x2006f4c) Starting Line : aio_misc.c:187 (0x2006f8c) Ending Line : aio_misc.c:187 (0x2006f93) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 422 Symbol : rtems_aio_remove_req (0x2006ff8) Starting Line : aio_misc.c:556 (0x2007014) Ending Line : aio_misc.c:254 (0x2007023) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 427 Symbol : rtems_cpu_usage_report_with_plugin (0x2003054) Starting Line : cpuusagereport.c:111 (0x20030cc) Ending Line : cpuusagereport.c:111 (0x20030d3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 433 Symbol : rtems_filesystem_initialize (0x2002634) Starting Line : base_fs.c:58 (0x200268c) Ending Line : base_fs.c:58 (0x200269b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 435 Symbol : rtems_filesystem_initialize (0x2002634) Starting Line : base_fs.c:105 (0x200271c) Ending Line : base_fs.c:105 (0x2002723) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 441 Symbol : rtems_gxx_key_create (0x200339c) Starting Line : gxx_wrappers.c:84 (0x20033d8) Ending Line : gxx_wrappers.c:84 (0x20033df) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : rtems_heap_extend *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Index : 451 Symbol : rtems_libio_free (0x200b1b0) Starting Line : libio.c:181 (0x200b1c8) Ending Line : libio.c:181 (0x200b1cb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 459 Symbol : rtems_libio_to_fcntl_flags (0x200b0c8) Starting Line : libio.c:107 (0x200b0e4) Ending Line : libio.c:104 (0x200b0ef) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 479 Symbol : rtems_stack_checker_is_blown (0x2002b60) Starting Line : check.c:328 (0x2002bd0) Ending Line : check.c:328 (0x2002bdf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 483 Symbol : rtems_string_to_double (0x200c330) Starting Line : stringtodouble.c:52 (0x200c3d4) Ending Line : stringtodouble.c:52 (0x200c3e7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 484 Symbol : rtems_string_to_float (0x200c3f8) Starting Line : stringtofloat.c:52 (0x200c490) Ending Line : stringtofloat.c:52 (0x200c4a3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 486 Symbol : rtems_string_to_int (0x200c4b4) Starting Line : stringtoint.c:52 (0x200c538) Ending Line : stringtoint.c:70 (0x200c54f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 489 Symbol : rtems_string_to_long (0x200c638) Starting Line : stringtolong.c:56 (0x200c6d0) Ending Line : stringtolong.c:56 (0x200c6d3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : rtems_string_to_long_double *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Index : 492 Symbol : rtems_string_to_long_long (0x200c564) Starting Line : stringtolonglong.c:62 (0x200c610) Ending Line : stringtolonglong.c:62 (0x200c613) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 494 Symbol : rtems_string_to_long_long (0x200c564) Starting Line : stringtolonglong.c:65 (0x200c620) Ending Line : stringtolonglong.c:65 (0x200c623) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 496 Symbol : rtems_string_to_unsigned_char (0x200c6fc) Starting Line : stringtounsignedchar.c:53 (0x200c76c) Ending Line : stringtounsignedchar.c:57 (0x200c77f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 498 Symbol : rtems_string_to_unsigned_char (0x200c6fc) Starting Line : stringtounsignedchar.c:58 (0x200c788) Ending Line : stringtounsignedchar.c:58 (0x200c797) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 500 Symbol : rtems_string_to_unsigned_int (0x200c7ac) Starting Line : stringtounsignedint.c:63 (0x200c82c) Ending Line : stringtounsignedint.c:63 (0x200c82f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 502 Symbol : rtems_string_to_unsigned_long (0x200c8e4) Starting Line : stringtounsignedlong.c:56 (0x200c964) Ending Line : stringtounsignedlong.c:56 (0x200c967) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 504 Symbol : rtems_string_to_unsigned_long_long (0x200c83c) Starting Line : stringtounsignedlonglong.c:57 (0x200c8c4) Ending Line : stringtounsignedlonglong.c:57 (0x200c8c7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 506 Symbol : rtems_string_to_unsigned_long_long (0x200c83c) Starting Line : stringtounsignedlonglong.c:61 (0x200c8d4) Ending Line : stringtounsignedlonglong.c:61 (0x200c8d7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 508 Symbol : rtems_tarfs_load (0x2002524) Starting Line : imfs_load_tar.c:112 (0x2002580) Ending Line : imfs_load_tar.c:112 (0x2002587) 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 : 512 Symbol : rtems_tarfs_load (0x2002524) Starting Line : imfs_load_tar.c:151 (0x2002690) Ending Line : imfs_load_tar.c:151 (0x2002697) 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 : 514 Symbol : rtems_tarfs_load (0x2002524) Starting Line : imfs_load_tar.c:169 (0x20026e8) Ending Line : imfs_load_tar.c:169 (0x20026eb) 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 : 526 Symbol : rtems_termios_close (0x2003cb8) Starting Line : termios.c:397 (0x2003d94) Ending Line : termios.c:397 (0x2003d9b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 528 Symbol : rtems_termios_close (0x2003cb8) Starting Line : termios.c:400 (0x2003da8) Ending Line : termios.c:401 (0x2003dbb) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 530 Symbol : rtems_termios_dequeue_characters (0x2005490) Starting Line : termios.c:1389 (0x20054c8) Ending Line : termios.c:1389 (0x20054cf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 535 Symbol : rtems_termios_enqueue_raw_characters (0x2004eb0) Starting Line : termios.c:1162 (0x2004f9c) Ending Line : termios.c:1162 (0x2004fa7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 537 Symbol : rtems_termios_enqueue_raw_characters (0x2004eb0) Starting Line : termios.c:1174 (0x2004fcc) Ending Line : termios.c:1174 (0x2004fd7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 540 Symbol : rtems_termios_enqueue_raw_characters (0x2004eb0) Starting Line : termios.c:1182 (0x2004ff8) Ending Line : termios.c:1235 (0x200504b) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 542 Symbol : rtems_termios_enqueue_raw_characters (0x2004eb0) Starting Line : termios.c:1199 (0x2005090) Ending Line : termios.c:1216 (0x200513b) Size in Bytes : 172 Size in Instructions : 43 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 544 Symbol : rtems_termios_enqueue_raw_characters (0x2004eb0) Starting Line : termios.c:1225 (0x2005154) Ending Line : termios.c:1225 (0x200515b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 546 Symbol : rtems_termios_enqueue_raw_characters (0x2004eb0) Starting Line : termios.c:1233 (0x2005170) Ending Line : termios.c:1233 (0x2005173) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 548 Symbol : rtems_termios_enqueue_raw_characters (0x2004eb0) Starting Line : termios.c:1234 (0x2005184) Ending Line : termios.c:1235 (0x200519b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 550 Symbol : rtems_termios_ioctl (0x2003ea8) Starting Line : termios.c:523 (0x2003edc) Ending Line : termios.c:524 (0x2003ee7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 552 Symbol : rtems_termios_ioctl (0x2003ea8) Starting Line : termios.c:526 (0x2003f14) Ending Line : termios.c:526 (0x2003f17) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 557 Symbol : rtems_termios_ioctl (0x2003ea8) Starting Line : termios.c:463 (0x2003ff8) Ending Line : termios.c:472 (0x2004043) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 560 Symbol : rtems_termios_ioctl (0x2003ea8) Starting Line : termios.c:484 (0x200408c) Ending Line : termios.c:499 (0x20040db) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 562 Symbol : rtems_termios_ioctl (0x2003ea8) Starting Line : termios.c:500 (0x20040e8) Ending Line : termios.c:503 (0x20040f7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 564 Symbol : rtems_termios_ioctl (0x2003ea8) Starting Line : termios.c:562 (0x200418c) Ending Line : termios.c:562 (0x200418f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 567 Symbol : rtems_termios_ioctl (0x2003ea8) Starting Line : termios.c:612 (0x2004260) Ending Line : termios.c:616 (0x2004293) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 570 Symbol : rtems_termios_open (0x2003868) Starting Line : termios.c:130 (0x20038b8) Ending Line : termios.c:130 (0x20038bb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 572 Symbol : rtems_termios_open (0x2003868) Starting Line : termios.c:172 (0x2003938) Ending Line : termios.c:172 (0x200393f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 579 Symbol : rtems_termios_puts (0x20042a8) Starting Line : termios.c:664 (0x2004328) Ending Line : termios.c:664 (0x200432f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 581 Symbol : rtems_termios_puts (0x20042a8) Starting Line : termios.c:676 (0x20043a8) Ending Line : termios.c:678 (0x20043b7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 586 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:977 (0x2004c4c) Ending Line : termios.c:977 (0x2004c57) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 589 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:989 (0x2004ca4) Ending Line : termios.c:989 (0x2004ca7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 591 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:989 (0x2004cb4) Ending Line : termios.c:989 (0x2004cb7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 593 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:1019 (0x2004d10) Ending Line : termios.c:1019 (0x2004d13) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 595 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:1026 (0x2004d34) Ending Line : termios.c:1041 (0x2004d6f) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 597 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:1032 (0x2004d80) Ending Line : termios.c:1041 (0x2004da7) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 599 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:1045 (0x2004dcc) Ending Line : termios.c:1046 (0x2004de7) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 602 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:1058 (0x2004e3c) Ending Line : termios.c:1058 (0x2004e3f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 604 Symbol : rtems_termios_refill_transmitter (0x2005234) Starting Line : termios.c:1262 (0x200524c) Ending Line : termios.c:1267 (0x2005283) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 606 Symbol : rtems_termios_refill_transmitter (0x2005234) Starting Line : termios.c:1280 (0x2005298) Ending Line : termios.c:1285 (0x20052cf) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 608 Symbol : rtems_termios_refill_transmitter (0x2005234) Starting Line : termios.c:1297 (0x20052fc) Ending Line : termios.c:1297 (0x200530b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 610 Symbol : rtems_termios_refill_transmitter (0x2005234) Starting Line : termios.c:1327 (0x2005374) Ending Line : termios.c:1327 (0x2005383) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 612 Symbol : rtems_termios_refill_transmitter (0x2005234) Starting Line : termios.c:1335 (0x2005398) Ending Line : termios.c:1338 (0x20053bf) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 614 Symbol : rtems_termios_rxdaemon (0x20051c4) Starting Line : termios.c:1464 (0x20051f4) Ending Line : termios.c:1471 (0x2005203) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 616 Symbol : rtems_termios_txdaemon (0x200541c) Starting Line : termios.c:1425 (0x2005450) Ending Line : termios.c:1432 (0x200545f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 618 Symbol : rtems_termios_txdaemon (0x200541c) Starting Line : termios.c:1433 (0x2005478) Ending Line : termios.c:1433 (0x200547f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 621 Symbol : rtems_termios_write (0x2004a28) Starting Line : termios.c:764 (0x2004ad0) Ending Line : termios.c:765 (0x2004adb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 625 Symbol : rtems_verror (0x2007494) Starting Line : thread.inl:185 (0x20074c0) Ending Line : thread.inl:185 (0x20074cf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 629 Symbol : scanInt (0x2003014) Starting Line : getpwent.c:127 (0x2003044) Ending Line : getpwent.c:127 (0x2003057) 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 : 648 Symbol : siproc (0x20049dc) Starting Line : termios.c:939 (0x2004a1c) Ending Line : termios.c:939 (0x2004a23) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 653 Symbol : tcsetattr (0x200549c) Starting Line : tcsetattr.c:42 (0x20054e0) Ending Line : tcsetattr.c:42 (0x20054e3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 654 Symbol : tcsetattr (0x200549c) Starting Line : tcsetattr.c:50 (0x20054ec) Ending Line : tcsetattr.c:50 (0x20054f3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 665 Symbol : unmount (0x20068ac) Starting Line : unmount.c:140 (0x20069ac) Ending Line : unmount.c:141 (0x20069cf) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 672 Symbol : writev (0x2006bc0) Starting Line : writev.c:105 (0x2006cec) Ending Line : writev.c:105 (0x2006cef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 674 Symbol : writev (0x2006bc0) Starting Line : writev.c:114 (0x2006d0c) Ending Line : writev.c:114 (0x2006d0f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================