============================================ Index : 5 Symbol : IMFS_eval_path (0x200a4b8) Starting Line : imfs_eval.c:501 (0x200a4d0) Ending Line : imfs_eval.c:501 (0x200a4df) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 12 Symbol : IMFS_evaluate_for_make (0x200a908) Starting Line : imfs_eval.c:334 (0x200a9e4) Ending Line : imfs_eval.c:334 (0x200a9e7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 14 Symbol : IMFS_evaluate_for_make (0x200a908) Starting Line : imfs_eval.c:378 (0x200aa84) Ending Line : imfs_eval.c:378 (0x200aa8b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 20 Symbol : IMFS_evaluate_permission (0x200a428) Starting Line : imfs_eval.c:84 (0x200a438) Ending Line : imfs_eval.c:84 (0x200a44f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 25 Symbol : IMFS_find_match_in_dir (0x200ad14) Starting Line : imfs_getchild.c:51 (0x200ad4c) Ending Line : imfs_getchild.c:51 (0x200ad4f) Size in Bytes : 4 Size in Instructions : 1 Classification: Unreachable Explanation: This code cannot be reached. The routine IMFS_find_match_in_dir is called only if the token type is IMFS_NAME. If ".." is present in the path, the token type returned by IMFS_get_token would be IMFS_DIR_UP. With such a setup, IMFS_find_match_in_dir cannot be called with the name as ".." ============================================ ============================================ Index : 28 Symbol : IMFS_fsunmount (0x200ac58) Starting Line : imfs_fsunmount.c:86 (0x200acdc) Ending Line : imfs_fsunmount.c:86 (0x200acdf) Size in Bytes : 4 Size in Instructions : 1 Classification: Ask Chris Johns Explanation: I think he wrote this code and can probably identify the test case. ============================================ ============================================ Index : 30 Symbol : IMFS_fsunmount (0x200ac58) Starting Line : imfs_fsunmount.c:93 (0x200acfc) Ending Line : imfs_fsunmount.c:82 (0x200ad0b) Size in Bytes : 16 Size in Instructions : 4 Classification: Ask Chris Johns Explanation: I think he wrote this code and can probably identify the test case. ============================================ ============================================ Index : 35 Symbol : IMFS_memfile_extend (0x200cc70) Starting Line : memfile.c:298 (0x200ccb0) Ending Line : memfile.c:298 (0x200ccb3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 55 Symbol : IMFS_memfile_read (0x200c83c) Starting Line : memfile.c:564 (0x200c884) Ending Line : memfile.c:564 (0x200c887) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 56 Symbol : IMFS_memfile_read (0x200c83c) Starting Line : memfile.c:557 (0x200c890) Ending Line : memfile.c:557 (0x200c893) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 59 Symbol : IMFS_memfile_read (0x200c83c) Starting Line : memfile.c:579 (0x200c8e4) Ending Line : memfile.c:579 (0x200c8e7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 64 Symbol : IMFS_memfile_remove (0x200cb10) Starting Line : memfile.c:487 (0x200cb68) Ending Line : memfile.c:487 (0x200cb6b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 74 Symbol : IMFS_mount (0x2002524) Starting Line : imfs_mount.c:44 (0x200253c) Ending Line : imfs_mount.c:44 (0x2002553) 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 (0x2004e70) Starting Line : imfs_debug.c:43 (0x2004e98) Ending Line : imfs_debug.c:43 (0x2004e9b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 77 Symbol : IMFS_print_jnode (0x2004e70) Starting Line : imfs_debug.c:88 (0x2004f50) Ending Line : imfs_debug.c:88 (0x2004f5f) 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 (0x20025a4) Starting Line : imfs_rename.c:40 (0x20025c8) Ending Line : imfs_rename.c:40 (0x20025cb) Size in Bytes : 4 Size in Instructions : 1 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. Bharath: I am not sure how to have a node's parent == NULL. ============================================ ============================================ Index : 83 Symbol : IMFS_unlink (0x200269c) Starting Line : imfs_unlink.c:51 (0x20026c4) Ending Line : imfs_unlink.c:51 (0x20026db) Size in Bytes : 24 Size in Instructions : 6 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 85 Symbol : IMFS_unmount (0x200276c) Starting Line : imfs_unmount.c:45 (0x2002784) Ending Line : imfs_unmount.c:45 (0x2002793) Size in Bytes : 16 Size in Instructions : 4 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 87 Symbol : IMFS_unmount (0x200276c) Starting Line : imfs_unmount.c:52 (0x20027a0) Ending Line : imfs_unmount.c:52 (0x20027b7) Size in Bytes : 24 Size in Instructions : 6 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 89 Symbol : Stack_check_Dump_threads_usage (0x2001e84) Starting Line : check.c:406 (0x2001eb0) Ending Line : check.c:406 (0x2001eb3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 91 Symbol : Stack_check_Dump_threads_usage (0x2001e84) Starting Line : check.c:426 (0x2001ef8) Ending Line : check.c:426 (0x2001eff) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 94 Symbol : Stack_check_Dump_threads_usage (0x2001e84) Starting Line : check.c:456 (0x2001fc8) Ending Line : check.c:456 (0x2001fdb) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 100 Symbol : _CORE_message_queue_Initialize (0x200fbb4) Starting Line : coremsg.c:86 (0x200fc00) Ending Line : coremsg.c:86 (0x200fc03) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 102 Symbol : _CORE_mutex_Seize (0x2006ffc) Starting Line : coremutexseize.c:39 (0x20070c8) Ending Line : coremutexseize.c:39 (0x20070cf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 125 Symbol : _RBTree_Extract_unprotected (0x20086f8) Starting Line : rbtreeextract.c:140 (0x2008788) Ending Line : rbtreeextract.c:140 (0x200878b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 126 Symbol : _RBTree_Extract_unprotected (0x20086f8) Starting Line : rbtreeextract.c:142 (0x2008794) Ending Line : rbtreeextract.c:177 (0x200883f) Size in Bytes : 172 Size in Instructions : 43 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 128 Symbol : _RBTree_Extract_unprotected (0x20086f8) Starting Line : rbtreeextract.c:210 (0x20088b8) Ending Line : rbtreeextract.c:210 (0x20088bf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 130 Symbol : _RBTree_Extract_validate_unprotected (0x2008500) Starting Line : rbtree.inl:202 (0x200852c) Ending Line : rbtree.inl:202 (0x200852f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 132 Symbol : _RBTree_Extract_validate_unprotected (0x2008500) Starting Line : rbtreeextract.c:57 (0x2008580) Ending Line : rbtreeextract.c:57 (0x2008583) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 136 Symbol : _RBTree_Find_header (0x2008908) Starting Line : rbtree.inl:308 (0x2008930) Ending Line : rbtree.inl:308 (0x2008933) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : _RBTree_Initialize *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Index : 147 Symbol : _Scheduler_priority_Yield (0x2008644) Starting Line : schedulerpriorityyield.c:52 (0x20086e8) Ending Line : schedulerpriorityyield.c:52 (0x20086eb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 163 Symbol : _Timer_server_Body (0x201706c) Starting Line : timerserver.c:345 (0x2017184) Ending Line : timerserver.c:345 (0x201718f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 170 Symbol : __kill (0x20181b0) Starting Line : kill_noposix.c:47 (0x20181b0) Ending Line : kill_noposix.c:47 (0x20181b7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 171 Symbol : _gettimeofday (0x2002ec4) Starting Line : __gettod.c:82 (0x2002ec4) Ending Line : __gettod.c:82 (0x2002ecf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 177 Symbol : devFS_evaluate_path (0x2009f38) Starting Line : devfs_eval.c:44 (0x2009f48) Ending Line : devfs_eval.c:44 (0x2009f57) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 180 Symbol : drainOutput.part.0 (0x2003d18) Starting Line : termios.c:348 (0x2003d2c) Ending Line : termios.c:353 (0x2003d5f) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 182 Symbol : drainOutput.part.0 (0x2003d18) Starting Line : termios.c:346 (0x2003d70) Ending Line : termios.c:346 (0x2003d73) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 185 Symbol : endgrent (0x20039bc) Starting Line : getpwent.c:437 (0x20039dc) Ending Line : getpwent.c:437 (0x20039df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 187 Symbol : endpwent (0x2003828) Starting Line : getpwent.c:281 (0x2003848) Ending Line : getpwent.c:281 (0x200384b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 189 Symbol : erase (0x2004b00) Starting Line : termios.c:802 (0x2004b30) Ending Line : termios.c:802 (0x2004b33) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 191 Symbol : erase (0x2004b00) Starting Line : termios.c:807 (0x2004b44) Ending Line : termios.c:808 (0x2004b67) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 194 Symbol : erase (0x2004b00) Starting Line : termios.c:819 (0x2004b98) Ending Line : termios.c:819 (0x2004ba3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 196 Symbol : erase (0x2004b00) Starting Line : termios.c:832 (0x2004bec) Ending Line : termios.c:827 (0x2004bff) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 198 Symbol : erase (0x2004b00) Starting Line : termios.c:848 (0x2004c5c) Ending Line : termios.c:853 (0x2004c93) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 200 Symbol : erase (0x2004b00) Starting Line : termios.c:853 (0x2004ca4) Ending Line : termios.c:854 (0x2004cb7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 206 Symbol : fcntl (0x20032a8) Starting Line : fcntl.c:143 (0x2003430) Ending Line : fcntl.c:143 (0x200343b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 211 Symbol : fifo_open (0x200ca78) Starting Line : fifo.c:228 (0x200cc60) Ending Line : fifo.c:192 (0x200cc6f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 216 Symbol : fifo_open (0x200ca78) Starting Line : fifo.c:340 (0x200cd34) Ending Line : fifo.c:340 (0x200cd37) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 221 Symbol : fifo_open (0x200ca78) Starting Line : fifo.c:365 (0x200cde0) Ending Line : fifo.c:365 (0x200cde3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 225 Symbol : fifo_open (0x200ca78) Starting Line : fifo.c:360 (0x200ce60) Ending Line : fifo.c:385 (0x200ce67) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 229 Symbol : free_user_env (0x2003d54) Starting Line : privateenv.c:42 (0x2003d84) Ending Line : privateenv.c:42 (0x2003d8b) 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 : 232 Symbol : gettimeofday (0x2002e4c) Starting Line : __gettod.c:37 (0x2002e5c) Ending Line : __gettod.c:37 (0x2002e73) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 238 Symbol : iproc (0x2004d18) Starting Line : termios.c:871 (0x2004d28) Ending Line : termios.c:871 (0x2004d2b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 241 Symbol : iproc (0x2004d18) Starting Line : termios.c:886 (0x2004d80) Ending Line : termios.c:886 (0x2004d87) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 243 Symbol : iproc (0x2004d18) Starting Line : termios.c:882 (0x2004d98) Ending Line : termios.c:882 (0x2004d9b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 247 Symbol : iproc (0x2004d18) Starting Line : termios.c:898 (0x2004e18) Ending Line : termios.c:898 (0x2004e1b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 250 Symbol : iproc (0x2004d18) Starting Line : termios.c:904 (0x2004e58) Ending Line : termios.c:906 (0x2004e7b) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 253 Symbol : iproc (0x2004d18) Starting Line : termios.c:915 (0x2004eb0) Ending Line : termios.c:915 (0x2004eb3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 254 Symbol : kill (0x20181a0) Starting Line : kill_noposix.c:33 (0x20181a0) Ending Line : kill_noposix.c:33 (0x20181a7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 256 Symbol : libc_wrapup (0x200363c) Starting Line : newlibc_exit.c:89 (0x20036a4) Ending Line : newlibc_exit.c:89 (0x20036ab) 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 : 261 Symbol : malloc_sbrk_initialize (0x2003184) Starting Line : malloc_sbrk_helpers.c:52 (0x20031bc) Ending Line : malloc_sbrk_helpers.c:52 (0x20031bf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 262 Symbol : malloc_set_heap_pointer (0x20031d4) Starting Line : mallocsetheapptr.c:27 (0x20031d4) Ending Line : mallocsetheapptr.c:28 (0x20031df) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 265 Symbol : memfile_ftruncate (0x200d00c) Starting Line : memfile.c:257 (0x200d030) Ending Line : memfile.c:257 (0x200d033) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 268 Symbol : memfile_lseek (0x200d07c) Starting Line : memfile.c:219 (0x200d0b0) Ending Line : memfile.c:219 (0x200d0b3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 270 Symbol : memfile_lseek (0x200d07c) Starting Line : memfile.c:220 (0x200d0c4) Ending Line : memfile.c:220 (0x200d0cf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 272 Symbol : memfile_open (0x200cf70) Starting Line : memfile.c:102 (0x200cf98) Ending Line : memfile.c:111 (0x200cfe3) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 274 Symbol : mount (0x2003390) Starting Line : mount.c:157 (0x20034a8) Ending Line : mount.c:157 (0x20034b3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 278 Symbol : mount (0x2003390) Starting Line : mount.c:219 (0x200358c) Ending Line : mount.c:219 (0x200359f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 279 Symbol : mount (0x2003390) Starting Line : mount.c:128 (0x2003614) Ending Line : mount.c:128 (0x2003617) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 285 Symbol : newlib_free_buffers (0x20036d4) Starting Line : newlibc_reent.c:115 (0x20036fc) Ending Line : newlibc_reent.c:121 (0x2003723) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 287 Symbol : open (0x20039b8) Starting Line : open.c:127 (0x2003a84) Ending Line : open.c:128 (0x2003a93) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 293 Symbol : oproc (0x20048f8) Starting Line : termios.c:694 (0x2004924) Ending Line : termios.c:727 (0x2004937) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 295 Symbol : oproc (0x20048f8) Starting Line : termios.c:705 (0x2004948) Ending Line : termios.c:705 (0x200494f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 297 Symbol : oproc (0x20048f8) Starting Line : termios.c:696 (0x2004958) Ending Line : termios.c:696 (0x200495b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 299 Symbol : oproc (0x20048f8) Starting Line : termios.c:705 (0x2004984) Ending Line : termios.c:714 (0x20049bb) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 301 Symbol : oproc (0x20048f8) Starting Line : termios.c:727 (0x20049f8) Ending Line : termios.c:735 (0x2004a0b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 303 Symbol : oproc (0x20048f8) Starting Line : termios.c:733 (0x2004a14) Ending Line : termios.c:734 (0x2004a3f) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 311 Symbol : pipe_read (0x200ce78) Starting Line : fifo.c:422 (0x200cfec) Ending Line : fifo.c:456 (0x200cff3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 321 Symbol : pipe_write (0x200d004) Starting Line : fifo.c:502 (0x200d1a4) Ending Line : fifo.c:542 (0x200d1ab) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 329 Symbol : readv (0x20047c0) Starting Line : readv.c:107 (0x20048d8) Ending Line : readv.c:107 (0x20048db) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 334 Symbol : realloc (0x20183cc) Starting Line : thread.inl:49 (0x2018408) Ending Line : thread.inl:49 (0x201840b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 336 Symbol : realloc (0x20183cc) Starting Line : realloc.c:41 (0x201841c) Ending Line : realloc.c:41 (0x201841f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 338 Symbol : realloc (0x20183cc) Starting Line : realloc.c:52 (0x201843c) Ending Line : realloc.c:42 (0x201844b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 345 Symbol : rtems_cpu_usage_report_with_plugin (0x2003130) Starting Line : cpuusagereport.c:127 (0x20031ac) Ending Line : cpuusagereport.c:127 (0x20031b3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 351 Symbol : rtems_filesystem_initialize (0x20028ac) Starting Line : base_fs.c:58 (0x2002904) Ending Line : base_fs.c:58 (0x2002913) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 353 Symbol : rtems_filesystem_initialize (0x20028ac) Starting Line : base_fs.c:105 (0x2002990) Ending Line : base_fs.c:105 (0x2002997) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 359 Symbol : rtems_gxx_key_create (0x200331c) Starting Line : gxx_wrappers.c:84 (0x2003358) Ending Line : gxx_wrappers.c:84 (0x200335f) 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 : 369 Symbol : rtems_libio_free (0x200b388) Starting Line : libio.c:181 (0x200b3a0) Ending Line : libio.c:181 (0x200b3a3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 378 Symbol : rtems_libio_to_fcntl_flags (0x200b2a0) Starting Line : libio.c:107 (0x200b2bc) Ending Line : libio.c:104 (0x200b2c7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 397 Symbol : rtems_stack_checker_is_blown (0x20021fc) Starting Line : check.c:328 (0x200226c) Ending Line : check.c:328 (0x200227b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 401 Symbol : rtems_string_to_double (0x200bc50) Starting Line : stringtodouble.c:52 (0x200bce8) Ending Line : stringtodouble.c:52 (0x200bcfb) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 402 Symbol : rtems_string_to_float (0x200bd0c) Starting Line : stringtofloat.c:52 (0x200bda0) Ending Line : stringtofloat.c:52 (0x200bdb3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 404 Symbol : rtems_string_to_int (0x200bdc4) Starting Line : stringtoint.c:52 (0x200be44) Ending Line : stringtoint.c:70 (0x200be5f) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 407 Symbol : rtems_string_to_long (0x200bf38) Starting Line : stringtolong.c:56 (0x200bfd0) Ending Line : stringtolong.c:56 (0x200bfd3) 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 : 410 Symbol : rtems_string_to_long_long (0x200be6c) Starting Line : stringtolonglong.c:62 (0x200bf18) Ending Line : stringtolonglong.c:62 (0x200bf1b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 412 Symbol : rtems_string_to_long_long (0x200be6c) Starting Line : stringtolonglong.c:65 (0x200bf28) Ending Line : stringtolonglong.c:65 (0x200bf2b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 414 Symbol : rtems_string_to_unsigned_char (0x200bff0) Starting Line : stringtounsignedchar.c:53 (0x200c05c) Ending Line : stringtounsignedchar.c:57 (0x200c06f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 416 Symbol : rtems_string_to_unsigned_char (0x200bff0) Starting Line : stringtounsignedchar.c:58 (0x200c078) Ending Line : stringtounsignedchar.c:58 (0x200c087) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 418 Symbol : rtems_string_to_unsigned_int (0x200c09c) Starting Line : stringtounsignedint.c:63 (0x200c118) Ending Line : stringtounsignedint.c:63 (0x200c11b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 420 Symbol : rtems_string_to_unsigned_long (0x200c1c4) Starting Line : stringtounsignedlong.c:56 (0x200c240) Ending Line : stringtounsignedlong.c:56 (0x200c243) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 423 Symbol : rtems_string_to_unsigned_long_long (0x200c128) Starting Line : stringtounsignedlonglong.c:61 (0x200c1b4) Ending Line : stringtounsignedlonglong.c:61 (0x200c1b7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 428 Symbol : rtems_tarfs_load (0x2002528) Starting Line : imfs_load_tar.c:151 (0x200265c) Ending Line : imfs_load_tar.c:151 (0x2002663) 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 : 430 Symbol : rtems_tarfs_load (0x2002528) Starting Line : imfs_load_tar.c:169 (0x20026b4) Ending Line : imfs_load_tar.c:169 (0x20026b7) 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 (0x20041c8) Starting Line : termios.c:397 (0x20042b4) Ending Line : termios.c:397 (0x20042bb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 443 Symbol : rtems_termios_close (0x20041c8) Starting Line : termios.c:400 (0x20042c8) Ending Line : termios.c:401 (0x20042db) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 445 Symbol : rtems_termios_close (0x20041c8) Starting Line : termios.c:404 (0x20042f8) Ending Line : termios.c:404 (0x20042ff) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 447 Symbol : rtems_termios_close (0x20041c8) Starting Line : termios.c:416 (0x200432c) Ending Line : termios.c:416 (0x200432f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 449 Symbol : rtems_termios_dequeue_characters (0x200595c) Starting Line : termios.c:1389 (0x2005994) Ending Line : termios.c:1389 (0x200599b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 453 Symbol : rtems_termios_enqueue_raw_characters (0x20053b4) Starting Line : termios.c:1159 (0x2005494) Ending Line : termios.c:1159 (0x2005497) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 455 Symbol : rtems_termios_enqueue_raw_characters (0x20053b4) Starting Line : termios.c:1174 (0x20054b0) Ending Line : termios.c:1174 (0x20054bb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 458 Symbol : rtems_termios_enqueue_raw_characters (0x20053b4) Starting Line : termios.c:1182 (0x20054dc) Ending Line : termios.c:1235 (0x200552f) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 460 Symbol : rtems_termios_enqueue_raw_characters (0x20053b4) Starting Line : termios.c:1199 (0x2005574) Ending Line : termios.c:1216 (0x2005617) Size in Bytes : 164 Size in Instructions : 41 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 462 Symbol : rtems_termios_enqueue_raw_characters (0x20053b4) Starting Line : termios.c:1225 (0x2005630) Ending Line : termios.c:1225 (0x2005637) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 464 Symbol : rtems_termios_enqueue_raw_characters (0x20053b4) Starting Line : termios.c:1233 (0x200564c) Ending Line : termios.c:1233 (0x200564f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 466 Symbol : rtems_termios_enqueue_raw_characters (0x20053b4) Starting Line : termios.c:1234 (0x2005660) Ending Line : termios.c:1235 (0x2005677) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 468 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:523 (0x20043fc) Ending Line : termios.c:524 (0x2004407) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 470 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:526 (0x2004438) Ending Line : termios.c:526 (0x200443b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 475 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:463 (0x2004520) Ending Line : termios.c:472 (0x200456b) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 478 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:484 (0x20045b4) Ending Line : termios.c:499 (0x2004603) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 480 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:500 (0x2004610) Ending Line : termios.c:503 (0x200461f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 482 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:562 (0x20046b4) Ending Line : termios.c:562 (0x20046b7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 485 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:344 (0x20046f4) Ending Line : termios.c:344 (0x20046ff) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 486 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:612 (0x200478c) Ending Line : termios.c:616 (0x20047bf) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 489 Symbol : rtems_termios_open (0x2003d7c) Starting Line : termios.c:130 (0x2003dcc) Ending Line : termios.c:130 (0x2003dcf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 491 Symbol : rtems_termios_open (0x2003d7c) Starting Line : termios.c:172 (0x2003e48) Ending Line : termios.c:172 (0x2003e4f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 498 Symbol : rtems_termios_puts (0x20047d4) Starting Line : termios.c:664 (0x200484c) Ending Line : termios.c:664 (0x2004853) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 500 Symbol : rtems_termios_puts (0x20047d4) Starting Line : termios.c:676 (0x20048c8) Ending Line : termios.c:678 (0x20048d7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 505 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:977 (0x2005150) Ending Line : termios.c:977 (0x200515b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 507 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:989 (0x20051a8) Ending Line : termios.c:989 (0x20051ab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 509 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:989 (0x20051b8) Ending Line : termios.c:989 (0x20051bb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 511 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:1019 (0x2005214) Ending Line : termios.c:1019 (0x2005217) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 513 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:1026 (0x2005238) Ending Line : termios.c:1041 (0x2005273) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 515 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:1032 (0x2005284) Ending Line : termios.c:1041 (0x20052ab) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 517 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:1045 (0x20052d4) Ending Line : termios.c:1046 (0x20052ef) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 520 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:1058 (0x2005344) Ending Line : termios.c:1058 (0x2005347) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 522 Symbol : rtems_termios_refill_transmitter (0x2005708) Starting Line : termios.c:1262 (0x2005720) Ending Line : termios.c:1266 (0x2005753) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 524 Symbol : rtems_termios_refill_transmitter (0x2005708) Starting Line : termios.c:1280 (0x2005768) Ending Line : termios.c:1285 (0x200579f) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 526 Symbol : rtems_termios_refill_transmitter (0x2005708) Starting Line : termios.c:1297 (0x20057cc) Ending Line : termios.c:1297 (0x20057db) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 528 Symbol : rtems_termios_refill_transmitter (0x2005708) Starting Line : termios.c:1327 (0x2005844) Ending Line : termios.c:1327 (0x2005853) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 530 Symbol : rtems_termios_refill_transmitter (0x2005708) Starting Line : termios.c:1335 (0x2005868) Ending Line : termios.c:1338 (0x200588f) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 532 Symbol : rtems_termios_rxdaemon (0x20056a0) Starting Line : termios.c:1464 (0x20056c8) Ending Line : termios.c:1471 (0x20056d7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 534 Symbol : rtems_termios_txdaemon (0x20058ec) Starting Line : termios.c:1425 (0x200591c) Ending Line : termios.c:1432 (0x200592b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 536 Symbol : rtems_termios_txdaemon (0x20058ec) Starting Line : termios.c:1433 (0x2005944) Ending Line : termios.c:1433 (0x200594b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 539 Symbol : rtems_termios_write (0x2004f28) Starting Line : termios.c:764 (0x2004fa8) Ending Line : termios.c:764 (0x2004faf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 540 Symbol : rtems_termios_write (0x2004f28) Starting Line : termios.c:764 (0x2004fd0) Ending Line : termios.c:765 (0x2004fdf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 544 Symbol : rtems_verror (0x2002a14) Starting Line : thread.inl:81 (0x2002a40) Ending Line : thread.inl:82 (0x2002a53) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 548 Symbol : scanInt (0x2002ff0) Starting Line : getpwent.c:127 (0x2003020) Ending Line : getpwent.c:127 (0x2003033) 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 : 560 Symbol : siproc (0x2004ee0) Starting Line : termios.c:939 (0x2004f20) Ending Line : termios.c:939 (0x2004f27) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 564 Symbol : tcsetattr (0x200c410) Starting Line : tcsetattr.c:42 (0x200c454) Ending Line : tcsetattr.c:42 (0x200c457) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 565 Symbol : tcsetattr (0x200c410) Starting Line : tcsetattr.c:50 (0x200c460) Ending Line : tcsetattr.c:50 (0x200c467) 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 : 570 Symbol : unmount (0x2005a48) Starting Line : unmount.c:140 (0x2005b3c) Ending Line : unmount.c:141 (0x2005b63) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 575 Symbol : writev (0x2006ad8) Starting Line : writev.c:105 (0x2006be8) Ending Line : writev.c:105 (0x2006beb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 577 Symbol : writev (0x2006ad8) Starting Line : writev.c:114 (0x2006c08) Ending Line : writev.c:114 (0x2006c0b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================