============================================ Index : 5 Symbol : IMFS_eval_path (0x200a27c) Starting Line : imfs_eval.c:488 (0x200a28c) Ending Line : imfs_eval.c:488 (0x200a29b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 12 Symbol : IMFS_evaluate_for_make (0x200a654) Starting Line : imfs_eval.c:364 (0x200a7a8) Ending Line : imfs_eval.c:364 (0x200a7af) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 17 Symbol : IMFS_evaluate_permission (0x200a1ec) Starting Line : imfs_eval.c:84 (0x200a1fc) Ending Line : imfs_eval.c:84 (0x200a213) 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 (0x200a9ec) Starting Line : imfs_getchild.c:51 (0x200aa24) Ending Line : imfs_getchild.c:51 (0x200aa27) 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 (0x200a92c) Starting Line : imfs_fsunmount.c:86 (0x200a9b0) Ending Line : imfs_fsunmount.c:86 (0x200a9b3) 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 (0x200a92c) Starting Line : imfs_fsunmount.c:93 (0x200a9d4) Ending Line : imfs_fsunmount.c:82 (0x200a9e3) 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 (0x200aa68) Starting Line : imfs_gtkn.c:42 (0x200aaa8) Ending Line : imfs_gtkn.c:42 (0x200aaab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 35 Symbol : IMFS_memfile_extend (0x200c90c) Starting Line : memfile.c:298 (0x200c94c) Ending Line : memfile.c:298 (0x200c94f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 55 Symbol : IMFS_memfile_read (0x200c4d8) Starting Line : memfile.c:564 (0x200c520) Ending Line : memfile.c:564 (0x200c523) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 56 Symbol : IMFS_memfile_read (0x200c4d8) Starting Line : memfile.c:557 (0x200c52c) Ending Line : memfile.c:557 (0x200c52f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 59 Symbol : IMFS_memfile_read (0x200c4d8) Starting Line : memfile.c:579 (0x200c580) Ending Line : memfile.c:579 (0x200c583) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 72 Symbol : IMFS_memfile_write (0x200ca40) Starting Line : memfile.c:734 (0x200cbe0) Ending Line : memfile.c:767 (0x200cbeb) 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 ============================================ ============================================ Index : 108 Symbol : _Heap_Extend (0x200bfac) Starting Line : heap.inl:108 (0x200c124) Ending Line : heap.inl:108 (0x200c12b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 120 Symbol : _Heap_Walk (0x2008140) Starting Line : heapwalk.c:233 (0x20082b0) Ending Line : heapwalk.c:233 (0x20082bb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 134 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 : 143 Symbol : _Thread_Get (0x20086a0) Starting Line : threadget.c:83 (0x200870c) Ending Line : threadget.c:83 (0x200870f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 158 Symbol : _User_extensions_Thread_exitted (0x20092f8) Starting Line : userextthreadbegin.c:54 (0x2009320) Ending Line : userextthreadbegin.c:54 (0x2009323) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 163 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 : 164 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 : 170 Symbol : devFS_evaluate_path (0x2009c04) Starting Line : devfs_eval.c:44 (0x2009c14) Ending Line : devfs_eval.c:44 (0x2009c23) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 173 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 : 175 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 : 177 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 : 179 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 : 181 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 : 183 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 : 185 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 : 188 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 : 190 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 : 192 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 : 194 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 : 200 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 : 203 Symbol : fifo_open (0x200ce04) Starting Line : fifo.c:184 (0x200cea0) Ending Line : fifo.c:184 (0x200cea3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 206 Symbol : fifo_open (0x200ce04) Starting Line : fifo.c:223 (0x200cfe0) Ending Line : fifo.c:223 (0x200cfe3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 208 Symbol : fifo_open (0x200ce04) Starting Line : fifo.c:228 (0x200cffc) Ending Line : fifo.c:228 (0x200d003) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 213 Symbol : fifo_open (0x200ce04) Starting Line : fifo.c:340 (0x200d0c4) Ending Line : fifo.c:340 (0x200d0c7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 218 Symbol : fifo_open (0x200ce04) Starting Line : fifo.c:365 (0x200d170) Ending Line : fifo.c:365 (0x200d173) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 222 Symbol : fifo_open (0x200ce04) Starting Line : fifo.c:360 (0x200d1f0) Ending Line : fifo.c:385 (0x200d1f7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 226 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 : 229 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 : 235 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 : 238 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 : 240 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 : 244 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 : 247 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 : 250 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 : 251 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 : 253 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 : 259 Symbol : memfile_ftruncate (0x200ccbc) Starting Line : memfile.c:257 (0x200cce0) Ending Line : memfile.c:257 (0x200cce3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 262 Symbol : memfile_lseek (0x200cd34) Starting Line : memfile.c:219 (0x200cd68) Ending Line : memfile.c:219 (0x200cd6b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 264 Symbol : memfile_lseek (0x200cd34) Starting Line : memfile.c:220 (0x200cd7c) Ending Line : memfile.c:220 (0x200cd87) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 266 Symbol : memfile_open (0x200cc20) Starting Line : memfile.c:102 (0x200cc48) Ending Line : memfile.c:111 (0x200cc93) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 268 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 : 271 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 : 273 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 : 274 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 : 280 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 : 287 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 : 289 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 : 291 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 : 293 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 : 295 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 : 297 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 : 300 Symbol : pipe_create (0x200c0a0) Starting Line : pipe.c:36 (0x200c0c0) Ending Line : pipe.c:36 (0x200c0c3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 304 Symbol : pipe_read (0x200d208) Starting Line : fifo.c:401 (0x200d234) Ending Line : fifo.c:401 (0x200d237) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 307 Symbol : pipe_read (0x200d208) Starting Line : fifo.c:422 (0x200d384) Ending Line : fifo.c:456 (0x200d38b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 317 Symbol : pipe_write (0x200d39c) Starting Line : fifo.c:502 (0x200d548) Ending Line : fifo.c:542 (0x200d54f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 325 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 : 330 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 : 333 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 : 335 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 : 341 Symbol : rtems_cpu_usage_report_with_plugin (0x2003054) Starting Line : cpuusagereport.c:111 (0x20030d8) Ending Line : cpuusagereport.c:111 (0x20030df) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 347 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 : 349 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 : 355 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 : 365 Symbol : rtems_libio_free (0x200afe4) Starting Line : libio.c:181 (0x200affc) Ending Line : libio.c:181 (0x200afff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 374 Symbol : rtems_libio_to_fcntl_flags (0x200aefc) Starting Line : libio.c:107 (0x200af18) Ending Line : libio.c:104 (0x200af23) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 394 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 : 398 Symbol : rtems_string_to_double (0x200c244) Starting Line : stringtodouble.c:52 (0x200c2e8) Ending Line : stringtodouble.c:52 (0x200c2fb) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 399 Symbol : rtems_string_to_float (0x200c30c) Starting Line : stringtofloat.c:52 (0x200c3a4) Ending Line : stringtofloat.c:52 (0x200c3b7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 401 Symbol : rtems_string_to_int (0x200c3c8) Starting Line : stringtoint.c:52 (0x200c44c) Ending Line : stringtoint.c:70 (0x200c463) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 404 Symbol : rtems_string_to_long (0x200c54c) Starting Line : stringtolong.c:56 (0x200c5e4) Ending Line : stringtolong.c:56 (0x200c5e7) 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 : 407 Symbol : rtems_string_to_long_long (0x200c478) Starting Line : stringtolonglong.c:62 (0x200c524) Ending Line : stringtolonglong.c:62 (0x200c527) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 409 Symbol : rtems_string_to_long_long (0x200c478) Starting Line : stringtolonglong.c:65 (0x200c534) Ending Line : stringtolonglong.c:65 (0x200c537) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 411 Symbol : rtems_string_to_unsigned_char (0x200c610) Starting Line : stringtounsignedchar.c:53 (0x200c680) Ending Line : stringtounsignedchar.c:57 (0x200c693) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 413 Symbol : rtems_string_to_unsigned_char (0x200c610) Starting Line : stringtounsignedchar.c:58 (0x200c69c) Ending Line : stringtounsignedchar.c:58 (0x200c6ab) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 415 Symbol : rtems_string_to_unsigned_int (0x200c6c0) Starting Line : stringtounsignedint.c:63 (0x200c740) Ending Line : stringtounsignedint.c:63 (0x200c743) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 417 Symbol : rtems_string_to_unsigned_long (0x200c7f8) Starting Line : stringtounsignedlong.c:56 (0x200c878) Ending Line : stringtounsignedlong.c:56 (0x200c87b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 419 Symbol : rtems_string_to_unsigned_long_long (0x200c750) Starting Line : stringtounsignedlonglong.c:57 (0x200c7d8) Ending Line : stringtounsignedlonglong.c:57 (0x200c7db) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 421 Symbol : rtems_string_to_unsigned_long_long (0x200c750) Starting Line : stringtounsignedlonglong.c:61 (0x200c7e8) Ending Line : stringtounsignedlonglong.c:61 (0x200c7eb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 423 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 : 427 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 : 429 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 : 441 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 : 443 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 : 445 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 : 450 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 : 452 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 : 455 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 : 457 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 : 459 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 : 461 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 : 463 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 : 465 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 : 467 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 : 472 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 : 475 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 : 477 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 : 479 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 : 482 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 : 485 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 : 487 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 : 494 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 : 496 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 : 501 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 : 504 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 : 506 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 : 508 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 : 510 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 : 512 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 : 514 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 : 517 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 : 519 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 : 521 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 : 523 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 : 525 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 : 527 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 : 529 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 : 531 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 : 533 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 : 536 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 : 540 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 : 544 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 : 556 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 : 560 Symbol : tcsetattr (0x200549c) Starting Line : tcsetattr.c:42 (0x20054e0) Ending Line : tcsetattr.c:42 (0x20054e3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 561 Symbol : tcsetattr (0x200549c) Starting Line : tcsetattr.c:50 (0x20054ec) Ending Line : tcsetattr.c:50 (0x20054f3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ 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 : 566 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 : 573 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 : 575 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 ============================================