============================================ Index : 2 Symbol : IMFS_chown (0x400098bc) Starting Line : imfs_creat.c:109 (0x40009924) Ending Line : imfs_creat.c:117 (0x4000993f) Size in Bytes : 28 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 6 Symbol : IMFS_create_root_node (0x40009ac0) Starting Line : ??:0 (0x40009b00) Ending Line : ??:0 (0x40009b1b) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 8 Symbol : IMFS_eval_path (0x40009c58) Starting Line : imfs_eval.c:488 (0x40009c68) Ending Line : imfs_eval.c:488 (0x40009c77) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 15 Symbol : IMFS_evaluate_for_make (0x4000a030) Starting Line : imfs_eval.c:364 (0x4000a184) Ending Line : imfs_eval.c:364 (0x4000a18b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 20 Symbol : IMFS_evaluate_permission (0x40009b88) Starting Line : imfs_eval.c:84 (0x40009b98) Ending Line : imfs_eval.c:84 (0x40009baf) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 23 Symbol : IMFS_fifo_lseek (0x40003200) Starting Line : imfs_fifo.c:126 (0x40003230) Ending Line : imfs_fifo.c:126 (0x40003237) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 27 Symbol : IMFS_find_match_in_dir (0x4000a3c8) Starting Line : imfs_getchild.c:51 (0x4000a400) Ending Line : imfs_getchild.c:51 (0x4000a403) 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 : 30 Symbol : IMFS_fsunmount (0x4000a308) Starting Line : imfs_fsunmount.c:86 (0x4000a38c) Ending Line : imfs_fsunmount.c:86 (0x4000a38f) 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 : 32 Symbol : IMFS_fsunmount (0x4000a308) Starting Line : imfs_fsunmount.c:93 (0x4000a3b0) Ending Line : imfs_fsunmount.c:82 (0x4000a3bf) 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 : 34 Symbol : IMFS_get_token (0x4000a444) Starting Line : imfs_gtkn.c:42 (0x4000a484) Ending Line : imfs_gtkn.c:42 (0x4000a487) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 39 Symbol : IMFS_memfile_extend (0x4000cb74) Starting Line : memfile.c:298 (0x4000cbb4) Ending Line : memfile.c:298 (0x4000cbb7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 56 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 : 60 Symbol : IMFS_memfile_read (0x4000c740) Starting Line : memfile.c:564 (0x4000c788) Ending Line : memfile.c:564 (0x4000c78b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 61 Symbol : IMFS_memfile_read (0x4000c740) Starting Line : memfile.c:557 (0x4000c794) Ending Line : memfile.c:557 (0x4000c797) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 64 Symbol : IMFS_memfile_read (0x4000c740) Starting Line : memfile.c:579 (0x4000c7e8) Ending Line : memfile.c:579 (0x4000c7eb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 77 Symbol : IMFS_memfile_write (0x4000cca8) Starting Line : memfile.c:734 (0x4000ce48) Ending Line : memfile.c:767 (0x4000ce53) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 79 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 : 81 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 : 82 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 : 84 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 : 85 Symbol : IMFS_rmnod (0x4000a608) Starting Line : ??:0 (0x4000a62c) Ending Line : ??:0 (0x4000a643) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 88 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 : 90 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 : 92 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 : 93 Symbol : Stack_check_Dump_threads_usage (0x40002494) Starting Line : check.c:388 (0x40002494) Ending Line : check.c:458 (0x40002603) Size in Bytes : 368 Size in Instructions : 92 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 96 Symbol : Stack_check_report_blown_task (0x40002700) Starting Line : check.c:225 (0x40002700) Ending Line : check.c:265 (0x400027a3) Size in Bytes : 164 Size in Instructions : 41 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 120 Symbol : _Internal_error_Occurred (0x40006fe8) Starting Line : sysstate.inl:37 (0x40007010) Ending Line : interr.c:61 (0x40007027) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 136 Symbol : _POSIX_Threads_Sporadic_budget_callout (0x4000b4e0) Starting Line : pthread.c:152 (0x4000b528) Ending Line : pthread.c:152 (0x4000b52b) Size in Bytes : 4 Size in Instructions : 1 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 : 166 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 : 170 Symbol : _User_extensions_Fatal (0x4000905c) Starting Line : userextthreadbegin.c:81 (0x4000909c) Ending Line : userextthreadbegin.c:81 (0x400090a3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 181 Symbol : aio_cancel (0x40006570) Starting Line : aio_cancel.c:113 (0x40006708) Ending Line : aio_cancel.c:113 (0x4000670b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 183 Symbol : aio_fsync (0x40006754) Starting Line : aio_fsync.c:56 (0x4000679c) Ending Line : aio_fsync.c:56 (0x4000679f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 186 Symbol : aio_read (0x40006f50) Starting Line : aio_read.c:58 (0x40006fb0) Ending Line : aio_read.c:58 (0x40006fb3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 188 Symbol : aio_write (0x40006ff0) Starting Line : aio_write.c:58 (0x4000704c) Ending Line : aio_write.c:58 (0x4000704f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 193 Symbol : devFS_evaluate_path (0x4000b3b0) Starting Line : devfs_eval.c:44 (0x4000b3c0) Ending Line : devfs_eval.c:44 (0x4000b3cf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 196 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 : 198 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 : 200 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 : 202 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 : 204 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 : 206 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 : 208 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 : 211 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 : 213 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 : 215 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 : 217 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 : 223 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 : 225 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 : 228 Symbol : fifo_open (0x4000c8d4) Starting Line : fifo.c:184 (0x4000c970) Ending Line : fifo.c:184 (0x4000c973) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 231 Symbol : fifo_open (0x4000c8d4) Starting Line : fifo.c:223 (0x4000cafc) Ending Line : fifo.c:223 (0x4000caff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 233 Symbol : fifo_open (0x4000c8d4) Starting Line : fifo.c:228 (0x4000cb18) Ending Line : fifo.c:228 (0x4000cb1f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 238 Symbol : fifo_open (0x4000c8d4) Starting Line : fifo.c:340 (0x4000cbe0) Ending Line : fifo.c:340 (0x4000cbe3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 243 Symbol : fifo_open (0x4000c8d4) Starting Line : fifo.c:365 (0x4000cc8c) Ending Line : fifo.c:365 (0x4000cc8f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 247 Symbol : fifo_open (0x4000c8d4) Starting Line : fifo.c:360 (0x4000cd0c) Ending Line : fifo.c:385 (0x4000cd13) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 251 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 ============================================ ============================================ Index : 258 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 : 261 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 : 263 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 : 267 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 : 270 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 : 273 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 : 275 Symbol : killinfo (0x40023c88) Starting Line : killinfo.c:189 (0x40023df4) Ending Line : killinfo.c:189 (0x40023df7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 277 Symbol : killinfo (0x40023c88) Starting Line : killinfo.c:268 (0x40023e54) Ending Line : killinfo.c:268 (0x40023e57) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 279 Symbol : killinfo (0x40023c88) Starting Line : killinfo.c:268 (0x40023e64) Ending Line : killinfo.c:268 (0x40023e67) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 281 Symbol : libc_wrapup (0x400131e0) Starting Line : newlibc_exit.c:89 (0x40013248) Ending Line : newlibc_exit.c:89 (0x4001324f) 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 : 287 Symbol : memfile_ftruncate (0x4000cf24) Starting Line : memfile.c:257 (0x4000cf48) Ending Line : memfile.c:257 (0x4000cf4b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 288 Symbol : memfile_lseek (0x4000cf9c) Starting Line : memfile.c:213 (0x4000cf9c) Ending Line : default_fchmod.c:21 (0x4000d053) Size in Bytes : 184 Size in Instructions : 41 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 290 Symbol : memfile_open (0x4000ce88) Starting Line : memfile.c:102 (0x4000ceb0) Ending Line : memfile.c:111 (0x4000cefb) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 292 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 : 295 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 : 297 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 : 298 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 : 304 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 : 311 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 : 313 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 : 315 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 : 317 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 : 319 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 : 321 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 : 324 Symbol : pipe_create (0x4000ba94) Starting Line : pipe.c:36 (0x4000bab4) Ending Line : pipe.c:36 (0x4000bab7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 328 Symbol : pipe_read (0x4000cd24) Starting Line : fifo.c:401 (0x4000cd50) Ending Line : fifo.c:401 (0x4000cd53) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 331 Symbol : pipe_read (0x4000cd24) Starting Line : fifo.c:422 (0x4000cea0) Ending Line : fifo.c:456 (0x4000cea7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 341 Symbol : pipe_write (0x4000ceb8) Starting Line : fifo.c:502 (0x4000d080) Ending Line : fifo.c:542 (0x4000d087) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 350 Symbol : pthread_kill (0x400240d0) Starting Line : pthreadkill.c:79 (0x400241a0) Ending Line : pthreadkill.c:80 (0x400241b7) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 354 Symbol : pthread_mutex_timedlock (0x400080a4) Starting Line : mutextimedlock.c:79 (0x40008104) Ending Line : mutextimedlock.c:79 (0x40008107) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 376 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 : 381 Symbol : realloc (0x400133b0) Starting Line : realloc.c:38 (0x400133ec) Ending Line : realloc.c:38 (0x400133ef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 384 Symbol : realloc (0x400133b0) Starting Line : realloc.c:52 (0x40013424) Ending Line : realloc.c:42 (0x40013433) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 386 Symbol : realloc (0x400133b0) Starting Line : realloc.c:42 (0x400134dc) Ending Line : realloc.c:42 (0x400134e3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 390 Symbol : rtems_aio_enqueue (0x40006d20) Starting Line : aio_misc.c:300 (0x40006d3c) Ending Line : aio_misc.c:301 (0x40006d4b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 393 Symbol : rtems_aio_enqueue (0x40006d20) Starting Line : aio_misc.c:331 (0x40006e24) Ending Line : aio_misc.c:332 (0x40006e37) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 394 Symbol : rtems_aio_enqueue (0x40006d20) Starting Line : aio_misc.c:349 (0x40006e68) Ending Line : aio_misc.c:349 (0x40006e6b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 396 Symbol : rtems_aio_enqueue (0x40006d20) Starting Line : aio_misc.c:376 (0x40006f30) Ending Line : aio_misc.c:376 (0x40006f37) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 400 Symbol : rtems_aio_handle (0x400069a8) Starting Line : aio_misc.c:442 (0x40006a54) Ending Line : aio_misc.c:442 (0x40006a57) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 401 Symbol : rtems_aio_handle (0x400069a8) Starting Line : aio_misc.c:459 (0x40006a9c) Ending Line : aio_misc.c:465 (0x40006aa7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 403 Symbol : rtems_aio_handle (0x400069a8) Starting Line : aio_misc.c:466 (0x40006ab0) Ending Line : aio_misc.c:467 (0x40006ac7) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 407 Symbol : rtems_aio_handle (0x400069a8) Starting Line : aio_misc.c:556 (0x40006bf8) Ending Line : aio_misc.c:556 (0x40006c03) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 410 Symbol : rtems_aio_init (0x400067d4) Starting Line : aio_misc.c:47 (0x40006804) Ending Line : aio_misc.c:50 (0x4000680f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 412 Symbol : rtems_aio_init (0x400067d4) Starting Line : aio_misc.c:52 (0x40006828) Ending Line : aio_misc.c:55 (0x40006837) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 414 Symbol : rtems_aio_init (0x400067d4) Starting Line : aio_misc.c:57 (0x40006850) Ending Line : chain.inl:386 (0x4000686b) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 416 Symbol : rtems_aio_insert_prio (0x40006c04) Starting Line : aio_misc.c:190 (0x40006c30) Ending Line : aio_misc.c:190 (0x40006c37) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 418 Symbol : rtems_aio_insert_prio (0x40006c04) Starting Line : aio_misc.c:187 (0x40006c44) Ending Line : aio_misc.c:187 (0x40006c4b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 420 Symbol : rtems_aio_remove_req (0x40006cb0) Starting Line : aio_misc.c:556 (0x40006ccc) Ending Line : aio_misc.c:254 (0x40006cdb) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 424 Symbol : rtems_assoc_ptr_by_remote (0x4000d61c) Starting Line : assocptrbyremote.c:27 (0x4000d648) Ending Line : assocptrbyremote.c:27 (0x4000d64f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 426 Symbol : rtems_assoc_ptr_by_remote (0x4000d61c) Starting Line : assocptrbyremote.c:33 (0x4000d670) Ending Line : assocptrbyremote.c:33 (0x4000d673) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 427 Symbol : rtems_assoc_ptr_by_remote (0x4000d61c) Starting Line : cancelrun.c:31 (0x4000d67c) Ending Line : chain.inl:406 (0x4000d6a3) Size in Bytes : 40 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 431 Symbol : rtems_cpu_usage_report_with_plugin (0x40002d04) Starting Line : cpuusagereport.c:112 (0x40002d84) Ending Line : cpuusagereport.c:112 (0x40002d8b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 437 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 : 439 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 : 444 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 : 446 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 : 457 Symbol : rtems_libio_free (0x4000a9e0) Starting Line : libio.c:181 (0x4000a9f8) Ending Line : libio.c:181 (0x4000a9fb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 465 Symbol : rtems_libio_to_fcntl_flags (0x4000a8f8) Starting Line : libio.c:107 (0x4000a914) Ending Line : libio.c:104 (0x4000a91f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 485 Symbol : rtems_stack_checker_is_blown (0x40002810) Starting Line : check.c:328 (0x40002880) Ending Line : check.c:328 (0x4000288f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 486 Symbol : rtems_stack_checker_report_usage (0x400028f8) Starting Line : check.c:514 (0x400028f8) Ending Line : check.c:514 (0x4000290f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 487 Symbol : rtems_stack_checker_report_usage_with_plugin (0x40002898) Starting Line : check.c:488 (0x40002898) Ending Line : check.c:509 (0x400028f7) Size in Bytes : 96 Size in Instructions : 24 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 491 Symbol : rtems_stack_checker_switch_extension (0x400027a8) Starting Line : check.c:292 (0x400027fc) Ending Line : check.c:292 (0x40002807) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 494 Symbol : rtems_string_to_double (0x4000c044) Starting Line : stringtodouble.c:52 (0x4000c0f4) Ending Line : stringtodouble.c:55 (0x4000c113) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 497 Symbol : rtems_string_to_float (0x4000c120) Starting Line : stringtofloat.c:52 (0x4000c1c0) Ending Line : stringtofloat.c:55 (0x4000c1db) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 499 Symbol : rtems_string_to_int (0x4000c1e8) Starting Line : stringtoint.c:52 (0x4000c26c) Ending Line : stringtoint.c:70 (0x4000c283) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 502 Symbol : rtems_string_to_long (0x4000c36c) Starting Line : stringtolong.c:56 (0x4000c404) Ending Line : stringtolong.c:56 (0x4000c407) 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 : 505 Symbol : rtems_string_to_long_long (0x4000c298) Starting Line : stringtolonglong.c:62 (0x4000c344) Ending Line : stringtolonglong.c:62 (0x4000c347) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 507 Symbol : rtems_string_to_long_long (0x4000c298) Starting Line : stringtolonglong.c:65 (0x4000c354) Ending Line : stringtolonglong.c:65 (0x4000c357) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 509 Symbol : rtems_string_to_unsigned_char (0x4000c430) Starting Line : stringtounsignedchar.c:53 (0x4000c4a0) Ending Line : stringtounsignedchar.c:57 (0x4000c4b3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 511 Symbol : rtems_string_to_unsigned_char (0x4000c430) Starting Line : stringtounsignedchar.c:58 (0x4000c4bc) Ending Line : stringtounsignedchar.c:58 (0x4000c4cb) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 513 Symbol : rtems_string_to_unsigned_int (0x4000c4e0) Starting Line : stringtounsignedint.c:63 (0x4000c560) Ending Line : stringtounsignedint.c:63 (0x4000c563) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 515 Symbol : rtems_string_to_unsigned_long (0x4000c618) Starting Line : stringtounsignedlong.c:56 (0x4000c698) Ending Line : stringtounsignedlong.c:56 (0x4000c69b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 517 Symbol : rtems_string_to_unsigned_long_long (0x4000c570) Starting Line : stringtounsignedlonglong.c:57 (0x4000c5f8) Ending Line : stringtounsignedlonglong.c:57 (0x4000c5fb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 519 Symbol : rtems_string_to_unsigned_long_long (0x4000c570) Starting Line : stringtounsignedlonglong.c:61 (0x4000c608) Ending Line : stringtounsignedlonglong.c:61 (0x4000c60b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 521 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 : 525 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 : 527 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 : 538 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 : 540 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 : 542 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 : 546 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 : 548 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 : 551 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 : 553 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 : 555 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 : 557 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 : 559 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 : 561 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 : 563 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 : 568 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 : 571 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 : 573 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 : 575 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 : 577 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 : 580 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 : 582 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 : 587 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 : 591 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 : 593 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 : 598 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 : 601 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 : 603 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 : 605 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 : 607 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 : 609 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 : 611 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 : 614 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 : 616 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 : 618 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 : 620 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 : 622 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 : 624 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 : 626 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 : 628 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 : 630 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 : 633 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 : 637 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 : 641 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 : 660 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 : 665 Symbol : tcsetattr (0x4000bca8) Starting Line : tcsetattr.c:42 (0x4000bcec) Ending Line : tcsetattr.c:42 (0x4000bcef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 666 Symbol : tcsetattr (0x4000bca8) Starting Line : tcsetattr.c:50 (0x4000bcf8) Ending Line : tcsetattr.c:50 (0x4000bcff) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 677 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 : 684 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 : 686 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 ============================================