============================================ Index : 2 Symbol : IMFS_chown (0x4000a68c) Starting Line : imfs_chown.c:31 (0x4000a68c) Ending Line : imfs_creat.c:117 (0x4000a6d3) Size in Bytes : 72 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 6 Symbol : IMFS_create_root_node (0x4000a84c) Starting Line : ??:0 (0x4000a88c) Ending Line : ??:0 (0x4000a8a7) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 8 Symbol : IMFS_eval_path (0x4000a9a4) Starting Line : imfs_eval.c:488 (0x4000a9b4) Ending Line : imfs_eval.c:488 (0x4000a9c3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 15 Symbol : IMFS_evaluate_for_make (0x4000ad7c) Starting Line : imfs_eval.c:364 (0x4000aed0) Ending Line : imfs_eval.c:364 (0x4000aed7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 20 Symbol : IMFS_evaluate_permission (0x4000a914) Starting Line : imfs_eval.c:84 (0x4000a924) Ending Line : imfs_eval.c:84 (0x4000a93b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 25 Symbol : IMFS_find_match_in_dir (0x4000b114) Starting Line : imfs_getchild.c:51 (0x4000b14c) Ending Line : imfs_getchild.c:51 (0x4000b14f) 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 (0x4000b054) Starting Line : imfs_fsunmount.c:86 (0x4000b0d8) Ending Line : imfs_fsunmount.c:86 (0x4000b0db) 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 (0x4000b054) Starting Line : imfs_fsunmount.c:93 (0x4000b0fc) Ending Line : imfs_fsunmount.c:82 (0x4000b10b) Size in Bytes : 16 Size in Instructions : 4 Classification: Ask Chris Johns Explanation: I think he wrote this code and can probably identify the test case. ============================================ ============================================ Index : 32 Symbol : IMFS_get_token (0x4000b190) Starting Line : imfs_gtkn.c:42 (0x4000b1d0) Ending Line : imfs_gtkn.c:42 (0x4000b1d3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 37 Symbol : IMFS_memfile_extend (0x4000d0f8) Starting Line : memfile.c:298 (0x4000d138) Ending Line : memfile.c:298 (0x4000d13b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 54 Symbol : IMFS_memfile_maximum_size (0x40005aa0) Starting Line : imfs_debug.c:157 (0x40005aa0) Ending Line : imfs_init.c:54 (0x40005af7) Size in Bytes : 88 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 58 Symbol : IMFS_memfile_read (0x4000ccc4) Starting Line : memfile.c:564 (0x4000cd0c) Ending Line : memfile.c:564 (0x4000cd0f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 59 Symbol : IMFS_memfile_read (0x4000ccc4) Starting Line : memfile.c:557 (0x4000cd18) Ending Line : memfile.c:557 (0x4000cd1b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 62 Symbol : IMFS_memfile_read (0x4000ccc4) Starting Line : memfile.c:579 (0x4000cd6c) Ending Line : memfile.c:579 (0x4000cd6f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 76 Symbol : IMFS_mount (0x40002d68) Starting Line : imfs_mount.c:44 (0x40002d80) Ending Line : imfs_mount.c:44 (0x40002d97) Size in Bytes : 24 Size in Instructions : 6 Classification: Unreachable? Explanation: We need to ask Chris Johns about this. I believe this is a case where the error checking has been done by the system call layer. I analyzed the "file handlers" callbacks for guarantees on parameters. This indicates the same analysis needs to happen for "file system handlers." Bharath: Yes, it is checked in mount.c ============================================ ============================================ Index : 78 Symbol : IMFS_print_jnode (0x400058d0) Starting Line : imfs_debug.c:43 (0x400058f8) Ending Line : imfs_debug.c:43 (0x400058fb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 79 Symbol : IMFS_print_jnode (0x400058d0) Starting Line : imfs_debug.c:80 (0x40005988) Ending Line : imfs_debug.c:88 (0x400059bf) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 81 Symbol : IMFS_rename (0x40002de8) Starting Line : imfs_rename.c:40 (0x40002e0c) Ending Line : imfs_rename.c:40 (0x40002e0f) 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_rmnod (0x4000b354) Starting Line : ??:0 (0x4000b378) Ending Line : ??:0 (0x4000b38f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 85 Symbol : IMFS_unlink (0x40002ee4) Starting Line : imfs_unlink.c:51 (0x40002f0c) Ending Line : imfs_unlink.c:51 (0x40002f23) 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 : 87 Symbol : IMFS_unmount (0x40002fb8) Starting Line : imfs_unmount.c:45 (0x40002fd0) Ending Line : imfs_unmount.c:45 (0x40002fdf) 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 : 89 Symbol : IMFS_unmount (0x40002fb8) Starting Line : imfs_unmount.c:52 (0x40002fec) Ending Line : imfs_unmount.c:52 (0x40003003) Size in Bytes : 24 Size in Instructions : 6 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 90 Symbol : Stack_check_Dump_threads_usage (0x40002ad4) Starting Line : check.c:383 (0x40002ad4) Ending Line : check.c:453 (0x40002c43) Size in Bytes : 368 Size in Instructions : 92 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 93 Symbol : Stack_check_report_blown_task (0x40002d40) Starting Line : check.c:220 (0x40002d40) Ending Line : check.c:260 (0x40002de3) Size in Bytes : 164 Size in Instructions : 41 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 100 Symbol : _CORE_mutex_Seize_interrupt_trylock (0x4000c048) Starting Line : coremutex.inl:209 (0x4000c148) Ending Line : coremutex.inl:209 (0x4000c14f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 101 Symbol : _CORE_mutex_Seize_interrupt_trylock (0x4000c048) Starting Line : coremutex.inl:210 (0x4000c168) Ending Line : coremutex.inl:210 (0x4000c173) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 104 Symbol : _Chain_Get_with_empty_check (0x40007b58) Starting Line : chain.inl:561 (0x40007b74) Ending Line : chain.inl:561 (0x40007b77) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 105 Symbol : _Chain_Get_with_empty_check (0x40007b58) Starting Line : chain.inl:558 (0x40007b98) Ending Line : chain.inl:558 (0x40007b9b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 111 Symbol : _Heap_Extend (0x4000c6c4) Starting Line : heap.inl:108 (0x4000c83c) Ending Line : heap.inl:108 (0x4000c843) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 123 Symbol : _Heap_Walk (0x40008bc0) Starting Line : heapwalk.c:233 (0x40008d30) Ending Line : heapwalk.c:233 (0x40008d3b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 126 Symbol : _Internal_error_Occurred (0x40007d48) Starting Line : sysstate.inl:37 (0x40007d70) Ending Line : interr.c:61 (0x40007d87) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 133 Symbol : _Objects_Initialize_information (0x40008368) Starting Line : objectinitializeinformation.c:135 (0x40008428) Ending Line : objectinitializeinformation.c:135 (0x4000842f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 145 Symbol : _Thread_Get (0x40008c60) Starting Line : threadget.c:83 (0x40008ccc) Ending Line : threadget.c:83 (0x40008ccf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 148 Symbol : _Thread_Initialize (0x40008d0c) Starting Line : threadinitialize.c:92 (0x40008d44) Ending Line : threadinitialize.c:92 (0x40008d47) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 150 Symbol : _Thread_Initialize (0x40008d0c) Starting Line : threadinitialize.c:228 (0x40008e74) Ending Line : threadinitialize.c:230 (0x40008e7f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 155 Symbol : _Thread_Yield_processor (0x400098e8) Starting Line : threadyieldprocessor.c:73 (0x40009980) Ending Line : threadyieldprocessor.c:73 (0x40009983) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 162 Symbol : _Timer_server_Body (0x40017224) Starting Line : timerserver.c:345 (0x40017344) Ending Line : timerserver.c:345 (0x4001734f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 167 Symbol : _User_extensions_Fatal (0x40009b78) Starting Line : userextthreadbegin.c:81 (0x40009bb8) Ending Line : userextthreadbegin.c:81 (0x40009bbf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 169 Symbol : _User_extensions_Thread_exitted (0x40009b38) Starting Line : userextthreadbegin.c:54 (0x40009b60) Ending Line : userextthreadbegin.c:54 (0x40009b63) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 174 Symbol : __kill (0x40022ca8) Starting Line : kill_noposix.c:47 (0x40022ca8) Ending Line : kill_noposix.c:47 (0x40022caf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 175 Symbol : _gettimeofday (0x40003508) Starting Line : __gettod.c:82 (0x40003508) Ending Line : __gettod.c:82 (0x40003513) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 181 Symbol : devFS_evaluate_path (0x4000a320) Starting Line : devfs_eval.c:44 (0x4000a330) Ending Line : devfs_eval.c:44 (0x4000a33f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 183 Symbol : devFS_evaluate_path (0x4000a320) Starting Line : devfs_eval.c:58 (0x4000a398) Ending Line : devfs_eval.c:58 (0x4000a39b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 186 Symbol : drainOutput (0x400042b8) Starting Line : termios.c:348 (0x400042dc) Ending Line : termios.c:353 (0x4000430f) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 188 Symbol : drainOutput (0x400042b8) Starting Line : termios.c:346 (0x40004320) Ending Line : termios.c:346 (0x40004323) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 190 Symbol : echo (0x4000502c) Starting Line : termios.c:786 (0x400050a8) Ending Line : termios.c:786 (0x400050ab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 192 Symbol : endgrent (0x40004518) Starting Line : getpwent.c:437 (0x40004538) Ending Line : getpwent.c:437 (0x4000453b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 194 Symbol : endpwent (0x40004378) Starting Line : getpwent.c:281 (0x40004398) Ending Line : getpwent.c:281 (0x4000439b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 196 Symbol : erase (0x400050bc) Starting Line : termios.c:802 (0x400050ec) Ending Line : termios.c:802 (0x400050ef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 198 Symbol : erase (0x400050bc) Starting Line : termios.c:807 (0x40005100) Ending Line : termios.c:808 (0x40005123) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 201 Symbol : erase (0x400050bc) Starting Line : termios.c:819 (0x40005154) Ending Line : termios.c:819 (0x4000515f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 203 Symbol : erase (0x400050bc) Starting Line : termios.c:832 (0x400051a8) Ending Line : termios.c:827 (0x400051bb) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 205 Symbol : erase (0x400050bc) Starting Line : termios.c:848 (0x40005218) Ending Line : termios.c:853 (0x4000524f) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 207 Symbol : erase (0x400050bc) Starting Line : termios.c:853 (0x40005260) Ending Line : termios.c:854 (0x40005273) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 213 Symbol : fcntl (0x40003e14) Starting Line : fcntl.c:143 (0x40003f9c) Ending Line : fcntl.c:143 (0x40003fa7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 215 Symbol : fdatasync (0x40003fd4) Starting Line : ??:0 (0x40004050) Ending Line : ??:0 (0x4000407f) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 218 Symbol : fifo_open (0x4000d5f0) Starting Line : fifo.c:184 (0x4000d68c) Ending Line : fifo.c:184 (0x4000d68f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 221 Symbol : fifo_open (0x4000d5f0) Starting Line : fifo.c:223 (0x4000d7cc) Ending Line : fifo.c:223 (0x4000d7cf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 223 Symbol : fifo_open (0x4000d5f0) Starting Line : fifo.c:228 (0x4000d7e8) Ending Line : fifo.c:228 (0x4000d7ef) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 228 Symbol : fifo_open (0x4000d5f0) Starting Line : fifo.c:340 (0x4000d8b0) Ending Line : fifo.c:340 (0x4000d8b3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 233 Symbol : fifo_open (0x4000d5f0) Starting Line : fifo.c:365 (0x4000d95c) Ending Line : fifo.c:365 (0x4000d95f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 237 Symbol : fifo_open (0x4000d5f0) Starting Line : fifo.c:360 (0x4000d9dc) Ending Line : fifo.c:385 (0x4000d9e3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 241 Symbol : free_user_env (0x400049fc) Starting Line : privateenv.c:42 (0x40004a2c) Ending Line : privateenv.c:42 (0x40004a33) 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 : 244 Symbol : gettimeofday (0x4000348c) Starting Line : __gettod.c:37 (0x4000349c) Ending Line : __gettod.c:37 (0x400034b3) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 250 Symbol : iproc (0x400052d4) Starting Line : termios.c:872 (0x400052e8) Ending Line : termios.c:872 (0x400052eb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 253 Symbol : iproc (0x400052d4) Starting Line : termios.c:886 (0x40005344) Ending Line : termios.c:886 (0x4000534b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 255 Symbol : iproc (0x400052d4) Starting Line : termios.c:882 (0x4000535c) Ending Line : termios.c:882 (0x4000535f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 259 Symbol : iproc (0x400052d4) Starting Line : termios.c:898 (0x400053e0) Ending Line : termios.c:898 (0x400053e3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 262 Symbol : iproc (0x400052d4) Starting Line : termios.c:904 (0x40005420) Ending Line : termios.c:906 (0x40005443) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 265 Symbol : iproc (0x400052d4) Starting Line : termios.c:915 (0x40005478) Ending Line : termios.c:915 (0x4000547b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 266 Symbol : kill (0x40022c98) Starting Line : kill_noposix.c:33 (0x40022c98) Ending Line : kill_noposix.c:33 (0x40022c9f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 268 Symbol : libc_wrapup (0x40012f2c) Starting Line : newlibc_exit.c:89 (0x40012f94) Ending Line : newlibc_exit.c:89 (0x40012f9b) 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 : 274 Symbol : memfile_ftruncate (0x4000d494) Starting Line : memfile.c:257 (0x4000d4b8) Ending Line : memfile.c:257 (0x4000d4bb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 277 Symbol : memfile_lseek (0x4000d50c) Starting Line : memfile.c:219 (0x4000d540) Ending Line : memfile.c:219 (0x4000d543) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 279 Symbol : memfile_lseek (0x4000d50c) Starting Line : memfile.c:220 (0x4000d554) Ending Line : memfile.c:220 (0x4000d55f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 281 Symbol : memfile_open (0x4000d3f8) Starting Line : memfile.c:102 (0x4000d420) Ending Line : memfile.c:111 (0x4000d46b) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 283 Symbol : mount (0x400039c0) Starting Line : mount.c:157 (0x40003ad4) Ending Line : mount.c:157 (0x40003adf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 286 Symbol : mount (0x400039c0) Starting Line : mount.c:211 (0x40003b94) Ending Line : mount.c:211 (0x40003b97) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 288 Symbol : mount (0x400039c0) Starting Line : mount.c:219 (0x40003bb0) Ending Line : mount.c:219 (0x40003bbb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 289 Symbol : mount (0x400039c0) Starting Line : mount.c:128 (0x40003c38) Ending Line : mount.c:128 (0x40003c3b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 295 Symbol : newlib_free_buffers (0x40003c6c) Starting Line : newlibc_reent.c:115 (0x40003c94) Ending Line : newlibc_reent.c:121 (0x40003cbb) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 302 Symbol : oproc (0x40004ea4) Starting Line : termios.c:694 (0x40004ed0) Ending Line : termios.c:727 (0x40004ee3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 304 Symbol : oproc (0x40004ea4) Starting Line : termios.c:705 (0x40004ef4) Ending Line : termios.c:705 (0x40004efb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 306 Symbol : oproc (0x40004ea4) Starting Line : termios.c:696 (0x40004f04) Ending Line : termios.c:696 (0x40004f07) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 308 Symbol : oproc (0x40004ea4) Starting Line : termios.c:705 (0x40004f30) Ending Line : termios.c:714 (0x40004f67) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 310 Symbol : oproc (0x40004ea4) Starting Line : termios.c:727 (0x40004fa4) Ending Line : termios.c:735 (0x40004fb7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 312 Symbol : oproc (0x40004ea4) Starting Line : termios.c:733 (0x40004fc0) Ending Line : termios.c:734 (0x40004feb) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 315 Symbol : pipe_create (0x4000c7b0) Starting Line : pipe.c:36 (0x4000c7d0) Ending Line : pipe.c:36 (0x4000c7d3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 321 Symbol : pipe_read (0x4000d9f4) Starting Line : fifo.c:422 (0x4000db70) Ending Line : fifo.c:456 (0x4000db77) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 331 Symbol : pipe_write (0x4000db88) Starting Line : fifo.c:502 (0x4000dd34) Ending Line : fifo.c:542 (0x4000dd3b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 339 Symbol : readv (0x40005318) Starting Line : readv.c:107 (0x40005428) Ending Line : readv.c:107 (0x4000542b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 344 Symbol : realloc (0x40013100) Starting Line : realloc.c:38 (0x4001313c) Ending Line : realloc.c:38 (0x4001313f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 347 Symbol : realloc (0x40013100) Starting Line : realloc.c:52 (0x40013174) Ending Line : realloc.c:42 (0x40013183) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 349 Symbol : realloc (0x40013100) Starting Line : realloc.c:42 (0x4001322c) Ending Line : realloc.c:42 (0x40013233) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 353 Symbol : rtems_chain_append_with_notification (0x40007594) Starting Line : chainappendnotify.c:44 (0x400075bc) Ending Line : chainappendnotify.c:44 (0x400075c3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 355 Symbol : rtems_chain_get_with_notification (0x400075c4) Starting Line : chaingetnotify.c:44 (0x400075ec) Ending Line : chaingetnotify.c:44 (0x400075f3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 358 Symbol : rtems_chain_prepend_with_notification (0x40007644) Starting Line : chainprependnotify.c:44 (0x4000766c) Ending Line : chainprependnotify.c:44 (0x40007673) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 365 Symbol : rtems_filesystem_initialize (0x40003144) Starting Line : base_fs.c:58 (0x4000319c) Ending Line : base_fs.c:58 (0x400031ab) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 367 Symbol : rtems_filesystem_initialize (0x40003144) Starting Line : base_fs.c:105 (0x4000322c) Ending Line : base_fs.c:105 (0x40003233) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 372 Symbol : rtems_filesystem_prefix_separators (0x40003380) Starting Line : freenode.c:18 (0x400033c8) Ending Line : free.c:26 (0x400033ef) Size in Bytes : 40 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 383 Symbol : rtems_libio_free (0x4000b70c) Starting Line : libio.c:181 (0x4000b724) Ending Line : libio.c:181 (0x4000b727) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 392 Symbol : rtems_libio_to_fcntl_flags (0x4000b624) Starting Line : libio.c:107 (0x4000b640) Ending Line : libio.c:104 (0x4000b64b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 405 Symbol : rtems_shutdown_executive (0x400130c0) Starting Line : exshutdown.c:43 (0x400130ec) Ending Line : exshutdown.c:43 (0x400130ef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 413 Symbol : rtems_stack_checker_is_blown (0x40002e50) Starting Line : check.c:323 (0x40002ec0) Ending Line : check.c:323 (0x40002ecf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 414 Symbol : rtems_stack_checker_report_usage (0x40002f38) Starting Line : check.c:509 (0x40002f38) Ending Line : check.c:509 (0x40002f4f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 415 Symbol : rtems_stack_checker_report_usage_with_plugin (0x40002ed8) Starting Line : check.c:483 (0x40002ed8) Ending Line : check.c:504 (0x40002f37) Size in Bytes : 96 Size in Instructions : 24 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 419 Symbol : rtems_stack_checker_switch_extension (0x40002de8) Starting Line : check.c:287 (0x40002e3c) Ending Line : check.c:287 (0x40002e47) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 421 Symbol : rtems_string_to_double (0x4000d164) Starting Line : stringto_template.h:133 (0x4000d1f8) Ending Line : stringto_template.h:133 (0x4000d1fb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 423 Symbol : rtems_string_to_float (0x4000d208) Starting Line : stringto_template.h:133 (0x4000d290) Ending Line : stringto_template.h:133 (0x4000d293) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 425 Symbol : rtems_string_to_long (0x4000d418) Starting Line : stringto_template.h:133 (0x4000d4c8) Ending Line : stringto_template.h:133 (0x4000d4cb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 428 Symbol : rtems_string_to_long_long (0x4000d334) Starting Line : stringto_template.h:126 (0x4000d3e8) Ending Line : stringto_template.h:126 (0x4000d3eb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 430 Symbol : rtems_string_to_long_long (0x4000d334) Starting Line : stringto_template.h:133 (0x4000d404) Ending Line : stringto_template.h:133 (0x4000d407) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 432 Symbol : rtems_string_to_pointer (0x4000d4d8) Starting Line : stringto_template.h:120 (0x4000d53c) Ending Line : stringto_template.h:131 (0x4000d557) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 434 Symbol : rtems_string_to_unsigned_int (0x4000d5c8) Starting Line : stringto_template.h:133 (0x4000d644) Ending Line : stringto_template.h:133 (0x4000d647) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 436 Symbol : rtems_string_to_unsigned_long (0x4000d6f8) Starting Line : stringto_template.h:133 (0x4000d774) Ending Line : stringto_template.h:133 (0x4000d777) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 438 Symbol : rtems_string_to_unsigned_long_long (0x4000d654) Starting Line : stringto_template.h:120 (0x4000d6c8) Ending Line : stringto_template.h:120 (0x4000d6cb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 440 Symbol : rtems_string_to_unsigned_long_long (0x4000d654) Starting Line : stringto_template.h:133 (0x4000d6e4) Ending Line : stringto_template.h:133 (0x4000d6e7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 442 Symbol : rtems_tarfs_load (0x4000317c) Starting Line : imfs_load_tar.c:112 (0x400031d8) Ending Line : imfs_load_tar.c:112 (0x400031df) 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 : 446 Symbol : rtems_tarfs_load (0x4000317c) Starting Line : imfs_load_tar.c:151 (0x400032e8) Ending Line : imfs_load_tar.c:151 (0x400032ef) 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 : 448 Symbol : rtems_tarfs_load (0x4000317c) Starting Line : imfs_load_tar.c:169 (0x40003340) Ending Line : imfs_load_tar.c:169 (0x40003343) 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 : 460 Symbol : rtems_termios_close (0x40004784) Starting Line : termios.c:397 (0x40004860) Ending Line : termios.c:397 (0x40004867) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 462 Symbol : rtems_termios_close (0x40004784) Starting Line : termios.c:400 (0x40004874) Ending Line : termios.c:401 (0x40004887) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 464 Symbol : rtems_termios_dequeue_characters (0x40005f5c) Starting Line : termios.c:1389 (0x40005f94) Ending Line : termios.c:1389 (0x40005f9b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 469 Symbol : rtems_termios_enqueue_raw_characters (0x4000597c) Starting Line : termios.c:1162 (0x40005a68) Ending Line : termios.c:1162 (0x40005a73) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 471 Symbol : rtems_termios_enqueue_raw_characters (0x4000597c) Starting Line : termios.c:1174 (0x40005a98) Ending Line : termios.c:1174 (0x40005aa3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 474 Symbol : rtems_termios_enqueue_raw_characters (0x4000597c) Starting Line : termios.c:1182 (0x40005ac4) Ending Line : termios.c:1235 (0x40005b17) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 476 Symbol : rtems_termios_enqueue_raw_characters (0x4000597c) Starting Line : termios.c:1199 (0x40005b5c) Ending Line : termios.c:1216 (0x40005c07) Size in Bytes : 172 Size in Instructions : 43 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 478 Symbol : rtems_termios_enqueue_raw_characters (0x4000597c) Starting Line : termios.c:1225 (0x40005c20) Ending Line : termios.c:1225 (0x40005c27) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 480 Symbol : rtems_termios_enqueue_raw_characters (0x4000597c) Starting Line : termios.c:1233 (0x40005c3c) Ending Line : termios.c:1233 (0x40005c3f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 482 Symbol : rtems_termios_enqueue_raw_characters (0x4000597c) Starting Line : termios.c:1234 (0x40005c50) Ending Line : termios.c:1235 (0x40005c67) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 484 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:523 (0x400049a8) Ending Line : termios.c:524 (0x400049b3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 486 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:526 (0x400049e0) Ending Line : termios.c:526 (0x400049e3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 491 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:458 (0x40004aa8) Ending Line : termios.c:472 (0x40004b0f) Size in Bytes : 104 Size in Instructions : 26 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 493 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:476 (0x40004b20) Ending Line : termios.c:480 (0x40004b47) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 495 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:484 (0x40004b58) Ending Line : termios.c:499 (0x40004ba7) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 497 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:500 (0x40004bb4) Ending Line : termios.c:503 (0x40004bc3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 499 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:562 (0x40004c58) Ending Line : termios.c:562 (0x40004c5b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 502 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:612 (0x40004d2c) Ending Line : termios.c:616 (0x40004d5f) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 505 Symbol : rtems_termios_open (0x40004334) Starting Line : termios.c:130 (0x40004384) Ending Line : termios.c:130 (0x40004387) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 507 Symbol : rtems_termios_open (0x40004334) Starting Line : termios.c:172 (0x40004404) Ending Line : termios.c:172 (0x4000440b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 512 Symbol : rtems_termios_open (0x40004334) Starting Line : termios.c:314 (0x400046f0) Ending Line : termios.c:314 (0x400046fb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 516 Symbol : rtems_termios_puts (0x40004d74) Starting Line : termios.c:664 (0x40004df4) Ending Line : termios.c:664 (0x40004dfb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 518 Symbol : rtems_termios_puts (0x40004d74) Starting Line : termios.c:676 (0x40004e74) Ending Line : termios.c:678 (0x40004e83) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 523 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:977 (0x40005718) Ending Line : termios.c:977 (0x40005723) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 526 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:989 (0x40005770) Ending Line : termios.c:989 (0x40005773) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 528 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:989 (0x40005780) Ending Line : termios.c:989 (0x40005783) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 530 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:1019 (0x400057dc) Ending Line : termios.c:1019 (0x400057df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 532 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:1026 (0x40005800) Ending Line : termios.c:1041 (0x4000583b) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 534 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:1032 (0x4000584c) Ending Line : termios.c:1041 (0x40005873) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 536 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:1045 (0x40005898) Ending Line : termios.c:1046 (0x400058b3) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 539 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:1058 (0x40005908) Ending Line : termios.c:1058 (0x4000590b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 541 Symbol : rtems_termios_refill_transmitter (0x40005d00) Starting Line : termios.c:1262 (0x40005d18) Ending Line : termios.c:1267 (0x40005d4f) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 543 Symbol : rtems_termios_refill_transmitter (0x40005d00) Starting Line : termios.c:1280 (0x40005d64) Ending Line : termios.c:1285 (0x40005d9b) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 545 Symbol : rtems_termios_refill_transmitter (0x40005d00) Starting Line : termios.c:1297 (0x40005dc8) Ending Line : termios.c:1297 (0x40005dd7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 547 Symbol : rtems_termios_refill_transmitter (0x40005d00) Starting Line : termios.c:1327 (0x40005e40) Ending Line : termios.c:1327 (0x40005e4f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 549 Symbol : rtems_termios_refill_transmitter (0x40005d00) Starting Line : termios.c:1335 (0x40005e64) Ending Line : termios.c:1338 (0x40005e8b) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 551 Symbol : rtems_termios_rxdaemon (0x40005c90) Starting Line : termios.c:1464 (0x40005cc0) Ending Line : termios.c:1471 (0x40005ccf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 553 Symbol : rtems_termios_txdaemon (0x40005ee8) Starting Line : termios.c:1425 (0x40005f1c) Ending Line : termios.c:1432 (0x40005f2b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 555 Symbol : rtems_termios_txdaemon (0x40005ee8) Starting Line : termios.c:1433 (0x40005f44) Ending Line : termios.c:1433 (0x40005f4b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 558 Symbol : rtems_termios_write (0x400054f4) Starting Line : termios.c:764 (0x4000559c) Ending Line : termios.c:765 (0x400055a7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 562 Symbol : rtems_verror (0x40007f94) Starting Line : thread.inl:196 (0x40007fc0) Ending Line : thread.inl:196 (0x40007fcf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 566 Symbol : scanInt (0x40003b24) Starting Line : getpwent.c:127 (0x40003b54) Ending Line : getpwent.c:127 (0x40003b67) 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 : 578 Symbol : siproc (0x400054a8) Starting Line : termios.c:939 (0x400054e8) Ending Line : termios.c:939 (0x400054ef) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 582 Symbol : tcsetattr (0x40005f68) Starting Line : tcsetattr.c:42 (0x40005fac) Ending Line : tcsetattr.c:42 (0x40005faf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 583 Symbol : tcsetattr (0x40005f68) Starting Line : tcsetattr.c:50 (0x40005fb8) Ending Line : tcsetattr.c:50 (0x40005fbf) 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 : 588 Symbol : unmount (0x400074c8) Starting Line : unmount.c:140 (0x400075c8) Ending Line : unmount.c:141 (0x400075eb) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 590 Symbol : vprintk (0x40005fd8) Starting Line : vprintk.c:125 (0x40006184) Ending Line : vprintk.c:125 (0x40006187) Size in Bytes : 4 Size in Instructions : 1 Classification: Simple Test Case Explanation: 0x6f is a 'o'. It looks like we do not have a printk test which uses %o. ============================================ ============================================ Index : 597 Symbol : writev (0x4000764c) Starting Line : writev.c:105 (0x40007778) Ending Line : writev.c:105 (0x4000777b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 599 Symbol : writev (0x4000764c) Starting Line : writev.c:114 (0x40007798) Ending Line : writev.c:114 (0x4000779b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================