============================================ Index : 5 Symbol : IMFS_eval_path (0x2009fb8) Starting Line : imfs_eval.c:488 (0x2009fc8) Ending Line : imfs_eval.c:488 (0x2009fd7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 12 Symbol : IMFS_evaluate_for_make (0x200a390) Starting Line : imfs_eval.c:364 (0x200a4e4) Ending Line : imfs_eval.c:364 (0x200a4eb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 17 Symbol : IMFS_evaluate_permission (0x2009f28) Starting Line : imfs_eval.c:84 (0x2009f38) Ending Line : imfs_eval.c:84 (0x2009f4f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 19 Symbol : IMFS_fifo_lseek (0x20033f8) Starting Line : imfs_fifo.c:126 (0x2003428) Ending Line : imfs_fifo.c:126 (0x200342f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 23 Symbol : IMFS_find_match_in_dir (0x200a728) Starting Line : imfs_getchild.c:51 (0x200a760) Ending Line : imfs_getchild.c:51 (0x200a763) Size in Bytes : 4 Size in Instructions : 1 Classification: Unreachable Explanation: This code cannot be reached. The routine IMFS_find_match_in_dir is called only if the token type is IMFS_NAME. If ".." is present in the path, the token type returned by IMFS_get_token would be IMFS_DIR_UP. With such a setup, IMFS_find_match_in_dir cannot be called with the name as ".." ============================================ ============================================ Index : 26 Symbol : IMFS_fsunmount (0x200a668) Starting Line : imfs_fsunmount.c:86 (0x200a6ec) Ending Line : imfs_fsunmount.c:86 (0x200a6ef) 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 : 28 Symbol : IMFS_fsunmount (0x200a668) Starting Line : imfs_fsunmount.c:93 (0x200a710) Ending Line : imfs_fsunmount.c:82 (0x200a71f) Size in Bytes : 16 Size in Instructions : 4 Classification: Ask Chris Johns Explanation: I think he wrote this code and can probably identify the test case. ============================================ ============================================ Index : 30 Symbol : IMFS_get_token (0x200a7a4) Starting Line : imfs_gtkn.c:42 (0x200a7e4) Ending Line : imfs_gtkn.c:42 (0x200a7e7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 35 Symbol : IMFS_memfile_extend (0x200c648) Starting Line : memfile.c:298 (0x200c688) Ending Line : memfile.c:298 (0x200c68b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 55 Symbol : IMFS_memfile_read (0x200c214) Starting Line : memfile.c:564 (0x200c25c) Ending Line : memfile.c:564 (0x200c25f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 56 Symbol : IMFS_memfile_read (0x200c214) Starting Line : memfile.c:557 (0x200c268) Ending Line : memfile.c:557 (0x200c26b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 59 Symbol : IMFS_memfile_read (0x200c214) Starting Line : memfile.c:579 (0x200c2bc) Ending Line : memfile.c:579 (0x200c2bf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 72 Symbol : IMFS_memfile_write (0x200c77c) Starting Line : memfile.c:734 (0x200c91c) Ending Line : memfile.c:767 (0x200c927) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 74 Symbol : IMFS_mount (0x20022a0) Starting Line : imfs_mount.c:44 (0x20022b8) Ending Line : imfs_mount.c:44 (0x20022cf) Size in Bytes : 24 Size in Instructions : 6 Classification: Unreachable? Explanation: We need to ask Chris Johns about this. I believe this is a case where the error checking has been done by the system call layer. I analyzed the "file handlers" callbacks for guarantees on parameters. This indicates the same analysis needs to happen for "file system handlers." Bharath: Yes, it is checked in mount.c ============================================ ============================================ Index : 76 Symbol : IMFS_print_jnode (0x2004e08) Starting Line : imfs_debug.c:43 (0x2004e30) Ending Line : imfs_debug.c:43 (0x2004e33) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 77 Symbol : IMFS_print_jnode (0x2004e08) Starting Line : imfs_debug.c:88 (0x2004ee8) Ending Line : imfs_debug.c:88 (0x2004ef7) Size in Bytes : 16 Size in Instructions : 4 Classification: Simple Test Case Explanation: We need to do an IMFS_dump on an IMFS filesystem which has a bad node type in it. This may require peeking behind the curtain and changing a value. Bharath: But usually, this code is unreachable since we cannot create a node which is not of type that is checked for. ============================================ ============================================ Index : 79 Symbol : IMFS_rename (0x2002320) Starting Line : imfs_rename.c:40 (0x2002344) Ending Line : imfs_rename.c:40 (0x2002347) Size in Bytes : 4 Size in Instructions : 1 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. Bharath: I am not sure how to have a node's parent == NULL. ============================================ ============================================ Index : 82 Symbol : IMFS_unlink (0x200241c) Starting Line : imfs_unlink.c:51 (0x2002444) Ending Line : imfs_unlink.c:51 (0x200245b) Size in Bytes : 24 Size in Instructions : 6 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 84 Symbol : IMFS_unmount (0x20024f0) Starting Line : imfs_unmount.c:45 (0x2002508) Ending Line : imfs_unmount.c:45 (0x2002517) Size in Bytes : 16 Size in Instructions : 4 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 86 Symbol : IMFS_unmount (0x20024f0) Starting Line : imfs_unmount.c:52 (0x2002524) Ending Line : imfs_unmount.c:52 (0x200253b) Size in Bytes : 24 Size in Instructions : 6 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 88 Symbol : Stack_check_Dump_threads_usage (0x2001e7c) Starting Line : check.c:406 (0x2001ea8) Ending Line : check.c:406 (0x2001eab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 90 Symbol : Stack_check_Dump_threads_usage (0x2001e7c) Starting Line : check.c:426 (0x2001ef4) Ending Line : check.c:426 (0x2001efb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 93 Symbol : Stack_check_Dump_threads_usage (0x2001e7c) Starting Line : check.c:456 (0x2001fb8) Ending Line : check.c:456 (0x2001fcf) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : _SMP_lock_Spinlock_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. ============================================ ============================================ Symbol : _SMP_lock_Spinlock_Obtain *** 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. ============================================ ============================================ Symbol : _SMP_lock_Spinlock_Release *** 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 : 129 Symbol : _Scheduler_priority_Yield (0x20080dc) Starting Line : schedulerpriorityyield.c:52 (0x200817c) Ending Line : schedulerpriorityyield.c:52 (0x200817f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 145 Symbol : _Timer_server_Body (0x201687c) Starting Line : timerserver.c:345 (0x2016998) Ending Line : timerserver.c:345 (0x20169a3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 153 Symbol : __kill (0x2021af8) Starting Line : kill_noposix.c:47 (0x2021af8) Ending Line : kill_noposix.c:47 (0x2021aff) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 154 Symbol : _gettimeofday (0x20029f8) Starting Line : __gettod.c:82 (0x20029f8) Ending Line : __gettod.c:82 (0x2002a03) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 160 Symbol : devFS_evaluate_path (0x200a744) Starting Line : devfs_eval.c:44 (0x200a754) Ending Line : devfs_eval.c:44 (0x200a763) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 163 Symbol : drainOutput (0x20037ec) Starting Line : termios.c:348 (0x2003810) Ending Line : termios.c:353 (0x2003843) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 165 Symbol : drainOutput (0x20037ec) Starting Line : termios.c:346 (0x2003854) Ending Line : termios.c:346 (0x2003857) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 167 Symbol : echo (0x2004560) Starting Line : termios.c:786 (0x20045dc) Ending Line : termios.c:786 (0x20045df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 169 Symbol : endgrent (0x2003a08) Starting Line : getpwent.c:437 (0x2003a28) Ending Line : getpwent.c:437 (0x2003a2b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 171 Symbol : endpwent (0x2003868) Starting Line : getpwent.c:281 (0x2003888) Ending Line : getpwent.c:281 (0x200388b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 173 Symbol : erase (0x20045f0) Starting Line : termios.c:802 (0x2004620) Ending Line : termios.c:802 (0x2004623) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 175 Symbol : erase (0x20045f0) Starting Line : termios.c:807 (0x2004634) Ending Line : termios.c:808 (0x2004657) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 178 Symbol : erase (0x20045f0) Starting Line : termios.c:819 (0x2004688) Ending Line : termios.c:819 (0x2004693) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 180 Symbol : erase (0x20045f0) Starting Line : termios.c:832 (0x20046dc) Ending Line : termios.c:827 (0x20046ef) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 182 Symbol : erase (0x20045f0) Starting Line : termios.c:848 (0x200474c) Ending Line : termios.c:853 (0x2004783) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 184 Symbol : erase (0x20045f0) Starting Line : termios.c:853 (0x2004794) Ending Line : termios.c:854 (0x20047a7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 190 Symbol : fcntl (0x2003304) Starting Line : fcntl.c:143 (0x200348c) Ending Line : fcntl.c:143 (0x2003497) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 193 Symbol : fifo_open (0x200cb40) Starting Line : fifo.c:184 (0x200cbdc) Ending Line : fifo.c:184 (0x200cbdf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 196 Symbol : fifo_open (0x200cb40) Starting Line : fifo.c:223 (0x200cd1c) Ending Line : fifo.c:223 (0x200cd1f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 198 Symbol : fifo_open (0x200cb40) Starting Line : fifo.c:228 (0x200cd38) Ending Line : fifo.c:228 (0x200cd3f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 203 Symbol : fifo_open (0x200cb40) Starting Line : fifo.c:340 (0x200ce00) Ending Line : fifo.c:340 (0x200ce03) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 208 Symbol : fifo_open (0x200cb40) Starting Line : fifo.c:365 (0x200ceac) Ending Line : fifo.c:365 (0x200ceaf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 212 Symbol : fifo_open (0x200cb40) Starting Line : fifo.c:360 (0x200cf2c) Ending Line : fifo.c:385 (0x200cf33) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 216 Symbol : free_user_env (0x2003da0) Starting Line : privateenv.c:42 (0x2003dd0) Ending Line : privateenv.c:42 (0x2003dd7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ 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 : 219 Symbol : gettimeofday (0x200297c) Starting Line : __gettod.c:37 (0x200298c) Ending Line : __gettod.c:37 (0x20029a3) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 225 Symbol : iproc (0x2004808) Starting Line : termios.c:872 (0x200481c) Ending Line : termios.c:872 (0x200481f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 228 Symbol : iproc (0x2004808) Starting Line : termios.c:886 (0x2004878) Ending Line : termios.c:886 (0x200487f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 230 Symbol : iproc (0x2004808) Starting Line : termios.c:882 (0x2004890) Ending Line : termios.c:882 (0x2004893) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 234 Symbol : iproc (0x2004808) Starting Line : termios.c:898 (0x2004914) Ending Line : termios.c:898 (0x2004917) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 237 Symbol : iproc (0x2004808) Starting Line : termios.c:904 (0x2004954) Ending Line : termios.c:906 (0x2004977) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 240 Symbol : iproc (0x2004808) Starting Line : termios.c:915 (0x20049ac) Ending Line : termios.c:915 (0x20049af) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 241 Symbol : kill (0x2021ae8) Starting Line : kill_noposix.c:33 (0x2021ae8) Ending Line : kill_noposix.c:33 (0x2021aef) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 243 Symbol : libc_wrapup (0x20128b8) Starting Line : newlibc_exit.c:89 (0x2012920) Ending Line : newlibc_exit.c:89 (0x2012927) 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 : 249 Symbol : memfile_ftruncate (0x200c9f8) Starting Line : memfile.c:257 (0x200ca1c) Ending Line : memfile.c:257 (0x200ca1f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 252 Symbol : memfile_lseek (0x200ca70) Starting Line : memfile.c:219 (0x200caa4) Ending Line : memfile.c:219 (0x200caa7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 254 Symbol : memfile_lseek (0x200ca70) Starting Line : memfile.c:220 (0x200cab8) Ending Line : memfile.c:220 (0x200cac3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 256 Symbol : memfile_open (0x200c95c) Starting Line : memfile.c:102 (0x200c984) Ending Line : memfile.c:111 (0x200c9cf) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 258 Symbol : mount (0x2002ef4) Starting Line : mount.c:157 (0x2003008) Ending Line : mount.c:157 (0x2003013) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 261 Symbol : mount (0x2002ef4) Starting Line : mount.c:211 (0x20030c8) Ending Line : mount.c:211 (0x20030cb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 263 Symbol : mount (0x2002ef4) Starting Line : mount.c:219 (0x20030e4) Ending Line : mount.c:219 (0x20030ef) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 264 Symbol : mount (0x2002ef4) Starting Line : mount.c:128 (0x200316c) Ending Line : mount.c:128 (0x200316f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 270 Symbol : newlib_free_buffers (0x20031a0) Starting Line : newlibc_reent.c:115 (0x20031c8) Ending Line : newlibc_reent.c:121 (0x20031ef) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 277 Symbol : oproc (0x20043d8) Starting Line : termios.c:694 (0x2004404) Ending Line : termios.c:727 (0x2004417) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 279 Symbol : oproc (0x20043d8) Starting Line : termios.c:705 (0x2004428) Ending Line : termios.c:705 (0x200442f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 281 Symbol : oproc (0x20043d8) Starting Line : termios.c:696 (0x2004438) Ending Line : termios.c:696 (0x200443b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 283 Symbol : oproc (0x20043d8) Starting Line : termios.c:705 (0x2004464) Ending Line : termios.c:714 (0x200449b) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 285 Symbol : oproc (0x20043d8) Starting Line : termios.c:727 (0x20044d8) Ending Line : termios.c:735 (0x20044eb) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 287 Symbol : oproc (0x20043d8) Starting Line : termios.c:733 (0x20044f4) Ending Line : termios.c:734 (0x200451f) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 290 Symbol : pipe_create (0x200bddc) Starting Line : pipe.c:36 (0x200bdfc) Ending Line : pipe.c:36 (0x200bdff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 294 Symbol : pipe_read (0x200cf44) Starting Line : fifo.c:401 (0x200cf70) Ending Line : fifo.c:401 (0x200cf73) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 297 Symbol : pipe_read (0x200cf44) Starting Line : fifo.c:422 (0x200d0c0) Ending Line : fifo.c:456 (0x200d0c7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 307 Symbol : pipe_write (0x200d0d8) Starting Line : fifo.c:502 (0x200d284) Ending Line : fifo.c:542 (0x200d28b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 315 Symbol : readv (0x200484c) Starting Line : readv.c:107 (0x200495c) Ending Line : readv.c:107 (0x200495f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 320 Symbol : realloc (0x2012a88) Starting Line : realloc.c:38 (0x2012ac4) Ending Line : realloc.c:38 (0x2012ac7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 323 Symbol : realloc (0x2012a88) Starting Line : realloc.c:52 (0x2012afc) Ending Line : realloc.c:42 (0x2012b0b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 325 Symbol : realloc (0x2012a88) Starting Line : realloc.c:42 (0x2012bb4) Ending Line : realloc.c:42 (0x2012bbb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 331 Symbol : rtems_cpu_usage_report_with_plugin (0x2003054) Starting Line : cpuusagereport.c:112 (0x20030e0) Ending Line : cpuusagereport.c:112 (0x20030e7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 337 Symbol : rtems_filesystem_initialize (0x2002634) Starting Line : base_fs.c:58 (0x200268c) Ending Line : base_fs.c:58 (0x200269b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 339 Symbol : rtems_filesystem_initialize (0x2002634) Starting Line : base_fs.c:105 (0x200271c) Ending Line : base_fs.c:105 (0x2002723) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 345 Symbol : rtems_gxx_key_create (0x200339c) Starting Line : gxx_wrappers.c:84 (0x20033d8) Ending Line : gxx_wrappers.c:84 (0x20033df) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : rtems_heap_extend *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Index : 355 Symbol : rtems_libio_free (0x200ad20) Starting Line : libio.c:181 (0x200ad38) Ending Line : libio.c:181 (0x200ad3b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 364 Symbol : rtems_libio_to_fcntl_flags (0x200ac38) Starting Line : libio.c:107 (0x200ac54) Ending Line : libio.c:104 (0x200ac5f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 384 Symbol : rtems_stack_checker_is_blown (0x20021f8) Starting Line : check.c:328 (0x2002268) Ending Line : check.c:328 (0x2002277) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 388 Symbol : rtems_string_to_double (0x200bf80) Starting Line : stringtodouble.c:52 (0x200c024) Ending Line : stringtodouble.c:52 (0x200c037) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 389 Symbol : rtems_string_to_float (0x200c048) Starting Line : stringtofloat.c:52 (0x200c0e0) Ending Line : stringtofloat.c:52 (0x200c0f3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 391 Symbol : rtems_string_to_int (0x200c104) Starting Line : stringtoint.c:52 (0x200c188) Ending Line : stringtoint.c:70 (0x200c19f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 394 Symbol : rtems_string_to_long (0x200c288) Starting Line : stringtolong.c:56 (0x200c320) Ending Line : stringtolong.c:56 (0x200c323) 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 : 397 Symbol : rtems_string_to_long_long (0x200c1b4) Starting Line : stringtolonglong.c:62 (0x200c260) Ending Line : stringtolonglong.c:62 (0x200c263) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 399 Symbol : rtems_string_to_long_long (0x200c1b4) Starting Line : stringtolonglong.c:65 (0x200c270) Ending Line : stringtolonglong.c:65 (0x200c273) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 401 Symbol : rtems_string_to_unsigned_char (0x200c34c) Starting Line : stringtounsignedchar.c:53 (0x200c3bc) Ending Line : stringtounsignedchar.c:57 (0x200c3cf) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 403 Symbol : rtems_string_to_unsigned_char (0x200c34c) Starting Line : stringtounsignedchar.c:58 (0x200c3d8) Ending Line : stringtounsignedchar.c:58 (0x200c3e7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 405 Symbol : rtems_string_to_unsigned_int (0x200c3fc) Starting Line : stringtounsignedint.c:63 (0x200c47c) Ending Line : stringtounsignedint.c:63 (0x200c47f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 407 Symbol : rtems_string_to_unsigned_long (0x200c534) Starting Line : stringtounsignedlong.c:56 (0x200c5b4) Ending Line : stringtounsignedlong.c:56 (0x200c5b7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 409 Symbol : rtems_string_to_unsigned_long_long (0x200c48c) Starting Line : stringtounsignedlonglong.c:57 (0x200c514) Ending Line : stringtounsignedlonglong.c:57 (0x200c517) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 411 Symbol : rtems_string_to_unsigned_long_long (0x200c48c) Starting Line : stringtounsignedlonglong.c:61 (0x200c524) Ending Line : stringtounsignedlonglong.c:61 (0x200c527) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 413 Symbol : rtems_tarfs_load (0x2002524) Starting Line : imfs_load_tar.c:112 (0x2002580) Ending Line : imfs_load_tar.c:112 (0x2002587) Size in Bytes : 8 Size in Instructions : 2 Classification: Simple Test Case Explanation: Need to make sure one of the tar tests is configured with the IMFS and the other is configured with fifoIMFS. ============================================ ============================================ Index : 417 Symbol : rtems_tarfs_load (0x2002524) Starting Line : imfs_load_tar.c:151 (0x2002690) Ending Line : imfs_load_tar.c:151 (0x2002697) Size in Bytes : 8 Size in Instructions : 2 Classification: Simple Test Case Explanation: We apparently only have a relative symbolic link. We need to include one which has an absolute path. This will be a broken symlink on the host but resolve fine on the target. ============================================ ============================================ Index : 419 Symbol : rtems_tarfs_load (0x2002524) Starting Line : imfs_load_tar.c:169 (0x20026e8) Ending Line : imfs_load_tar.c:169 (0x20026eb) Size in Bytes : 4 Size in Instructions : 1 Classification: Medium Test Case Explanation: The eval for make must fail. We will have to ask Jennifer how to make this call fail. ============================================ ============================================ Index : 430 Symbol : rtems_termios_close (0x2003cb8) Starting Line : termios.c:397 (0x2003d94) Ending Line : termios.c:397 (0x2003d9b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 432 Symbol : rtems_termios_close (0x2003cb8) Starting Line : termios.c:400 (0x2003da8) Ending Line : termios.c:401 (0x2003dbb) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 434 Symbol : rtems_termios_dequeue_characters (0x2005490) Starting Line : termios.c:1389 (0x20054c8) Ending Line : termios.c:1389 (0x20054cf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 438 Symbol : rtems_termios_enqueue_raw_characters (0x2004eb0) Starting Line : termios.c:1162 (0x2004f9c) Ending Line : termios.c:1162 (0x2004fa7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 440 Symbol : rtems_termios_enqueue_raw_characters (0x2004eb0) Starting Line : termios.c:1174 (0x2004fcc) Ending Line : termios.c:1174 (0x2004fd7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 443 Symbol : rtems_termios_enqueue_raw_characters (0x2004eb0) Starting Line : termios.c:1182 (0x2004ff8) Ending Line : termios.c:1235 (0x200504b) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 445 Symbol : rtems_termios_enqueue_raw_characters (0x2004eb0) Starting Line : termios.c:1199 (0x2005090) Ending Line : termios.c:1216 (0x200513b) Size in Bytes : 172 Size in Instructions : 43 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 447 Symbol : rtems_termios_enqueue_raw_characters (0x2004eb0) Starting Line : termios.c:1225 (0x2005154) Ending Line : termios.c:1225 (0x200515b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 449 Symbol : rtems_termios_enqueue_raw_characters (0x2004eb0) Starting Line : termios.c:1233 (0x2005170) Ending Line : termios.c:1233 (0x2005173) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 451 Symbol : rtems_termios_enqueue_raw_characters (0x2004eb0) Starting Line : termios.c:1234 (0x2005184) Ending Line : termios.c:1235 (0x200519b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 453 Symbol : rtems_termios_ioctl (0x2003ea8) Starting Line : termios.c:523 (0x2003edc) Ending Line : termios.c:524 (0x2003ee7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 455 Symbol : rtems_termios_ioctl (0x2003ea8) Starting Line : termios.c:526 (0x2003f14) Ending Line : termios.c:526 (0x2003f17) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 460 Symbol : rtems_termios_ioctl (0x2003ea8) Starting Line : termios.c:463 (0x2003ff8) Ending Line : termios.c:472 (0x2004043) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 463 Symbol : rtems_termios_ioctl (0x2003ea8) Starting Line : termios.c:484 (0x200408c) Ending Line : termios.c:499 (0x20040db) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 465 Symbol : rtems_termios_ioctl (0x2003ea8) Starting Line : termios.c:500 (0x20040e8) Ending Line : termios.c:503 (0x20040f7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 467 Symbol : rtems_termios_ioctl (0x2003ea8) Starting Line : termios.c:562 (0x200418c) Ending Line : termios.c:562 (0x200418f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 469 Symbol : rtems_termios_ioctl (0x2003ea8) Starting Line : termios.c:612 (0x2004260) Ending Line : termios.c:616 (0x2004293) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 472 Symbol : rtems_termios_open (0x2003868) Starting Line : termios.c:130 (0x20038b8) Ending Line : termios.c:130 (0x20038bb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 474 Symbol : rtems_termios_open (0x2003868) Starting Line : termios.c:172 (0x2003938) Ending Line : termios.c:172 (0x200393f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 481 Symbol : rtems_termios_puts (0x20042a8) Starting Line : termios.c:664 (0x2004328) Ending Line : termios.c:664 (0x200432f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 483 Symbol : rtems_termios_puts (0x20042a8) Starting Line : termios.c:676 (0x20043a8) Ending Line : termios.c:678 (0x20043b7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 488 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:977 (0x2004c4c) Ending Line : termios.c:977 (0x2004c57) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 491 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:989 (0x2004ca4) Ending Line : termios.c:989 (0x2004ca7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 493 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:989 (0x2004cb4) Ending Line : termios.c:989 (0x2004cb7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 495 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:1019 (0x2004d10) Ending Line : termios.c:1019 (0x2004d13) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 497 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:1026 (0x2004d34) Ending Line : termios.c:1041 (0x2004d6f) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 499 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:1032 (0x2004d80) Ending Line : termios.c:1041 (0x2004da7) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 501 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:1045 (0x2004dcc) Ending Line : termios.c:1046 (0x2004de7) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 504 Symbol : rtems_termios_read (0x2004af0) Starting Line : termios.c:1058 (0x2004e3c) Ending Line : termios.c:1058 (0x2004e3f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 506 Symbol : rtems_termios_refill_transmitter (0x2005234) Starting Line : termios.c:1262 (0x200524c) Ending Line : termios.c:1267 (0x2005283) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 508 Symbol : rtems_termios_refill_transmitter (0x2005234) Starting Line : termios.c:1280 (0x2005298) Ending Line : termios.c:1285 (0x20052cf) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 510 Symbol : rtems_termios_refill_transmitter (0x2005234) Starting Line : termios.c:1297 (0x20052fc) Ending Line : termios.c:1297 (0x200530b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 512 Symbol : rtems_termios_refill_transmitter (0x2005234) Starting Line : termios.c:1327 (0x2005374) Ending Line : termios.c:1327 (0x2005383) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 514 Symbol : rtems_termios_refill_transmitter (0x2005234) Starting Line : termios.c:1335 (0x2005398) Ending Line : termios.c:1338 (0x20053bf) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 516 Symbol : rtems_termios_rxdaemon (0x20051c4) Starting Line : termios.c:1464 (0x20051f4) Ending Line : termios.c:1471 (0x2005203) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 518 Symbol : rtems_termios_txdaemon (0x200541c) Starting Line : termios.c:1425 (0x2005450) Ending Line : termios.c:1432 (0x200545f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 520 Symbol : rtems_termios_txdaemon (0x200541c) Starting Line : termios.c:1433 (0x2005478) Ending Line : termios.c:1433 (0x200547f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 523 Symbol : rtems_termios_write (0x2004a28) Starting Line : termios.c:764 (0x2004ad0) Ending Line : termios.c:765 (0x2004adb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 527 Symbol : rtems_verror (0x2007494) Starting Line : thread.inl:185 (0x20074c0) Ending Line : thread.inl:185 (0x20074cf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 531 Symbol : scanInt (0x2003014) Starting Line : getpwent.c:127 (0x2003044) Ending Line : getpwent.c:127 (0x2003057) Size in Bytes : 20 Size in Instructions : 5 Classification: Discuss Explanation: I think this is detecting whether or not the read can be fulfilled from the buffer. But I am not sure. ============================================ ============================================ Index : 543 Symbol : siproc (0x20049dc) Starting Line : termios.c:939 (0x2004a1c) Ending Line : termios.c:939 (0x2004a23) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 547 Symbol : tcsetattr (0x200bfe8) Starting Line : tcsetattr.c:42 (0x200c02c) Ending Line : tcsetattr.c:42 (0x200c02f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 548 Symbol : tcsetattr (0x200bfe8) Starting Line : tcsetattr.c:50 (0x200c038) Ending Line : tcsetattr.c:50 (0x200c03f) 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 : 553 Symbol : unmount (0x20068ac) Starting Line : unmount.c:140 (0x20069ac) Ending Line : unmount.c:141 (0x20069cf) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 560 Symbol : writev (0x2006bc0) Starting Line : writev.c:105 (0x2006cec) Ending Line : writev.c:105 (0x2006cef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 562 Symbol : writev (0x2006bc0) Starting Line : writev.c:114 (0x2006d0c) Ending Line : writev.c:114 (0x2006d0f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================