============================================ Index : 5 Symbol : IMFS_eval_path (0x200a664) Starting Line : imfs_eval.c:501 (0x200a67c) Ending Line : imfs_eval.c:501 (0x200a68b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 12 Symbol : IMFS_evaluate_for_make (0x200aab4) Starting Line : imfs_eval.c:334 (0x200ab90) Ending Line : imfs_eval.c:334 (0x200ab93) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 14 Symbol : IMFS_evaluate_for_make (0x200aab4) Starting Line : imfs_eval.c:378 (0x200ac30) Ending Line : imfs_eval.c:378 (0x200ac37) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 20 Symbol : IMFS_evaluate_permission (0x200a594) Starting Line : imfs_eval.c:84 (0x200a5a4) Ending Line : imfs_eval.c:84 (0x200a5bb) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 26 Symbol : IMFS_find_match_in_dir (0x200aec0) Starting Line : imfs_getchild.c:51 (0x200aef8) Ending Line : imfs_getchild.c:51 (0x200aefb) Size in Bytes : 4 Size in Instructions : 1 Classification: Unreachable Explanation: This code cannot be reached. The routine IMFS_find_match_in_dir is called only if the token type is IMFS_NAME. If ".." is present in the path, the token type returned by IMFS_get_token would be IMFS_DIR_UP. With such a setup, IMFS_find_match_in_dir cannot be called with the name as ".." ============================================ ============================================ Index : 29 Symbol : IMFS_fsunmount (0x200ae04) Starting Line : imfs_fsunmount.c:86 (0x200ae88) Ending Line : imfs_fsunmount.c:86 (0x200ae8b) Size in Bytes : 4 Size in Instructions : 1 Classification: Ask Chris Johns Explanation: I think he wrote this code and can probably identify the test case. ============================================ ============================================ Index : 31 Symbol : IMFS_fsunmount (0x200ae04) Starting Line : imfs_fsunmount.c:93 (0x200aea8) Ending Line : imfs_fsunmount.c:82 (0x200aeb7) 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 : 36 Symbol : IMFS_memfile_extend (0x200d5dc) Starting Line : memfile.c:298 (0x200d61c) Ending Line : memfile.c:298 (0x200d61f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 56 Symbol : IMFS_memfile_read (0x200d1a8) Starting Line : memfile.c:564 (0x200d1f0) Ending Line : memfile.c:564 (0x200d1f3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 57 Symbol : IMFS_memfile_read (0x200d1a8) Starting Line : memfile.c:557 (0x200d1fc) Ending Line : memfile.c:557 (0x200d1ff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 60 Symbol : IMFS_memfile_read (0x200d1a8) Starting Line : memfile.c:579 (0x200d250) Ending Line : memfile.c:579 (0x200d253) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 65 Symbol : IMFS_memfile_remove (0x200d47c) Starting Line : memfile.c:487 (0x200d4d4) Ending Line : memfile.c:487 (0x200d4d7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 75 Symbol : IMFS_mount (0x2002524) Starting Line : imfs_mount.c:44 (0x200253c) Ending Line : imfs_mount.c:44 (0x2002553) 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 : 77 Symbol : IMFS_print_jnode (0x2004e70) Starting Line : imfs_debug.c:43 (0x2004e98) Ending Line : imfs_debug.c:43 (0x2004e9b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 78 Symbol : IMFS_print_jnode (0x2004e70) Starting Line : imfs_debug.c:88 (0x2004f50) Ending Line : imfs_debug.c:88 (0x2004f5f) 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 : 80 Symbol : IMFS_rename (0x20025a4) Starting Line : imfs_rename.c:40 (0x20025c8) Ending Line : imfs_rename.c:40 (0x20025cb) 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_unlink (0x200269c) Starting Line : imfs_unlink.c:51 (0x20026c4) Ending Line : imfs_unlink.c:51 (0x20026db) 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 : 86 Symbol : IMFS_unmount (0x200276c) Starting Line : imfs_unmount.c:45 (0x2002784) Ending Line : imfs_unmount.c:45 (0x2002793) 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 : 88 Symbol : IMFS_unmount (0x200276c) Starting Line : imfs_unmount.c:52 (0x20027a0) Ending Line : imfs_unmount.c:52 (0x20027b7) 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 : Stack_check_Dump_threads_usage (0x20027c4) Starting Line : check.c:406 (0x20027f0) Ending Line : check.c:406 (0x20027f3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 92 Symbol : Stack_check_Dump_threads_usage (0x20027c4) Starting Line : check.c:426 (0x2002838) Ending Line : check.c:426 (0x200283f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 95 Symbol : Stack_check_Dump_threads_usage (0x20027c4) Starting Line : check.c:456 (0x2002908) Ending Line : check.c:456 (0x200291b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 103 Symbol : _CORE_message_queue_Initialize (0x200fc24) Starting Line : coremsg.c:86 (0x200fc78) Ending Line : coremsg.c:86 (0x200fc7b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 105 Symbol : _CORE_mutex_Seize (0x200706c) Starting Line : coremutexseize.c:39 (0x2007138) Ending Line : coremutexseize.c:39 (0x200713f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 137 Symbol : _POSIX_Threads_Sporadic_budget_callout (0x200bf58) Starting Line : pthread.c:152 (0x200bfa0) Ending Line : pthread.c:152 (0x200bfa3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 145 Symbol : _POSIX_signals_Unblock_thread (0x2019698) Starting Line : psignalunblockthread.c:109 (0x2019780) Ending Line : psignalunblockthread.c:109 (0x2019783) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 147 Symbol : _POSIX_signals_Unblock_thread (0x2019698) Starting Line : psignalunblockthread.c:114 (0x20197ac) Ending Line : psignalunblockthread.c:114 (0x20197af) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 150 Symbol : _RBTree_Extract_unprotected (0x200879c) Starting Line : rbtreeextract.c:140 (0x200882c) Ending Line : rbtreeextract.c:140 (0x200882f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 151 Symbol : _RBTree_Extract_unprotected (0x200879c) Starting Line : rbtreeextract.c:142 (0x2008838) Ending Line : rbtreeextract.c:177 (0x20088e3) Size in Bytes : 172 Size in Instructions : 43 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 153 Symbol : _RBTree_Extract_unprotected (0x200879c) Starting Line : rbtreeextract.c:210 (0x200895c) Ending Line : rbtreeextract.c:210 (0x2008963) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 155 Symbol : _RBTree_Extract_validate_unprotected (0x20085a4) Starting Line : rbtree.inl:202 (0x20085d0) Ending Line : rbtree.inl:202 (0x20085d3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 157 Symbol : _RBTree_Extract_validate_unprotected (0x20085a4) Starting Line : rbtreeextract.c:57 (0x2008624) Ending Line : rbtreeextract.c:57 (0x2008627) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 161 Symbol : _RBTree_Find_header (0x20089ac) Starting Line : rbtree.inl:308 (0x20089d4) Ending Line : rbtree.inl:308 (0x20089d7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : _RBTree_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. ============================================ ============================================ Index : 185 Symbol : _Timer_server_Body (0x201706c) Starting Line : timerserver.c:345 (0x2017184) Ending Line : timerserver.c:345 (0x201718f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 197 Symbol : aio_cancel (0x20067dc) Starting Line : aio_cancel.c:113 (0x2006974) Ending Line : aio_cancel.c:113 (0x2006977) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 199 Symbol : aio_fsync (0x20069c0) Starting Line : aio_fsync.c:56 (0x2006a08) Ending Line : aio_fsync.c:56 (0x2006a0b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 202 Symbol : aio_read (0x20071a4) Starting Line : aio_read.c:58 (0x2007204) Ending Line : aio_read.c:58 (0x2007207) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 204 Symbol : aio_write (0x2007240) Starting Line : aio_write.c:58 (0x200729c) Ending Line : aio_write.c:58 (0x200729f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 209 Symbol : devFS_evaluate_path (0x200a060) Starting Line : devfs_eval.c:44 (0x200a070) Ending Line : devfs_eval.c:44 (0x200a07f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 212 Symbol : drainOutput.part.0 (0x2003d18) Starting Line : termios.c:348 (0x2003d2c) Ending Line : termios.c:353 (0x2003d5f) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 214 Symbol : drainOutput.part.0 (0x2003d18) Starting Line : termios.c:346 (0x2003d70) Ending Line : termios.c:346 (0x2003d73) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 217 Symbol : endgrent (0x20039bc) Starting Line : getpwent.c:437 (0x20039dc) Ending Line : getpwent.c:437 (0x20039df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 219 Symbol : endpwent (0x2003828) Starting Line : getpwent.c:281 (0x2003848) Ending Line : getpwent.c:281 (0x200384b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 221 Symbol : erase (0x2004b00) Starting Line : termios.c:802 (0x2004b30) Ending Line : termios.c:802 (0x2004b33) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 223 Symbol : erase (0x2004b00) Starting Line : termios.c:807 (0x2004b44) Ending Line : termios.c:808 (0x2004b67) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 226 Symbol : erase (0x2004b00) Starting Line : termios.c:819 (0x2004b98) Ending Line : termios.c:819 (0x2004ba3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 228 Symbol : erase (0x2004b00) Starting Line : termios.c:832 (0x2004bec) Ending Line : termios.c:827 (0x2004bff) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 230 Symbol : erase (0x2004b00) Starting Line : termios.c:848 (0x2004c5c) Ending Line : termios.c:853 (0x2004c93) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 232 Symbol : erase (0x2004b00) Starting Line : termios.c:853 (0x2004ca4) Ending Line : termios.c:854 (0x2004cb7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 238 Symbol : fcntl (0x20032a8) Starting Line : fcntl.c:143 (0x2003430) Ending Line : fcntl.c:143 (0x200343b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 243 Symbol : fifo_open (0x200cd10) Starting Line : fifo.c:228 (0x200cf40) Ending Line : fifo.c:192 (0x200cf4f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 248 Symbol : fifo_open (0x200cd10) Starting Line : fifo.c:340 (0x200d014) Ending Line : fifo.c:340 (0x200d017) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 253 Symbol : fifo_open (0x200cd10) Starting Line : fifo.c:365 (0x200d0c0) Ending Line : fifo.c:365 (0x200d0c3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 257 Symbol : fifo_open (0x200cd10) Starting Line : fifo.c:360 (0x200d140) Ending Line : fifo.c:385 (0x200d147) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 261 Symbol : free_user_env (0x2003d54) Starting Line : privateenv.c:42 (0x2003d84) Ending Line : privateenv.c:42 (0x2003d8b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 268 Symbol : iproc (0x2004d18) Starting Line : termios.c:871 (0x2004d28) Ending Line : termios.c:871 (0x2004d2b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 271 Symbol : iproc (0x2004d18) Starting Line : termios.c:886 (0x2004d80) Ending Line : termios.c:886 (0x2004d87) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 273 Symbol : iproc (0x2004d18) Starting Line : termios.c:882 (0x2004d98) Ending Line : termios.c:882 (0x2004d9b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 277 Symbol : iproc (0x2004d18) Starting Line : termios.c:898 (0x2004e18) Ending Line : termios.c:898 (0x2004e1b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 280 Symbol : iproc (0x2004d18) Starting Line : termios.c:904 (0x2004e58) Ending Line : termios.c:906 (0x2004e7b) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 283 Symbol : iproc (0x2004d18) Starting Line : termios.c:915 (0x2004eb0) Ending Line : termios.c:915 (0x2004eb3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 285 Symbol : killinfo (0x2019384) Starting Line : killinfo.c:189 (0x20194ec) Ending Line : killinfo.c:189 (0x20194ef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 287 Symbol : killinfo (0x2019384) Starting Line : killinfo.c:268 (0x201954c) Ending Line : killinfo.c:268 (0x201954f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 289 Symbol : killinfo (0x2019384) Starting Line : killinfo.c:268 (0x201955c) Ending Line : killinfo.c:268 (0x201955f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 291 Symbol : libc_wrapup (0x200363c) Starting Line : newlibc_exit.c:89 (0x20036a4) Ending Line : newlibc_exit.c:89 (0x20036ab) 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 : 296 Symbol : malloc_sbrk_initialize (0x2003184) Starting Line : malloc_sbrk_helpers.c:52 (0x20031bc) Ending Line : malloc_sbrk_helpers.c:52 (0x20031bf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 297 Symbol : malloc_set_heap_pointer (0x20031d4) Starting Line : mallocsetheapptr.c:27 (0x20031d4) Ending Line : mallocsetheapptr.c:28 (0x20031df) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 300 Symbol : memfile_ftruncate (0x200d978) Starting Line : memfile.c:257 (0x200d99c) Ending Line : memfile.c:257 (0x200d99f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 303 Symbol : memfile_lseek (0x200d9e8) Starting Line : memfile.c:219 (0x200da1c) Ending Line : memfile.c:219 (0x200da1f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 305 Symbol : memfile_lseek (0x200d9e8) Starting Line : memfile.c:220 (0x200da30) Ending Line : memfile.c:220 (0x200da3b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 307 Symbol : memfile_open (0x200d8dc) Starting Line : memfile.c:102 (0x200d904) Ending Line : memfile.c:111 (0x200d94f) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 309 Symbol : mount (0x2003390) Starting Line : mount.c:157 (0x20034a8) Ending Line : mount.c:157 (0x20034b3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 313 Symbol : mount (0x2003390) Starting Line : mount.c:219 (0x200358c) Ending Line : mount.c:219 (0x200359f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 314 Symbol : mount (0x2003390) Starting Line : mount.c:128 (0x2003614) Ending Line : mount.c:128 (0x2003617) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 320 Symbol : newlib_free_buffers (0x20036d4) Starting Line : newlibc_reent.c:115 (0x20036fc) Ending Line : newlibc_reent.c:121 (0x2003723) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 322 Symbol : open (0x20039b8) Starting Line : open.c:127 (0x2003a84) Ending Line : open.c:128 (0x2003a93) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 328 Symbol : oproc (0x20048f8) Starting Line : termios.c:694 (0x2004924) Ending Line : termios.c:727 (0x2004937) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 330 Symbol : oproc (0x20048f8) Starting Line : termios.c:705 (0x2004948) Ending Line : termios.c:705 (0x200494f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 332 Symbol : oproc (0x20048f8) Starting Line : termios.c:696 (0x2004958) Ending Line : termios.c:696 (0x200495b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 334 Symbol : oproc (0x20048f8) Starting Line : termios.c:705 (0x2004984) Ending Line : termios.c:714 (0x20049bb) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 336 Symbol : oproc (0x20048f8) Starting Line : termios.c:727 (0x20049f8) Ending Line : termios.c:735 (0x2004a0b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 338 Symbol : oproc (0x20048f8) Starting Line : termios.c:733 (0x2004a14) Ending Line : termios.c:734 (0x2004a3f) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 346 Symbol : pipe_read (0x200d158) Starting Line : fifo.c:422 (0x200d2cc) Ending Line : fifo.c:456 (0x200d2d3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 356 Symbol : pipe_write (0x200d2e4) Starting Line : fifo.c:502 (0x200d4a0) Ending Line : fifo.c:542 (0x200d4a7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 365 Symbol : pthread_kill (0x20197e4) Starting Line : pthreadkill.c:79 (0x20198b4) Ending Line : pthreadkill.c:80 (0x20198cb) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 369 Symbol : pthread_mutex_timedlock (0x20081ac) Starting Line : mutextimedlock.c:79 (0x2008210) Ending Line : mutextimedlock.c:79 (0x2008213) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 391 Symbol : readv (0x20047c0) Starting Line : readv.c:107 (0x20048d8) Ending Line : readv.c:107 (0x20048db) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 396 Symbol : realloc (0x201919c) Starting Line : thread.inl:49 (0x20191d8) Ending Line : thread.inl:49 (0x20191db) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 398 Symbol : realloc (0x201919c) Starting Line : realloc.c:41 (0x20191ec) Ending Line : realloc.c:41 (0x20191ef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 400 Symbol : realloc (0x201919c) Starting Line : realloc.c:52 (0x201920c) Ending Line : realloc.c:42 (0x201921b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 405 Symbol : rtems_aio_enqueue (0x2006f74) Starting Line : aio_misc.c:300 (0x2006f90) Ending Line : aio_misc.c:301 (0x2006f9f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 408 Symbol : rtems_aio_enqueue (0x2006f74) Starting Line : aio_misc.c:331 (0x2007074) Ending Line : aio_misc.c:332 (0x2007087) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 409 Symbol : rtems_aio_enqueue (0x2006f74) Starting Line : aio_misc.c:349 (0x20070bc) Ending Line : aio_misc.c:349 (0x20070bf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 411 Symbol : rtems_aio_enqueue (0x2006f74) Starting Line : aio_misc.c:376 (0x2007184) Ending Line : aio_misc.c:376 (0x200718b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 415 Symbol : rtems_aio_handle (0x2006c08) Starting Line : aio_misc.c:442 (0x2006ca8) Ending Line : aio_misc.c:442 (0x2006cab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 416 Symbol : rtems_aio_handle (0x2006c08) Starting Line : aio_misc.c:459 (0x2006cf0) Ending Line : aio_misc.c:465 (0x2006cfb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 418 Symbol : rtems_aio_handle (0x2006c08) Starting Line : aio_misc.c:466 (0x2006d04) Ending Line : aio_misc.c:467 (0x2006d1b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 422 Symbol : rtems_aio_handle (0x2006c08) Starting Line : aio_misc.c:556 (0x2006e4c) Ending Line : aio_misc.c:556 (0x2006e57) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 425 Symbol : rtems_aio_init (0x2006a3c) Starting Line : aio_misc.c:47 (0x2006a6c) Ending Line : aio_misc.c:50 (0x2006a77) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 427 Symbol : rtems_aio_init (0x2006a3c) Starting Line : aio_misc.c:52 (0x2006a90) Ending Line : aio_misc.c:55 (0x2006a9f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 429 Symbol : rtems_aio_init (0x2006a3c) Starting Line : aio_misc.c:57 (0x2006ab8) Ending Line : chain.inl:386 (0x2006ad3) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 431 Symbol : rtems_aio_insert_prio (0x2006e58) Starting Line : aio_misc.c:190 (0x2006e84) Ending Line : aio_misc.c:190 (0x2006e8b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 433 Symbol : rtems_aio_insert_prio (0x2006e58) Starting Line : aio_misc.c:187 (0x2006e98) Ending Line : aio_misc.c:187 (0x2006e9f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 435 Symbol : rtems_aio_remove_req (0x2006f00) Starting Line : aio_misc.c:254 (0x2006f20) Ending Line : aio_misc.c:254 (0x2006f23) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 438 Symbol : rtems_aio_remove_req (0x2006f00) Starting Line : aio_misc.c:254 (0x2006f38) Ending Line : aio_misc.c:254 (0x2006f3b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 439 Symbol : rtems_aio_remove_req (0x2006f00) Starting Line : aio_misc.c:270 (0x2006f6c) Ending Line : aio_misc.c:270 (0x2006f73) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 443 Symbol : rtems_cpu_usage_report_with_plugin (0x2003130) Starting Line : cpuusagereport.c:127 (0x20031a0) Ending Line : cpuusagereport.c:127 (0x20031a7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 449 Symbol : rtems_filesystem_initialize (0x20028ac) Starting Line : base_fs.c:58 (0x2002904) Ending Line : base_fs.c:58 (0x2002913) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 451 Symbol : rtems_filesystem_initialize (0x20028ac) Starting Line : base_fs.c:105 (0x2002990) Ending Line : base_fs.c:105 (0x2002997) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 457 Symbol : rtems_gxx_key_create (0x200331c) Starting Line : gxx_wrappers.c:84 (0x2003358) Ending Line : gxx_wrappers.c:84 (0x200335f) 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 : 467 Symbol : rtems_libio_free (0x200b554) Starting Line : libio.c:181 (0x200b56c) Ending Line : libio.c:181 (0x200b56f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 475 Symbol : rtems_libio_to_fcntl_flags (0x200b46c) Starting Line : libio.c:107 (0x200b488) Ending Line : libio.c:104 (0x200b493) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 494 Symbol : rtems_stack_checker_is_blown (0x2002b3c) Starting Line : check.c:328 (0x2002bac) Ending Line : check.c:328 (0x2002bbb) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 498 Symbol : rtems_string_to_double (0x200bd78) Starting Line : stringtodouble.c:52 (0x200be10) Ending Line : stringtodouble.c:52 (0x200be23) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 499 Symbol : rtems_string_to_float (0x200be34) Starting Line : stringtofloat.c:52 (0x200bec8) Ending Line : stringtofloat.c:52 (0x200bedb) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 501 Symbol : rtems_string_to_int (0x200beec) Starting Line : stringtoint.c:52 (0x200bf6c) Ending Line : stringtoint.c:70 (0x200bf87) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 504 Symbol : rtems_string_to_long (0x200c060) Starting Line : stringtolong.c:56 (0x200c0f8) Ending Line : stringtolong.c:56 (0x200c0fb) 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 : 507 Symbol : rtems_string_to_long_long (0x200bf94) Starting Line : stringtolonglong.c:62 (0x200c040) Ending Line : stringtolonglong.c:62 (0x200c043) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 509 Symbol : rtems_string_to_long_long (0x200bf94) Starting Line : stringtolonglong.c:65 (0x200c050) Ending Line : stringtolonglong.c:65 (0x200c053) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 511 Symbol : rtems_string_to_unsigned_char (0x200c118) Starting Line : stringtounsignedchar.c:53 (0x200c184) Ending Line : stringtounsignedchar.c:57 (0x200c197) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 513 Symbol : rtems_string_to_unsigned_char (0x200c118) Starting Line : stringtounsignedchar.c:58 (0x200c1a0) Ending Line : stringtounsignedchar.c:58 (0x200c1af) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 515 Symbol : rtems_string_to_unsigned_int (0x200c1c4) Starting Line : stringtounsignedint.c:63 (0x200c240) Ending Line : stringtounsignedint.c:63 (0x200c243) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 517 Symbol : rtems_string_to_unsigned_long (0x200c2ec) Starting Line : stringtounsignedlong.c:56 (0x200c368) Ending Line : stringtounsignedlong.c:56 (0x200c36b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 520 Symbol : rtems_string_to_unsigned_long_long (0x200c250) Starting Line : stringtounsignedlonglong.c:61 (0x200c2dc) Ending Line : stringtounsignedlonglong.c:61 (0x200c2df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 525 Symbol : rtems_tarfs_load (0x2002528) Starting Line : imfs_load_tar.c:151 (0x200265c) Ending Line : imfs_load_tar.c:151 (0x2002663) 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 (0x2002528) Starting Line : imfs_load_tar.c:169 (0x20026b4) Ending Line : imfs_load_tar.c:169 (0x20026b7) 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 (0x20041c8) Starting Line : termios.c:397 (0x20042b4) Ending Line : termios.c:397 (0x20042bb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 540 Symbol : rtems_termios_close (0x20041c8) Starting Line : termios.c:400 (0x20042c8) Ending Line : termios.c:401 (0x20042db) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 542 Symbol : rtems_termios_close (0x20041c8) Starting Line : termios.c:404 (0x20042f8) Ending Line : termios.c:404 (0x20042ff) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 544 Symbol : rtems_termios_close (0x20041c8) Starting Line : termios.c:416 (0x200432c) Ending Line : termios.c:416 (0x200432f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 546 Symbol : rtems_termios_dequeue_characters (0x200595c) Starting Line : termios.c:1389 (0x2005994) Ending Line : termios.c:1389 (0x200599b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 550 Symbol : rtems_termios_enqueue_raw_characters (0x20053b4) Starting Line : termios.c:1159 (0x2005494) Ending Line : termios.c:1159 (0x2005497) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 552 Symbol : rtems_termios_enqueue_raw_characters (0x20053b4) Starting Line : termios.c:1174 (0x20054b0) Ending Line : termios.c:1174 (0x20054bb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 555 Symbol : rtems_termios_enqueue_raw_characters (0x20053b4) Starting Line : termios.c:1182 (0x20054dc) Ending Line : termios.c:1235 (0x200552f) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 557 Symbol : rtems_termios_enqueue_raw_characters (0x20053b4) Starting Line : termios.c:1199 (0x2005574) Ending Line : termios.c:1216 (0x2005617) Size in Bytes : 164 Size in Instructions : 41 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 559 Symbol : rtems_termios_enqueue_raw_characters (0x20053b4) Starting Line : termios.c:1225 (0x2005630) Ending Line : termios.c:1225 (0x2005637) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 561 Symbol : rtems_termios_enqueue_raw_characters (0x20053b4) Starting Line : termios.c:1233 (0x200564c) Ending Line : termios.c:1233 (0x200564f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 563 Symbol : rtems_termios_enqueue_raw_characters (0x20053b4) Starting Line : termios.c:1234 (0x2005660) Ending Line : termios.c:1235 (0x2005677) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 565 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:523 (0x20043fc) Ending Line : termios.c:524 (0x2004407) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 567 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:526 (0x2004438) Ending Line : termios.c:526 (0x200443b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 572 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:463 (0x2004520) Ending Line : termios.c:472 (0x200456b) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 575 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:484 (0x20045b4) Ending Line : termios.c:499 (0x2004603) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 577 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:500 (0x2004610) Ending Line : termios.c:503 (0x200461f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 579 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:562 (0x20046b4) Ending Line : termios.c:562 (0x20046b7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 582 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:344 (0x20046f4) Ending Line : termios.c:344 (0x20046ff) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 583 Symbol : rtems_termios_ioctl (0x20043c8) Starting Line : termios.c:612 (0x200478c) Ending Line : termios.c:616 (0x20047bf) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 586 Symbol : rtems_termios_open (0x2003d7c) Starting Line : termios.c:130 (0x2003dcc) Ending Line : termios.c:130 (0x2003dcf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 588 Symbol : rtems_termios_open (0x2003d7c) Starting Line : termios.c:172 (0x2003e48) Ending Line : termios.c:172 (0x2003e4f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 595 Symbol : rtems_termios_puts (0x20047d4) Starting Line : termios.c:664 (0x200484c) Ending Line : termios.c:664 (0x2004853) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 597 Symbol : rtems_termios_puts (0x20047d4) Starting Line : termios.c:676 (0x20048c8) Ending Line : termios.c:678 (0x20048d7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 602 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:977 (0x2005150) Ending Line : termios.c:977 (0x200515b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 604 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:989 (0x20051a8) Ending Line : termios.c:989 (0x20051ab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 606 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:989 (0x20051b8) Ending Line : termios.c:989 (0x20051bb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 608 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:1019 (0x2005214) Ending Line : termios.c:1019 (0x2005217) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 610 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:1026 (0x2005238) Ending Line : termios.c:1041 (0x2005273) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 612 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:1032 (0x2005284) Ending Line : termios.c:1041 (0x20052ab) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 614 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:1045 (0x20052d4) Ending Line : termios.c:1046 (0x20052ef) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 617 Symbol : rtems_termios_read (0x2004ff4) Starting Line : termios.c:1058 (0x2005344) Ending Line : termios.c:1058 (0x2005347) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 619 Symbol : rtems_termios_refill_transmitter (0x2005708) Starting Line : termios.c:1262 (0x2005720) Ending Line : termios.c:1266 (0x2005753) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 621 Symbol : rtems_termios_refill_transmitter (0x2005708) Starting Line : termios.c:1280 (0x2005768) Ending Line : termios.c:1285 (0x200579f) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 623 Symbol : rtems_termios_refill_transmitter (0x2005708) Starting Line : termios.c:1297 (0x20057cc) Ending Line : termios.c:1297 (0x20057db) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 625 Symbol : rtems_termios_refill_transmitter (0x2005708) Starting Line : termios.c:1327 (0x2005844) Ending Line : termios.c:1327 (0x2005853) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 627 Symbol : rtems_termios_refill_transmitter (0x2005708) Starting Line : termios.c:1335 (0x2005868) Ending Line : termios.c:1338 (0x200588f) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 629 Symbol : rtems_termios_rxdaemon (0x20056a0) Starting Line : termios.c:1464 (0x20056c8) Ending Line : termios.c:1471 (0x20056d7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 631 Symbol : rtems_termios_txdaemon (0x20058ec) Starting Line : termios.c:1425 (0x200591c) Ending Line : termios.c:1432 (0x200592b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 633 Symbol : rtems_termios_txdaemon (0x20058ec) Starting Line : termios.c:1433 (0x2005944) Ending Line : termios.c:1433 (0x200594b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 636 Symbol : rtems_termios_write (0x2004f28) Starting Line : termios.c:764 (0x2004fa8) Ending Line : termios.c:764 (0x2004faf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 637 Symbol : rtems_termios_write (0x2004f28) Starting Line : termios.c:764 (0x2004fd0) Ending Line : termios.c:765 (0x2004fdf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 641 Symbol : rtems_verror (0x2002a14) Starting Line : thread.inl:81 (0x2002a40) Ending Line : thread.inl:82 (0x2002a53) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 645 Symbol : scanInt (0x2002ff0) Starting Line : getpwent.c:127 (0x2003020) Ending Line : getpwent.c:127 (0x2003033) 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 : 664 Symbol : siproc (0x2004ee0) Starting Line : termios.c:939 (0x2004f20) Ending Line : termios.c:939 (0x2004f27) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 669 Symbol : tcsetattr (0x200c5dc) Starting Line : tcsetattr.c:42 (0x200c620) Ending Line : tcsetattr.c:42 (0x200c623) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 670 Symbol : tcsetattr (0x200c5dc) Starting Line : tcsetattr.c:50 (0x200c62c) Ending Line : tcsetattr.c:50 (0x200c633) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 681 Symbol : unmount (0x2005a48) Starting Line : unmount.c:140 (0x2005b3c) Ending Line : unmount.c:141 (0x2005b63) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 686 Symbol : writev (0x2006ad8) Starting Line : writev.c:105 (0x2006be8) Ending Line : writev.c:105 (0x2006beb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 688 Symbol : writev (0x2006ad8) Starting Line : writev.c:114 (0x2006c08) Ending Line : writev.c:114 (0x2006c0b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================