============================================ Index : 2 Symbol : IMFS_chown (0x4000a870) Starting Line : imfs_creat.c:109 (0x4000a8d8) Ending Line : imfs_creat.c:117 (0x4000a8f3) Size in Bytes : 28 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 6 Symbol : IMFS_create_root_node (0x4000aa74) Starting Line : ??:0 (0x4000aab5) Ending Line : ??:0 (0x4000aab7) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 7 Symbol : IMFS_create_root_node (0x4000aa74) Starting Line : ??:0 (0x4000aab9) Ending Line : ??:0 (0x4000aacf) Size in Bytes : 23 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 9 Symbol : IMFS_eval_path (0x4000ac0c) Starting Line : imfs_eval.c:488 (0x4000ac1c) Ending Line : imfs_eval.c:488 (0x4000ac2b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 16 Symbol : IMFS_evaluate_for_make (0x4000afe4) Starting Line : imfs_eval.c:364 (0x4000b138) Ending Line : imfs_eval.c:364 (0x4000b13f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 21 Symbol : IMFS_evaluate_permission (0x4000ab3c) Starting Line : imfs_eval.c:84 (0x4000ab4c) Ending Line : imfs_eval.c:84 (0x4000ab63) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 27 Symbol : IMFS_find_match_in_dir (0x4000b37c) Starting Line : imfs_getchild.c:51 (0x4000b3b4) Ending Line : imfs_getchild.c:51 (0x4000b3b7) 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 (0x4000b2bc) Starting Line : imfs_fsunmount.c:86 (0x4000b341) Ending Line : imfs_fsunmount.c:86 (0x4000b343) Size in Bytes : 3 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 (0x4000b2bc) Starting Line : imfs_fsunmount.c:93 (0x4000b364) Ending Line : imfs_fsunmount.c:82 (0x4000b373) 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 (0x4000b3f8) Starting Line : imfs_gtkn.c:42 (0x4000b438) Ending Line : imfs_gtkn.c:42 (0x4000b43b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 39 Symbol : IMFS_memfile_extend (0x4000dca0) Starting Line : memfile.c:298 (0x4000dce0) Ending Line : memfile.c:298 (0x4000dce3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 56 Symbol : IMFS_memfile_maximum_size (0x40005aa0) Starting Line : imfs_debug.c:157 (0x40005aa0) Ending Line : imfs_init.c:54 (0x40005af7) Size in Bytes : 88 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 60 Symbol : IMFS_memfile_read (0x4000d86c) Starting Line : memfile.c:564 (0x4000d8b4) Ending Line : memfile.c:564 (0x4000d8b7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 61 Symbol : IMFS_memfile_read (0x4000d86c) Starting Line : memfile.c:557 (0x4000d8c0) Ending Line : memfile.c:557 (0x4000d8c3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 64 Symbol : IMFS_memfile_read (0x4000d86c) Starting Line : memfile.c:579 (0x4000d914) Ending Line : memfile.c:579 (0x4000d917) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 78 Symbol : IMFS_mount (0x40002d68) Starting Line : imfs_mount.c:44 (0x40002d80) Ending Line : imfs_mount.c:44 (0x40002d97) Size in Bytes : 24 Size in Instructions : 6 Classification: Unreachable? Explanation: We need to ask Chris Johns about this. I believe this is a case where the error checking has been done by the system call layer. I analyzed the "file handlers" callbacks for guarantees on parameters. This indicates the same analysis needs to happen for "file system handlers." Bharath: Yes, it is checked in mount.c ============================================ ============================================ Index : 80 Symbol : IMFS_print_jnode (0x400058d0) Starting Line : imfs_debug.c:43 (0x400058f9) Ending Line : imfs_debug.c:43 (0x400058fb) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 81 Symbol : IMFS_print_jnode (0x400058d0) Starting Line : imfs_debug.c:88 (0x400059b0) Ending Line : imfs_debug.c:88 (0x400059bf) Size in Bytes : 16 Size in Instructions : 4 Classification: Simple Test Case Explanation: We need to do an IMFS_dump on an IMFS filesystem which has a bad node type in it. This may require peeking behind the curtain and changing a value. Bharath: But usually, this code is unreachable since we cannot create a node which is not of type that is checked for. ============================================ ============================================ Index : 83 Symbol : IMFS_rename (0x40002de8) Starting Line : imfs_rename.c:40 (0x40002e0c) Ending Line : imfs_rename.c:40 (0x40002e0f) Size in Bytes : 4 Size in Instructions : 1 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. Bharath: I am not sure how to have a node's parent == NULL. ============================================ ============================================ Index : 84 Symbol : IMFS_rmnod (0x4000b5bc) Starting Line : ??:0 (0x4000b5e0) Ending Line : ??:0 (0x4000b5f7) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 87 Symbol : IMFS_unlink (0x40002ee4) Starting Line : imfs_unlink.c:51 (0x40002f0c) Ending Line : imfs_unlink.c:51 (0x40002f23) Size in Bytes : 24 Size in Instructions : 6 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 89 Symbol : IMFS_unmount (0x40002fb8) Starting Line : imfs_unmount.c:45 (0x40002fd0) Ending Line : imfs_unmount.c:45 (0x40002fdf) Size in Bytes : 16 Size in Instructions : 4 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 91 Symbol : IMFS_unmount (0x40002fb8) Starting Line : imfs_unmount.c:52 (0x40002fec) Ending Line : imfs_unmount.c:52 (0x40003003) Size in Bytes : 24 Size in Instructions : 6 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 92 Symbol : Stack_check_Dump_threads_usage (0x400032ac) Starting Line : check.c:388 (0x400032ac) Ending Line : check.c:458 (0x4000341b) Size in Bytes : 368 Size in Instructions : 92 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 95 Symbol : Stack_check_report_blown_task (0x40003518) Starting Line : check.c:225 (0x40003518) Ending Line : check.c:265 (0x400035bb) Size in Bytes : 164 Size in Instructions : 41 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 109 Symbol : _Heap_Extend (0x4000d188) Starting Line : heap.inl:108 (0x4000d300) Ending Line : heap.inl:108 (0x4000d307) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 121 Symbol : _Heap_Walk (0x40008c48) Starting Line : heapwalk.c:233 (0x40008db8) Ending Line : heapwalk.c:233 (0x40008dc3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 124 Symbol : _Internal_error_Occurred (0x40007dd0) Starting Line : sysstate.inl:37 (0x40007df8) Ending Line : interr.c:61 (0x40007e0f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 140 Symbol : _POSIX_Threads_Sporadic_budget_callout (0x4000c494) Starting Line : pthread.c:152 (0x4000c4dc) Ending Line : pthread.c:152 (0x4000c4df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 174 Symbol : _User_extensions_Fatal (0x40009d5c) Starting Line : userextthreadbegin.c:81 (0x40009d9c) Ending Line : userextthreadbegin.c:81 (0x40009da3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 184 Symbol : aio_cancel (0x40007344) Starting Line : aio_cancel.c:48 (0x40007375) Ending Line : aio_cancel.c:48 (0x40007377) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 185 Symbol : aio_cancel (0x40007344) Starting Line : aio_cancel.c:53 (0x40007390) Ending Line : aio_cancel.c:87 (0x40007453) Size in Bytes : 196 Size in Instructions : 49 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 187 Symbol : aio_cancel (0x40007344) Starting Line : aio_cancel.c:96 (0x40007460) Ending Line : aio_cancel.c:107 (0x400074b3) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 188 Symbol : aio_cancel (0x40007344) Starting Line : aio_cancel.c:111 (0x400074d5) Ending Line : aio_cancel.c:111 (0x400074d7) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 189 Symbol : aio_cancel (0x40007344) Starting Line : aio_cancel.c:111 (0x400074d9) Ending Line : aio_cancel.c:126 (0x40007527) Size in Bytes : 79 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 191 Symbol : aio_fsync (0x40007530) Starting Line : aio_fsync.c:54 (0x40007564) Ending Line : aio_fsync.c:56 (0x4000757b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 192 Symbol : aio_fsync (0x40007530) Starting Line : aio_fsync.c:59 (0x4000759c) Ending Line : aio_fsync.c:61 (0x400075ab) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 195 Symbol : aio_read (0x40007cf4) Starting Line : aio_read.c:58 (0x40007d55) Ending Line : aio_read.c:58 (0x40007d57) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 197 Symbol : aio_write (0x40007d94) Starting Line : aio_write.c:58 (0x40007df0) Ending Line : aio_write.c:58 (0x40007df3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 202 Symbol : devFS_evaluate_path (0x4000a504) Starting Line : devfs_eval.c:44 (0x4000a514) Ending Line : devfs_eval.c:44 (0x4000a523) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 204 Symbol : devFS_evaluate_path (0x4000a504) Starting Line : devfs_eval.c:58 (0x4000a57c) Ending Line : devfs_eval.c:58 (0x4000a57f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 207 Symbol : drainOutput (0x400042b8) Starting Line : termios.c:348 (0x400042dc) Ending Line : termios.c:353 (0x4000430f) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 209 Symbol : drainOutput (0x400042b8) Starting Line : termios.c:346 (0x40004320) Ending Line : termios.c:346 (0x40004323) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 211 Symbol : echo (0x4000502c) Starting Line : termios.c:786 (0x400050a8) Ending Line : termios.c:786 (0x400050ab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 213 Symbol : endgrent (0x40004518) Starting Line : getpwent.c:437 (0x40004538) Ending Line : getpwent.c:437 (0x4000453b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 215 Symbol : endpwent (0x40004378) Starting Line : getpwent.c:281 (0x40004398) Ending Line : getpwent.c:281 (0x4000439b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 217 Symbol : erase (0x400050bc) Starting Line : termios.c:802 (0x400050ec) Ending Line : termios.c:802 (0x400050ef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 219 Symbol : erase (0x400050bc) Starting Line : termios.c:807 (0x40005100) Ending Line : termios.c:808 (0x40005123) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 222 Symbol : erase (0x400050bc) Starting Line : termios.c:819 (0x40005154) Ending Line : termios.c:819 (0x4000515f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 224 Symbol : erase (0x400050bc) Starting Line : termios.c:832 (0x400051a8) Ending Line : termios.c:827 (0x400051bb) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 226 Symbol : erase (0x400050bc) Starting Line : termios.c:848 (0x40005218) Ending Line : termios.c:853 (0x4000524f) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 228 Symbol : erase (0x400050bc) Starting Line : termios.c:853 (0x40005260) Ending Line : termios.c:854 (0x40005273) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 234 Symbol : fcntl (0x40003e14) Starting Line : fcntl.c:143 (0x40003f9c) Ending Line : fcntl.c:143 (0x40003fa7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 236 Symbol : fdatasync (0x40003fd4) Starting Line : ??:0 (0x40004050) Ending Line : ??:0 (0x4000407f) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 239 Symbol : fifo_open (0x4000d870) Starting Line : fifo.c:184 (0x4000d90c) Ending Line : fifo.c:184 (0x4000d90f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 242 Symbol : fifo_open (0x4000d870) Starting Line : fifo.c:223 (0x4000da98) Ending Line : fifo.c:223 (0x4000da9b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 244 Symbol : fifo_open (0x4000d870) Starting Line : fifo.c:228 (0x4000dab4) Ending Line : fifo.c:228 (0x4000dabb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 249 Symbol : fifo_open (0x4000d870) Starting Line : fifo.c:340 (0x4000db7c) Ending Line : fifo.c:340 (0x4000db7f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 254 Symbol : fifo_open (0x4000d870) Starting Line : fifo.c:365 (0x4000dc28) Ending Line : fifo.c:365 (0x4000dc2b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 258 Symbol : fifo_open (0x4000d870) Starting Line : fifo.c:360 (0x4000dca8) Ending Line : fifo.c:385 (0x4000dcaf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 262 Symbol : free_user_env (0x400049fc) Starting Line : privateenv.c:42 (0x40004a2c) Ending Line : privateenv.c:42 (0x40004a33) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 269 Symbol : iproc (0x400052d4) Starting Line : termios.c:872 (0x400052e8) Ending Line : termios.c:872 (0x400052eb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 272 Symbol : iproc (0x400052d4) Starting Line : termios.c:886 (0x40005344) Ending Line : termios.c:886 (0x4000534b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 274 Symbol : iproc (0x400052d4) Starting Line : termios.c:882 (0x4000535c) Ending Line : termios.c:882 (0x4000535f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 278 Symbol : iproc (0x400052d4) Starting Line : termios.c:898 (0x400053e0) Ending Line : termios.c:898 (0x400053e3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 281 Symbol : iproc (0x400052d4) Starting Line : termios.c:904 (0x40005420) Ending Line : termios.c:906 (0x40005443) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 284 Symbol : iproc (0x400052d4) Starting Line : termios.c:915 (0x40005478) Ending Line : termios.c:915 (0x4000547b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 286 Symbol : killinfo (0x40023fac) Starting Line : killinfo.c:189 (0x40024118) Ending Line : killinfo.c:189 (0x4002411b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 288 Symbol : killinfo (0x40023fac) Starting Line : killinfo.c:268 (0x40024178) Ending Line : killinfo.c:268 (0x4002417b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 290 Symbol : killinfo (0x40023fac) Starting Line : killinfo.c:268 (0x40024188) Ending Line : killinfo.c:268 (0x4002418b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 292 Symbol : libc_wrapup (0x40013f3c) Starting Line : newlibc_exit.c:89 (0x40013fa4) Ending Line : newlibc_exit.c:89 (0x40013fab) 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 : 298 Symbol : memfile_ftruncate (0x4000e03c) Starting Line : memfile.c:257 (0x4000e060) Ending Line : memfile.c:257 (0x4000e063) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 301 Symbol : memfile_lseek (0x4000e0b4) Starting Line : memfile.c:219 (0x4000e0e8) Ending Line : memfile.c:219 (0x4000e0eb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 303 Symbol : memfile_lseek (0x4000e0b4) Starting Line : memfile.c:220 (0x4000e0fc) Ending Line : memfile.c:220 (0x4000e107) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 305 Symbol : memfile_open (0x4000dfa0) Starting Line : memfile.c:102 (0x4000dfc8) Ending Line : memfile.c:111 (0x4000e013) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 307 Symbol : mount (0x400039c0) Starting Line : mount.c:157 (0x40003ad4) Ending Line : mount.c:157 (0x40003adf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 310 Symbol : mount (0x400039c0) Starting Line : mount.c:211 (0x40003b94) Ending Line : mount.c:211 (0x40003b97) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 312 Symbol : mount (0x400039c0) Starting Line : mount.c:219 (0x40003bb0) Ending Line : mount.c:219 (0x40003bbb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 313 Symbol : mount (0x400039c0) Starting Line : mount.c:128 (0x40003c38) Ending Line : mount.c:128 (0x40003c3b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 319 Symbol : newlib_free_buffers (0x40003c6c) Starting Line : newlibc_reent.c:115 (0x40003c94) Ending Line : newlibc_reent.c:121 (0x40003cbb) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 326 Symbol : oproc (0x40004ea4) Starting Line : termios.c:694 (0x40004ed0) Ending Line : termios.c:727 (0x40004ee3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 328 Symbol : oproc (0x40004ea4) Starting Line : termios.c:705 (0x40004ef4) Ending Line : termios.c:705 (0x40004efb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 330 Symbol : oproc (0x40004ea4) Starting Line : termios.c:696 (0x40004f04) Ending Line : termios.c:696 (0x40004f07) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 332 Symbol : oproc (0x40004ea4) Starting Line : termios.c:705 (0x40004f30) Ending Line : termios.c:714 (0x40004f67) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 334 Symbol : oproc (0x40004ea4) Starting Line : termios.c:727 (0x40004fa4) Ending Line : termios.c:735 (0x40004fb7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 336 Symbol : oproc (0x40004ea4) Starting Line : termios.c:733 (0x40004fc0) Ending Line : termios.c:734 (0x40004feb) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 339 Symbol : pipe_create (0x4000ca30) Starting Line : pipe.c:36 (0x4000ca50) Ending Line : pipe.c:36 (0x4000ca53) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 345 Symbol : pipe_read (0x4000dcc0) Starting Line : fifo.c:422 (0x4000de3c) Ending Line : fifo.c:456 (0x4000de43) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 355 Symbol : pipe_write (0x4000de54) Starting Line : fifo.c:502 (0x4000e01c) Ending Line : fifo.c:542 (0x4000e023) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 366 Symbol : pthread_mutex_timedlock (0x40008e78) Starting Line : mutextimedlock.c:79 (0x40008ed8) Ending Line : mutextimedlock.c:79 (0x40008edb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 388 Symbol : readv (0x40005318) Starting Line : readv.c:107 (0x40005428) Ending Line : readv.c:107 (0x4000542b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 393 Symbol : realloc (0x4001410c) Starting Line : realloc.c:38 (0x40014148) Ending Line : realloc.c:38 (0x4001414b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 396 Symbol : realloc (0x4001410c) Starting Line : realloc.c:52 (0x40014180) Ending Line : realloc.c:42 (0x4001418f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 398 Symbol : realloc (0x4001410c) Starting Line : realloc.c:42 (0x40014238) Ending Line : realloc.c:42 (0x4001423f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 402 Symbol : rtems_aio_enqueue (0x40007ac8) Starting Line : aio_misc.c:265 (0x40007ae4) Ending Line : aio_misc.c:266 (0x40007af3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 404 Symbol : rtems_aio_enqueue (0x40007ac8) Starting Line : aio_misc.c:296 (0x40007bcc) Ending Line : aio_misc.c:297 (0x40007bdf) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 406 Symbol : rtems_aio_enqueue (0x40007ac8) Starting Line : aio_misc.c:318 (0x40007c30) Ending Line : aio_misc.c:321 (0x40007c4f) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 407 Symbol : rtems_aio_handle (0x40007740) Starting Line : aio_misc.c:363 (0x40007740) Ending Line : aio_misc.c:510 (0x400079c3) Size in Bytes : 644 Size in Instructions : 161 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 410 Symbol : rtems_aio_init (0x400075b0) Starting Line : aio_misc.c:46 (0x400075e0) Ending Line : aio_misc.c:49 (0x400075eb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 412 Symbol : rtems_aio_init (0x400075b0) Starting Line : aio_misc.c:51 (0x40007604) Ending Line : aio_misc.c:54 (0x40007613) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 414 Symbol : rtems_aio_init (0x400075b0) Starting Line : aio_misc.c:56 (0x4000762c) Ending Line : chain.inl:386 (0x40007647) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 416 Symbol : rtems_aio_insert_prio (0x400079c4) Starting Line : aio_misc.c:158 (0x400079f1) Ending Line : aio_misc.c:158 (0x400079f7) Size in Bytes : 7 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 418 Symbol : rtems_aio_insert_prio (0x400079c4) Starting Line : aio_misc.c:155 (0x40007a04) Ending Line : aio_misc.c:155 (0x40007a0b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 419 Symbol : rtems_aio_remove_fd (0x40007a20) Starting Line : aio_misc.c:179 (0x40007a20) Ending Line : aio_misc.c:194 (0x40007a67) Size in Bytes : 72 Size in Instructions : 18 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 420 Symbol : rtems_aio_remove_req (0x40007a68) Starting Line : aio_misc.c:213 (0x40007a68) Ending Line : aio_misc.c:235 (0x40007ac7) Size in Bytes : 96 Size in Instructions : 24 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 423 Symbol : rtems_assoc_ptr_by_remote (0x4000e730) Starting Line : assocptrbyremote.c:27 (0x4000e75c) Ending Line : assocptrbyremote.c:27 (0x4000e763) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 425 Symbol : rtems_assoc_ptr_by_remote (0x4000e730) Starting Line : assocptrbyremote.c:33 (0x4000e784) Ending Line : assocptrbyremote.c:33 (0x4000e787) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 426 Symbol : rtems_assoc_ptr_by_remote (0x4000e730) Starting Line : cancelrun.c:31 (0x4000e790) Ending Line : chain.inl:406 (0x4000e7b7) Size in Bytes : 40 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 428 Symbol : rtems_chain_append_with_notification (0x40007710) Starting Line : chainappendnotify.c:44 (0x40007739) Ending Line : chainappendnotify.c:44 (0x4000773f) Size in Bytes : 7 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 431 Symbol : rtems_chain_prepend_with_notification (0x400077c0) Starting Line : chainprependnotify.c:44 (0x400077e9) Ending Line : chainprependnotify.c:44 (0x400077eb) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 432 Symbol : rtems_chain_prepend_with_notification (0x400077c0) Starting Line : chainprependnotify.c:44 (0x400077ed) Ending Line : chainprependnotify.c:44 (0x400077ef) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 435 Symbol : rtems_cpu_usage_report_with_plugin (0x40003b1c) Starting Line : cpuusagereport.c:112 (0x40003b9c) Ending Line : cpuusagereport.c:112 (0x40003ba3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 441 Symbol : rtems_filesystem_initialize (0x40003144) Starting Line : base_fs.c:58 (0x4000319c) Ending Line : base_fs.c:58 (0x400031ab) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 443 Symbol : rtems_filesystem_initialize (0x40003144) Starting Line : base_fs.c:105 (0x4000322c) Ending Line : base_fs.c:105 (0x40003233) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 448 Symbol : rtems_filesystem_prefix_separators (0x40003380) Starting Line : freenode.c:18 (0x400033c8) Ending Line : free.c:26 (0x400033ef) Size in Bytes : 40 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 450 Symbol : rtems_gxx_key_create (0x40003eac) Starting Line : gxx_wrappers.c:84 (0x40003ee8) Ending Line : gxx_wrappers.c:84 (0x40003eef) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 461 Symbol : rtems_libio_free (0x4000b994) Starting Line : libio.c:181 (0x4000b9ac) Ending Line : libio.c:181 (0x4000b9af) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 469 Symbol : rtems_libio_to_fcntl_flags (0x4000b8ac) Starting Line : libio.c:107 (0x4000b8c8) Ending Line : libio.c:104 (0x4000b8d3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 489 Symbol : rtems_stack_checker_is_blown (0x40003628) Starting Line : check.c:328 (0x40003698) Ending Line : check.c:328 (0x400036a7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 490 Symbol : rtems_stack_checker_report_usage (0x40003710) Starting Line : check.c:514 (0x40003710) Ending Line : check.c:514 (0x40003727) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 491 Symbol : rtems_stack_checker_report_usage_with_plugin (0x400036b0) Starting Line : check.c:488 (0x400036b0) Ending Line : check.c:509 (0x4000370f) Size in Bytes : 96 Size in Instructions : 24 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 495 Symbol : rtems_stack_checker_switch_extension (0x400035c0) Starting Line : check.c:292 (0x40003614) Ending Line : check.c:292 (0x4000361f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 497 Symbol : rtems_string_to_double (0x4000d344) Starting Line : stringto_template.h:133 (0x4000d3d8) Ending Line : stringto_template.h:133 (0x4000d3db) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 499 Symbol : rtems_string_to_float (0x4000d3e8) Starting Line : stringto_template.h:133 (0x4000d470) Ending Line : stringto_template.h:133 (0x4000d473) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 501 Symbol : rtems_string_to_long (0x4000d5f8) Starting Line : stringto_template.h:133 (0x4000d6a8) Ending Line : stringto_template.h:133 (0x4000d6ab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 504 Symbol : rtems_string_to_long_long (0x4000d514) Starting Line : stringto_template.h:126 (0x4000d5c8) Ending Line : stringto_template.h:126 (0x4000d5cb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 506 Symbol : rtems_string_to_long_long (0x4000d514) Starting Line : stringto_template.h:133 (0x4000d5e4) Ending Line : stringto_template.h:133 (0x4000d5e7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 508 Symbol : rtems_string_to_pointer (0x4000d6b8) Starting Line : stringto_template.h:120 (0x4000d71c) Ending Line : stringto_template.h:131 (0x4000d737) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 510 Symbol : rtems_string_to_unsigned_int (0x4000d7a8) Starting Line : stringto_template.h:133 (0x4000d824) Ending Line : stringto_template.h:133 (0x4000d827) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 512 Symbol : rtems_string_to_unsigned_long (0x4000d8d8) Starting Line : stringto_template.h:133 (0x4000d954) Ending Line : stringto_template.h:133 (0x4000d957) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 514 Symbol : rtems_string_to_unsigned_long_long (0x4000d834) Starting Line : stringto_template.h:120 (0x4000d8a8) Ending Line : stringto_template.h:120 (0x4000d8ab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 516 Symbol : rtems_string_to_unsigned_long_long (0x4000d834) Starting Line : stringto_template.h:133 (0x4000d8c4) Ending Line : stringto_template.h:133 (0x4000d8c7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 518 Symbol : rtems_tarfs_load (0x4000317c) Starting Line : imfs_load_tar.c:112 (0x400031d8) Ending Line : imfs_load_tar.c:112 (0x400031df) Size in Bytes : 8 Size in Instructions : 2 Classification: Simple Test Case Explanation: Need to make sure one of the tar tests is configured with the IMFS and the other is configured with fifoIMFS. ============================================ ============================================ Index : 522 Symbol : rtems_tarfs_load (0x4000317c) Starting Line : imfs_load_tar.c:151 (0x400032e8) Ending Line : imfs_load_tar.c:151 (0x400032ef) Size in Bytes : 8 Size in Instructions : 2 Classification: Simple Test Case Explanation: We apparently only have a relative symbolic link. We need to include one which has an absolute path. This will be a broken symlink on the host but resolve fine on the target. ============================================ ============================================ Index : 524 Symbol : rtems_tarfs_load (0x4000317c) Starting Line : imfs_load_tar.c:169 (0x40003340) Ending Line : imfs_load_tar.c:169 (0x40003343) Size in Bytes : 4 Size in Instructions : 1 Classification: Medium Test Case Explanation: The eval for make must fail. We will have to ask Jennifer how to make this call fail. ============================================ ============================================ Index : 536 Symbol : rtems_termios_close (0x40004784) Starting Line : termios.c:397 (0x40004860) Ending Line : termios.c:397 (0x40004867) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 538 Symbol : rtems_termios_close (0x40004784) Starting Line : termios.c:400 (0x40004874) Ending Line : termios.c:401 (0x40004887) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 540 Symbol : rtems_termios_dequeue_characters (0x40005f5c) Starting Line : termios.c:1389 (0x40005f94) Ending Line : termios.c:1389 (0x40005f9b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 545 Symbol : rtems_termios_enqueue_raw_characters (0x4000597c) Starting Line : termios.c:1162 (0x40005a68) Ending Line : termios.c:1162 (0x40005a73) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 547 Symbol : rtems_termios_enqueue_raw_characters (0x4000597c) Starting Line : termios.c:1174 (0x40005a98) Ending Line : termios.c:1174 (0x40005aa3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 550 Symbol : rtems_termios_enqueue_raw_characters (0x4000597c) Starting Line : termios.c:1182 (0x40005ac4) Ending Line : termios.c:1235 (0x40005b17) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 552 Symbol : rtems_termios_enqueue_raw_characters (0x4000597c) Starting Line : termios.c:1199 (0x40005b5c) Ending Line : termios.c:1216 (0x40005c07) Size in Bytes : 172 Size in Instructions : 43 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 554 Symbol : rtems_termios_enqueue_raw_characters (0x4000597c) Starting Line : termios.c:1225 (0x40005c20) Ending Line : termios.c:1225 (0x40005c27) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 556 Symbol : rtems_termios_enqueue_raw_characters (0x4000597c) Starting Line : termios.c:1233 (0x40005c3c) Ending Line : termios.c:1233 (0x40005c3f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 558 Symbol : rtems_termios_enqueue_raw_characters (0x4000597c) Starting Line : termios.c:1234 (0x40005c50) Ending Line : termios.c:1235 (0x40005c67) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 560 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:523 (0x400049a8) Ending Line : termios.c:524 (0x400049b3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 562 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:526 (0x400049e0) Ending Line : termios.c:526 (0x400049e3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 567 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:458 (0x40004aa8) Ending Line : termios.c:472 (0x40004b0f) Size in Bytes : 104 Size in Instructions : 26 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 569 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:476 (0x40004b20) Ending Line : termios.c:480 (0x40004b47) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 571 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:484 (0x40004b58) Ending Line : termios.c:499 (0x40004ba7) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 573 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:500 (0x40004bb4) Ending Line : termios.c:503 (0x40004bc3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 575 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:562 (0x40004c58) Ending Line : termios.c:562 (0x40004c5b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 578 Symbol : rtems_termios_ioctl (0x40004974) Starting Line : termios.c:612 (0x40004d2c) Ending Line : termios.c:616 (0x40004d5f) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 581 Symbol : rtems_termios_open (0x40004334) Starting Line : termios.c:130 (0x40004384) Ending Line : termios.c:130 (0x40004387) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 583 Symbol : rtems_termios_open (0x40004334) Starting Line : termios.c:172 (0x40004404) Ending Line : termios.c:172 (0x4000440b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 588 Symbol : rtems_termios_open (0x40004334) Starting Line : termios.c:314 (0x400046f0) Ending Line : termios.c:314 (0x400046fb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 592 Symbol : rtems_termios_puts (0x40004d74) Starting Line : termios.c:664 (0x40004df4) Ending Line : termios.c:664 (0x40004dfb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 594 Symbol : rtems_termios_puts (0x40004d74) Starting Line : termios.c:676 (0x40004e74) Ending Line : termios.c:678 (0x40004e83) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 599 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:977 (0x40005718) Ending Line : termios.c:977 (0x40005723) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 602 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:989 (0x40005770) Ending Line : termios.c:989 (0x40005773) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 604 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:989 (0x40005780) Ending Line : termios.c:989 (0x40005783) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 606 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:1019 (0x400057dc) Ending Line : termios.c:1019 (0x400057df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 608 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:1026 (0x40005800) Ending Line : termios.c:1041 (0x4000583b) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 610 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:1032 (0x4000584c) Ending Line : termios.c:1041 (0x40005873) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 612 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:1045 (0x40005898) Ending Line : termios.c:1046 (0x400058b3) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 615 Symbol : rtems_termios_read (0x400055bc) Starting Line : termios.c:1058 (0x40005908) Ending Line : termios.c:1058 (0x4000590b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 617 Symbol : rtems_termios_refill_transmitter (0x40005d00) Starting Line : termios.c:1262 (0x40005d18) Ending Line : termios.c:1267 (0x40005d4f) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 619 Symbol : rtems_termios_refill_transmitter (0x40005d00) Starting Line : termios.c:1280 (0x40005d64) Ending Line : termios.c:1285 (0x40005d9b) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 621 Symbol : rtems_termios_refill_transmitter (0x40005d00) Starting Line : termios.c:1297 (0x40005dc8) Ending Line : termios.c:1297 (0x40005dd7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 623 Symbol : rtems_termios_refill_transmitter (0x40005d00) Starting Line : termios.c:1327 (0x40005e40) Ending Line : termios.c:1327 (0x40005e4f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 625 Symbol : rtems_termios_refill_transmitter (0x40005d00) Starting Line : termios.c:1335 (0x40005e64) Ending Line : termios.c:1338 (0x40005e8b) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 627 Symbol : rtems_termios_rxdaemon (0x40005c90) Starting Line : termios.c:1464 (0x40005cc0) Ending Line : termios.c:1471 (0x40005ccf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 629 Symbol : rtems_termios_txdaemon (0x40005ee8) Starting Line : termios.c:1425 (0x40005f1c) Ending Line : termios.c:1432 (0x40005f2b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 631 Symbol : rtems_termios_txdaemon (0x40005ee8) Starting Line : termios.c:1433 (0x40005f44) Ending Line : termios.c:1433 (0x40005f4b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 634 Symbol : rtems_termios_write (0x400054f4) Starting Line : termios.c:764 (0x4000559c) Ending Line : termios.c:765 (0x400055a7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 638 Symbol : rtems_verror (0x40007fa0) Starting Line : thread.inl:185 (0x40007fcc) Ending Line : thread.inl:185 (0x40007fdb) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 642 Symbol : scanInt (0x40003b24) Starting Line : getpwent.c:127 (0x40003b54) Ending Line : getpwent.c:127 (0x40003b67) Size in Bytes : 20 Size in Instructions : 5 Classification: Discuss Explanation: I think this is detecting whether or not the read can be fulfilled from the buffer. But I am not sure. ============================================ ============================================ Index : 661 Symbol : siproc (0x400054a8) Starting Line : termios.c:939 (0x400054e8) Ending Line : termios.c:939 (0x400054ef) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 666 Symbol : tcsetattr (0x40005f68) Starting Line : tcsetattr.c:42 (0x40005fad) Ending Line : tcsetattr.c:42 (0x40005faf) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 667 Symbol : tcsetattr (0x40005f68) Starting Line : tcsetattr.c:50 (0x40005fb9) Ending Line : tcsetattr.c:50 (0x40005fbb) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 668 Symbol : tcsetattr (0x40005f68) Starting Line : tcsetattr.c:50 (0x40005fbd) Ending Line : tcsetattr.c:50 (0x40005fbf) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 679 Symbol : unmount (0x400074c8) Starting Line : unmount.c:140 (0x400075c9) Ending Line : unmount.c:141 (0x400075eb) Size in Bytes : 35 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 686 Symbol : writev (0x4000764c) Starting Line : writev.c:105 (0x40007778) Ending Line : writev.c:105 (0x4000777b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 688 Symbol : writev (0x4000764c) Starting Line : writev.c:114 (0x40007798) Ending Line : writev.c:114 (0x4000779b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================