============================================ Index : 5 Symbol : IMFS_eval_path (0x200a5d8) Starting Line : imfs_eval.c:501 (0x200a5f0) Ending Line : imfs_eval.c:501 (0x200a5ff) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 12 Symbol : IMFS_evaluate_for_make (0x200aa28) Starting Line : imfs_eval.c:334 (0x200ab04) Ending Line : imfs_eval.c:334 (0x200ab07) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 14 Symbol : IMFS_evaluate_for_make (0x200aa28) Starting Line : imfs_eval.c:378 (0x200aba4) Ending Line : imfs_eval.c:378 (0x200abab) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 20 Symbol : IMFS_evaluate_permission (0x200a508) Starting Line : imfs_eval.c:84 (0x200a518) Ending Line : imfs_eval.c:84 (0x200a52f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 26 Symbol : IMFS_find_match_in_dir (0x200ae34) Starting Line : imfs_getchild.c:51 (0x200ae6c) Ending Line : imfs_getchild.c:51 (0x200ae6f) 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 (0x200ad78) Starting Line : imfs_fsunmount.c:86 (0x200adfc) Ending Line : imfs_fsunmount.c:86 (0x200adff) 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 (0x200ad78) Starting Line : imfs_fsunmount.c:93 (0x200ae1c) Ending Line : imfs_fsunmount.c:82 (0x200ae2b) 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 (0x200d548) Starting Line : memfile.c:298 (0x200d588) Ending Line : memfile.c:298 (0x200d58b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 56 Symbol : IMFS_memfile_read (0x200d114) Starting Line : memfile.c:564 (0x200d15c) Ending Line : memfile.c:564 (0x200d15f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 57 Symbol : IMFS_memfile_read (0x200d114) Starting Line : memfile.c:557 (0x200d168) Ending Line : memfile.c:557 (0x200d16b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 60 Symbol : IMFS_memfile_read (0x200d114) Starting Line : memfile.c:579 (0x200d1bc) Ending Line : memfile.c:579 (0x200d1bf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 65 Symbol : IMFS_memfile_remove (0x200d3e8) Starting Line : memfile.c:487 (0x200d440) Ending Line : memfile.c:487 (0x200d443) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 75 Symbol : IMFS_mount (0x20024b4) Starting Line : imfs_mount.c:44 (0x20024cc) Ending Line : imfs_mount.c:44 (0x20024e3) 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 (0x2004e2c) Starting Line : imfs_debug.c:43 (0x2004e54) Ending Line : imfs_debug.c:43 (0x2004e57) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 78 Symbol : IMFS_print_jnode (0x2004e2c) Starting Line : imfs_debug.c:88 (0x2004f0c) Ending Line : imfs_debug.c:88 (0x2004f1b) 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 (0x2002534) Starting Line : imfs_rename.c:40 (0x2002558) Ending Line : imfs_rename.c:40 (0x200255b) 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 (0x200262c) Starting Line : imfs_unlink.c:51 (0x2002654) Ending Line : imfs_unlink.c:51 (0x200266b) 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 (0x20026fc) Starting Line : imfs_unmount.c:45 (0x2002714) Ending Line : imfs_unmount.c:45 (0x2002723) 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 (0x20026fc) Starting Line : imfs_unmount.c:52 (0x2002730) Ending Line : imfs_unmount.c:52 (0x2002747) 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 (0x2002790) Starting Line : check.c:406 (0x20027bc) Ending Line : check.c:406 (0x20027bf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 92 Symbol : Stack_check_Dump_threads_usage (0x2002790) Starting Line : check.c:426 (0x2002804) Ending Line : check.c:426 (0x200280b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 94 Symbol : Stack_check_Dump_threads_usage (0x2002790) Starting Line : check.c:456 (0x20028c8) Ending Line : check.c:456 (0x20028db) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 102 Symbol : _CORE_message_queue_Initialize (0x200fbe0) Starting Line : coremsg.c:86 (0x200fc34) Ending Line : coremsg.c:86 (0x200fc37) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 104 Symbol : _CORE_mutex_Seize (0x2006ff4) Starting Line : coremutexseize.c:39 (0x20070c0) Ending Line : coremutexseize.c:39 (0x20070c7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 136 Symbol : _POSIX_Threads_Sporadic_budget_callout (0x200bec0) Starting Line : pthread.c:152 (0x200bf08) Ending Line : pthread.c:152 (0x200bf0b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 144 Symbol : _POSIX_signals_Unblock_thread (0x20196c0) Starting Line : psignalunblockthread.c:109 (0x20197a8) Ending Line : psignalunblockthread.c:109 (0x20197ab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 146 Symbol : _POSIX_signals_Unblock_thread (0x20196c0) Starting Line : psignalunblockthread.c:114 (0x20197d4) Ending Line : psignalunblockthread.c:114 (0x20197d7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 149 Symbol : _RBTree_Extract_unprotected (0x2008768) Starting Line : rbtreeextract.c:140 (0x20087f8) Ending Line : rbtreeextract.c:140 (0x20087fb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 150 Symbol : _RBTree_Extract_unprotected (0x2008768) Starting Line : rbtreeextract.c:142 (0x2008804) Ending Line : rbtreeextract.c:177 (0x20088af) Size in Bytes : 172 Size in Instructions : 43 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 152 Symbol : _RBTree_Extract_unprotected (0x2008768) Starting Line : rbtreeextract.c:210 (0x2008928) Ending Line : rbtreeextract.c:210 (0x200892f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 154 Symbol : _RBTree_Extract_validate_unprotected (0x2008570) Starting Line : rbtree.inl:202 (0x200859c) Ending Line : rbtree.inl:202 (0x200859f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 156 Symbol : _RBTree_Extract_validate_unprotected (0x2008570) Starting Line : rbtreeextract.c:57 (0x20085f0) Ending Line : rbtreeextract.c:57 (0x20085f3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 160 Symbol : _RBTree_Find_header (0x2008978) Starting Line : rbtree.inl:308 (0x20089a0) Ending Line : rbtree.inl:308 (0x20089a3) 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 : 179 Symbol : _Thread_queue_Enqueue_priority (0x20090f4) Starting Line : threadqenqueuepriority.c:106 (0x20091a4) Ending Line : threadqenqueuepriority.c:106 (0x20091a7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 181 Symbol : _Thread_queue_Enqueue_priority (0x20090f4) Starting Line : threadqenqueuepriority.c:153 (0x2009238) Ending Line : threadqenqueuepriority.c:153 (0x200923b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 182 Symbol : _Thread_queue_Enqueue_priority (0x20090f4) Starting Line : threadqenqueuepriority.c:196 (0x2009290) Ending Line : threadqenqueuepriority.c:197 (0x200929b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 189 Symbol : _Timer_server_Body (0x2016d3c) Starting Line : timerserver.c:345 (0x2016e54) Ending Line : timerserver.c:345 (0x2016e5f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 201 Symbol : aio_cancel (0x200679c) Starting Line : aio_cancel.c:113 (0x2006934) Ending Line : aio_cancel.c:113 (0x2006937) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 203 Symbol : aio_fsync (0x2006980) Starting Line : aio_fsync.c:56 (0x20069c8) Ending Line : aio_fsync.c:56 (0x20069cb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 206 Symbol : aio_read (0x2007164) Starting Line : aio_read.c:58 (0x20071c4) Ending Line : aio_read.c:58 (0x20071c7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 208 Symbol : aio_write (0x2007200) Starting Line : aio_write.c:58 (0x200725c) Ending Line : aio_write.c:58 (0x200725f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 213 Symbol : devFS_evaluate_path (0x200a040) Starting Line : devfs_eval.c:44 (0x200a050) Ending Line : devfs_eval.c:44 (0x200a05f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 216 Symbol : drainOutput.part.0 (0x2003ca8) Starting Line : termios.c:348 (0x2003cbc) Ending Line : termios.c:353 (0x2003cef) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 218 Symbol : drainOutput.part.0 (0x2003ca8) Starting Line : termios.c:346 (0x2003d00) Ending Line : termios.c:346 (0x2003d03) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 221 Symbol : endgrent (0x2003988) Starting Line : getpwent.c:437 (0x20039a8) Ending Line : getpwent.c:437 (0x20039ab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 223 Symbol : endpwent (0x20037f4) Starting Line : getpwent.c:281 (0x2003814) Ending Line : getpwent.c:281 (0x2003817) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 225 Symbol : erase (0x2004a90) Starting Line : termios.c:802 (0x2004ac0) Ending Line : termios.c:802 (0x2004ac3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 227 Symbol : erase (0x2004a90) Starting Line : termios.c:807 (0x2004ad4) Ending Line : termios.c:808 (0x2004af7) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 230 Symbol : erase (0x2004a90) Starting Line : termios.c:819 (0x2004b28) Ending Line : termios.c:819 (0x2004b33) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 232 Symbol : erase (0x2004a90) Starting Line : termios.c:832 (0x2004b7c) Ending Line : termios.c:827 (0x2004b8f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 234 Symbol : erase (0x2004a90) Starting Line : termios.c:848 (0x2004bec) Ending Line : termios.c:853 (0x2004c23) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 236 Symbol : erase (0x2004a90) Starting Line : termios.c:853 (0x2004c34) Ending Line : termios.c:854 (0x2004c47) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 242 Symbol : fcntl (0x2003274) Starting Line : fcntl.c:143 (0x20033fc) Ending Line : fcntl.c:143 (0x2003407) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 247 Symbol : fifo_open (0x200ccb4) Starting Line : fifo.c:228 (0x200cee4) Ending Line : fifo.c:192 (0x200cef3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 252 Symbol : fifo_open (0x200ccb4) Starting Line : fifo.c:340 (0x200cfb8) Ending Line : fifo.c:340 (0x200cfbb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 257 Symbol : fifo_open (0x200ccb4) Starting Line : fifo.c:365 (0x200d064) Ending Line : fifo.c:365 (0x200d067) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 261 Symbol : fifo_open (0x200ccb4) Starting Line : fifo.c:360 (0x200d0e4) Ending Line : fifo.c:385 (0x200d0eb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 265 Symbol : free_user_env (0x2003d20) Starting Line : privateenv.c:42 (0x2003d50) Ending Line : privateenv.c:42 (0x2003d57) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 272 Symbol : iproc (0x2004ca8) Starting Line : termios.c:871 (0x2004cb8) Ending Line : termios.c:871 (0x2004cbb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 275 Symbol : iproc (0x2004ca8) Starting Line : termios.c:886 (0x2004d10) Ending Line : termios.c:886 (0x2004d17) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 277 Symbol : iproc (0x2004ca8) Starting Line : termios.c:882 (0x2004d28) Ending Line : termios.c:882 (0x2004d2b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 281 Symbol : iproc (0x2004ca8) Starting Line : termios.c:898 (0x2004da8) Ending Line : termios.c:898 (0x2004dab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 284 Symbol : iproc (0x2004ca8) Starting Line : termios.c:904 (0x2004de8) Ending Line : termios.c:906 (0x2004e0b) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 287 Symbol : iproc (0x2004ca8) Starting Line : termios.c:915 (0x2004e40) Ending Line : termios.c:915 (0x2004e43) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 289 Symbol : killinfo (0x20193ac) Starting Line : killinfo.c:189 (0x2019514) Ending Line : killinfo.c:189 (0x2019517) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 291 Symbol : killinfo (0x20193ac) Starting Line : killinfo.c:268 (0x2019574) Ending Line : killinfo.c:268 (0x2019577) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 293 Symbol : killinfo (0x20193ac) Starting Line : killinfo.c:268 (0x2019584) Ending Line : killinfo.c:268 (0x2019587) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 295 Symbol : libc_wrapup (0x20035cc) Starting Line : newlibc_exit.c:89 (0x2003634) Ending Line : newlibc_exit.c:89 (0x200363b) 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 : 301 Symbol : memfile_ftruncate (0x200d8e4) Starting Line : memfile.c:257 (0x200d908) Ending Line : memfile.c:257 (0x200d90b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 304 Symbol : memfile_lseek (0x200d954) Starting Line : memfile.c:219 (0x200d988) Ending Line : memfile.c:219 (0x200d98b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 306 Symbol : memfile_lseek (0x200d954) Starting Line : memfile.c:220 (0x200d99c) Ending Line : memfile.c:220 (0x200d9a7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 308 Symbol : memfile_open (0x200d848) Starting Line : memfile.c:102 (0x200d870) Ending Line : memfile.c:111 (0x200d8bb) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 310 Symbol : mount (0x2003320) Starting Line : mount.c:157 (0x2003438) Ending Line : mount.c:157 (0x2003443) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 314 Symbol : mount (0x2003320) Starting Line : mount.c:219 (0x200351c) Ending Line : mount.c:219 (0x200352f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 315 Symbol : mount (0x2003320) Starting Line : mount.c:128 (0x20035a4) Ending Line : mount.c:128 (0x20035a7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 321 Symbol : newlib_free_buffers (0x2003664) Starting Line : newlibc_reent.c:115 (0x200368c) Ending Line : newlibc_reent.c:121 (0x20036b3) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 323 Symbol : open (0x2003948) Starting Line : open.c:127 (0x2003a14) Ending Line : open.c:128 (0x2003a23) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 329 Symbol : oproc (0x2004888) Starting Line : termios.c:694 (0x20048b4) Ending Line : termios.c:727 (0x20048c7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 331 Symbol : oproc (0x2004888) Starting Line : termios.c:705 (0x20048d8) Ending Line : termios.c:705 (0x20048df) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 333 Symbol : oproc (0x2004888) Starting Line : termios.c:696 (0x20048e8) Ending Line : termios.c:696 (0x20048eb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 335 Symbol : oproc (0x2004888) Starting Line : termios.c:705 (0x2004914) Ending Line : termios.c:714 (0x200494b) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 337 Symbol : oproc (0x2004888) Starting Line : termios.c:727 (0x2004988) Ending Line : termios.c:735 (0x200499b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 339 Symbol : oproc (0x2004888) Starting Line : termios.c:733 (0x20049a4) Ending Line : termios.c:734 (0x20049cf) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 347 Symbol : pipe_read (0x200d0fc) Starting Line : fifo.c:422 (0x200d270) Ending Line : fifo.c:456 (0x200d277) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 357 Symbol : pipe_write (0x200d288) Starting Line : fifo.c:502 (0x200d444) Ending Line : fifo.c:542 (0x200d44b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 366 Symbol : pthread_kill (0x201980c) Starting Line : pthreadkill.c:79 (0x20198dc) Ending Line : pthreadkill.c:80 (0x20198f3) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 370 Symbol : pthread_mutex_timedlock (0x2008178) Starting Line : mutextimedlock.c:79 (0x20081dc) Ending Line : mutextimedlock.c:79 (0x20081df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 392 Symbol : readv (0x200478c) Starting Line : readv.c:107 (0x20048a4) Ending Line : readv.c:107 (0x20048a7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 397 Symbol : realloc (0x20191c4) Starting Line : thread.inl:40 (0x2019200) Ending Line : thread.inl:40 (0x2019203) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 399 Symbol : realloc (0x20191c4) Starting Line : realloc.c:41 (0x2019214) Ending Line : realloc.c:41 (0x2019217) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 401 Symbol : realloc (0x20191c4) Starting Line : realloc.c:52 (0x2019234) Ending Line : realloc.c:42 (0x2019243) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 406 Symbol : rtems_aio_enqueue (0x2006f34) Starting Line : aio_misc.c:300 (0x2006f50) Ending Line : aio_misc.c:301 (0x2006f5f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 409 Symbol : rtems_aio_enqueue (0x2006f34) Starting Line : aio_misc.c:331 (0x2007034) Ending Line : aio_misc.c:332 (0x2007047) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 410 Symbol : rtems_aio_enqueue (0x2006f34) Starting Line : aio_misc.c:349 (0x200707c) Ending Line : aio_misc.c:349 (0x200707f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 412 Symbol : rtems_aio_enqueue (0x2006f34) Starting Line : aio_misc.c:376 (0x2007144) Ending Line : aio_misc.c:376 (0x200714b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 416 Symbol : rtems_aio_handle (0x2006bc8) Starting Line : aio_misc.c:442 (0x2006c68) Ending Line : aio_misc.c:442 (0x2006c6b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 417 Symbol : rtems_aio_handle (0x2006bc8) Starting Line : aio_misc.c:459 (0x2006cb0) Ending Line : aio_misc.c:465 (0x2006cbb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 419 Symbol : rtems_aio_handle (0x2006bc8) Starting Line : aio_misc.c:466 (0x2006cc4) Ending Line : aio_misc.c:467 (0x2006cdb) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 423 Symbol : rtems_aio_handle (0x2006bc8) Starting Line : aio_misc.c:556 (0x2006e0c) Ending Line : aio_misc.c:556 (0x2006e17) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 426 Symbol : rtems_aio_init (0x20069fc) Starting Line : aio_misc.c:47 (0x2006a2c) Ending Line : aio_misc.c:50 (0x2006a37) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 428 Symbol : rtems_aio_init (0x20069fc) Starting Line : aio_misc.c:52 (0x2006a50) Ending Line : aio_misc.c:55 (0x2006a5f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 430 Symbol : rtems_aio_init (0x20069fc) Starting Line : aio_misc.c:57 (0x2006a78) Ending Line : chain.inl:386 (0x2006a93) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 432 Symbol : rtems_aio_insert_prio (0x2006e18) Starting Line : aio_misc.c:190 (0x2006e44) Ending Line : aio_misc.c:190 (0x2006e4b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 434 Symbol : rtems_aio_insert_prio (0x2006e18) Starting Line : aio_misc.c:187 (0x2006e58) Ending Line : aio_misc.c:187 (0x2006e5f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 436 Symbol : rtems_aio_remove_req (0x2006ec0) Starting Line : aio_misc.c:254 (0x2006ee0) Ending Line : aio_misc.c:254 (0x2006ee3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 439 Symbol : rtems_aio_remove_req (0x2006ec0) Starting Line : aio_misc.c:254 (0x2006ef8) Ending Line : aio_misc.c:254 (0x2006efb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 440 Symbol : rtems_aio_remove_req (0x2006ec0) Starting Line : aio_misc.c:270 (0x2006f2c) Ending Line : aio_misc.c:270 (0x2006f33) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 444 Symbol : rtems_cpu_usage_report_with_plugin (0x20030ac) Starting Line : cpuusagereport.c:104 (0x200311c) Ending Line : cpuusagereport.c:104 (0x2003123) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 450 Symbol : rtems_filesystem_initialize (0x200283c) Starting Line : base_fs.c:58 (0x2002894) Ending Line : base_fs.c:58 (0x20028a3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 452 Symbol : rtems_filesystem_initialize (0x200283c) Starting Line : base_fs.c:105 (0x2002920) Ending Line : base_fs.c:105 (0x2002927) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 458 Symbol : rtems_gxx_key_create (0x20032e8) Starting Line : gxx_wrappers.c:84 (0x2003324) Ending Line : gxx_wrappers.c:84 (0x200332b) 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 : 468 Symbol : rtems_libio_free (0x200b4bc) Starting Line : libio.c:181 (0x200b4d4) Ending Line : libio.c:181 (0x200b4d7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 476 Symbol : rtems_libio_to_fcntl_flags (0x200b3d4) Starting Line : libio.c:107 (0x200b3f0) Ending Line : libio.c:104 (0x200b3fb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 495 Symbol : rtems_stack_checker_is_blown (0x2002afc) Starting Line : check.c:328 (0x2002b6c) Ending Line : check.c:328 (0x2002b7b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 499 Symbol : rtems_string_to_double (0x200bc8c) Starting Line : stringtodouble.c:52 (0x200bd2c) Ending Line : stringtodouble.c:52 (0x200bd3f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 500 Symbol : rtems_string_to_float (0x200bd50) Starting Line : stringtofloat.c:52 (0x200bde4) Ending Line : stringtofloat.c:52 (0x200bdf7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 502 Symbol : rtems_string_to_int (0x200be08) Starting Line : stringtoint.c:52 (0x200be88) Ending Line : stringtoint.c:70 (0x200bea3) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 505 Symbol : rtems_string_to_long (0x200bf7c) Starting Line : stringtolong.c:56 (0x200c014) Ending Line : stringtolong.c:56 (0x200c017) 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 : 508 Symbol : rtems_string_to_long_long (0x200beb0) Starting Line : stringtolonglong.c:62 (0x200bf5c) Ending Line : stringtolonglong.c:62 (0x200bf5f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 510 Symbol : rtems_string_to_long_long (0x200beb0) Starting Line : stringtolonglong.c:65 (0x200bf6c) Ending Line : stringtolonglong.c:65 (0x200bf6f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 512 Symbol : rtems_string_to_unsigned_char (0x200c034) Starting Line : stringtounsignedchar.c:53 (0x200c0a0) Ending Line : stringtounsignedchar.c:57 (0x200c0b3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 514 Symbol : rtems_string_to_unsigned_char (0x200c034) Starting Line : stringtounsignedchar.c:58 (0x200c0bc) Ending Line : stringtounsignedchar.c:58 (0x200c0cb) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 516 Symbol : rtems_string_to_unsigned_int (0x200c0e0) Starting Line : stringtounsignedint.c:63 (0x200c15c) Ending Line : stringtounsignedint.c:63 (0x200c15f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 518 Symbol : rtems_string_to_unsigned_long (0x200c208) Starting Line : stringtounsignedlong.c:56 (0x200c284) Ending Line : stringtounsignedlong.c:56 (0x200c287) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 521 Symbol : rtems_string_to_unsigned_long_long (0x200c16c) Starting Line : stringtounsignedlonglong.c:61 (0x200c1f8) Ending Line : stringtounsignedlonglong.c:61 (0x200c1fb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 526 Symbol : rtems_tarfs_load (0x20024f4) Starting Line : imfs_load_tar.c:151 (0x2002628) Ending Line : imfs_load_tar.c:151 (0x200262f) 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 : 528 Symbol : rtems_tarfs_load (0x20024f4) Starting Line : imfs_load_tar.c:169 (0x2002680) Ending Line : imfs_load_tar.c:169 (0x2002683) 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 : 539 Symbol : rtems_termios_close (0x2004158) Starting Line : termios.c:397 (0x2004244) Ending Line : termios.c:397 (0x200424b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 541 Symbol : rtems_termios_close (0x2004158) Starting Line : termios.c:400 (0x2004258) Ending Line : termios.c:401 (0x200426b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 543 Symbol : rtems_termios_dequeue_characters (0x20058ec) Starting Line : termios.c:1389 (0x2005924) Ending Line : termios.c:1389 (0x200592b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 547 Symbol : rtems_termios_enqueue_raw_characters (0x2005344) Starting Line : termios.c:1159 (0x2005424) Ending Line : termios.c:1159 (0x2005427) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 549 Symbol : rtems_termios_enqueue_raw_characters (0x2005344) Starting Line : termios.c:1174 (0x2005440) Ending Line : termios.c:1174 (0x200544b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 552 Symbol : rtems_termios_enqueue_raw_characters (0x2005344) Starting Line : termios.c:1182 (0x200546c) Ending Line : termios.c:1235 (0x20054bf) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 554 Symbol : rtems_termios_enqueue_raw_characters (0x2005344) Starting Line : termios.c:1199 (0x2005504) Ending Line : termios.c:1216 (0x20055a7) Size in Bytes : 164 Size in Instructions : 41 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 556 Symbol : rtems_termios_enqueue_raw_characters (0x2005344) Starting Line : termios.c:1225 (0x20055c0) Ending Line : termios.c:1225 (0x20055c7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 558 Symbol : rtems_termios_enqueue_raw_characters (0x2005344) Starting Line : termios.c:1233 (0x20055dc) Ending Line : termios.c:1233 (0x20055df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 560 Symbol : rtems_termios_enqueue_raw_characters (0x2005344) Starting Line : termios.c:1234 (0x20055f0) Ending Line : termios.c:1235 (0x2005607) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 562 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:523 (0x200438c) Ending Line : termios.c:524 (0x2004397) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 564 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:526 (0x20043c8) Ending Line : termios.c:526 (0x20043cb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 569 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:463 (0x20044b0) Ending Line : termios.c:472 (0x20044fb) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 572 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:484 (0x2004544) Ending Line : termios.c:499 (0x2004593) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 574 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:500 (0x20045a0) Ending Line : termios.c:503 (0x20045af) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 576 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:562 (0x2004644) Ending Line : termios.c:562 (0x2004647) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 579 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:344 (0x2004684) Ending Line : termios.c:344 (0x200468f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 580 Symbol : rtems_termios_ioctl (0x2004358) Starting Line : termios.c:612 (0x200471c) Ending Line : termios.c:616 (0x200474f) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 583 Symbol : rtems_termios_open (0x2003d0c) Starting Line : termios.c:130 (0x2003d5c) Ending Line : termios.c:130 (0x2003d5f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 585 Symbol : rtems_termios_open (0x2003d0c) Starting Line : termios.c:172 (0x2003dd8) Ending Line : termios.c:172 (0x2003ddf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 592 Symbol : rtems_termios_puts (0x2004764) Starting Line : termios.c:664 (0x20047dc) Ending Line : termios.c:664 (0x20047e3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 594 Symbol : rtems_termios_puts (0x2004764) Starting Line : termios.c:676 (0x2004858) Ending Line : termios.c:678 (0x2004867) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 599 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:977 (0x20050e0) Ending Line : termios.c:977 (0x20050eb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 602 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:989 (0x2005138) Ending Line : termios.c:989 (0x200513b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 604 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:989 (0x2005148) Ending Line : termios.c:989 (0x200514b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 606 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:1019 (0x20051a4) Ending Line : termios.c:1019 (0x20051a7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 608 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:1026 (0x20051c8) Ending Line : termios.c:1041 (0x2005203) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 610 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:1032 (0x2005214) Ending Line : termios.c:1041 (0x200523b) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 612 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:1045 (0x2005264) Ending Line : termios.c:1046 (0x200527f) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 615 Symbol : rtems_termios_read (0x2004f84) Starting Line : termios.c:1058 (0x20052d4) Ending Line : termios.c:1058 (0x20052d7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 617 Symbol : rtems_termios_refill_transmitter (0x2005698) Starting Line : termios.c:1262 (0x20056b0) Ending Line : termios.c:1266 (0x20056e3) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 619 Symbol : rtems_termios_refill_transmitter (0x2005698) Starting Line : termios.c:1280 (0x20056f8) Ending Line : termios.c:1285 (0x200572f) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 621 Symbol : rtems_termios_refill_transmitter (0x2005698) Starting Line : termios.c:1297 (0x200575c) Ending Line : termios.c:1297 (0x200576b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 623 Symbol : rtems_termios_refill_transmitter (0x2005698) Starting Line : termios.c:1327 (0x20057d4) Ending Line : termios.c:1327 (0x20057e3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 625 Symbol : rtems_termios_refill_transmitter (0x2005698) Starting Line : termios.c:1335 (0x20057f8) Ending Line : termios.c:1338 (0x200581f) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 627 Symbol : rtems_termios_rxdaemon (0x2005630) Starting Line : termios.c:1464 (0x2005658) Ending Line : termios.c:1471 (0x2005667) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 629 Symbol : rtems_termios_txdaemon (0x200587c) Starting Line : termios.c:1425 (0x20058ac) Ending Line : termios.c:1432 (0x20058bb) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 631 Symbol : rtems_termios_txdaemon (0x200587c) Starting Line : termios.c:1433 (0x20058d4) Ending Line : termios.c:1433 (0x20058db) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 634 Symbol : rtems_termios_write (0x2004eb8) Starting Line : termios.c:764 (0x2004f38) Ending Line : termios.c:764 (0x2004f3f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 635 Symbol : rtems_termios_write (0x2004eb8) Starting Line : termios.c:764 (0x2004f60) Ending Line : termios.c:765 (0x2004f6f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 639 Symbol : rtems_verror (0x20029a4) Starting Line : thread.inl:69 (0x20029d0) Ending Line : thread.inl:70 (0x20029e3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 643 Symbol : scanInt (0x2002fbc) Starting Line : getpwent.c:127 (0x2002fec) Ending Line : getpwent.c:127 (0x2002fff) 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 : 662 Symbol : siproc (0x2004e70) Starting Line : termios.c:939 (0x2004eb0) Ending Line : termios.c:939 (0x2004eb7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 667 Symbol : tcsetattr (0x200c59c) Starting Line : tcsetattr.c:42 (0x200c5e0) Ending Line : tcsetattr.c:42 (0x200c5e3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 668 Symbol : tcsetattr (0x200c59c) Starting Line : tcsetattr.c:50 (0x200c5ec) Ending Line : tcsetattr.c:50 (0x200c5f3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 679 Symbol : unmount (0x2005a14) Starting Line : unmount.c:140 (0x2005b08) Ending Line : unmount.c:141 (0x2005b2f) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 684 Symbol : writev (0x2006aa4) Starting Line : writev.c:105 (0x2006bb4) Ending Line : writev.c:105 (0x2006bb7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 686 Symbol : writev (0x2006aa4) Starting Line : writev.c:114 (0x2006bd4) Ending Line : writev.c:114 (0x2006bd7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================