============================================ Index : 5 Symbol : IMFS_eval_path (0x200a458) Starting Line : imfs_eval.c:488 (0x200a468) Ending Line : imfs_eval.c:488 (0x200a477) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 12 Symbol : IMFS_evaluate_for_make (0x200a830) Starting Line : imfs_eval.c:364 (0x200a984) Ending Line : imfs_eval.c:364 (0x200a98b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 17 Symbol : IMFS_evaluate_permission (0x200a388) Starting Line : imfs_eval.c:84 (0x200a398) Ending Line : imfs_eval.c:84 (0x200a3af) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 20 Symbol : IMFS_fifo_lseek (0x2003720) Starting Line : imfs_fifo.c:126 (0x2003751) Ending Line : imfs_fifo.c:126 (0x2003753) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 21 Symbol : IMFS_fifo_lseek (0x2003720) Starting Line : imfs_fifo.c:126 (0x2003755) Ending Line : imfs_fifo.c:126 (0x2003757) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 25 Symbol : IMFS_find_match_in_dir (0x200abc8) Starting Line : imfs_getchild.c:51 (0x200ac01) Ending Line : imfs_getchild.c:51 (0x200ac03) Size in Bytes : 3 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 : 28 Symbol : IMFS_fsunmount (0x200ab08) Starting Line : imfs_fsunmount.c:86 (0x200ab8d) Ending Line : imfs_fsunmount.c:86 (0x200ab8f) Size in Bytes : 3 Size in Instructions : 1 Classification: Ask Chris Johns Explanation: I think he wrote this code and can probably identify the test case. ============================================ ============================================ Index : 30 Symbol : IMFS_fsunmount (0x200ab08) Starting Line : imfs_fsunmount.c:93 (0x200abb0) Ending Line : imfs_fsunmount.c:82 (0x200abbf) 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 : 32 Symbol : IMFS_get_token (0x200ac44) Starting Line : imfs_gtkn.c:42 (0x200ac84) Ending Line : imfs_gtkn.c:42 (0x200ac87) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 37 Symbol : IMFS_memfile_extend (0x200d534) Starting Line : memfile.c:298 (0x200d574) Ending Line : memfile.c:298 (0x200d577) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 57 Symbol : IMFS_memfile_read (0x200d100) Starting Line : memfile.c:564 (0x200d148) Ending Line : memfile.c:564 (0x200d14b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 58 Symbol : IMFS_memfile_read (0x200d100) Starting Line : memfile.c:557 (0x200d154) Ending Line : memfile.c:557 (0x200d157) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 61 Symbol : IMFS_memfile_read (0x200d100) Starting Line : memfile.c:579 (0x200d1a8) Ending Line : memfile.c:579 (0x200d1ab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 74 Symbol : IMFS_memfile_write (0x200d668) Starting Line : memfile.c:734 (0x200d808) Ending Line : memfile.c:767 (0x200d813) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 76 Symbol : IMFS_mount (0x2002470) Starting Line : imfs_mount.c:44 (0x2002488) Ending Line : imfs_mount.c:44 (0x200249f) 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 : 78 Symbol : IMFS_print_jnode (0x2004fd8) Starting Line : imfs_debug.c:43 (0x2005000) Ending Line : imfs_debug.c:43 (0x2005003) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 79 Symbol : IMFS_print_jnode (0x2004fd8) Starting Line : imfs_debug.c:88 (0x20050b8) Ending Line : imfs_debug.c:88 (0x20050c7) 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 : 81 Symbol : IMFS_rename (0x20024f0) Starting Line : imfs_rename.c:40 (0x2002514) Ending Line : imfs_rename.c:40 (0x2002517) 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 : 84 Symbol : IMFS_unlink (0x20025ec) Starting Line : imfs_unlink.c:51 (0x2002614) Ending Line : imfs_unlink.c:51 (0x200262b) 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 : 86 Symbol : IMFS_unmount (0x20026c0) Starting Line : imfs_unmount.c:45 (0x20026d8) Ending Line : imfs_unmount.c:45 (0x20026e7) 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 : 88 Symbol : IMFS_unmount (0x20026c0) Starting Line : imfs_unmount.c:52 (0x20026f4) Ending Line : imfs_unmount.c:52 (0x200270b) 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 : 90 Symbol : Stack_check_Dump_threads_usage (0x20029b4) Starting Line : check.c:406 (0x20029e0) Ending Line : check.c:406 (0x20029e3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 92 Symbol : Stack_check_Dump_threads_usage (0x20029b4) Starting Line : check.c:426 (0x2002a2c) Ending Line : check.c:426 (0x2002a33) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 95 Symbol : Stack_check_Dump_threads_usage (0x20029b4) Starting Line : check.c:456 (0x2002af0) Ending Line : check.c:456 (0x2002b07) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 112 Symbol : _Heap_Extend (0x200c9f8) Starting Line : heap.inl:108 (0x200cb70) Ending Line : heap.inl:108 (0x200cb77) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 124 Symbol : _Heap_Walk (0x2008338) Starting Line : heapwalk.c:233 (0x20084a8) Ending Line : heapwalk.c:233 (0x20084b3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 142 Symbol : _POSIX_Threads_Sporadic_budget_callout (0x200bd10) Starting Line : pthread.c:152 (0x200bd58) Ending Line : pthread.c:152 (0x200bd5b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 186 Symbol : aio_cancel (0x2006a44) Starting Line : aio_cancel.c:113 (0x2006bdc) Ending Line : aio_cancel.c:113 (0x2006bdf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 188 Symbol : aio_fsync (0x2006c28) Starting Line : aio_fsync.c:56 (0x2006c70) Ending Line : aio_fsync.c:56 (0x2006c73) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 191 Symbol : aio_read (0x2007424) Starting Line : aio_read.c:58 (0x2007485) Ending Line : aio_read.c:58 (0x2007487) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 193 Symbol : aio_write (0x20074c4) Starting Line : aio_write.c:58 (0x2007520) Ending Line : aio_write.c:58 (0x2007523) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 198 Symbol : devFS_evaluate_path (0x2009d5c) Starting Line : devfs_eval.c:44 (0x2009d6c) Ending Line : devfs_eval.c:44 (0x2009d7b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 202 Symbol : drainOutput (0x2003978) Starting Line : termios.c:352 (0x20039c0) Ending Line : termios.c:352 (0x20039c7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 204 Symbol : echo (0x20046ec) Starting Line : termios.c:786 (0x2004768) Ending Line : termios.c:786 (0x200476b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 206 Symbol : endgrent (0x2003bd8) Starting Line : getpwent.c:437 (0x2003bf8) Ending Line : getpwent.c:437 (0x2003bfb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 208 Symbol : endpwent (0x2003a38) Starting Line : getpwent.c:281 (0x2003a58) Ending Line : getpwent.c:281 (0x2003a5b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 210 Symbol : erase (0x200477c) Starting Line : termios.c:802 (0x20047ac) Ending Line : termios.c:802 (0x20047af) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 212 Symbol : erase (0x200477c) Starting Line : termios.c:807 (0x20047c0) Ending Line : termios.c:808 (0x20047e3) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 215 Symbol : erase (0x200477c) Starting Line : termios.c:819 (0x2004814) Ending Line : termios.c:819 (0x200481f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 217 Symbol : erase (0x200477c) Starting Line : termios.c:832 (0x2004868) Ending Line : termios.c:827 (0x200487b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 219 Symbol : erase (0x200477c) Starting Line : termios.c:848 (0x20048d8) Ending Line : termios.c:853 (0x200490f) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 221 Symbol : erase (0x200477c) Starting Line : termios.c:853 (0x2004920) Ending Line : termios.c:854 (0x2004933) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 227 Symbol : fcntl (0x20034d4) Starting Line : fcntl.c:143 (0x200365c) Ending Line : fcntl.c:143 (0x2003667) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 230 Symbol : fifo_open (0x200d0d4) Starting Line : fifo.c:184 (0x200d170) Ending Line : fifo.c:184 (0x200d173) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 233 Symbol : fifo_open (0x200d0d4) Starting Line : fifo.c:223 (0x200d2fc) Ending Line : fifo.c:223 (0x200d2ff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 235 Symbol : fifo_open (0x200d0d4) Starting Line : fifo.c:228 (0x200d318) Ending Line : fifo.c:228 (0x200d31f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 240 Symbol : fifo_open (0x200d0d4) Starting Line : fifo.c:340 (0x200d3e0) Ending Line : fifo.c:340 (0x200d3e3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 245 Symbol : fifo_open (0x200d0d4) Starting Line : fifo.c:365 (0x200d48c) Ending Line : fifo.c:365 (0x200d48f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 249 Symbol : fifo_open (0x200d0d4) Starting Line : fifo.c:360 (0x200d50c) Ending Line : fifo.c:385 (0x200d513) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 253 Symbol : free_user_env (0x2003f58) Starting Line : privateenv.c:42 (0x2003f88) Ending Line : privateenv.c:42 (0x2003f8f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 260 Symbol : iproc (0x2004994) Starting Line : termios.c:872 (0x20049a8) Ending Line : termios.c:872 (0x20049ab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 263 Symbol : iproc (0x2004994) Starting Line : termios.c:886 (0x2004a04) Ending Line : termios.c:886 (0x2004a0b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 265 Symbol : iproc (0x2004994) Starting Line : termios.c:882 (0x2004a1c) Ending Line : termios.c:882 (0x2004a1f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 269 Symbol : iproc (0x2004994) Starting Line : termios.c:898 (0x2004aa0) Ending Line : termios.c:898 (0x2004aa3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 272 Symbol : iproc (0x2004994) Starting Line : termios.c:904 (0x2004ae0) Ending Line : termios.c:906 (0x2004b03) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 275 Symbol : iproc (0x2004994) Starting Line : termios.c:915 (0x2004b38) Ending Line : termios.c:915 (0x2004b3b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 277 Symbol : killinfo (0x2022f98) Starting Line : killinfo.c:189 (0x2023104) Ending Line : killinfo.c:189 (0x2023107) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 279 Symbol : killinfo (0x2022f98) Starting Line : killinfo.c:268 (0x2023164) Ending Line : killinfo.c:268 (0x2023167) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 281 Symbol : killinfo (0x2022f98) Starting Line : killinfo.c:268 (0x2023174) Ending Line : killinfo.c:268 (0x2023177) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 283 Symbol : libc_wrapup (0x2013a6c) Starting Line : newlibc_exit.c:89 (0x2013ad4) Ending Line : newlibc_exit.c:89 (0x2013adb) 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 (0x200d8e4) Starting Line : memfile.c:257 (0x200d908) Ending Line : memfile.c:257 (0x200d90b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 292 Symbol : memfile_lseek (0x200d95c) Starting Line : memfile.c:219 (0x200d990) Ending Line : memfile.c:219 (0x200d993) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 294 Symbol : memfile_lseek (0x200d95c) Starting Line : memfile.c:220 (0x200d9a4) Ending Line : memfile.c:220 (0x200d9af) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 296 Symbol : memfile_open (0x200d848) Starting Line : memfile.c:102 (0x200d870) Ending Line : memfile.c:111 (0x200d8bb) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 298 Symbol : mount (0x2003080) Starting Line : mount.c:157 (0x2003194) Ending Line : mount.c:157 (0x200319f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 301 Symbol : mount (0x2003080) Starting Line : mount.c:211 (0x2003254) Ending Line : mount.c:211 (0x2003257) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 303 Symbol : mount (0x2003080) Starting Line : mount.c:219 (0x2003270) Ending Line : mount.c:219 (0x200327b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 304 Symbol : mount (0x2003080) Starting Line : mount.c:128 (0x20032f8) Ending Line : mount.c:128 (0x20032fb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 310 Symbol : newlib_free_buffers (0x200332c) Starting Line : newlibc_reent.c:115 (0x2003354) Ending Line : newlibc_reent.c:121 (0x200337b) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 317 Symbol : oproc (0x2004564) Starting Line : termios.c:694 (0x2004590) Ending Line : termios.c:727 (0x20045a3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 319 Symbol : oproc (0x2004564) Starting Line : termios.c:705 (0x20045b4) Ending Line : termios.c:705 (0x20045bb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 321 Symbol : oproc (0x2004564) Starting Line : termios.c:696 (0x20045c4) Ending Line : termios.c:696 (0x20045c7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 323 Symbol : oproc (0x2004564) Starting Line : termios.c:705 (0x20045f0) Ending Line : termios.c:714 (0x2004627) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 325 Symbol : oproc (0x2004564) Starting Line : termios.c:727 (0x2004664) Ending Line : termios.c:735 (0x2004677) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 327 Symbol : oproc (0x2004564) Starting Line : termios.c:733 (0x2004680) Ending Line : termios.c:734 (0x20046ab) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 330 Symbol : pipe_create (0x200c294) Starting Line : pipe.c:36 (0x200c2b4) Ending Line : pipe.c:36 (0x200c2b7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 334 Symbol : pipe_read (0x200d524) Starting Line : fifo.c:401 (0x200d550) Ending Line : fifo.c:401 (0x200d553) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 337 Symbol : pipe_read (0x200d524) Starting Line : fifo.c:422 (0x200d6a0) Ending Line : fifo.c:456 (0x200d6a7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 347 Symbol : pipe_write (0x200d6b8) Starting Line : fifo.c:502 (0x200d880) Ending Line : fifo.c:542 (0x200d887) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 358 Symbol : pthread_mutex_timedlock (0x2008578) Starting Line : mutextimedlock.c:79 (0x20085d8) Ending Line : mutextimedlock.c:79 (0x20085db) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 380 Symbol : readv (0x20049d8) Starting Line : readv.c:107 (0x2004ae8) Ending Line : readv.c:107 (0x2004aeb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 385 Symbol : realloc (0x2013c3c) Starting Line : realloc.c:38 (0x2013c78) Ending Line : realloc.c:38 (0x2013c7b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 388 Symbol : realloc (0x2013c3c) Starting Line : realloc.c:52 (0x2013cb0) Ending Line : realloc.c:42 (0x2013cbf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 390 Symbol : realloc (0x2013c3c) Starting Line : realloc.c:42 (0x2013d68) Ending Line : realloc.c:42 (0x2013d6f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 394 Symbol : rtems_aio_enqueue (0x20071f4) Starting Line : aio_misc.c:300 (0x2007210) Ending Line : aio_misc.c:301 (0x200721f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 397 Symbol : rtems_aio_enqueue (0x20071f4) Starting Line : aio_misc.c:331 (0x20072f8) Ending Line : aio_misc.c:332 (0x200730b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 398 Symbol : rtems_aio_enqueue (0x20071f4) Starting Line : aio_misc.c:349 (0x200733c) Ending Line : aio_misc.c:349 (0x200733f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 400 Symbol : rtems_aio_enqueue (0x20071f4) Starting Line : aio_misc.c:376 (0x2007404) Ending Line : aio_misc.c:376 (0x200740b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 404 Symbol : rtems_aio_handle (0x2006e7c) Starting Line : aio_misc.c:442 (0x2006f28) Ending Line : aio_misc.c:442 (0x2006f2b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 405 Symbol : rtems_aio_handle (0x2006e7c) Starting Line : aio_misc.c:459 (0x2006f70) Ending Line : aio_misc.c:465 (0x2006f7b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 407 Symbol : rtems_aio_handle (0x2006e7c) Starting Line : aio_misc.c:466 (0x2006f84) Ending Line : aio_misc.c:467 (0x2006f9b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 411 Symbol : rtems_aio_handle (0x2006e7c) Starting Line : aio_misc.c:556 (0x20070cc) Ending Line : aio_misc.c:556 (0x20070d7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 414 Symbol : rtems_aio_init (0x2006ca8) Starting Line : aio_misc.c:47 (0x2006cd8) Ending Line : aio_misc.c:50 (0x2006ce3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 416 Symbol : rtems_aio_init (0x2006ca8) Starting Line : aio_misc.c:52 (0x2006cfc) Ending Line : aio_misc.c:55 (0x2006d0b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 418 Symbol : rtems_aio_init (0x2006ca8) Starting Line : aio_misc.c:57 (0x2006d24) Ending Line : chain.inl:386 (0x2006d3f) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 420 Symbol : rtems_aio_insert_prio (0x20070d8) Starting Line : aio_misc.c:190 (0x2007105) Ending Line : aio_misc.c:190 (0x200710b) Size in Bytes : 7 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 422 Symbol : rtems_aio_insert_prio (0x20070d8) Starting Line : aio_misc.c:187 (0x2007118) Ending Line : aio_misc.c:187 (0x200711f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 424 Symbol : rtems_aio_remove_req (0x2007184) Starting Line : aio_misc.c:556 (0x20071a0) Ending Line : aio_misc.c:254 (0x20071af) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 427 Symbol : rtems_chain_append_with_notification (0x2006e10) Starting Line : chainappendnotify.c:44 (0x2006e39) Ending Line : chainappendnotify.c:44 (0x2006e3b) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 428 Symbol : rtems_chain_append_with_notification (0x2006e10) Starting Line : chainappendnotify.c:44 (0x2006e3d) Ending Line : chainappendnotify.c:44 (0x2006e3f) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 431 Symbol : rtems_chain_prepend_with_notification (0x2006ec0) Starting Line : chainprependnotify.c:44 (0x2006ee9) Ending Line : chainprependnotify.c:44 (0x2006eeb) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 432 Symbol : rtems_chain_prepend_with_notification (0x2006ec0) Starting Line : chainprependnotify.c:44 (0x2006eed) Ending Line : chainprependnotify.c:44 (0x2006eef) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 435 Symbol : rtems_cpu_usage_report_with_plugin (0x2003224) Starting Line : cpuusagereport.c:113 (0x20032bc) Ending Line : cpuusagereport.c:113 (0x20032c3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 441 Symbol : rtems_filesystem_initialize (0x2002804) Starting Line : base_fs.c:58 (0x200285c) Ending Line : base_fs.c:58 (0x200286b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 443 Symbol : rtems_filesystem_initialize (0x2002804) Starting Line : base_fs.c:105 (0x20028ec) Ending Line : base_fs.c:105 (0x20028f3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 449 Symbol : rtems_gxx_key_create (0x200356c) Starting Line : gxx_wrappers.c:84 (0x20035a8) Ending Line : gxx_wrappers.c:84 (0x20035af) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 459 Symbol : rtems_libio_free (0x200b1e0) Starting Line : libio.c:181 (0x200b1f8) Ending Line : libio.c:181 (0x200b1fb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 467 Symbol : rtems_libio_to_fcntl_flags (0x200b0f8) Starting Line : libio.c:107 (0x200b114) Ending Line : libio.c:104 (0x200b11f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 487 Symbol : rtems_stack_checker_is_blown (0x2002d30) Starting Line : check.c:328 (0x2002da0) Ending Line : check.c:328 (0x2002daf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 491 Symbol : rtems_string_to_double (0x200c388) Starting Line : stringtodouble.c:52 (0x200c42c) Ending Line : stringtodouble.c:52 (0x200c43f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 492 Symbol : rtems_string_to_float (0x200c450) Starting Line : stringtofloat.c:52 (0x200c4e8) Ending Line : stringtofloat.c:52 (0x200c4fb) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 494 Symbol : rtems_string_to_int (0x200c50c) Starting Line : stringtoint.c:52 (0x200c590) Ending Line : stringtoint.c:70 (0x200c5a7) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 497 Symbol : rtems_string_to_long (0x200c690) Starting Line : stringtolong.c:56 (0x200c728) Ending Line : stringtolong.c:56 (0x200c72b) 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 : 500 Symbol : rtems_string_to_long_long (0x200c5bc) Starting Line : stringtolonglong.c:62 (0x200c668) Ending Line : stringtolonglong.c:62 (0x200c66b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 502 Symbol : rtems_string_to_long_long (0x200c5bc) Starting Line : stringtolonglong.c:65 (0x200c678) Ending Line : stringtolonglong.c:65 (0x200c67b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 504 Symbol : rtems_string_to_unsigned_char (0x200c754) Starting Line : stringtounsignedchar.c:53 (0x200c7c4) Ending Line : stringtounsignedchar.c:57 (0x200c7d7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 506 Symbol : rtems_string_to_unsigned_char (0x200c754) Starting Line : stringtounsignedchar.c:58 (0x200c7e0) Ending Line : stringtounsignedchar.c:58 (0x200c7ef) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 508 Symbol : rtems_string_to_unsigned_int (0x200c804) Starting Line : stringtounsignedint.c:63 (0x200c884) Ending Line : stringtounsignedint.c:63 (0x200c887) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 510 Symbol : rtems_string_to_unsigned_long (0x200c93c) Starting Line : stringtounsignedlong.c:56 (0x200c9bc) Ending Line : stringtounsignedlong.c:56 (0x200c9bf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 512 Symbol : rtems_string_to_unsigned_long_long (0x200c894) Starting Line : stringtounsignedlonglong.c:57 (0x200c91c) Ending Line : stringtounsignedlonglong.c:57 (0x200c91f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 514 Symbol : rtems_string_to_unsigned_long_long (0x200c894) Starting Line : stringtounsignedlonglong.c:61 (0x200c92c) Ending Line : stringtounsignedlonglong.c:61 (0x200c92f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 516 Symbol : rtems_tarfs_load (0x2002720) Starting Line : imfs_load_tar.c:112 (0x200277c) Ending Line : imfs_load_tar.c:112 (0x2002783) 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 : 520 Symbol : rtems_tarfs_load (0x2002720) Starting Line : imfs_load_tar.c:151 (0x200288c) Ending Line : imfs_load_tar.c:151 (0x2002893) 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 : 522 Symbol : rtems_tarfs_load (0x2002720) Starting Line : imfs_load_tar.c:169 (0x20028e4) Ending Line : imfs_load_tar.c:169 (0x20028e7) 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 : 534 Symbol : rtems_termios_close (0x2003e44) Starting Line : termios.c:397 (0x2003f20) Ending Line : termios.c:397 (0x2003f27) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 536 Symbol : rtems_termios_close (0x2003e44) Starting Line : termios.c:400 (0x2003f34) Ending Line : termios.c:401 (0x2003f47) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 538 Symbol : rtems_termios_dequeue_characters (0x200561c) Starting Line : termios.c:1389 (0x2005654) Ending Line : termios.c:1389 (0x200565b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 543 Symbol : rtems_termios_enqueue_raw_characters (0x200503c) Starting Line : termios.c:1162 (0x2005128) Ending Line : termios.c:1162 (0x2005133) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 545 Symbol : rtems_termios_enqueue_raw_characters (0x200503c) Starting Line : termios.c:1174 (0x2005158) Ending Line : termios.c:1174 (0x2005163) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 548 Symbol : rtems_termios_enqueue_raw_characters (0x200503c) Starting Line : termios.c:1182 (0x2005184) Ending Line : termios.c:1235 (0x20051d7) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 550 Symbol : rtems_termios_enqueue_raw_characters (0x200503c) Starting Line : termios.c:1199 (0x200521c) Ending Line : termios.c:1216 (0x20052c7) Size in Bytes : 172 Size in Instructions : 43 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 552 Symbol : rtems_termios_enqueue_raw_characters (0x200503c) Starting Line : termios.c:1225 (0x20052e0) Ending Line : termios.c:1225 (0x20052e7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 554 Symbol : rtems_termios_enqueue_raw_characters (0x200503c) Starting Line : termios.c:1233 (0x20052fc) Ending Line : termios.c:1233 (0x20052ff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 556 Symbol : rtems_termios_enqueue_raw_characters (0x200503c) Starting Line : termios.c:1234 (0x2005310) Ending Line : termios.c:1235 (0x2005327) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 558 Symbol : rtems_termios_ioctl (0x2004034) Starting Line : termios.c:523 (0x2004068) Ending Line : termios.c:524 (0x2004073) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 560 Symbol : rtems_termios_ioctl (0x2004034) Starting Line : termios.c:526 (0x20040a0) Ending Line : termios.c:526 (0x20040a3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 565 Symbol : rtems_termios_ioctl (0x2004034) Starting Line : termios.c:463 (0x2004184) Ending Line : termios.c:472 (0x20041cf) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 568 Symbol : rtems_termios_ioctl (0x2004034) Starting Line : termios.c:484 (0x2004218) Ending Line : termios.c:499 (0x2004267) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 570 Symbol : rtems_termios_ioctl (0x2004034) Starting Line : termios.c:500 (0x2004274) Ending Line : termios.c:503 (0x2004283) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 572 Symbol : rtems_termios_ioctl (0x2004034) Starting Line : termios.c:562 (0x2004318) Ending Line : termios.c:562 (0x200431b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 575 Symbol : rtems_termios_ioctl (0x2004034) Starting Line : termios.c:612 (0x20043ec) Ending Line : termios.c:616 (0x200441f) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 578 Symbol : rtems_termios_open (0x20039f4) Starting Line : termios.c:130 (0x2003a44) Ending Line : termios.c:130 (0x2003a47) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 580 Symbol : rtems_termios_open (0x20039f4) Starting Line : termios.c:172 (0x2003ac4) Ending Line : termios.c:172 (0x2003acb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 586 Symbol : rtems_termios_puts (0x2004434) Starting Line : termios.c:664 (0x20044b4) Ending Line : termios.c:664 (0x20044bb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 588 Symbol : rtems_termios_puts (0x2004434) Starting Line : termios.c:676 (0x2004534) Ending Line : termios.c:678 (0x2004543) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 593 Symbol : rtems_termios_read (0x2004c7c) Starting Line : termios.c:977 (0x2004dd8) Ending Line : termios.c:977 (0x2004de3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 596 Symbol : rtems_termios_read (0x2004c7c) Starting Line : termios.c:989 (0x2004e30) Ending Line : termios.c:989 (0x2004e33) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 598 Symbol : rtems_termios_read (0x2004c7c) Starting Line : termios.c:989 (0x2004e40) Ending Line : termios.c:989 (0x2004e43) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 600 Symbol : rtems_termios_read (0x2004c7c) Starting Line : termios.c:1019 (0x2004e9c) Ending Line : termios.c:1019 (0x2004e9f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 602 Symbol : rtems_termios_read (0x2004c7c) Starting Line : termios.c:1026 (0x2004ec0) Ending Line : termios.c:1041 (0x2004efb) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 604 Symbol : rtems_termios_read (0x2004c7c) Starting Line : termios.c:1032 (0x2004f0c) Ending Line : termios.c:1041 (0x2004f33) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 606 Symbol : rtems_termios_read (0x2004c7c) Starting Line : termios.c:1045 (0x2004f58) Ending Line : termios.c:1046 (0x2004f73) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 609 Symbol : rtems_termios_read (0x2004c7c) Starting Line : termios.c:1058 (0x2004fc8) Ending Line : termios.c:1058 (0x2004fcb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 611 Symbol : rtems_termios_refill_transmitter (0x20053c0) Starting Line : termios.c:1262 (0x20053d8) Ending Line : termios.c:1267 (0x200540f) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 613 Symbol : rtems_termios_refill_transmitter (0x20053c0) Starting Line : termios.c:1280 (0x2005424) Ending Line : termios.c:1285 (0x200545b) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 615 Symbol : rtems_termios_refill_transmitter (0x20053c0) Starting Line : termios.c:1297 (0x2005488) Ending Line : termios.c:1297 (0x2005497) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 617 Symbol : rtems_termios_refill_transmitter (0x20053c0) Starting Line : termios.c:1327 (0x2005500) Ending Line : termios.c:1327 (0x200550f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 619 Symbol : rtems_termios_refill_transmitter (0x20053c0) Starting Line : termios.c:1335 (0x2005524) Ending Line : termios.c:1338 (0x200554b) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 621 Symbol : rtems_termios_rxdaemon (0x2005350) Starting Line : termios.c:1464 (0x2005380) Ending Line : termios.c:1471 (0x200538f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 623 Symbol : rtems_termios_txdaemon (0x20055a8) Starting Line : termios.c:1425 (0x20055dc) Ending Line : termios.c:1432 (0x20055eb) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 625 Symbol : rtems_termios_txdaemon (0x20055a8) Starting Line : termios.c:1433 (0x2005604) Ending Line : termios.c:1433 (0x200560b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 628 Symbol : rtems_termios_write (0x2004bb4) Starting Line : termios.c:764 (0x2004c5c) Ending Line : termios.c:765 (0x2004c67) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 632 Symbol : rtems_verror (0x2007664) Starting Line : thread.inl:185 (0x2007690) Ending Line : thread.inl:185 (0x200769f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 636 Symbol : scanInt (0x20031e4) Starting Line : getpwent.c:127 (0x2003214) Ending Line : getpwent.c:127 (0x2003227) 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 : 655 Symbol : siproc (0x2004b68) Starting Line : termios.c:939 (0x2004ba8) Ending Line : termios.c:939 (0x2004baf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 660 Symbol : tcsetattr (0x2005628) Starting Line : tcsetattr.c:42 (0x200566c) Ending Line : tcsetattr.c:42 (0x200566f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 661 Symbol : tcsetattr (0x2005628) Starting Line : tcsetattr.c:50 (0x2005679) Ending Line : tcsetattr.c:50 (0x200567f) Size in Bytes : 7 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 672 Symbol : unmount (0x2006a64) Starting Line : unmount.c:140 (0x2006b65) Ending Line : unmount.c:141 (0x2006b87) Size in Bytes : 35 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 679 Symbol : writev (0x2006d4c) Starting Line : writev.c:105 (0x2006e78) Ending Line : writev.c:105 (0x2006e7b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 681 Symbol : writev (0x2006d4c) Starting Line : writev.c:114 (0x2006e98) Ending Line : writev.c:114 (0x2006e9b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================