============================================ Index : 2 Symbol : IMFS_chown (0x4000a7a0) Starting Line : imfs_creat.c:109 (0x4000a808) Ending Line : imfs_creat.c:117 (0x4000a823) Size in Bytes : 28 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 6 Symbol : IMFS_create_root_node (0x4000a9a4) Starting Line : ??:0 (0x4000a9e4) Ending Line : ??:0 (0x4000a9ff) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 8 Symbol : IMFS_eval_path (0x4000ab3c) Starting Line : imfs_eval.c:488 (0x4000ab4c) Ending Line : imfs_eval.c:488 (0x4000ab5b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 15 Symbol : IMFS_evaluate_for_make (0x4000af14) Starting Line : imfs_eval.c:364 (0x4000b068) Ending Line : imfs_eval.c:364 (0x4000b06f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 20 Symbol : IMFS_evaluate_permission (0x4000aa6c) Starting Line : imfs_eval.c:84 (0x4000aa7c) Ending Line : imfs_eval.c:84 (0x4000aa93) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 26 Symbol : IMFS_find_match_in_dir (0x4000b2ac) Starting Line : imfs_getchild.c:51 (0x4000b2e4) Ending Line : imfs_getchild.c:51 (0x4000b2e7) 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 : 29 Symbol : IMFS_fsunmount (0x4000b1ec) Starting Line : imfs_fsunmount.c:86 (0x4000b270) Ending Line : imfs_fsunmount.c:86 (0x4000b273) 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 : 31 Symbol : IMFS_fsunmount (0x4000b1ec) Starting Line : imfs_fsunmount.c:93 (0x4000b294) Ending Line : imfs_fsunmount.c:82 (0x4000b2a3) 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 : 33 Symbol : IMFS_get_token (0x4000b328) Starting Line : imfs_gtkn.c:42 (0x4000b368) Ending Line : imfs_gtkn.c:42 (0x4000b36b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 38 Symbol : IMFS_memfile_extend (0x4000db5c) Starting Line : memfile.c:298 (0x4000db9c) Ending Line : memfile.c:298 (0x4000db9f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 55 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 : 59 Symbol : IMFS_memfile_read (0x4000d728) Starting Line : memfile.c:564 (0x4000d770) Ending Line : memfile.c:564 (0x4000d773) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 60 Symbol : IMFS_memfile_read (0x4000d728) Starting Line : memfile.c:557 (0x4000d77c) Ending Line : memfile.c:557 (0x4000d77f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 63 Symbol : IMFS_memfile_read (0x4000d728) Starting Line : memfile.c:579 (0x4000d7d0) Ending Line : memfile.c:579 (0x4000d7d3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 77 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 : 79 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 : 80 Symbol : IMFS_print_jnode (0x400058d0) Starting Line : imfs_debug.c:88 (0x400059b0) Ending Line : imfs_debug.c:88 (0x400059bf) 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 : 82 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 : 83 Symbol : IMFS_rmnod (0x4000b4ec) Starting Line : ??:0 (0x4000b510) Ending Line : ??:0 (0x4000b527) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 86 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 : 88 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 : 90 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 : 91 Symbol : Stack_check_Dump_threads_usage (0x40002f74) Starting Line : check.c:383 (0x40002f74) Ending Line : check.c:453 (0x400030e3) Size in Bytes : 368 Size in Instructions : 92 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 94 Symbol : Stack_check_report_blown_task (0x400031e0) Starting Line : check.c:220 (0x400031e0) Ending Line : check.c:260 (0x40003283) Size in Bytes : 164 Size in Instructions : 41 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 96 Symbol : _CORE_RWLock_Obtain_for_reading (0x40009a10) Starting Line : corerwlockobtainread.c:68 (0x40009a68) Ending Line : corerwlockobtainread.c:68 (0x40009a6b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 106 Symbol : _Chain_Get_with_empty_check (0x40007bcc) Starting Line : chain.inl:561 (0x40007be8) Ending Line : chain.inl:561 (0x40007beb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 107 Symbol : _Chain_Get_with_empty_check (0x40007bcc) Starting Line : chain.inl:558 (0x40007c0c) Ending Line : chain.inl:558 (0x40007c0f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 113 Symbol : _Heap_Extend (0x4000d0b8) Starting Line : heap.inl:108 (0x4000d230) Ending Line : heap.inl:108 (0x4000d237) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 125 Symbol : _Heap_Walk (0x40008c34) Starting Line : heapwalk.c:233 (0x40008da4) Ending Line : heapwalk.c:233 (0x40008daf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 128 Symbol : _Internal_error_Occurred (0x40007dbc) Starting Line : sysstate.inl:37 (0x40007de4) Ending Line : interr.c:61 (0x40007dfb) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 144 Symbol : _POSIX_Threads_Sporadic_budget_callout (0x4000c3c4) Starting Line : pthread.c:152 (0x4000c40c) Ending Line : pthread.c:152 (0x4000c40f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 152 Symbol : _POSIX_signals_Unblock_thread (0x4002416c) Starting Line : psignalunblockthread.c:108 (0x4002423c) Ending Line : psignalunblockthread.c:108 (0x4002424b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 176 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 : 180 Symbol : _User_extensions_Fatal (0x40009c8c) Starting Line : userextthreadbegin.c:81 (0x40009ccc) Ending Line : userextthreadbegin.c:81 (0x40009cd3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 186 Symbol : _close_r (0x4000b678) Starting Line : close.c:55 (0x4000b678) Ending Line : ftruncate.c:33 (0x4000b6b3) Size in Bytes : 60 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 194 Symbol : devFS_evaluate_path (0x4000a434) Starting Line : devfs_eval.c:44 (0x4000a444) Ending Line : devfs_eval.c:44 (0x4000a453) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 196 Symbol : devFS_evaluate_path (0x4000a434) Starting Line : devfs_eval.c:58 (0x4000a4ac) Ending Line : devfs_eval.c:58 (0x4000a4af) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 199 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 : 201 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 : 203 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 : 205 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 : 207 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 : 209 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 : 211 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 : 214 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 : 216 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 : 218 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 : 220 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 : 226 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 : 228 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 : 231 Symbol : fifo_open (0x4000d7a0) Starting Line : fifo.c:184 (0x4000d83c) Ending Line : fifo.c:184 (0x4000d83f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 234 Symbol : fifo_open (0x4000d7a0) Starting Line : fifo.c:223 (0x4000d9c8) Ending Line : fifo.c:223 (0x4000d9cb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 236 Symbol : fifo_open (0x4000d7a0) Starting Line : fifo.c:228 (0x4000d9e4) Ending Line : fifo.c:228 (0x4000d9eb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 241 Symbol : fifo_open (0x4000d7a0) Starting Line : fifo.c:340 (0x4000daac) Ending Line : fifo.c:340 (0x4000daaf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 246 Symbol : fifo_open (0x4000d7a0) Starting Line : fifo.c:365 (0x4000db58) Ending Line : fifo.c:365 (0x4000db5b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 250 Symbol : fifo_open (0x4000d7a0) Starting Line : fifo.c:360 (0x4000dbd8) Ending Line : fifo.c:385 (0x4000dbdf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 254 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 ============================================ ============================================ Index : 261 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 : 264 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 : 266 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 : 270 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 : 273 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 : 276 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 : 278 Symbol : killinfo (0x40023e60) Starting Line : killinfo.c:189 (0x40023fcc) Ending Line : killinfo.c:189 (0x40023fcf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 280 Symbol : killinfo (0x40023e60) Starting Line : killinfo.c:268 (0x4002402c) Ending Line : killinfo.c:268 (0x4002402f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 282 Symbol : killinfo (0x40023e60) Starting Line : killinfo.c:268 (0x4002403c) Ending Line : killinfo.c:268 (0x4002403f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 284 Symbol : libc_wrapup (0x40013df8) Starting Line : newlibc_exit.c:89 (0x40013e60) Ending Line : newlibc_exit.c:89 (0x40013e67) 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 : 290 Symbol : memfile_ftruncate (0x4000def8) Starting Line : memfile.c:257 (0x4000df1c) Ending Line : memfile.c:257 (0x4000df1f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 293 Symbol : memfile_lseek (0x4000df70) Starting Line : memfile.c:219 (0x4000dfa4) Ending Line : memfile.c:219 (0x4000dfa7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 295 Symbol : memfile_lseek (0x4000df70) Starting Line : memfile.c:220 (0x4000dfb8) Ending Line : memfile.c:220 (0x4000dfc3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 297 Symbol : memfile_open (0x4000de5c) Starting Line : memfile.c:102 (0x4000de84) Ending Line : memfile.c:111 (0x4000decf) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 299 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 : 302 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 : 304 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 : 305 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 : 311 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 : 318 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 : 320 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 : 322 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 : 324 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 : 326 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 : 328 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 : 331 Symbol : pipe_create (0x4000c960) Starting Line : pipe.c:36 (0x4000c980) Ending Line : pipe.c:36 (0x4000c983) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 337 Symbol : pipe_read (0x4000dbf0) Starting Line : fifo.c:422 (0x4000dd6c) Ending Line : fifo.c:456 (0x4000dd73) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 347 Symbol : pipe_write (0x4000dd84) Starting Line : fifo.c:502 (0x4000df4c) Ending Line : fifo.c:542 (0x4000df53) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 358 Symbol : pthread_mutex_timedlock (0x40008e78) Starting Line : mutextimedlock.c:79 (0x40008ed8) Ending Line : mutextimedlock.c:79 (0x40008edb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 380 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 : 385 Symbol : realloc (0x40013fcc) Starting Line : realloc.c:38 (0x40014008) Ending Line : realloc.c:38 (0x4001400b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 388 Symbol : realloc (0x40013fcc) Starting Line : realloc.c:52 (0x40014040) Ending Line : realloc.c:42 (0x4001404f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 390 Symbol : realloc (0x40013fcc) Starting Line : realloc.c:42 (0x400140f8) Ending Line : realloc.c:42 (0x400140ff) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 394 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 : 396 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 : 399 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 : 402 Symbol : rtems_cpu_usage_report_with_plugin (0x40003b1c) Starting Line : cpuusagereport.c:118 (0x40003b9c) Ending Line : cpuusagereport.c:118 (0x40003ba3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 408 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 : 410 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 : 415 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 : 426 Symbol : rtems_libio_free (0x4000b8c4) Starting Line : libio.c:181 (0x4000b8dc) Ending Line : libio.c:181 (0x4000b8df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 434 Symbol : rtems_libio_to_fcntl_flags (0x4000b7dc) Starting Line : libio.c:107 (0x4000b7f8) Ending Line : libio.c:104 (0x4000b803) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 447 Symbol : rtems_shutdown_executive (0x40013f8c) Starting Line : exshutdown.c:43 (0x40013fb8) Ending Line : exshutdown.c:43 (0x40013fbb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 455 Symbol : rtems_stack_checker_is_blown (0x400032f0) Starting Line : check.c:323 (0x40003360) Ending Line : check.c:323 (0x4000336f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 456 Symbol : rtems_stack_checker_report_usage (0x400033d8) Starting Line : check.c:509 (0x400033d8) Ending Line : check.c:509 (0x400033ef) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 457 Symbol : rtems_stack_checker_report_usage_with_plugin (0x40003378) Starting Line : check.c:483 (0x40003378) Ending Line : check.c:504 (0x400033d7) Size in Bytes : 96 Size in Instructions : 24 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 461 Symbol : rtems_stack_checker_switch_extension (0x40003288) Starting Line : check.c:287 (0x400032dc) Ending Line : check.c:287 (0x400032e7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 463 Symbol : rtems_string_to_double (0x4000d278) Starting Line : stringto_template.h:133 (0x4000d30c) Ending Line : stringto_template.h:133 (0x4000d30f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 465 Symbol : rtems_string_to_float (0x4000d31c) Starting Line : stringto_template.h:133 (0x4000d3a4) Ending Line : stringto_template.h:133 (0x4000d3a7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 467 Symbol : rtems_string_to_long (0x4000d52c) Starting Line : stringto_template.h:133 (0x4000d5dc) Ending Line : stringto_template.h:133 (0x4000d5df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 470 Symbol : rtems_string_to_long_long (0x4000d448) Starting Line : stringto_template.h:126 (0x4000d4fc) Ending Line : stringto_template.h:126 (0x4000d4ff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 472 Symbol : rtems_string_to_long_long (0x4000d448) Starting Line : stringto_template.h:133 (0x4000d518) Ending Line : stringto_template.h:133 (0x4000d51b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 474 Symbol : rtems_string_to_pointer (0x4000d5ec) Starting Line : stringto_template.h:120 (0x4000d650) Ending Line : stringto_template.h:131 (0x4000d66b) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 476 Symbol : rtems_string_to_unsigned_int (0x4000d6dc) Starting Line : stringto_template.h:133 (0x4000d758) Ending Line : stringto_template.h:133 (0x4000d75b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 478 Symbol : rtems_string_to_unsigned_long (0x4000d80c) Starting Line : stringto_template.h:133 (0x4000d888) Ending Line : stringto_template.h:133 (0x4000d88b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 480 Symbol : rtems_string_to_unsigned_long_long (0x4000d768) Starting Line : stringto_template.h:120 (0x4000d7dc) Ending Line : stringto_template.h:120 (0x4000d7df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 482 Symbol : rtems_string_to_unsigned_long_long (0x4000d768) Starting Line : stringto_template.h:133 (0x4000d7f8) Ending Line : stringto_template.h:133 (0x4000d7fb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 484 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 : 488 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 : 490 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 : 502 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 : 504 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 : 506 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 : 511 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 : 513 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 : 516 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 : 518 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 : 520 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 : 522 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 : 524 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 : 526 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 : 528 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 : 533 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 : 535 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 : 537 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 : 539 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 : 541 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 : 544 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 : 547 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 : 549 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 : 554 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 : 558 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 : 560 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 : 565 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 : 568 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 : 570 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 : 572 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 : 574 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 : 576 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 : 578 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 : 581 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 : 583 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 : 585 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 : 587 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 : 589 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 : 591 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 : 593 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 : 595 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 : 597 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 : 600 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 : 604 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 : 608 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 : 627 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 : 632 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 : 633 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 ============================================ ============================================ Index : 644 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 : 651 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 : 653 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 ============================================