============================================ Index : 5 Symbol : IMFS_eval_path (0x200a42c) Starting Line : imfs_eval.c:501 (0x200a444) Ending Line : imfs_eval.c:501 (0x200a453) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 12 Symbol : IMFS_evaluate_for_make (0x200a87c) Starting Line : imfs_eval.c:334 (0x200a958) Ending Line : imfs_eval.c:334 (0x200a95b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 14 Symbol : IMFS_evaluate_for_make (0x200a87c) Starting Line : imfs_eval.c:378 (0x200a9f8) Ending Line : imfs_eval.c:378 (0x200a9ff) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 20 Symbol : IMFS_evaluate_permission (0x200a39c) Starting Line : imfs_eval.c:84 (0x200a3ac) Ending Line : imfs_eval.c:84 (0x200a3c3) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 25 Symbol : IMFS_find_match_in_dir (0x200ac88) Starting Line : imfs_getchild.c:51 (0x200acc0) Ending Line : imfs_getchild.c:51 (0x200acc3) 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 : 28 Symbol : IMFS_fsunmount (0x200abcc) Starting Line : imfs_fsunmount.c:86 (0x200ac50) Ending Line : imfs_fsunmount.c:86 (0x200ac53) 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 : 30 Symbol : IMFS_fsunmount (0x200abcc) Starting Line : imfs_fsunmount.c:93 (0x200ac70) Ending Line : imfs_fsunmount.c:82 (0x200ac7f) 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 : 35 Symbol : IMFS_memfile_extend (0x200cbdc) Starting Line : memfile.c:298 (0x200cc1c) Ending Line : memfile.c:298 (0x200cc1f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 55 Symbol : IMFS_memfile_read (0x200c7a8) Starting Line : memfile.c:564 (0x200c7f0) Ending Line : memfile.c:564 (0x200c7f3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 56 Symbol : IMFS_memfile_read (0x200c7a8) Starting Line : memfile.c:557 (0x200c7fc) Ending Line : memfile.c:557 (0x200c7ff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 59 Symbol : IMFS_memfile_read (0x200c7a8) Starting Line : memfile.c:579 (0x200c850) Ending Line : memfile.c:579 (0x200c853) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 64 Symbol : IMFS_memfile_remove (0x200ca7c) Starting Line : memfile.c:487 (0x200cad4) Ending Line : memfile.c:487 (0x200cad7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 74 Symbol : IMFS_mount (0x20024b4) Starting Line : imfs_mount.c:44 (0x20024cc) Ending Line : imfs_mount.c:44 (0x20024e3) 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 : 76 Symbol : IMFS_print_jnode (0x2004e2c) Starting Line : imfs_debug.c:43 (0x2004e54) Ending Line : imfs_debug.c:43 (0x2004e57) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 77 Symbol : IMFS_print_jnode (0x2004e2c) Starting Line : imfs_debug.c:88 (0x2004f0c) Ending Line : imfs_debug.c:88 (0x2004f1b) 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 : 79 Symbol : IMFS_rename (0x2002534) Starting Line : imfs_rename.c:40 (0x2002558) Ending Line : imfs_rename.c:40 (0x200255b) 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 (0x200262c) Starting Line : imfs_unlink.c:51 (0x2002654) Ending Line : imfs_unlink.c:51 (0x200266b) 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 (0x20026fc) Starting Line : imfs_unmount.c:45 (0x2002714) Ending Line : imfs_unmount.c:45 (0x2002723) 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 (0x20026fc) Starting Line : imfs_unmount.c:52 (0x2002730) Ending Line : imfs_unmount.c:52 (0x2002747) 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 (0x2001e50) Starting Line : check.c:406 (0x2001e7c) Ending Line : check.c:406 (0x2001e7f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 91 Symbol : Stack_check_Dump_threads_usage (0x2001e50) Starting Line : check.c:426 (0x2001ec4) Ending Line : check.c:426 (0x2001ecb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 93 Symbol : Stack_check_Dump_threads_usage (0x2001e50) Starting Line : check.c:456 (0x2001f88) Ending Line : check.c:456 (0x2001f9b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 99 Symbol : _CORE_message_queue_Initialize (0x200fb70) Starting Line : coremsg.c:86 (0x200fbbc) Ending Line : coremsg.c:86 (0x200fbbf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 101 Symbol : _CORE_mutex_Seize (0x2006f84) Starting Line : coremutexseize.c:39 (0x2007050) Ending Line : coremutexseize.c:39 (0x2007057) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 124 Symbol : _RBTree_Extract_unprotected (0x20086c4) Starting Line : rbtreeextract.c:140 (0x2008754) Ending Line : rbtreeextract.c:140 (0x2008757) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 125 Symbol : _RBTree_Extract_unprotected (0x20086c4) Starting Line : rbtreeextract.c:142 (0x2008760) Ending Line : rbtreeextract.c:177 (0x200880b) Size in Bytes : 172 Size in Instructions : 43 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 127 Symbol : _RBTree_Extract_unprotected (0x20086c4) Starting Line : rbtreeextract.c:210 (0x2008884) Ending Line : rbtreeextract.c:210 (0x200888b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 129 Symbol : _RBTree_Extract_validate_unprotected (0x20084cc) Starting Line : rbtree.inl:202 (0x20084f8) Ending Line : rbtree.inl:202 (0x20084fb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 131 Symbol : _RBTree_Extract_validate_unprotected (0x20084cc) Starting Line : rbtreeextract.c:57 (0x200854c) Ending Line : rbtreeextract.c:57 (0x200854f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 135 Symbol : _RBTree_Find_header (0x20088d4) Starting Line : rbtree.inl:308 (0x20088fc) Ending Line : rbtree.inl:308 (0x20088ff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : _RBTree_Initialize *** 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 : 146 Symbol : _Scheduler_priority_Yield (0x2008548) Starting Line : schedulerpriorityyield.c:52 (0x20085ec) Ending Line : schedulerpriorityyield.c:52 (0x20085ef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 157 Symbol : _Thread_queue_Enqueue_priority (0x2009020) Starting Line : threadqenqueuepriority.c:106 (0x20090d0) Ending Line : threadqenqueuepriority.c:106 (0x20090d3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 159 Symbol : _Thread_queue_Enqueue_priority (0x2009020) Starting Line : threadqenqueuepriority.c:153 (0x2009164) Ending Line : threadqenqueuepriority.c:153 (0x2009167) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 160 Symbol : _Thread_queue_Enqueue_priority (0x2009020) Starting Line : threadqenqueuepriority.c:196 (0x20091bc) Ending Line : threadqenqueuepriority.c:197 (0x20091c7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 167 Symbol : _Timer_server_Body (0x2016d3c) Starting Line : timerserver.c:345 (0x2016e54) Ending Line : timerserver.c:345 (0x2016e5f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 174 Symbol : __kill (0x20181d8) Starting Line : kill_noposix.c:47 (0x20181d8) Ending Line : kill_noposix.c:47 (0x20181df) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 175 Symbol : _gettimeofday (0x2002e54) Starting Line : __gettod.c:82 (0x2002e54) Ending Line : __gettod.c:82 (0x2002e5f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 181 Symbol : devFS_evaluate_path (0x2009f54) Starting Line : devfs_eval.c:44 (0x2009f64) Ending Line : devfs_eval.c:44 (0x2009f73) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 184 Symbol : drainOutput.part.0 (0x2003ca8) Starting Line : termios.c:348 (0x2003cbc) Ending Line : termios.c:353 (0x2003cef) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 186 Symbol : drainOutput.part.0 (0x2003ca8) Starting Line : termios.c:346 (0x2003d00) Ending Line : termios.c:346 (0x2003d03) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 189 Symbol : endgrent (0x2003988) Starting Line : getpwent.c:437 (0x20039a8) Ending Line : getpwent.c:437 (0x20039ab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 191 Symbol : endpwent (0x20037f4) Starting Line : getpwent.c:281 (0x2003814) Ending Line : getpwent.c:281 (0x2003817) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 193 Symbol : erase (0x2004a90) Starting Line : termios.c:802 (0x2004ac0) Ending Line : termios.c:802 (0x2004ac3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 195 Symbol : erase (0x2004a90) Starting Line : termios.c:807 (0x2004ad4) Ending Line : termios.c:808 (0x2004af7) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 198 Symbol : erase (0x2004a90) Starting Line : termios.c:819 (0x2004b28) Ending Line : termios.c:819 (0x2004b33) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 200 Symbol : erase (0x2004a90) Starting Line : termios.c:832 (0x2004b7c) Ending Line : termios.c:827 (0x2004b8f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 202 Symbol : erase (0x2004a90) Starting Line : termios.c:848 (0x2004bec) Ending Line : termios.c:853 (0x2004c23) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 204 Symbol : erase (0x2004a90) Starting Line : termios.c:853 (0x2004c34) Ending Line : termios.c:854 (0x2004c47) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 210 Symbol : fcntl (0x2003274) Starting Line : fcntl.c:143 (0x20033fc) Ending Line : fcntl.c:143 (0x2003407) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 215 Symbol : fifo_open (0x200ca1c) Starting Line : fifo.c:228 (0x200cc04) Ending Line : fifo.c:192 (0x200cc13) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 220 Symbol : fifo_open (0x200ca1c) Starting Line : fifo.c:340 (0x200ccd8) Ending Line : fifo.c:340 (0x200ccdb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 225 Symbol : fifo_open (0x200ca1c) Starting Line : fifo.c:365 (0x200cd84) Ending Line : fifo.c:365 (0x200cd87) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 229 Symbol : fifo_open (0x200ca1c) Starting Line : fifo.c:360 (0x200ce04) Ending Line : fifo.c:385 (0x200ce0b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 233 Symbol : free_user_env (0x2003d20) Starting Line : privateenv.c:42 (0x2003d50) Ending Line : privateenv.c:42 (0x2003d57) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : getpagesize *** 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 : 236 Symbol : gettimeofday (0x2002ddc) Starting Line : __gettod.c:37 (0x2002dec) Ending Line : __gettod.c:37 (0x2002e03) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 242 Symbol : iproc (0x2004ca8) Starting Line : termios.c:871 (0x2004cb8) Ending Line : termios.c:871 (0x2004cbb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 245 Symbol : iproc (0x2004ca8) Starting Line : termios.c:886 (0x2004d10) Ending Line : termios.c:886 (0x2004d17) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 247 Symbol : iproc (0x2004ca8) Starting Line : termios.c:882 (0x2004d28) Ending Line : termios.c:882 (0x2004d2b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 251 Symbol : iproc (0x2004ca8) Starting Line : termios.c:898 (0x2004da8) Ending Line : termios.c:898 (0x2004dab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 254 Symbol : iproc (0x2004ca8) Starting Line : termios.c:904 (0x2004de8) Ending Line : termios.c:906 (0x2004e0b) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 257 Symbol : iproc (0x2004ca8) Starting Line : termios.c:915 (0x2004e40) Ending Line : termios.c:915 (0x2004e43) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 258 Symbol : kill (0x20181c8) Starting Line : kill_noposix.c:33 (0x20181c8) Ending Line : kill_noposix.c:33 (0x20181cf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 260 Symbol : libc_wrapup (0x20035cc) Starting Line : newlibc_exit.c:89 (0x2003634) Ending Line : newlibc_exit.c:89 (0x200363b) 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 : 266 Symbol : memfile_ftruncate (0x200cf78) Starting Line : memfile.c:257 (0x200cf9c) Ending Line : memfile.c:257 (0x200cf9f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 269 Symbol : memfile_lseek (0x200cfe8) Starting Line : memfile.c:219 (0x200d01c) Ending Line : memfile.c:219 (0x200d01f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 271 Symbol : memfile_lseek (0x200cfe8) Starting Line : memfile.c:220 (0x200d030) Ending Line : memfile.c:220 (0x200d03b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 273 Symbol : memfile_open (0x200cedc) Starting Line : memfile.c:102 (0x200cf04) Ending Line : memfile.c:111 (0x200cf4f) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 275 Symbol : mount (0x2003320) Starting Line : mount.c:157 (0x2003438) Ending Line : mount.c:157 (0x2003443) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 279 Symbol : mount (0x2003320) Starting Line : mount.c:219 (0x200351c) Ending Line : mount.c:219 (0x200352f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 280 Symbol : mount (0x2003320) Starting Line : mount.c:128 (0x20035a4) Ending Line : mount.c:128 (0x20035a7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 286 Symbol : newlib_free_buffers (0x2003664) Starting Line : newlibc_reent.c:115 (0x200368c) Ending Line : newlibc_reent.c:121 (0x20036b3) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 288 Symbol : open (0x2003948) Starting Line : open.c:127 (0x2003a14) Ending Line : open.c:128 (0x2003a23) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 294 Symbol : oproc (0x2004888) Starting Line : termios.c:694 (0x20048b4) Ending Line : termios.c:727 (0x20048c7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 296 Symbol : oproc (0x2004888) Starting Line : termios.c:705 (0x20048d8) Ending Line : termios.c:705 (0x20048df) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 298 Symbol : oproc (0x2004888) Starting Line : termios.c:696 (0x20048e8) Ending Line : termios.c:696 (0x20048eb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 300 Symbol : oproc (0x2004888) Starting Line : termios.c:705 (0x2004914) Ending Line : termios.c:714 (0x200494b) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 302 Symbol : oproc (0x2004888) Starting Line : termios.c:727 (0x2004988) Ending Line : termios.c:735 (0x200499b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 304 Symbol : oproc (0x2004888) Starting Line : termios.c:733 (0x20049a4) Ending Line : termios.c:734 (0x20049cf) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 312 Symbol : pipe_read (0x200ce1c) Starting Line : fifo.c:422 (0x200cf90) Ending Line : fifo.c:456 (0x200cf97) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 322 Symbol : pipe_write (0x200cfa8) Starting Line : fifo.c:502 (0x200d148) Ending Line : fifo.c:542 (0x200d14f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 330 Symbol : readv (0x200478c) Starting Line : readv.c:107 (0x20048a4) Ending Line : readv.c:107 (0x20048a7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 335 Symbol : realloc (0x20183f4) Starting Line : thread.inl:40 (0x2018430) Ending Line : thread.inl:40 (0x2018433) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 337 Symbol : realloc (0x20183f4) Starting Line : realloc.c:41 (0x2018444) Ending Line : realloc.c:41 (0x2018447) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 339 Symbol : realloc (0x20183f4) Starting Line : realloc.c:52 (0x2018464) Ending Line : realloc.c:42 (0x2018473) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 346 Symbol : rtems_cpu_usage_report_with_plugin (0x20030ac) Starting Line : cpuusagereport.c:104 (0x2003128) Ending Line : cpuusagereport.c:104 (0x200312f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 352 Symbol : rtems_filesystem_initialize (0x200283c) Starting Line : base_fs.c:58 (0x2002894) Ending Line : base_fs.c:58 (0x20028a3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 354 Symbol : rtems_filesystem_initialize (0x200283c) Starting Line : base_fs.c:105 (0x2002920) Ending Line : base_fs.c:105 (0x2002927) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 360 Symbol : rtems_gxx_key_create (0x20032e8) Starting Line : gxx_wrappers.c:84 (0x2003324) Ending Line : gxx_wrappers.c:84 (0x200332b) 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 : 370 Symbol : rtems_libio_free (0x200b2f0) Starting Line : libio.c:181 (0x200b308) Ending Line : libio.c:181 (0x200b30b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 379 Symbol : rtems_libio_to_fcntl_flags (0x200b208) Starting Line : libio.c:107 (0x200b224) Ending Line : libio.c:104 (0x200b22f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 398 Symbol : rtems_stack_checker_is_blown (0x20021bc) Starting Line : check.c:328 (0x200222c) Ending Line : check.c:328 (0x200223b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 402 Symbol : rtems_string_to_double (0x200bba0) Starting Line : stringtodouble.c:52 (0x200bc40) Ending Line : stringtodouble.c:52 (0x200bc53) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 403 Symbol : rtems_string_to_float (0x200bc64) Starting Line : stringtofloat.c:52 (0x200bcf8) Ending Line : stringtofloat.c:52 (0x200bd0b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 405 Symbol : rtems_string_to_int (0x200bd1c) Starting Line : stringtoint.c:52 (0x200bd9c) Ending Line : stringtoint.c:70 (0x200bdb7) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 408 Symbol : rtems_string_to_long (0x200be90) Starting Line : stringtolong.c:56 (0x200bf28) Ending Line : stringtolong.c:56 (0x200bf2b) 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 : 411 Symbol : rtems_string_to_long_long (0x200bdc4) Starting Line : stringtolonglong.c:62 (0x200be70) Ending Line : stringtolonglong.c:62 (0x200be73) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 413 Symbol : rtems_string_to_long_long (0x200bdc4) Starting Line : stringtolonglong.c:65 (0x200be80) Ending Line : stringtolonglong.c:65 (0x200be83) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 415 Symbol : rtems_string_to_unsigned_char (0x200bf48) Starting Line : stringtounsignedchar.c:53 (0x200bfb4) Ending Line : stringtounsignedchar.c:57 (0x200bfc7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 417 Symbol : rtems_string_to_unsigned_char (0x200bf48) Starting Line : stringtounsignedchar.c:58 (0x200bfd0) Ending Line : stringtounsignedchar.c:58 (0x200bfdf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 419 Symbol : rtems_string_to_unsigned_int (0x200bff4) Starting Line : stringtounsignedint.c:63 (0x200c070) Ending Line : stringtounsignedint.c:63 (0x200c073) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 421 Symbol : rtems_string_to_unsigned_long (0x200c11c) Starting Line : stringtounsignedlong.c:56 (0x200c198) Ending Line : stringtounsignedlong.c:56 (0x200c19b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 424 Symbol : rtems_string_to_unsigned_long_long (0x200c080) Starting Line : stringtounsignedlonglong.c:61 (0x200c10c) Ending Line : stringtounsignedlonglong.c:61 (0x200c10f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 429 Symbol : rtems_tarfs_load (0x20024f4) Starting Line : imfs_load_tar.c:151 (0x2002628) Ending Line : imfs_load_tar.c:151 (0x200262f) 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 : 431 Symbol : rtems_tarfs_load (0x20024f4) Starting Line : imfs_load_tar.c:169 (0x2002680) Ending Line : imfs_load_tar.c:169 (0x2002683) 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 : 442 Symbol : rtems_termios_close (0x2004158) Starting Line : termios.c:397 (0x2004244) Ending Line : termios.c:397 (0x200424b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 444 Symbol : rtems_termios_close (0x2004158) Starting Line : termios.c:400 (0x2004258) Ending Line : termios.c:401 (0x200426b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 446 Symbol : rtems_termios_dequeue_characters (0x20058ec) Starting Line : termios.c:1389 (0x2005924) Ending Line : termios.c:1389 (0x200592b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 450 Symbol : rtems_termios_enqueue_raw_characters (0x2005344) Starting Line : termios.c:1159 (0x2005424) Ending Line : termios.c:1159 (0x2005427) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 452 Symbol : rtems_termios_enqueue_raw_characters (0x2005344) Starting Line : termios.c:1174 (0x2005440) Ending Line : termios.c:1174 (0x200544b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 455 Symbol : rtems_termios_enqueue_raw_characters (0x2005344) Starting Line : termios.c:1182 (0x200546c) Ending Line : termios.c:1235 (0x20054bf) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 457 Symbol : rtems_termios_enqueue_raw_characters (0x2005344) Starting Line : termios.c:1199 (0x2005504) Ending Line : termios.c:1216 (0x20055a7) Size in Bytes : 164 Size in Instructions : 41 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 459 Symbol : rtems_termios_enqueue_raw_characters (0x2005344) Starting Line : termios.c:1225 (0x20055c0) Ending Line : termios.c:1225 (0x20055c7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 461 Symbol : rtems_termios_enqueue_raw_characters (0x2005344) Starting Line : termios.c:1233 (0x20055dc) Ending Line : termios.c:1233 (0x20055df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 463 Symbol : rtems_termios_enqueue_raw_characters (0x2005344) Starting Line : termios.c:1234 (0x20055f0) Ending Line : termios.c:1235 (0x2005607) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 465 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:523 (0x200438c) Ending Line : termios.c:524 (0x2004397) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 467 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:526 (0x20043c8) Ending Line : termios.c:526 (0x20043cb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 472 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:463 (0x20044b0) Ending Line : termios.c:472 (0x20044fb) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 475 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:484 (0x2004544) Ending Line : termios.c:499 (0x2004593) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 477 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:500 (0x20045a0) Ending Line : termios.c:503 (0x20045af) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 479 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:562 (0x2004644) Ending Line : termios.c:562 (0x2004647) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 482 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:344 (0x2004684) Ending Line : termios.c:344 (0x200468f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 483 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:612 (0x200471c) Ending Line : termios.c:616 (0x200474f) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 486 Symbol : rtems_termios_open (0x2003d0c) Starting Line : termios.c:130 (0x2003d5c) Ending Line : termios.c:130 (0x2003d5f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 488 Symbol : rtems_termios_open (0x2003d0c) Starting Line : termios.c:172 (0x2003dd8) Ending Line : termios.c:172 (0x2003ddf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 495 Symbol : rtems_termios_puts (0x2004764) Starting Line : termios.c:664 (0x20047dc) Ending Line : termios.c:664 (0x20047e3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 497 Symbol : rtems_termios_puts (0x2004764) Starting Line : termios.c:676 (0x2004858) Ending Line : termios.c:678 (0x2004867) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 502 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:977 (0x20050e0) Ending Line : termios.c:977 (0x20050eb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 505 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:989 (0x2005138) Ending Line : termios.c:989 (0x200513b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 507 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:989 (0x2005148) Ending Line : termios.c:989 (0x200514b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 509 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:1019 (0x20051a4) Ending Line : termios.c:1019 (0x20051a7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 511 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:1026 (0x20051c8) Ending Line : termios.c:1041 (0x2005203) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 513 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:1032 (0x2005214) Ending Line : termios.c:1041 (0x200523b) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 515 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:1045 (0x2005264) Ending Line : termios.c:1046 (0x200527f) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 518 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:1058 (0x20052d4) Ending Line : termios.c:1058 (0x20052d7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 520 Symbol : rtems_termios_refill_transmitter (0x2005698) Starting Line : termios.c:1262 (0x20056b0) Ending Line : termios.c:1266 (0x20056e3) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 522 Symbol : rtems_termios_refill_transmitter (0x2005698) Starting Line : termios.c:1280 (0x20056f8) Ending Line : termios.c:1285 (0x200572f) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 524 Symbol : rtems_termios_refill_transmitter (0x2005698) Starting Line : termios.c:1297 (0x200575c) Ending Line : termios.c:1297 (0x200576b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 526 Symbol : rtems_termios_refill_transmitter (0x2005698) Starting Line : termios.c:1327 (0x20057d4) Ending Line : termios.c:1327 (0x20057e3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 528 Symbol : rtems_termios_refill_transmitter (0x2005698) Starting Line : termios.c:1335 (0x20057f8) Ending Line : termios.c:1338 (0x200581f) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 530 Symbol : rtems_termios_rxdaemon (0x2005630) Starting Line : termios.c:1464 (0x2005658) Ending Line : termios.c:1471 (0x2005667) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 532 Symbol : rtems_termios_txdaemon (0x200587c) Starting Line : termios.c:1425 (0x20058ac) Ending Line : termios.c:1432 (0x20058bb) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 534 Symbol : rtems_termios_txdaemon (0x200587c) Starting Line : termios.c:1433 (0x20058d4) Ending Line : termios.c:1433 (0x20058db) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 537 Symbol : rtems_termios_write (0x2004eb8) Starting Line : termios.c:764 (0x2004f38) Ending Line : termios.c:764 (0x2004f3f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 538 Symbol : rtems_termios_write (0x2004eb8) Starting Line : termios.c:764 (0x2004f60) Ending Line : termios.c:765 (0x2004f6f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 542 Symbol : rtems_verror (0x20029a4) Starting Line : thread.inl:69 (0x20029d0) Ending Line : thread.inl:70 (0x20029e3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 546 Symbol : scanInt (0x2002fbc) Starting Line : getpwent.c:127 (0x2002fec) Ending Line : getpwent.c:127 (0x2002fff) 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 : 558 Symbol : siproc (0x2004e70) Starting Line : termios.c:939 (0x2004eb0) Ending Line : termios.c:939 (0x2004eb7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 562 Symbol : tcsetattr (0x200c3d0) Starting Line : tcsetattr.c:42 (0x200c414) Ending Line : tcsetattr.c:42 (0x200c417) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 563 Symbol : tcsetattr (0x200c3d0) Starting Line : tcsetattr.c:50 (0x200c420) Ending Line : tcsetattr.c:50 (0x200c427) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : uname *** 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 : 568 Symbol : unmount (0x2005a14) Starting Line : unmount.c:140 (0x2005b08) Ending Line : unmount.c:141 (0x2005b2f) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 573 Symbol : writev (0x2006aa4) Starting Line : writev.c:105 (0x2006bb4) Ending Line : writev.c:105 (0x2006bb7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 575 Symbol : writev (0x2006aa4) Starting Line : writev.c:114 (0x2006bd4) Ending Line : writev.c:114 (0x2006bd7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================