============================================ Index : 2 Symbol : IMFS_chown (0x4000a5f0) Starting Line : imfs_creat.c:109 (0x4000a61c) Ending Line : imfs_creat.c:117 (0x4000a637) Size in Bytes : 28 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 6 Symbol : IMFS_create_root_node (0x4000a7b0) Starting Line : ??:0 (0x4000a7f0) Ending Line : ??:0 (0x4000a80b) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 8 Symbol : IMFS_eval_path (0x4000a908) Starting Line : imfs_eval.c:488 (0x4000a918) Ending Line : imfs_eval.c:488 (0x4000a927) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 15 Symbol : IMFS_evaluate_for_make (0x4000ace0) Starting Line : imfs_eval.c:364 (0x4000ae34) Ending Line : imfs_eval.c:364 (0x4000ae3b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 20 Symbol : IMFS_evaluate_permission (0x4000a878) Starting Line : imfs_eval.c:84 (0x4000a888) Ending Line : imfs_eval.c:84 (0x4000a89f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 22 Symbol : IMFS_fifo_lseek (0x40003f00) Starting Line : imfs_fifo.c:126 (0x40003f30) Ending Line : imfs_fifo.c:126 (0x40003f37) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 26 Symbol : IMFS_find_match_in_dir (0x4000b078) Starting Line : imfs_getchild.c:51 (0x4000b0b0) Ending Line : imfs_getchild.c:51 (0x4000b0b3) 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 (0x4000afb8) Starting Line : imfs_fsunmount.c:86 (0x4000b03c) Ending Line : imfs_fsunmount.c:86 (0x4000b03f) 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 (0x4000afb8) Starting Line : imfs_fsunmount.c:93 (0x4000b060) Ending Line : imfs_fsunmount.c:82 (0x4000b06f) 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 (0x4000b0f4) Starting Line : imfs_gtkn.c:42 (0x4000b134) Ending Line : imfs_gtkn.c:42 (0x4000b137) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 38 Symbol : IMFS_memfile_extend (0x4000cf44) Starting Line : memfile.c:298 (0x4000cf84) Ending Line : memfile.c:298 (0x4000cf87) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 55 Symbol : IMFS_memfile_maximum_size (0x40005ae0) Starting Line : imfs_debug.c:157 (0x40005ae0) Ending Line : imfs_init.c:54 (0x40005b37) Size in Bytes : 88 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 59 Symbol : IMFS_memfile_read (0x4000cb10) Starting Line : memfile.c:564 (0x4000cb58) Ending Line : memfile.c:564 (0x4000cb5b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 60 Symbol : IMFS_memfile_read (0x4000cb10) Starting Line : memfile.c:557 (0x4000cb64) Ending Line : memfile.c:557 (0x4000cb67) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 63 Symbol : IMFS_memfile_read (0x4000cb10) Starting Line : memfile.c:579 (0x4000cbb8) Ending Line : memfile.c:579 (0x4000cbbb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 76 Symbol : IMFS_memfile_write (0x4000d078) Starting Line : memfile.c:734 (0x4000d218) Ending Line : memfile.c:767 (0x4000d223) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 78 Symbol : IMFS_mount (0x40002da8) Starting Line : imfs_mount.c:44 (0x40002dc0) Ending Line : imfs_mount.c:44 (0x40002dd7) 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 (0x40005910) Starting Line : imfs_debug.c:43 (0x40005938) Ending Line : imfs_debug.c:43 (0x4000593b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 81 Symbol : IMFS_print_jnode (0x40005910) Starting Line : imfs_debug.c:88 (0x400059f0) Ending Line : imfs_debug.c:88 (0x400059ff) 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 (0x40002e28) Starting Line : imfs_rename.c:40 (0x40002e4c) Ending Line : imfs_rename.c:40 (0x40002e4f) 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 (0x4000b2b8) Starting Line : ??:0 (0x4000b2dc) Ending Line : ??:0 (0x4000b2f3) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 87 Symbol : IMFS_unlink (0x40002f24) Starting Line : imfs_unlink.c:51 (0x40002f4c) Ending Line : imfs_unlink.c:51 (0x40002f63) 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 (0x40002ff8) Starting Line : imfs_unmount.c:45 (0x40003010) Ending Line : imfs_unmount.c:45 (0x4000301f) 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 (0x40002ff8) Starting Line : imfs_unmount.c:52 (0x4000302c) Ending Line : imfs_unmount.c:52 (0x40003043) 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 (0x40002b14) Starting Line : check.c:388 (0x40002b14) Ending Line : check.c:458 (0x40002c83) Size in Bytes : 368 Size in Instructions : 92 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 95 Symbol : Stack_check_report_blown_task (0x40002d80) Starting Line : check.c:225 (0x40002d80) Ending Line : check.c:265 (0x40002e23) Size in Bytes : 164 Size in Instructions : 41 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 117 Symbol : _Internal_error_Occurred (0x40007dcc) Starting Line : sysstate.inl:37 (0x40007df4) Ending Line : interr.c:61 (0x40007e0b) 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 : 129 Symbol : _Scheduler_priority_Yield (0x40008bec) Starting Line : schedulerpriorityyield.c:52 (0x40008c8c) Ending Line : schedulerpriorityyield.c:52 (0x40008c8f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 145 Symbol : _Timer_server_Body (0x4001738c) Starting Line : timerserver.c:345 (0x400174a8) Ending Line : timerserver.c:345 (0x400174b3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 149 Symbol : _User_extensions_Fatal (0x40009d90) Starting Line : userextthreadbegin.c:81 (0x40009dd0) Ending Line : userextthreadbegin.c:81 (0x40009dd7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 155 Symbol : __kill (0x40023908) Starting Line : kill_noposix.c:47 (0x40023908) Ending Line : kill_noposix.c:47 (0x4002390f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 156 Symbol : _gettimeofday (0x40003548) Starting Line : __gettod.c:82 (0x40003548) Ending Line : __gettod.c:82 (0x40003553) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 162 Symbol : devFS_evaluate_path (0x4000c43c) Starting Line : devfs_eval.c:44 (0x4000c44c) Ending Line : devfs_eval.c:44 (0x4000c45b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 164 Symbol : devFS_evaluate_path (0x4000c43c) Starting Line : devfs_eval.c:58 (0x4000c4b4) Ending Line : devfs_eval.c:58 (0x4000c4b7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 167 Symbol : drainOutput (0x4000433c) Starting Line : termios.c:348 (0x40004360) Ending Line : termios.c:353 (0x40004393) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 169 Symbol : drainOutput (0x4000433c) Starting Line : termios.c:346 (0x400043a4) Ending Line : termios.c:346 (0x400043a7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 171 Symbol : echo (0x400050b0) Starting Line : termios.c:786 (0x4000512c) Ending Line : termios.c:786 (0x4000512f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 173 Symbol : endgrent (0x40004558) Starting Line : getpwent.c:437 (0x40004578) Ending Line : getpwent.c:437 (0x4000457b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 175 Symbol : endpwent (0x400043b8) Starting Line : getpwent.c:281 (0x400043d8) Ending Line : getpwent.c:281 (0x400043db) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 177 Symbol : erase (0x40005140) Starting Line : termios.c:802 (0x40005170) Ending Line : termios.c:802 (0x40005173) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 179 Symbol : erase (0x40005140) Starting Line : termios.c:807 (0x40005184) Ending Line : termios.c:808 (0x400051a7) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 182 Symbol : erase (0x40005140) Starting Line : termios.c:819 (0x400051d8) Ending Line : termios.c:819 (0x400051e3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 184 Symbol : erase (0x40005140) Starting Line : termios.c:832 (0x4000522c) Ending Line : termios.c:827 (0x4000523f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 186 Symbol : erase (0x40005140) Starting Line : termios.c:848 (0x4000529c) Ending Line : termios.c:853 (0x400052d3) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 188 Symbol : erase (0x40005140) Starting Line : termios.c:853 (0x400052e4) Ending Line : termios.c:854 (0x400052f7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 194 Symbol : fcntl (0x40003e54) Starting Line : fcntl.c:143 (0x40003fdc) Ending Line : fcntl.c:143 (0x40003fe7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 196 Symbol : fdatasync (0x40004014) Starting Line : ??:0 (0x40004090) Ending Line : ??:0 (0x400040bf) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 199 Symbol : fifo_open (0x4000d490) Starting Line : fifo.c:184 (0x4000d52c) Ending Line : fifo.c:184 (0x4000d52f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 202 Symbol : fifo_open (0x4000d490) Starting Line : fifo.c:223 (0x4000d66c) Ending Line : fifo.c:223 (0x4000d66f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 204 Symbol : fifo_open (0x4000d490) Starting Line : fifo.c:228 (0x4000d688) Ending Line : fifo.c:228 (0x4000d68f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 209 Symbol : fifo_open (0x4000d490) Starting Line : fifo.c:340 (0x4000d750) Ending Line : fifo.c:340 (0x4000d753) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 214 Symbol : fifo_open (0x4000d490) Starting Line : fifo.c:365 (0x4000d7fc) Ending Line : fifo.c:365 (0x4000d7ff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 218 Symbol : fifo_open (0x4000d490) Starting Line : fifo.c:360 (0x4000d87c) Ending Line : fifo.c:385 (0x4000d883) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 222 Symbol : free_user_env (0x40004a80) Starting Line : privateenv.c:42 (0x40004ab0) Ending Line : privateenv.c:42 (0x40004ab7) 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 : 225 Symbol : gettimeofday (0x400034cc) Starting Line : __gettod.c:37 (0x400034dc) Ending Line : __gettod.c:37 (0x400034f3) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 231 Symbol : iproc (0x40005358) Starting Line : termios.c:872 (0x4000536c) Ending Line : termios.c:872 (0x4000536f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 234 Symbol : iproc (0x40005358) Starting Line : termios.c:886 (0x400053c8) Ending Line : termios.c:886 (0x400053cf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 236 Symbol : iproc (0x40005358) Starting Line : termios.c:882 (0x400053e0) Ending Line : termios.c:882 (0x400053e3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 240 Symbol : iproc (0x40005358) Starting Line : termios.c:898 (0x40005464) Ending Line : termios.c:898 (0x40005467) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 243 Symbol : iproc (0x40005358) Starting Line : termios.c:904 (0x400054a4) Ending Line : termios.c:906 (0x400054c7) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 246 Symbol : iproc (0x40005358) Starting Line : termios.c:915 (0x400054fc) Ending Line : termios.c:915 (0x400054ff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 247 Symbol : kill (0x400238f8) Starting Line : kill_noposix.c:33 (0x400238f8) Ending Line : kill_noposix.c:33 (0x400238ff) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 249 Symbol : libc_wrapup (0x40013148) Starting Line : newlibc_exit.c:89 (0x400131b0) Ending Line : newlibc_exit.c:89 (0x400131b7) 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 : 255 Symbol : memfile_ftruncate (0x4000d2f4) Starting Line : memfile.c:257 (0x4000d318) Ending Line : memfile.c:257 (0x4000d31b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 256 Symbol : memfile_lseek (0x4000d36c) Starting Line : memfile.c:213 (0x4000d36c) Ending Line : default_fchmod.c:21 (0x4000d423) Size in Bytes : 184 Size in Instructions : 41 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 258 Symbol : memfile_open (0x4000d258) Starting Line : memfile.c:102 (0x4000d280) Ending Line : memfile.c:111 (0x4000d2cb) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 260 Symbol : mount (0x40003a44) Starting Line : mount.c:157 (0x40003b58) Ending Line : mount.c:157 (0x40003b63) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 263 Symbol : mount (0x40003a44) Starting Line : mount.c:211 (0x40003c18) Ending Line : mount.c:211 (0x40003c1b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 265 Symbol : mount (0x40003a44) Starting Line : mount.c:219 (0x40003c34) Ending Line : mount.c:219 (0x40003c3f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 266 Symbol : mount (0x40003a44) Starting Line : mount.c:128 (0x40003cbc) Ending Line : mount.c:128 (0x40003cbf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 272 Symbol : newlib_free_buffers (0x40003cf0) Starting Line : newlibc_reent.c:115 (0x40003d18) Ending Line : newlibc_reent.c:121 (0x40003d3f) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 279 Symbol : oproc (0x40004f28) Starting Line : termios.c:694 (0x40004f54) Ending Line : termios.c:727 (0x40004f67) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 281 Symbol : oproc (0x40004f28) Starting Line : termios.c:705 (0x40004f78) Ending Line : termios.c:705 (0x40004f7f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 283 Symbol : oproc (0x40004f28) Starting Line : termios.c:696 (0x40004f88) Ending Line : termios.c:696 (0x40004f8b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 285 Symbol : oproc (0x40004f28) Starting Line : termios.c:705 (0x40004fb4) Ending Line : termios.c:714 (0x40004feb) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 287 Symbol : oproc (0x40004f28) Starting Line : termios.c:727 (0x40005028) Ending Line : termios.c:735 (0x4000503b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 289 Symbol : oproc (0x40004f28) Starting Line : termios.c:733 (0x40005044) Ending Line : termios.c:734 (0x4000506f) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 292 Symbol : pipe_create (0x4000c72c) Starting Line : pipe.c:36 (0x4000c74c) Ending Line : pipe.c:36 (0x4000c74f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 296 Symbol : pipe_read (0x4000d894) Starting Line : fifo.c:401 (0x4000d8c0) Ending Line : fifo.c:401 (0x4000d8c3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 299 Symbol : pipe_read (0x4000d894) Starting Line : fifo.c:422 (0x4000da10) Ending Line : fifo.c:456 (0x4000da17) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 309 Symbol : pipe_write (0x4000da28) Starting Line : fifo.c:502 (0x4000dbd4) Ending Line : fifo.c:542 (0x4000dbdb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 317 Symbol : readv (0x4000539c) Starting Line : readv.c:107 (0x400054ac) Ending Line : readv.c:107 (0x400054af) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 322 Symbol : realloc (0x40013318) Starting Line : realloc.c:38 (0x40013354) Ending Line : realloc.c:38 (0x40013357) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 325 Symbol : realloc (0x40013318) Starting Line : realloc.c:52 (0x4001338c) Ending Line : realloc.c:42 (0x4001339b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 327 Symbol : realloc (0x40013318) Starting Line : realloc.c:42 (0x40013444) Ending Line : realloc.c:42 (0x4001344b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 333 Symbol : rtems_cpu_usage_report_with_plugin (0x40003b5c) Starting Line : cpuusagereport.c:112 (0x40003be8) Ending Line : cpuusagereport.c:112 (0x40003bef) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 339 Symbol : rtems_filesystem_initialize (0x40003184) Starting Line : base_fs.c:58 (0x400031dc) Ending Line : base_fs.c:58 (0x400031eb) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 341 Symbol : rtems_filesystem_initialize (0x40003184) Starting Line : base_fs.c:105 (0x4000326c) Ending Line : base_fs.c:105 (0x40003273) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 346 Symbol : rtems_filesystem_prefix_separators (0x400033c0) Starting Line : freenode.c:18 (0x40003408) Ending Line : free.c:26 (0x4000342f) Size in Bytes : 40 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 348 Symbol : rtems_gxx_key_create (0x40003eec) Starting Line : gxx_wrappers.c:84 (0x40003f28) Ending Line : gxx_wrappers.c:84 (0x40003f2f) 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 : 359 Symbol : rtems_libio_free (0x4000b670) Starting Line : libio.c:181 (0x4000b688) Ending Line : libio.c:181 (0x4000b68b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 368 Symbol : rtems_libio_to_fcntl_flags (0x4000b588) Starting Line : libio.c:107 (0x4000b5a4) Ending Line : libio.c:104 (0x4000b5af) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 388 Symbol : rtems_stack_checker_is_blown (0x40002e90) Starting Line : check.c:328 (0x40002f00) Ending Line : check.c:328 (0x40002f0f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 389 Symbol : rtems_stack_checker_report_usage (0x40002f78) Starting Line : check.c:514 (0x40002f78) Ending Line : check.c:514 (0x40002f8f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 390 Symbol : rtems_stack_checker_report_usage_with_plugin (0x40002f18) Starting Line : check.c:488 (0x40002f18) Ending Line : check.c:509 (0x40002f77) Size in Bytes : 96 Size in Instructions : 24 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 394 Symbol : rtems_stack_checker_switch_extension (0x40002e28) Starting Line : check.c:292 (0x40002e7c) Ending Line : check.c:292 (0x40002e87) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 397 Symbol : rtems_string_to_double (0x4000d0d0) Starting Line : stringtodouble.c:52 (0x4000d180) Ending Line : stringtodouble.c:55 (0x4000d19f) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 400 Symbol : rtems_string_to_float (0x4000d1ac) Starting Line : stringtofloat.c:52 (0x4000d24c) Ending Line : stringtofloat.c:55 (0x4000d267) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 402 Symbol : rtems_string_to_int (0x4000d274) Starting Line : stringtoint.c:52 (0x4000d2f8) Ending Line : stringtoint.c:70 (0x4000d30f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 405 Symbol : rtems_string_to_long (0x4000d3f8) Starting Line : stringtolong.c:56 (0x4000d490) Ending Line : stringtolong.c:56 (0x4000d493) 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 : 408 Symbol : rtems_string_to_long_long (0x4000d324) Starting Line : stringtolonglong.c:62 (0x4000d3d0) Ending Line : stringtolonglong.c:62 (0x4000d3d3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 410 Symbol : rtems_string_to_long_long (0x4000d324) Starting Line : stringtolonglong.c:65 (0x4000d3e0) Ending Line : stringtolonglong.c:65 (0x4000d3e3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 412 Symbol : rtems_string_to_unsigned_char (0x4000d4bc) Starting Line : stringtounsignedchar.c:53 (0x4000d52c) Ending Line : stringtounsignedchar.c:57 (0x4000d53f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 414 Symbol : rtems_string_to_unsigned_char (0x4000d4bc) Starting Line : stringtounsignedchar.c:58 (0x4000d548) Ending Line : stringtounsignedchar.c:58 (0x4000d557) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 416 Symbol : rtems_string_to_unsigned_int (0x4000d56c) Starting Line : stringtounsignedint.c:63 (0x4000d5ec) Ending Line : stringtounsignedint.c:63 (0x4000d5ef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 418 Symbol : rtems_string_to_unsigned_long (0x4000d6a4) Starting Line : stringtounsignedlong.c:56 (0x4000d724) Ending Line : stringtounsignedlong.c:56 (0x4000d727) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 420 Symbol : rtems_string_to_unsigned_long_long (0x4000d5fc) Starting Line : stringtounsignedlonglong.c:57 (0x4000d684) Ending Line : stringtounsignedlonglong.c:57 (0x4000d687) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 422 Symbol : rtems_string_to_unsigned_long_long (0x4000d5fc) Starting Line : stringtounsignedlonglong.c:61 (0x4000d694) Ending Line : stringtounsignedlonglong.c:61 (0x4000d697) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 424 Symbol : rtems_tarfs_load (0x400031bc) Starting Line : imfs_load_tar.c:112 (0x40003218) Ending Line : imfs_load_tar.c:112 (0x4000321f) 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 : 428 Symbol : rtems_tarfs_load (0x400031bc) Starting Line : imfs_load_tar.c:151 (0x40003328) Ending Line : imfs_load_tar.c:151 (0x4000332f) Size in Bytes : 8 Size in Instructions : 2 Classification: Simple Test Case Explanation: We apparently only have a relative symbolic link. We need to include one which has an absolute path. This will be a broken symlink on the host but resolve fine on the target. ============================================ ============================================ Index : 430 Symbol : rtems_tarfs_load (0x400031bc) Starting Line : imfs_load_tar.c:169 (0x40003380) Ending Line : imfs_load_tar.c:169 (0x40003383) Size in Bytes : 4 Size in Instructions : 1 Classification: Medium Test Case Explanation: The eval for make must fail. We will have to ask Jennifer how to make this call fail. ============================================ ============================================ Index : 441 Symbol : rtems_termios_close (0x40004808) Starting Line : termios.c:397 (0x400048e4) Ending Line : termios.c:397 (0x400048eb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 443 Symbol : rtems_termios_close (0x40004808) Starting Line : termios.c:400 (0x400048f8) Ending Line : termios.c:401 (0x4000490b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 445 Symbol : rtems_termios_dequeue_characters (0x40005fe0) Starting Line : termios.c:1389 (0x40006018) Ending Line : termios.c:1389 (0x4000601f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 449 Symbol : rtems_termios_enqueue_raw_characters (0x40005a00) Starting Line : termios.c:1162 (0x40005aec) Ending Line : termios.c:1162 (0x40005af7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 451 Symbol : rtems_termios_enqueue_raw_characters (0x40005a00) Starting Line : termios.c:1174 (0x40005b1c) Ending Line : termios.c:1174 (0x40005b27) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 454 Symbol : rtems_termios_enqueue_raw_characters (0x40005a00) Starting Line : termios.c:1182 (0x40005b48) Ending Line : termios.c:1235 (0x40005b9b) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 456 Symbol : rtems_termios_enqueue_raw_characters (0x40005a00) Starting Line : termios.c:1199 (0x40005be0) Ending Line : termios.c:1216 (0x40005c8b) Size in Bytes : 172 Size in Instructions : 43 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 458 Symbol : rtems_termios_enqueue_raw_characters (0x40005a00) Starting Line : termios.c:1225 (0x40005ca4) Ending Line : termios.c:1225 (0x40005cab) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 460 Symbol : rtems_termios_enqueue_raw_characters (0x40005a00) Starting Line : termios.c:1233 (0x40005cc0) Ending Line : termios.c:1233 (0x40005cc3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 462 Symbol : rtems_termios_enqueue_raw_characters (0x40005a00) Starting Line : termios.c:1234 (0x40005cd4) Ending Line : termios.c:1235 (0x40005ceb) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 464 Symbol : rtems_termios_ioctl (0x400049f8) Starting Line : termios.c:523 (0x40004a2c) Ending Line : termios.c:524 (0x40004a37) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 466 Symbol : rtems_termios_ioctl (0x400049f8) Starting Line : termios.c:526 (0x40004a64) Ending Line : termios.c:526 (0x40004a67) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 471 Symbol : rtems_termios_ioctl (0x400049f8) Starting Line : termios.c:463 (0x40004b48) Ending Line : termios.c:472 (0x40004b93) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 474 Symbol : rtems_termios_ioctl (0x400049f8) Starting Line : termios.c:484 (0x40004bdc) Ending Line : termios.c:499 (0x40004c2b) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 476 Symbol : rtems_termios_ioctl (0x400049f8) Starting Line : termios.c:500 (0x40004c38) Ending Line : termios.c:503 (0x40004c47) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 478 Symbol : rtems_termios_ioctl (0x400049f8) Starting Line : termios.c:562 (0x40004cdc) Ending Line : termios.c:562 (0x40004cdf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 480 Symbol : rtems_termios_ioctl (0x400049f8) Starting Line : termios.c:612 (0x40004db0) Ending Line : termios.c:616 (0x40004de3) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 483 Symbol : rtems_termios_open (0x400043b8) Starting Line : termios.c:130 (0x40004408) Ending Line : termios.c:130 (0x4000440b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 485 Symbol : rtems_termios_open (0x400043b8) Starting Line : termios.c:172 (0x40004488) Ending Line : termios.c:172 (0x4000448f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 490 Symbol : rtems_termios_open (0x400043b8) Starting Line : termios.c:314 (0x40004774) Ending Line : termios.c:314 (0x4000477f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 494 Symbol : rtems_termios_puts (0x40004df8) Starting Line : termios.c:664 (0x40004e78) Ending Line : termios.c:664 (0x40004e7f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 496 Symbol : rtems_termios_puts (0x40004df8) Starting Line : termios.c:676 (0x40004ef8) Ending Line : termios.c:678 (0x40004f07) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 501 Symbol : rtems_termios_read (0x40005640) Starting Line : termios.c:977 (0x4000579c) Ending Line : termios.c:977 (0x400057a7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 504 Symbol : rtems_termios_read (0x40005640) Starting Line : termios.c:989 (0x400057f4) Ending Line : termios.c:989 (0x400057f7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 506 Symbol : rtems_termios_read (0x40005640) Starting Line : termios.c:989 (0x40005804) Ending Line : termios.c:989 (0x40005807) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 508 Symbol : rtems_termios_read (0x40005640) Starting Line : termios.c:1019 (0x40005860) Ending Line : termios.c:1019 (0x40005863) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 510 Symbol : rtems_termios_read (0x40005640) Starting Line : termios.c:1026 (0x40005884) Ending Line : termios.c:1041 (0x400058bf) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 512 Symbol : rtems_termios_read (0x40005640) Starting Line : termios.c:1032 (0x400058d0) Ending Line : termios.c:1041 (0x400058f7) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 514 Symbol : rtems_termios_read (0x40005640) Starting Line : termios.c:1045 (0x4000591c) Ending Line : termios.c:1046 (0x40005937) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 517 Symbol : rtems_termios_read (0x40005640) Starting Line : termios.c:1058 (0x4000598c) Ending Line : termios.c:1058 (0x4000598f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 519 Symbol : rtems_termios_refill_transmitter (0x40005d84) Starting Line : termios.c:1262 (0x40005d9c) Ending Line : termios.c:1267 (0x40005dd3) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 521 Symbol : rtems_termios_refill_transmitter (0x40005d84) Starting Line : termios.c:1280 (0x40005de8) Ending Line : termios.c:1285 (0x40005e1f) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 523 Symbol : rtems_termios_refill_transmitter (0x40005d84) Starting Line : termios.c:1297 (0x40005e4c) Ending Line : termios.c:1297 (0x40005e5b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 525 Symbol : rtems_termios_refill_transmitter (0x40005d84) Starting Line : termios.c:1327 (0x40005ec4) Ending Line : termios.c:1327 (0x40005ed3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 527 Symbol : rtems_termios_refill_transmitter (0x40005d84) Starting Line : termios.c:1335 (0x40005ee8) Ending Line : termios.c:1338 (0x40005f0f) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 529 Symbol : rtems_termios_rxdaemon (0x40005d14) Starting Line : termios.c:1464 (0x40005d44) Ending Line : termios.c:1471 (0x40005d53) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 531 Symbol : rtems_termios_txdaemon (0x40005f6c) Starting Line : termios.c:1425 (0x40005fa0) Ending Line : termios.c:1432 (0x40005faf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 533 Symbol : rtems_termios_txdaemon (0x40005f6c) Starting Line : termios.c:1433 (0x40005fc8) Ending Line : termios.c:1433 (0x40005fcf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 536 Symbol : rtems_termios_write (0x40005578) Starting Line : termios.c:764 (0x40005620) Ending Line : termios.c:765 (0x4000562b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 540 Symbol : rtems_verror (0x40007fe4) Starting Line : thread.inl:185 (0x40008010) Ending Line : thread.inl:185 (0x4000801f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 544 Symbol : scanInt (0x40003b64) Starting Line : getpwent.c:127 (0x40003b94) Ending Line : getpwent.c:127 (0x40003ba7) Size in Bytes : 20 Size in Instructions : 5 Classification: Discuss Explanation: I think this is detecting whether or not the read can be fulfilled from the buffer. But I am not sure. ============================================ ============================================ Index : 556 Symbol : siproc (0x4000552c) Starting Line : termios.c:939 (0x4000556c) Ending Line : termios.c:939 (0x40005573) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 560 Symbol : tcsetattr (0x4000c938) Starting Line : tcsetattr.c:42 (0x4000c97c) Ending Line : tcsetattr.c:42 (0x4000c97f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 561 Symbol : tcsetattr (0x4000c938) Starting Line : tcsetattr.c:50 (0x4000c988) Ending Line : tcsetattr.c:50 (0x4000c98f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : uname *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Index : 566 Symbol : unmount (0x4000754c) Starting Line : unmount.c:140 (0x4000764c) Ending Line : unmount.c:141 (0x4000766f) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 573 Symbol : writev (0x400076d0) Starting Line : writev.c:105 (0x400077fc) Ending Line : writev.c:105 (0x400077ff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 575 Symbol : writev (0x400076d0) Starting Line : writev.c:114 (0x4000781c) Ending Line : writev.c:114 (0x4000781f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================