============================================ Index : 5 Symbol : IMFS_eval_path (0x200a408) Starting Line : imfs_eval.c:488 (0x200a418) Ending Line : imfs_eval.c:488 (0x200a427) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 12 Symbol : IMFS_evaluate_for_make (0x200a7e0) Starting Line : imfs_eval.c:364 (0x200a934) Ending Line : imfs_eval.c:364 (0x200a93b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 17 Symbol : IMFS_evaluate_permission (0x200a338) Starting Line : imfs_eval.c:84 (0x200a348) Ending Line : imfs_eval.c:84 (0x200a35f) 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 (0x200ab78) Starting Line : imfs_getchild.c:51 (0x200abb0) Ending Line : imfs_getchild.c:51 (0x200abb3) 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 (0x200aab8) Starting Line : imfs_fsunmount.c:86 (0x200ab3c) Ending Line : imfs_fsunmount.c:86 (0x200ab3f) 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 (0x200aab8) Starting Line : imfs_fsunmount.c:93 (0x200ab60) Ending Line : imfs_fsunmount.c:82 (0x200ab6f) 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 (0x200abf4) Starting Line : imfs_gtkn.c:42 (0x200ac34) Ending Line : imfs_gtkn.c:42 (0x200ac37) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 36 Symbol : IMFS_memfile_extend (0x200d378) Starting Line : memfile.c:298 (0x200d3b8) Ending Line : memfile.c:298 (0x200d3bb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 56 Symbol : IMFS_memfile_read (0x200cf44) Starting Line : memfile.c:564 (0x200cf8c) Ending Line : memfile.c:564 (0x200cf8f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 57 Symbol : IMFS_memfile_read (0x200cf44) Starting Line : memfile.c:557 (0x200cf98) Ending Line : memfile.c:557 (0x200cf9b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 60 Symbol : IMFS_memfile_read (0x200cf44) Starting Line : memfile.c:579 (0x200cfec) Ending Line : memfile.c:579 (0x200cfef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 73 Symbol : IMFS_memfile_write (0x200d4ac) Starting Line : memfile.c:734 (0x200d64c) Ending Line : memfile.c:767 (0x200d657) 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 : 111 Symbol : _Heap_Extend (0x200c9a8) Starting Line : heap.inl:108 (0x200cb20) Ending Line : heap.inl:108 (0x200cb27) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 123 Symbol : _Heap_Walk (0x20081b4) Starting Line : heapwalk.c:233 (0x2008324) Ending Line : heapwalk.c:233 (0x200832f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 141 Symbol : _POSIX_Threads_Sporadic_budget_callout (0x200bcc0) Starting Line : pthread.c:152 (0x200bd08) Ending Line : pthread.c:152 (0x200bd0b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 185 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 : 187 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 : 190 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 : 192 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 : 197 Symbol : devFS_evaluate_path (0x2009d0c) Starting Line : devfs_eval.c:44 (0x2009d1c) Ending Line : devfs_eval.c:44 (0x2009d2b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 200 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 : 202 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 : 204 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 : 206 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 : 208 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 : 210 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 : 212 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 : 215 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 : 217 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 : 219 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 : 221 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 : 227 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 : 230 Symbol : fifo_open (0x200d084) Starting Line : fifo.c:184 (0x200d120) Ending Line : fifo.c:184 (0x200d123) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 233 Symbol : fifo_open (0x200d084) Starting Line : fifo.c:223 (0x200d2ac) Ending Line : fifo.c:223 (0x200d2af) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 235 Symbol : fifo_open (0x200d084) Starting Line : fifo.c:228 (0x200d2c8) Ending Line : fifo.c:228 (0x200d2cf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 240 Symbol : fifo_open (0x200d084) Starting Line : fifo.c:340 (0x200d390) Ending Line : fifo.c:340 (0x200d393) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 245 Symbol : fifo_open (0x200d084) Starting Line : fifo.c:365 (0x200d43c) Ending Line : fifo.c:365 (0x200d43f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 249 Symbol : fifo_open (0x200d084) Starting Line : fifo.c:360 (0x200d4bc) Ending Line : fifo.c:385 (0x200d4c3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 253 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 : 260 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 : 263 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 : 265 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 : 269 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 : 272 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 : 275 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 : 277 Symbol : killinfo (0x2022cb8) Starting Line : killinfo.c:189 (0x2022e24) Ending Line : killinfo.c:189 (0x2022e27) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 279 Symbol : killinfo (0x2022cb8) Starting Line : killinfo.c:268 (0x2022e84) Ending Line : killinfo.c:268 (0x2022e87) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 281 Symbol : killinfo (0x2022cb8) Starting Line : killinfo.c:268 (0x2022e94) Ending Line : killinfo.c:268 (0x2022e97) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 283 Symbol : libc_wrapup (0x201378c) Starting Line : newlibc_exit.c:89 (0x20137f4) Ending Line : newlibc_exit.c:89 (0x20137fb) 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 : 289 Symbol : memfile_ftruncate (0x200d728) Starting Line : memfile.c:257 (0x200d74c) Ending Line : memfile.c:257 (0x200d74f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 292 Symbol : memfile_lseek (0x200d7a0) Starting Line : memfile.c:219 (0x200d7d4) Ending Line : memfile.c:219 (0x200d7d7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 294 Symbol : memfile_lseek (0x200d7a0) Starting Line : memfile.c:220 (0x200d7e8) Ending Line : memfile.c:220 (0x200d7f3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 296 Symbol : memfile_open (0x200d68c) Starting Line : memfile.c:102 (0x200d6b4) Ending Line : memfile.c:111 (0x200d6ff) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 298 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 : 301 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 : 303 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 : 304 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 : 310 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 : 317 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 : 319 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 : 321 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 : 323 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 : 325 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 : 327 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 : 330 Symbol : pipe_create (0x200c244) Starting Line : pipe.c:36 (0x200c264) Ending Line : pipe.c:36 (0x200c267) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 334 Symbol : pipe_read (0x200d4d4) Starting Line : fifo.c:401 (0x200d500) Ending Line : fifo.c:401 (0x200d503) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 337 Symbol : pipe_read (0x200d4d4) Starting Line : fifo.c:422 (0x200d650) Ending Line : fifo.c:456 (0x200d657) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 347 Symbol : pipe_write (0x200d668) Starting Line : fifo.c:502 (0x200d830) Ending Line : fifo.c:542 (0x200d837) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 358 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 : 380 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 : 385 Symbol : realloc (0x201395c) Starting Line : realloc.c:38 (0x2013998) Ending Line : realloc.c:38 (0x201399b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 388 Symbol : realloc (0x201395c) Starting Line : realloc.c:52 (0x20139d0) Ending Line : realloc.c:42 (0x20139df) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 390 Symbol : realloc (0x201395c) Starting Line : realloc.c:42 (0x2013a88) Ending Line : realloc.c:42 (0x2013a8f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 394 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 : 397 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 : 398 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 : 400 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 : 404 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 : 405 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 : 407 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 : 411 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 : 414 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 : 416 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 : 418 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 : 420 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 : 422 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 : 424 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_chain_append_with_notification (0x2006c80) Starting Line : chainappendnotify.c:44 (0x2006ca8) Ending Line : chainappendnotify.c:44 (0x2006caf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 430 Symbol : rtems_chain_prepend_with_notification (0x2006d30) Starting Line : chainprependnotify.c:44 (0x2006d58) Ending Line : chainprependnotify.c:44 (0x2006d5f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 433 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 : 439 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 : 441 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 : 447 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 : 457 Symbol : rtems_libio_free (0x200b190) Starting Line : libio.c:181 (0x200b1a8) Ending Line : libio.c:181 (0x200b1ab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 465 Symbol : rtems_libio_to_fcntl_flags (0x200b0a8) Starting Line : libio.c:107 (0x200b0c4) Ending Line : libio.c:104 (0x200b0cf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 485 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 : 489 Symbol : rtems_string_to_double (0x200c310) Starting Line : stringtodouble.c:52 (0x200c3b4) Ending Line : stringtodouble.c:52 (0x200c3c7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 490 Symbol : rtems_string_to_float (0x200c3d8) Starting Line : stringtofloat.c:52 (0x200c470) Ending Line : stringtofloat.c:52 (0x200c483) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 492 Symbol : rtems_string_to_int (0x200c494) Starting Line : stringtoint.c:52 (0x200c518) Ending Line : stringtoint.c:70 (0x200c52f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 495 Symbol : rtems_string_to_long (0x200c618) Starting Line : stringtolong.c:56 (0x200c6b0) Ending Line : stringtolong.c:56 (0x200c6b3) 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 : 498 Symbol : rtems_string_to_long_long (0x200c544) Starting Line : stringtolonglong.c:62 (0x200c5f0) Ending Line : stringtolonglong.c:62 (0x200c5f3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 500 Symbol : rtems_string_to_long_long (0x200c544) Starting Line : stringtolonglong.c:65 (0x200c600) Ending Line : stringtolonglong.c:65 (0x200c603) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 502 Symbol : rtems_string_to_unsigned_char (0x200c6dc) Starting Line : stringtounsignedchar.c:53 (0x200c74c) Ending Line : stringtounsignedchar.c:57 (0x200c75f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 504 Symbol : rtems_string_to_unsigned_char (0x200c6dc) Starting Line : stringtounsignedchar.c:58 (0x200c768) Ending Line : stringtounsignedchar.c:58 (0x200c777) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 506 Symbol : rtems_string_to_unsigned_int (0x200c78c) Starting Line : stringtounsignedint.c:63 (0x200c80c) Ending Line : stringtounsignedint.c:63 (0x200c80f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 508 Symbol : rtems_string_to_unsigned_long (0x200c8c4) Starting Line : stringtounsignedlong.c:56 (0x200c944) Ending Line : stringtounsignedlong.c:56 (0x200c947) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 510 Symbol : rtems_string_to_unsigned_long_long (0x200c81c) Starting Line : stringtounsignedlonglong.c:57 (0x200c8a4) Ending Line : stringtounsignedlonglong.c:57 (0x200c8a7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 512 Symbol : rtems_string_to_unsigned_long_long (0x200c81c) Starting Line : stringtounsignedlonglong.c:61 (0x200c8b4) Ending Line : stringtounsignedlonglong.c:61 (0x200c8b7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 514 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 : 518 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 : 520 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 : 532 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 : 534 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 : 536 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 : 541 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 : 543 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 : 546 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 : 548 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 : 550 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 : 552 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 : 554 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 : 556 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 : 558 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 : 563 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 : 566 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 : 568 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 : 570 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 : 573 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 : 576 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 : 578 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 : 585 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 : 587 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 : 592 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 : 595 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 : 597 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 : 599 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 : 601 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 : 603 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 : 605 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 : 608 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 : 610 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 : 612 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 : 614 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 : 616 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 : 618 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 : 620 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 : 622 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 : 624 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 : 627 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 : 631 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 : 635 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 : 654 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 : 659 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 : 660 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 : 671 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 : 678 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 : 680 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 ============================================