============================================ Index : 2 Symbol : IMFS_chown (0x40009798) Starting Line : imfs_creat.c:109 (0x400097c4) Ending Line : imfs_creat.c:117 (0x400097df) Size in Bytes : 28 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 6 Symbol : IMFS_create_root_node (0x40009958) Starting Line : ??:0 (0x40009998) Ending Line : ??:0 (0x400099b3) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 8 Symbol : IMFS_eval_path (0x40009ab0) Starting Line : imfs_eval.c:488 (0x40009ac0) Ending Line : imfs_eval.c:488 (0x40009acf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 15 Symbol : IMFS_evaluate_for_make (0x40009e88) Starting Line : imfs_eval.c:364 (0x40009fdc) Ending Line : imfs_eval.c:364 (0x40009fe3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 20 Symbol : IMFS_evaluate_permission (0x40009a20) Starting Line : imfs_eval.c:84 (0x40009a30) Ending Line : imfs_eval.c:84 (0x40009a47) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 22 Symbol : IMFS_fifo_lseek (0x400030a8) Starting Line : imfs_fifo.c:126 (0x400030d8) Ending Line : imfs_fifo.c:126 (0x400030df) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 26 Symbol : IMFS_find_match_in_dir (0x4000a220) Starting Line : imfs_getchild.c:51 (0x4000a258) Ending Line : imfs_getchild.c:51 (0x4000a25b) 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 (0x4000a160) Starting Line : imfs_fsunmount.c:86 (0x4000a1e4) Ending Line : imfs_fsunmount.c:86 (0x4000a1e7) 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 (0x4000a160) Starting Line : imfs_fsunmount.c:93 (0x4000a208) Ending Line : imfs_fsunmount.c:82 (0x4000a217) 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 (0x4000a29c) Starting Line : imfs_gtkn.c:42 (0x4000a2dc) Ending Line : imfs_gtkn.c:42 (0x4000a2df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 38 Symbol : IMFS_memfile_extend (0x4000c0ec) Starting Line : memfile.c:298 (0x4000c12c) Ending Line : memfile.c:298 (0x4000c12f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 55 Symbol : IMFS_memfile_maximum_size (0x40004c88) Starting Line : imfs_debug.c:157 (0x40004c88) Ending Line : imfs_init.c:54 (0x40004cdf) Size in Bytes : 88 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 59 Symbol : IMFS_memfile_read (0x4000bcb8) Starting Line : memfile.c:564 (0x4000bd00) Ending Line : memfile.c:564 (0x4000bd03) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 60 Symbol : IMFS_memfile_read (0x4000bcb8) Starting Line : memfile.c:557 (0x4000bd0c) Ending Line : memfile.c:557 (0x4000bd0f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 63 Symbol : IMFS_memfile_read (0x4000bcb8) Starting Line : memfile.c:579 (0x4000bd60) Ending Line : memfile.c:579 (0x4000bd63) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 76 Symbol : IMFS_memfile_write (0x4000c220) Starting Line : memfile.c:734 (0x4000c3c0) Ending Line : memfile.c:767 (0x4000c3cb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 78 Symbol : IMFS_mount (0x40001f50) Starting Line : imfs_mount.c:44 (0x40001f68) Ending Line : imfs_mount.c:44 (0x40001f7f) 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 : 80 Symbol : IMFS_print_jnode (0x40004ab8) Starting Line : imfs_debug.c:43 (0x40004ae0) Ending Line : imfs_debug.c:43 (0x40004ae3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 81 Symbol : IMFS_print_jnode (0x40004ab8) Starting Line : imfs_debug.c:88 (0x40004b98) Ending Line : imfs_debug.c:88 (0x40004ba7) 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 : 83 Symbol : IMFS_rename (0x40001fd0) Starting Line : imfs_rename.c:40 (0x40001ff4) Ending Line : imfs_rename.c:40 (0x40001ff7) 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 : 84 Symbol : IMFS_rmnod (0x4000a460) Starting Line : ??:0 (0x4000a484) Ending Line : ??:0 (0x4000a49b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 87 Symbol : IMFS_unlink (0x400020cc) Starting Line : imfs_unlink.c:51 (0x400020f4) Ending Line : imfs_unlink.c:51 (0x4000210b) Size in Bytes : 24 Size in Instructions : 6 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 89 Symbol : IMFS_unmount (0x400021a0) Starting Line : imfs_unmount.c:45 (0x400021b8) Ending Line : imfs_unmount.c:45 (0x400021c7) 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 : 91 Symbol : IMFS_unmount (0x400021a0) Starting Line : imfs_unmount.c:52 (0x400021d4) Ending Line : imfs_unmount.c:52 (0x400021eb) 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 : 92 Symbol : Stack_check_Dump_threads_usage (0x40001bbc) Starting Line : check.c:388 (0x40001bbc) Ending Line : check.c:458 (0x40001d2b) Size in Bytes : 368 Size in Instructions : 92 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 95 Symbol : Stack_check_report_blown_task (0x40001e28) Starting Line : check.c:225 (0x40001e28) Ending Line : check.c:265 (0x40001ecb) Size in Bytes : 164 Size in Instructions : 41 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 117 Symbol : _Internal_error_Occurred (0x40006f74) Starting Line : sysstate.inl:37 (0x40006f9c) Ending Line : interr.c:61 (0x40006fb3) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : _SMP_lock_Spinlock_Initialize *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Symbol : _SMP_lock_Spinlock_Obtain *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Symbol : _SMP_lock_Spinlock_Release *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Index : 130 Symbol : _Scheduler_priority_Yield (0x40007d94) Starting Line : schedulerpriorityyield.c:52 (0x40007e34) Ending Line : schedulerpriorityyield.c:52 (0x40007e37) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 146 Symbol : _Timer_server_Body (0x40016534) Starting Line : timerserver.c:345 (0x40016650) Ending Line : timerserver.c:345 (0x4001665b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 150 Symbol : _User_extensions_Fatal (0x40008f38) Starting Line : userextthreadbegin.c:81 (0x40008f78) Ending Line : userextthreadbegin.c:81 (0x40008f7f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 156 Symbol : __kill (0x40022aac) Starting Line : kill_noposix.c:47 (0x40022aac) Ending Line : kill_noposix.c:47 (0x40022ab3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 157 Symbol : _gettimeofday (0x400026f0) Starting Line : __gettod.c:82 (0x400026f0) Ending Line : __gettod.c:82 (0x400026fb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 163 Symbol : devFS_evaluate_path (0x4000b2c8) Starting Line : devfs_eval.c:44 (0x4000b2d8) Ending Line : devfs_eval.c:44 (0x4000b2e7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 166 Symbol : drainOutput (0x400034e4) Starting Line : termios.c:348 (0x40003508) Ending Line : termios.c:353 (0x4000353b) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 168 Symbol : drainOutput (0x400034e4) Starting Line : termios.c:346 (0x4000354c) Ending Line : termios.c:346 (0x4000354f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 170 Symbol : echo (0x40004258) Starting Line : termios.c:786 (0x400042d4) Ending Line : termios.c:786 (0x400042d7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 172 Symbol : endgrent (0x40003700) Starting Line : getpwent.c:437 (0x40003720) Ending Line : getpwent.c:437 (0x40003723) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 174 Symbol : endpwent (0x40003560) Starting Line : getpwent.c:281 (0x40003580) Ending Line : getpwent.c:281 (0x40003583) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 176 Symbol : erase (0x400042e8) Starting Line : termios.c:802 (0x40004318) Ending Line : termios.c:802 (0x4000431b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 178 Symbol : erase (0x400042e8) Starting Line : termios.c:807 (0x4000432c) Ending Line : termios.c:808 (0x4000434f) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 181 Symbol : erase (0x400042e8) Starting Line : termios.c:819 (0x40004380) Ending Line : termios.c:819 (0x4000438b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 183 Symbol : erase (0x400042e8) Starting Line : termios.c:832 (0x400043d4) Ending Line : termios.c:827 (0x400043e7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 185 Symbol : erase (0x400042e8) Starting Line : termios.c:848 (0x40004444) Ending Line : termios.c:853 (0x4000447b) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 187 Symbol : erase (0x400042e8) Starting Line : termios.c:853 (0x4000448c) Ending Line : termios.c:854 (0x4000449f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 193 Symbol : fcntl (0x40002ffc) Starting Line : fcntl.c:143 (0x40003184) Ending Line : fcntl.c:143 (0x4000318f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 195 Symbol : fdatasync (0x400031bc) Starting Line : ??:0 (0x40003238) Ending Line : ??:0 (0x40003267) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 198 Symbol : fifo_open (0x4000c638) Starting Line : fifo.c:184 (0x4000c6d4) Ending Line : fifo.c:184 (0x4000c6d7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 201 Symbol : fifo_open (0x4000c638) Starting Line : fifo.c:223 (0x4000c814) Ending Line : fifo.c:223 (0x4000c817) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 203 Symbol : fifo_open (0x4000c638) Starting Line : fifo.c:228 (0x4000c830) Ending Line : fifo.c:228 (0x4000c837) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 208 Symbol : fifo_open (0x4000c638) Starting Line : fifo.c:340 (0x4000c8f8) Ending Line : fifo.c:340 (0x4000c8fb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 213 Symbol : fifo_open (0x4000c638) Starting Line : fifo.c:365 (0x4000c9a4) Ending Line : fifo.c:365 (0x4000c9a7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 217 Symbol : fifo_open (0x4000c638) Starting Line : fifo.c:360 (0x4000ca24) Ending Line : fifo.c:385 (0x4000ca2b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 221 Symbol : free_user_env (0x40003b28) Starting Line : privateenv.c:42 (0x40003b58) Ending Line : privateenv.c:42 (0x40003b5f) 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 : 224 Symbol : gettimeofday (0x40002674) Starting Line : __gettod.c:37 (0x40002684) Ending Line : __gettod.c:37 (0x4000269b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 230 Symbol : iproc (0x40004500) Starting Line : termios.c:872 (0x40004514) Ending Line : termios.c:872 (0x40004517) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 233 Symbol : iproc (0x40004500) Starting Line : termios.c:886 (0x40004570) Ending Line : termios.c:886 (0x40004577) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 235 Symbol : iproc (0x40004500) Starting Line : termios.c:882 (0x40004588) Ending Line : termios.c:882 (0x4000458b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 239 Symbol : iproc (0x40004500) Starting Line : termios.c:898 (0x4000460c) Ending Line : termios.c:898 (0x4000460f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 242 Symbol : iproc (0x40004500) Starting Line : termios.c:904 (0x4000464c) Ending Line : termios.c:906 (0x4000466f) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 245 Symbol : iproc (0x40004500) Starting Line : termios.c:915 (0x400046a4) Ending Line : termios.c:915 (0x400046a7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 246 Symbol : kill (0x40022a9c) Starting Line : kill_noposix.c:33 (0x40022a9c) Ending Line : kill_noposix.c:33 (0x40022aa3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 248 Symbol : libc_wrapup (0x400122f0) Starting Line : newlibc_exit.c:89 (0x40012358) Ending Line : newlibc_exit.c:89 (0x4001235f) 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 : 254 Symbol : memfile_ftruncate (0x4000c49c) Starting Line : memfile.c:257 (0x4000c4c0) Ending Line : memfile.c:257 (0x4000c4c3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 255 Symbol : memfile_lseek (0x4000c514) Starting Line : memfile.c:213 (0x4000c514) Ending Line : default_fchmod.c:21 (0x4000c5cb) Size in Bytes : 184 Size in Instructions : 41 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 257 Symbol : memfile_open (0x4000c400) Starting Line : memfile.c:102 (0x4000c428) Ending Line : memfile.c:111 (0x4000c473) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 259 Symbol : mount (0x40002bec) Starting Line : mount.c:157 (0x40002d00) Ending Line : mount.c:157 (0x40002d0b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 262 Symbol : mount (0x40002bec) Starting Line : mount.c:211 (0x40002dc0) Ending Line : mount.c:211 (0x40002dc3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 264 Symbol : mount (0x40002bec) Starting Line : mount.c:219 (0x40002ddc) Ending Line : mount.c:219 (0x40002de7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 265 Symbol : mount (0x40002bec) Starting Line : mount.c:128 (0x40002e64) Ending Line : mount.c:128 (0x40002e67) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 271 Symbol : newlib_free_buffers (0x40002e98) Starting Line : newlibc_reent.c:115 (0x40002ec0) Ending Line : newlibc_reent.c:121 (0x40002ee7) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 278 Symbol : oproc (0x400040d0) Starting Line : termios.c:694 (0x400040fc) Ending Line : termios.c:727 (0x4000410f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 280 Symbol : oproc (0x400040d0) Starting Line : termios.c:705 (0x40004120) Ending Line : termios.c:705 (0x40004127) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 282 Symbol : oproc (0x400040d0) Starting Line : termios.c:696 (0x40004130) Ending Line : termios.c:696 (0x40004133) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 284 Symbol : oproc (0x400040d0) Starting Line : termios.c:705 (0x4000415c) Ending Line : termios.c:714 (0x40004193) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 286 Symbol : oproc (0x400040d0) Starting Line : termios.c:727 (0x400041d0) Ending Line : termios.c:735 (0x400041e3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 288 Symbol : oproc (0x400040d0) Starting Line : termios.c:733 (0x400041ec) Ending Line : termios.c:734 (0x40004217) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 291 Symbol : pipe_create (0x4000b8d4) Starting Line : pipe.c:36 (0x4000b8f4) Ending Line : pipe.c:36 (0x4000b8f7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 295 Symbol : pipe_read (0x4000ca3c) Starting Line : fifo.c:401 (0x4000ca68) Ending Line : fifo.c:401 (0x4000ca6b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 298 Symbol : pipe_read (0x4000ca3c) Starting Line : fifo.c:422 (0x4000cbb8) Ending Line : fifo.c:456 (0x4000cbbf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 308 Symbol : pipe_write (0x4000cbd0) Starting Line : fifo.c:502 (0x4000cd7c) Ending Line : fifo.c:542 (0x4000cd83) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 316 Symbol : readv (0x40004544) Starting Line : readv.c:107 (0x40004654) Ending Line : readv.c:107 (0x40004657) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 321 Symbol : realloc (0x400124c0) Starting Line : realloc.c:38 (0x400124fc) Ending Line : realloc.c:38 (0x400124ff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 324 Symbol : realloc (0x400124c0) Starting Line : realloc.c:52 (0x40012534) Ending Line : realloc.c:42 (0x40012543) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 326 Symbol : realloc (0x400124c0) Starting Line : realloc.c:42 (0x400125ec) Ending Line : realloc.c:42 (0x400125f3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 332 Symbol : rtems_cpu_usage_report_with_plugin (0x40002d04) Starting Line : cpuusagereport.c:112 (0x40002d90) Ending Line : cpuusagereport.c:112 (0x40002d97) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 338 Symbol : rtems_filesystem_initialize (0x4000232c) Starting Line : base_fs.c:58 (0x40002384) Ending Line : base_fs.c:58 (0x40002393) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 340 Symbol : rtems_filesystem_initialize (0x4000232c) Starting Line : base_fs.c:105 (0x40002414) Ending Line : base_fs.c:105 (0x4000241b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 345 Symbol : rtems_filesystem_prefix_separators (0x40002568) Starting Line : freenode.c:18 (0x400025b0) Ending Line : free.c:26 (0x400025d7) Size in Bytes : 40 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 347 Symbol : rtems_gxx_key_create (0x40003094) Starting Line : gxx_wrappers.c:84 (0x400030d0) Ending Line : gxx_wrappers.c:84 (0x400030d7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : rtems_heap_extend *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Index : 358 Symbol : rtems_libio_free (0x4000a818) Starting Line : libio.c:181 (0x4000a830) Ending Line : libio.c:181 (0x4000a833) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 367 Symbol : rtems_libio_to_fcntl_flags (0x4000a730) Starting Line : libio.c:107 (0x4000a74c) Ending Line : libio.c:104 (0x4000a757) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 387 Symbol : rtems_stack_checker_is_blown (0x40001f38) Starting Line : check.c:328 (0x40001fa8) Ending Line : check.c:328 (0x40001fb7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 388 Symbol : rtems_stack_checker_report_usage (0x40002020) Starting Line : check.c:514 (0x40002020) Ending Line : check.c:514 (0x40002037) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 389 Symbol : rtems_stack_checker_report_usage_with_plugin (0x40001fc0) Starting Line : check.c:488 (0x40001fc0) Ending Line : check.c:509 (0x4000201f) Size in Bytes : 96 Size in Instructions : 24 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 393 Symbol : rtems_stack_checker_switch_extension (0x40001ed0) Starting Line : check.c:292 (0x40001f24) Ending Line : check.c:292 (0x40001f2f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 396 Symbol : rtems_string_to_double (0x4000bf5c) Starting Line : stringtodouble.c:52 (0x4000c00c) Ending Line : stringtodouble.c:55 (0x4000c02b) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 399 Symbol : rtems_string_to_float (0x4000c038) Starting Line : stringtofloat.c:52 (0x4000c0d8) Ending Line : stringtofloat.c:55 (0x4000c0f3) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 401 Symbol : rtems_string_to_int (0x4000c100) Starting Line : stringtoint.c:52 (0x4000c184) Ending Line : stringtoint.c:70 (0x4000c19b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 404 Symbol : rtems_string_to_long (0x4000c284) Starting Line : stringtolong.c:56 (0x4000c31c) Ending Line : stringtolong.c:56 (0x4000c31f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : rtems_string_to_long_double *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Index : 407 Symbol : rtems_string_to_long_long (0x4000c1b0) Starting Line : stringtolonglong.c:62 (0x4000c25c) Ending Line : stringtolonglong.c:62 (0x4000c25f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 409 Symbol : rtems_string_to_long_long (0x4000c1b0) Starting Line : stringtolonglong.c:65 (0x4000c26c) Ending Line : stringtolonglong.c:65 (0x4000c26f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 411 Symbol : rtems_string_to_unsigned_char (0x4000c348) Starting Line : stringtounsignedchar.c:53 (0x4000c3b8) Ending Line : stringtounsignedchar.c:57 (0x4000c3cb) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 413 Symbol : rtems_string_to_unsigned_char (0x4000c348) Starting Line : stringtounsignedchar.c:58 (0x4000c3d4) Ending Line : stringtounsignedchar.c:58 (0x4000c3e3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 415 Symbol : rtems_string_to_unsigned_int (0x4000c3f8) Starting Line : stringtounsignedint.c:63 (0x4000c478) Ending Line : stringtounsignedint.c:63 (0x4000c47b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 417 Symbol : rtems_string_to_unsigned_long (0x4000c530) Starting Line : stringtounsignedlong.c:56 (0x4000c5b0) Ending Line : stringtounsignedlong.c:56 (0x4000c5b3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 419 Symbol : rtems_string_to_unsigned_long_long (0x4000c488) Starting Line : stringtounsignedlonglong.c:57 (0x4000c510) Ending Line : stringtounsignedlonglong.c:57 (0x4000c513) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 421 Symbol : rtems_string_to_unsigned_long_long (0x4000c488) Starting Line : stringtounsignedlonglong.c:61 (0x4000c520) Ending Line : stringtounsignedlonglong.c:61 (0x4000c523) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 423 Symbol : rtems_tarfs_load (0x40002264) Starting Line : imfs_load_tar.c:112 (0x400022c0) Ending Line : imfs_load_tar.c:112 (0x400022c7) Size in Bytes : 8 Size in Instructions : 2 Classification: Simple Test Case Explanation: Need to make sure one of the tar tests is configured with the IMFS and the other is configured with fifoIMFS. ============================================ ============================================ Index : 427 Symbol : rtems_tarfs_load (0x40002264) Starting Line : imfs_load_tar.c:151 (0x400023d0) Ending Line : imfs_load_tar.c:151 (0x400023d7) Size in Bytes : 8 Size in Instructions : 2 Classification: Simple Test Case Explanation: We apparently only have a relative symbolic link. We need to include one which has an absolute path. This will be a broken symlink on the host but resolve fine on the target. ============================================ ============================================ Index : 429 Symbol : rtems_tarfs_load (0x40002264) Starting Line : imfs_load_tar.c:169 (0x40002428) Ending Line : imfs_load_tar.c:169 (0x4000242b) 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 : 440 Symbol : rtems_termios_close (0x400039b0) Starting Line : termios.c:397 (0x40003a8c) Ending Line : termios.c:397 (0x40003a93) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 442 Symbol : rtems_termios_close (0x400039b0) Starting Line : termios.c:400 (0x40003aa0) Ending Line : termios.c:401 (0x40003ab3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 444 Symbol : rtems_termios_dequeue_characters (0x40005188) Starting Line : termios.c:1389 (0x400051c0) Ending Line : termios.c:1389 (0x400051c7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 448 Symbol : rtems_termios_enqueue_raw_characters (0x40004ba8) Starting Line : termios.c:1162 (0x40004c94) Ending Line : termios.c:1162 (0x40004c9f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 450 Symbol : rtems_termios_enqueue_raw_characters (0x40004ba8) Starting Line : termios.c:1174 (0x40004cc4) Ending Line : termios.c:1174 (0x40004ccf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 453 Symbol : rtems_termios_enqueue_raw_characters (0x40004ba8) Starting Line : termios.c:1182 (0x40004cf0) Ending Line : termios.c:1235 (0x40004d43) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 455 Symbol : rtems_termios_enqueue_raw_characters (0x40004ba8) Starting Line : termios.c:1199 (0x40004d88) Ending Line : termios.c:1216 (0x40004e33) Size in Bytes : 172 Size in Instructions : 43 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 457 Symbol : rtems_termios_enqueue_raw_characters (0x40004ba8) Starting Line : termios.c:1225 (0x40004e4c) Ending Line : termios.c:1225 (0x40004e53) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 459 Symbol : rtems_termios_enqueue_raw_characters (0x40004ba8) Starting Line : termios.c:1233 (0x40004e68) Ending Line : termios.c:1233 (0x40004e6b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 461 Symbol : rtems_termios_enqueue_raw_characters (0x40004ba8) Starting Line : termios.c:1234 (0x40004e7c) Ending Line : termios.c:1235 (0x40004e93) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 463 Symbol : rtems_termios_ioctl (0x40003ba0) Starting Line : termios.c:523 (0x40003bd4) Ending Line : termios.c:524 (0x40003bdf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 465 Symbol : rtems_termios_ioctl (0x40003ba0) Starting Line : termios.c:526 (0x40003c0c) Ending Line : termios.c:526 (0x40003c0f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 470 Symbol : rtems_termios_ioctl (0x40003ba0) Starting Line : termios.c:463 (0x40003cf0) Ending Line : termios.c:472 (0x40003d3b) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 473 Symbol : rtems_termios_ioctl (0x40003ba0) Starting Line : termios.c:484 (0x40003d84) Ending Line : termios.c:499 (0x40003dd3) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 475 Symbol : rtems_termios_ioctl (0x40003ba0) Starting Line : termios.c:500 (0x40003de0) Ending Line : termios.c:503 (0x40003def) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 477 Symbol : rtems_termios_ioctl (0x40003ba0) Starting Line : termios.c:562 (0x40003e84) Ending Line : termios.c:562 (0x40003e87) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 479 Symbol : rtems_termios_ioctl (0x40003ba0) Starting Line : termios.c:612 (0x40003f58) Ending Line : termios.c:616 (0x40003f8b) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 482 Symbol : rtems_termios_open (0x40003560) Starting Line : termios.c:130 (0x400035b0) Ending Line : termios.c:130 (0x400035b3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 484 Symbol : rtems_termios_open (0x40003560) Starting Line : termios.c:172 (0x40003630) Ending Line : termios.c:172 (0x40003637) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 489 Symbol : rtems_termios_open (0x40003560) Starting Line : termios.c:314 (0x4000391c) Ending Line : termios.c:314 (0x40003927) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 493 Symbol : rtems_termios_puts (0x40003fa0) Starting Line : termios.c:664 (0x40004020) Ending Line : termios.c:664 (0x40004027) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 495 Symbol : rtems_termios_puts (0x40003fa0) Starting Line : termios.c:676 (0x400040a0) Ending Line : termios.c:678 (0x400040af) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 500 Symbol : rtems_termios_read (0x400047e8) Starting Line : termios.c:977 (0x40004944) Ending Line : termios.c:977 (0x4000494f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 503 Symbol : rtems_termios_read (0x400047e8) Starting Line : termios.c:989 (0x4000499c) Ending Line : termios.c:989 (0x4000499f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 505 Symbol : rtems_termios_read (0x400047e8) Starting Line : termios.c:989 (0x400049ac) Ending Line : termios.c:989 (0x400049af) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 507 Symbol : rtems_termios_read (0x400047e8) Starting Line : termios.c:1019 (0x40004a08) Ending Line : termios.c:1019 (0x40004a0b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 509 Symbol : rtems_termios_read (0x400047e8) Starting Line : termios.c:1026 (0x40004a2c) Ending Line : termios.c:1041 (0x40004a67) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 511 Symbol : rtems_termios_read (0x400047e8) Starting Line : termios.c:1032 (0x40004a78) Ending Line : termios.c:1041 (0x40004a9f) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 513 Symbol : rtems_termios_read (0x400047e8) Starting Line : termios.c:1045 (0x40004ac4) Ending Line : termios.c:1046 (0x40004adf) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 516 Symbol : rtems_termios_read (0x400047e8) Starting Line : termios.c:1058 (0x40004b34) Ending Line : termios.c:1058 (0x40004b37) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 518 Symbol : rtems_termios_refill_transmitter (0x40004f2c) Starting Line : termios.c:1262 (0x40004f44) Ending Line : termios.c:1267 (0x40004f7b) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 520 Symbol : rtems_termios_refill_transmitter (0x40004f2c) Starting Line : termios.c:1280 (0x40004f90) Ending Line : termios.c:1285 (0x40004fc7) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 522 Symbol : rtems_termios_refill_transmitter (0x40004f2c) Starting Line : termios.c:1297 (0x40004ff4) Ending Line : termios.c:1297 (0x40005003) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 524 Symbol : rtems_termios_refill_transmitter (0x40004f2c) Starting Line : termios.c:1327 (0x4000506c) Ending Line : termios.c:1327 (0x4000507b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 526 Symbol : rtems_termios_refill_transmitter (0x40004f2c) Starting Line : termios.c:1335 (0x40005090) Ending Line : termios.c:1338 (0x400050b7) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 528 Symbol : rtems_termios_rxdaemon (0x40004ebc) Starting Line : termios.c:1464 (0x40004eec) Ending Line : termios.c:1471 (0x40004efb) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 530 Symbol : rtems_termios_txdaemon (0x40005114) Starting Line : termios.c:1425 (0x40005148) Ending Line : termios.c:1432 (0x40005157) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 532 Symbol : rtems_termios_txdaemon (0x40005114) Starting Line : termios.c:1433 (0x40005170) Ending Line : termios.c:1433 (0x40005177) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 535 Symbol : rtems_termios_write (0x40004720) Starting Line : termios.c:764 (0x400047c8) Ending Line : termios.c:765 (0x400047d3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 539 Symbol : rtems_verror (0x40007188) Starting Line : thread.inl:185 (0x400071b4) Ending Line : thread.inl:185 (0x400071c3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 543 Symbol : scanInt (0x40002d0c) Starting Line : getpwent.c:127 (0x40002d3c) Ending Line : getpwent.c:127 (0x40002d4f) 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 : 555 Symbol : siproc (0x400046d4) Starting Line : termios.c:939 (0x40004714) Ending Line : termios.c:939 (0x4000471b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 559 Symbol : tcsetattr (0x4000bae0) Starting Line : tcsetattr.c:42 (0x4000bb24) Ending Line : tcsetattr.c:42 (0x4000bb27) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 560 Symbol : tcsetattr (0x4000bae0) Starting Line : tcsetattr.c:50 (0x4000bb30) Ending Line : tcsetattr.c:50 (0x4000bb37) 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 : 565 Symbol : unmount (0x400065f4) Starting Line : unmount.c:140 (0x400066f4) Ending Line : unmount.c:141 (0x40006717) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 572 Symbol : writev (0x40006878) Starting Line : writev.c:105 (0x400069a4) Ending Line : writev.c:105 (0x400069a7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 574 Symbol : writev (0x40006878) Starting Line : writev.c:114 (0x400069c4) Ending Line : writev.c:114 (0x400069c7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================