============================================ Index : 9 Symbol : IMFS_eval_path (0xffc0dc24) Starting Line : imfs_eval.c:502 (0xffc0dd28) Ending Line : imfs_eval.c:502 (0xffc0dd2b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 10 Symbol : IMFS_eval_path (0xffc0dc24) Starting Line : imfs_eval.c:488 (0xffc0df08) Ending Line : imfs_eval.c:488 (0xffc0df1b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 22 Symbol : IMFS_evaluate_permission (0xffc0db1c) Starting Line : imfs_eval.c:84 (0xffc0dba8) Ending Line : imfs_eval.c:84 (0xffc0dbbb) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 25 Symbol : IMFS_fifo_lseek (0xffc0575c) Starting Line : imfs_fifo.c:126 (0xffc05789) Ending Line : imfs_fifo.c:126 (0xffc0578f) Size in Bytes : 7 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 27 Symbol : IMFS_fifo_write (0xffc05888) Starting Line : imfs_fifo.c:92 (0xffc058ed) Ending Line : imfs_fifo.c:92 (0xffc058ef) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 28 Symbol : IMFS_fifo_write (0xffc05888) Starting Line : imfs_fifo.c:91 (0xffc058f1) Ending Line : imfs_fifo.c:92 (0xffc05907) Size in Bytes : 23 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 31 Symbol : IMFS_find_match_in_dir (0xffc0e558) Starting Line : imfs_getchild.c:51 (0xffc0e5a8) Ending Line : imfs_getchild.c:51 (0xffc0e5ab) 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 : 35 Symbol : IMFS_fsunmount (0xffc0e450) Starting Line : imfs_fsunmount.c:82 (0xffc0e530) Ending Line : imfs_fsunmount.c:82 (0xffc0e537) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 37 Symbol : IMFS_fsunmount (0xffc0e450) Starting Line : imfs_fsunmount.c:82 (0xffc0e550) Ending Line : imfs_fsunmount.c:82 (0xffc0e557) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 47 Symbol : IMFS_memfile_get_block_pointer (0xffc110b4) Starting Line : memfile.c:840 (0xffc111bc) Ending Line : memfile.c:840 (0xffc111bf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 58 Symbol : IMFS_memfile_get_block_pointer (0xffc110b4) Starting Line : memfile.c:934 (0xffc112e8) Ending Line : memfile.c:934 (0xffc112eb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 64 Symbol : IMFS_memfile_read (0xffc11318) Starting Line : memfile.c:633 (0xffc1146c) Ending Line : memfile.c:641 (0xffc114a3) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 66 Symbol : IMFS_memfile_read (0xffc11318) Starting Line : memfile.c:557 (0xffc114a8) Ending Line : memfile.c:557 (0xffc114af) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 71 Symbol : IMFS_memfile_read (0xffc11318) Starting Line : memfile.c:557 (0xffc115d4) Ending Line : memfile.c:557 (0xffc115db) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 82 Symbol : IMFS_memfile_write (0xffc11ad0) Starting Line : memfile.c:734 (0xffc11bc0) Ending Line : memfile.c:734 (0xffc11bc3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 87 Symbol : IMFS_mount (0xffc04194) Starting Line : imfs_mount.c:44 (0xffc041c8) Ending Line : imfs_mount.c:44 (0xffc041db) Size in Bytes : 20 Size in Instructions : 5 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 : 89 Symbol : IMFS_print_jnode (0xffc07218) Starting Line : imfs_debug.c:88 (0xffc07250) Ending Line : imfs_debug.c:92 (0xffc0727f) Size in Bytes : 48 Size in Instructions : 12 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 : 93 Symbol : IMFS_unlink (0xffc0437c) Starting Line : imfs_unlink.c:51 (0xffc04480) Ending Line : imfs_unlink.c:51 (0xffc04493) Size in Bytes : 20 Size in Instructions : 5 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 96 Symbol : IMFS_unmount (0xffc04494) Starting Line : imfs_unmount.c:45 (0xffc044d8) Ending Line : imfs_unmount.c:52 (0xffc044ff) Size in Bytes : 40 Size in Instructions : 10 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 98 Symbol : RTEMS_Malloc_Initialize (0xffc04db0) Starting Line : malloc_initialize.c:100 (0xffc04ebc) Ending Line : malloc_initialize.c:100 (0xffc04ebf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 101 Symbol : Stack_check_Dump_threads_usage (0xffc046b8) Starting Line : check.c:370 (0xffc04728) Ending Line : check.c:370 (0xffc0472b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 103 Symbol : Stack_check_Dump_threads_usage (0xffc046b8) Starting Line : check.c:426 (0xffc04744) Ending Line : check.c:426 (0xffc04747) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 106 Symbol : Stack_check_Dump_threads_usage (0xffc046b8) Starting Line : check.c:456 (0xffc04838) Ending Line : check.c:462 (0xffc04887) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 126 Symbol : _Heap_Extend (0xffc10d78) Starting Line : heap.inl:119 (0xffc10ec4) Ending Line : heapextend.c:174 (0xffc10edb) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 130 Symbol : _Heap_Extend (0xffc10d78) Starting Line : heapextend.c:47 (0xffc10f50) Ending Line : heapextend.c:60 (0xffc10f8f) Size in Bytes : 64 Size in Instructions : 16 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 141 Symbol : _Heap_Walk (0xffc0b380) Starting Line : heapwalk.c:233 (0xffc0b534) Ending Line : heapwalk.c:334 (0xffc0b55b) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 146 Symbol : _Heap_Walk (0xffc0b380) Starting Line : heapwalk.c:95 (0xffc0b6dc) Ending Line : heapwalk.c:95 (0xffc0b6df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 152 Symbol : _Heap_Walk_print (0xffc0b280) Starting Line : heapwalk.c:44 (0xffc0b2ad) Ending Line : heapwalk.c:44 (0xffc0b2af) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 153 Symbol : _Heap_Walk_print (0xffc0b280) Starting Line : heapwalk.c:44 (0xffc0b2b1) Ending Line : heapwalk.c:44 (0xffc0b2cb) Size in Bytes : 27 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 156 Symbol : _Internal_error_Occurred (0xffc0a698) Starting Line : interr.c:61 (0xffc0a6d8) Ending Line : interr.c:61 (0xffc0a6db) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 163 Symbol : _Objects_Extend_information (0xffc0a7ec) Starting Line : objectextendinformation.c:76 (0xffc0aad8) Ending Line : objectextendinformation.c:68 (0xffc0aaff) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 164 Symbol : _Objects_Extend_information (0xffc0a7ec) Starting Line : objectextendinformation.c:152 (0xffc0ab0c) Ending Line : objectextendinformation.c:152 (0xffc0ab17) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 173 Symbol : _Objects_Shrink_information (0xffc0af70) Starting Line : objectshrinkinformation.c:66 (0xffc0b004) Ending Line : objectshrinkinformation.c:66 (0xffc0b007) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 176 Symbol : _POSIX_Absolute_timeout_to_ticks (0xffc0b6e0) Starting Line : posixtimespecabsolutetimeout.c:80 (0xffc0b78c) Ending Line : posixtimespecabsolutetimeout.c:80 (0xffc0b793) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 181 Symbol : _POSIX_Threads_Exitted_extension (0xffc0f92c) Starting Line : pthread.c:291 (0xffc0f960) Ending Line : pthread.c:291 (0xffc0f96f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 188 Symbol : _POSIX_Threads_Sporadic_budget_callout (0xffc0fc64) Starting Line : pthread.c:158 (0xffc0fca8) Ending Line : pthread.c:158 (0xffc0fcb7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 191 Symbol : _POSIX_Timer_TSR (0xffc09050) Starting Line : timertsr.c:65 (0xffc09089) Ending Line : timertsr.c:65 (0xffc0908b) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 192 Symbol : _POSIX_Timer_TSR (0xffc09050) Starting Line : timertsr.c:65 (0xffc0908d) Ending Line : timertsr.c:65 (0xffc0908f) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 196 Symbol : _POSIX_signals_Clear_process_signals (0xffc133c4) Starting Line : registers.h:408 (0xffc1342c) Ending Line : psignalclearprocesssignals.c:58 (0xffc13433) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 211 Symbol : _Thread_Change_priority (0xffc0b554) Starting Line : registers.h:408 (0xffc0b5c0) Ending Line : threadchangepriority.c:109 (0xffc0b5d3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 225 Symbol : _Thread_queue_Requeue (0xffc0c660) Starting Line : threadqrequeue.c:73 (0xffc0c690) Ending Line : threadqrequeue.c:73 (0xffc0c6ab) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 227 Symbol : _Thread_queue_Requeue (0xffc0c660) Starting Line : registers.h:408 (0xffc0c6d0) Ending Line : registers.h:408 (0xffc0c6d3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 230 Symbol : _Timer_server_Body (0xffc1b8f0) Starting Line : timerserver.c:117 (0xffc1b9e0) Ending Line : timerserver.c:297 (0xffc1ba0f) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 233 Symbol : _Timer_server_Body (0xffc1b8f0) Starting Line : timerserver.c:118 (0xffc1bab0) Ending Line : timerserver.c:118 (0xffc1babf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 235 Symbol : _Timer_server_Schedule_operation_method (0xffc1bb28) Starting Line : timerserver.c:237 (0xffc1bb4c) Ending Line : timerserver.c:239 (0xffc1bb67) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 249 Symbol : _Watchdog_Adjust (0xffc0f660) Starting Line : watchdogadjust.c:64 (0xffc0f6d0) Ending Line : watchdogadjust.c:64 (0xffc0f6d3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 274 Symbol : devFS_evaluate_path (0xffc0d7ec) Starting Line : devfs_eval.c:44 (0xffc0d934) Ending Line : devfs_eval.c:44 (0xffc0d947) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 279 Symbol : drainOutput (0xffc05db0) Starting Line : termios.c:347 (0xffc05df4) Ending Line : termios.c:346 (0xffc05e37) Size in Bytes : 68 Size in Instructions : 17 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 280 Symbol : drainOutput (0xffc05db0) Starting Line : termios.c:352 (0xffc05e54) Ending Line : termios.c:352 (0xffc05e57) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 287 Symbol : erase (0xffc06d14) Starting Line : termios.c:848 (0xffc06db8) Ending Line : termios.c:848 (0xffc06dbf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 289 Symbol : erase (0xffc06d14) Starting Line : termios.c:802 (0xffc06de8) Ending Line : termios.c:802 (0xffc06deb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 290 Symbol : erase (0xffc06d14) Starting Line : termios.c:849 (0xffc06e1c) Ending Line : termios.c:853 (0xffc06e5b) Size in Bytes : 64 Size in Instructions : 16 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 293 Symbol : erase (0xffc06d14) Starting Line : termios.c:832 (0xffc06ec4) Ending Line : termios.c:827 (0xffc06ecf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 295 Symbol : erase (0xffc06d14) Starting Line : termios.c:827 (0xffc06f1c) Ending Line : termios.c:827 (0xffc06f1f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 297 Symbol : erase (0xffc06d14) Starting Line : termios.c:806 (0xffc06f28) Ending Line : termios.c:819 (0xffc06fb3) Size in Bytes : 140 Size in Instructions : 35 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 299 Symbol : fcntl (0xffc05780) Starting Line : fcntl.c:94 (0xffc05850) Ending Line : fcntl.c:94 (0xffc0585b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 302 Symbol : fcntl (0xffc05780) Starting Line : fcntl.c:143 (0xffc058c4) Ending Line : fcntl.c:143 (0xffc058cf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 306 Symbol : fcntl (0xffc05780) Starting Line : fcntl.c:53 (0xffc05994) Ending Line : fcntl.c:83 (0xffc059b3) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 313 Symbol : fifo_open (0xffc116d0) Starting Line : libio_.h:169 (0xffc117ec) Ending Line : libio_.h:169 (0xffc117fb) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 318 Symbol : fifo_open (0xffc116d0) Starting Line : fifo.c:360 (0xffc1187c) Ending Line : fifo.c:360 (0xffc1187f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 323 Symbol : fifo_open (0xffc116d0) Starting Line : fifo.c:338 (0xffc11910) Ending Line : fifo.c:338 (0xffc11913) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 328 Symbol : fifo_open (0xffc116d0) Starting Line : fifo.c:150 (0xffc11b04) Ending Line : fifo.c:234 (0xffc11b33) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 341 Symbol : iproc (0xffc06fb4) Starting Line : termios.c:872 (0xffc06fdc) Ending Line : termios.c:872 (0xffc06fdf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 350 Symbol : iproc (0xffc06fb4) Starting Line : termios.c:904 (0xffc070e4) Ending Line : termios.c:907 (0xffc07107) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 352 Symbol : iproc (0xffc06fb4) Starting Line : termios.c:883 (0xffc07110) Ending Line : termios.c:883 (0xffc07117) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 353 Symbol : iproc (0xffc06fb4) Starting Line : termios.c:905 (0xffc07134) Ending Line : termios.c:905 (0xffc07143) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 355 Symbol : killinfo (0xffc29fb4) Starting Line : killinfo.c:155 (0xffc2a0c0) Ending Line : killinfo.c:162 (0xffc2a0db) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 361 Symbol : libc_wrapup (0xffc18a0c) Starting Line : newlibc_exit.c:90 (0xffc18a30) Ending Line : newlibc_exit.c:90 (0xffc18a47) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 364 Symbol : malloc (0xffc04ec8) Starting Line : malloc.c:62 (0xffc04fb8) Ending Line : malloc.c:62 (0xffc04fbf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 366 Symbol : malloc (0xffc04ec8) Starting Line : malloc.c:47 (0xffc04fcc) Ending Line : malloc.c:47 (0xffc04fcf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 374 Symbol : memfile_lseek (0xffc11ef4) Starting Line : memfile.c:220 (0xffc11f90) Ending Line : memfile.c:229 (0xffc11fbf) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 376 Symbol : memfile_open (0xffc11d88) Starting Line : memfile.c:102 (0xffc11e04) Ending Line : memfile.c:111 (0xffc11e67) Size in Bytes : 100 Size in Instructions : 25 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 381 Symbol : mount (0xffc051dc) Starting Line : mount.c:157 (0xffc054b4) Ending Line : mount.c:157 (0xffc054c7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 382 Symbol : mount (0xffc051dc) Starting Line : mount.c:219 (0xffc054f0) Ending Line : mount.c:257 (0xffc0550b) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 388 Symbol : newlib_free_buffers (0xffc0555c) Starting Line : newlibc_reent.c:121 (0xffc0557d) Ending Line : newlibc_reent.c:121 (0xffc05583) Size in Bytes : 7 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 390 Symbol : newlib_free_buffers (0xffc0555c) Starting Line : newlibc_reent.c:115 (0xffc055a8) Ending Line : newlibc_reent.c:124 (0xffc055df) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 392 Symbol : open (0xffc0591c) Starting Line : open.c:185 (0xffc05ad8) Ending Line : open.c:185 (0xffc05adf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 395 Symbol : open (0xffc0591c) Starting Line : open.c:127 (0xffc05b80) Ending Line : open.c:128 (0xffc05b8f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 402 Symbol : oproc (0xffc06ad8) Starting Line : termios.c:694 (0xffc06b6c) Ending Line : termios.c:728 (0xffc06b8b) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 404 Symbol : oproc (0xffc06ad8) Starting Line : termios.c:697 (0xffc06b94) Ending Line : termios.c:697 (0xffc06b9b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 406 Symbol : oproc (0xffc06ad8) Starting Line : termios.c:705 (0xffc06bc4) Ending Line : termios.c:710 (0xffc06bfb) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 408 Symbol : oproc (0xffc06ad8) Starting Line : termios.c:723 (0xffc06c14) Ending Line : termios.c:733 (0xffc06c53) Size in Bytes : 64 Size in Instructions : 16 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 418 Symbol : pipe_read (0xffc11b70) Starting Line : fifo.c:422 (0xffc11d44) Ending Line : fifo.c:422 (0xffc11d4b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 431 Symbol : pipe_write (0xffc11d88) Starting Line : fifo.c:488 (0xffc11f78) Ending Line : fifo.c:529 (0xffc11f83) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 432 Symbol : pipe_write (0xffc11d88) Starting Line : fifo.c:510 (0xffc11fac) Ending Line : fifo.c:510 (0xffc11fb3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 433 Symbol : pipe_write (0xffc11d88) Starting Line : fifo.c:502 (0xffc11fd8) Ending Line : fifo.c:502 (0xffc11fdf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 436 Symbol : printk (0xffc05bec) Starting Line : printk.c:33 (0xffc05c18) Ending Line : printk.c:33 (0xffc05c37) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 438 Symbol : printk_plugin (0xffc0748c) Starting Line : printk_plugin.c:24 (0xffc074b5) Ending Line : printk_plugin.c:24 (0xffc074b7) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 439 Symbol : printk_plugin (0xffc0748c) Starting Line : printk_plugin.c:24 (0xffc074b9) Ending Line : printk_plugin.c:24 (0xffc074d3) Size in Bytes : 27 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 448 Symbol : pthread_mutex_timedlock (0xffc0b594) Starting Line : mutextimedlock.c:76 (0xffc0b638) Ending Line : mutextimedlock.c:76 (0xffc0b63f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 462 Symbol : pthread_testcancel (0xffc093c8) Starting Line : testcancel.c:57 (0xffc0942d) Ending Line : testcancel.c:57 (0xffc0943f) Size in Bytes : 19 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 471 Symbol : readv (0xffc071b4) Starting Line : readv.c:108 (0xffc072f0) Ending Line : readv.c:108 (0xffc072f7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 474 Symbol : realloc (0xffc18c3c) Starting Line : realloc.c:52 (0xffc18cec) Ending Line : realloc.c:53 (0xffc18cfb) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 477 Symbol : realloc (0xffc18c3c) Starting Line : realloc.c:79 (0xffc18d48) Ending Line : realloc.c:79 (0xffc18d4f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 483 Symbol : rtems_aio_enqueue (0xffc0a290) Starting Line : aio_misc.c:300 (0xffc0a39c) Ending Line : aio_misc.c:382 (0xffc0a3cb) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 486 Symbol : rtems_aio_enqueue (0xffc0a290) Starting Line : aio_misc.c:376 (0xffc0a480) Ending Line : aio_misc.c:376 (0xffc0a48b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 487 Symbol : rtems_aio_enqueue (0xffc0a290) Starting Line : aio_misc.c:331 (0xffc0a4b8) Ending Line : aio_misc.c:332 (0xffc0a4c7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 491 Symbol : rtems_aio_handle (0xffc09e00) Starting Line : aio_misc.c:466 (0xffc09ee8) Ending Line : aio_misc.c:417 (0xffc09f07) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 493 Symbol : rtems_aio_handle (0xffc09e00) Starting Line : aio_misc.c:459 (0xffc09f80) Ending Line : aio_misc.c:460 (0xffc09f8b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 497 Symbol : rtems_aio_handle (0xffc09e00) Starting Line : aio_misc.c:526 (0xffc0a0b0) Ending Line : aio_misc.c:465 (0xffc0a0bf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 499 Symbol : rtems_aio_init (0xffc09b14) Starting Line : aio_misc.c:69 (0xffc09b44) Ending Line : aio_misc.c:69 (0xffc09b63) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 503 Symbol : rtems_aio_init (0xffc09b14) Starting Line : aio_misc.c:50 (0xffc09c09) Ending Line : aio_misc.c:58 (0xffc09c5f) Size in Bytes : 87 Size in Instructions : 22 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 506 Symbol : rtems_aio_insert_prio (0xffc0a0d8) Starting Line : aio_misc.c:556 (0xffc0a11c) Ending Line : aio_misc.c:187 (0xffc0a137) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 507 Symbol : rtems_aio_insert_prio (0xffc0a0d8) Starting Line : aio_misc.c:556 (0xffc0a154) Ending Line : aio_misc.c:556 (0xffc0a15b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 510 Symbol : rtems_aio_move_to_work (0xffc09d70) Starting Line : aio_misc.c:148 (0xffc09dac) Ending Line : aio_misc.c:148 (0xffc09daf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 512 Symbol : rtems_aio_move_to_work (0xffc09d70) Starting Line : aio_misc.c:148 (0xffc09de4) Ending Line : aio_misc.c:155 (0xffc09dff) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 515 Symbol : rtems_aio_remove_req (0xffc0a1e4) Starting Line : aio_misc.c:254 (0xffc0a21c) Ending Line : aio_misc.c:260 (0xffc0a23f) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 535 Symbol : rtems_error (0xffc0ad18) Starting Line : error.c:172 (0xffc0ad48) Ending Line : error.c:172 (0xffc0ad67) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 537 Symbol : rtems_filesystem_dirname (0xffc049a0) Starting Line : eval.c:126 (0xffc049c4) Ending Line : eval.c:126 (0xffc049c7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 542 Symbol : rtems_filesystem_initialize (0xffc046a8) Starting Line : base_fs.c:52 (0xffc047dc) Ending Line : base_fs.c:58 (0xffc047ff) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 544 Symbol : rtems_filesystem_iterate (0xffc0ef60) Starting Line : mount-mgr.c:50 (0xffc0ef9c) Ending Line : mount-mgr.c:50 (0xffc0ef9f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 547 Symbol : rtems_filesystem_mount_iterate (0xffc05124) Starting Line : mount.c:269 (0xffc0517c) Ending Line : mount.c:269 (0xffc0517f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 551 Symbol : rtems_filesystem_prefix_separators (0xffc04a00) Starting Line : eval.c:144 (0xffc04a38) Ending Line : eval.c:144 (0xffc04a3b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 556 Symbol : rtems_gxx_key_create (0xffc05834) Starting Line : gxx_wrappers.c:84 (0xffc058a8) Ending Line : gxx_wrappers.c:85 (0xffc058b7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 563 Symbol : rtems_gxx_once (0xffc05758) Starting Line : gxx_wrappers.c:51 (0xffc05804) Ending Line : gxx_wrappers.c:56 (0xffc05833) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 569 Symbol : rtems_io_register_driver (0xffc0ac9c) Starting Line : ioregisterdriver.c:47 (0xffc0ad30) Ending Line : ioregisterdriver.c:47 (0xffc0ad33) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 570 Symbol : rtems_io_register_driver (0xffc0ac9c) Starting Line : ioregisterdriver.c:55 (0xffc0ae10) Ending Line : ioregisterdriver.c:55 (0xffc0ae13) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 571 Symbol : rtems_io_register_driver (0xffc0ac9c) Starting Line : ioregisterdriver.c:107 (0xffc0ae34) Ending Line : ioregisterdriver.c:107 (0xffc0ae3f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 578 Symbol : rtems_libio_init (0xffc04c14) Starting Line : libio_init.c:81 (0xffc04cec) Ending Line : libio_init.c:81 (0xffc04cef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 582 Symbol : rtems_libio_set_private_env (0xffc062ec) Starting Line : privateenv.c:126 (0xffc0634c) Ending Line : privateenv.c:126 (0xffc06377) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 586 Symbol : rtems_libio_to_fcntl_flags (0xffc0ebd4) Starting Line : libio.c:104 (0xffc0ec1c) Ending Line : libio.c:104 (0xffc0ec23) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 591 Symbol : rtems_memalign (0xffc13f90) Starting Line : rtems_memalign.c:43 (0xffc14058) Ending Line : rtems_memalign.c:43 (0xffc1405b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 600 Symbol : rtems_panic (0xffc0adf0) Starting Line : error.c:200 (0xffc0ae1c) Ending Line : error.c:200 (0xffc0ae3b) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 605 Symbol : rtems_print_buffer (0xffc03e58) Starting Line : dumpbuf.c:69 (0xffc04140) Ending Line : dumpbuf.c:69 (0xffc04153) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 607 Symbol : rtems_rate_monotonic_period (0xffc0a1d8) Starting Line : ratemonperiod.c:278 (0xffc0a2b0) Ending Line : ratemonperiod.c:279 (0xffc0a2b7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 610 Symbol : rtems_rate_monotonic_period (0xffc0a1d8) Starting Line : ratemonperiod.c:339 (0xffc0a3e4) Ending Line : ratemonperiod.c:339 (0xffc0a3f3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 622 Symbol : rtems_stack_checker_is_blown (0xffc04ad8) Starting Line : check.c:328 (0xffc04b88) Ending Line : check.c:328 (0xffc04b8f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 626 Symbol : rtems_stack_checker_switch_extension (0xffc04a40) Starting Line : check.c:288 (0xffc04a7c) Ending Line : check.c:288 (0xffc04a93) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 632 Symbol : rtems_string_to_pointer (0xffc10508) Starting Line : stringto_template.h:120 (0xffc105a8) Ending Line : stringto_template.h:120 (0xffc105bf) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 641 Symbol : rtems_tarfs_load (0xffc043a0) Starting Line : imfs_load_tar.c:180 (0xffc04584) Ending Line : imfs_load_tar.c:181 (0xffc0458f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 643 Symbol : rtems_tarfs_load (0xffc043a0) Starting Line : imfs_load_tar.c:151 (0xffc045bc) Ending Line : imfs_load_tar.c:151 (0xffc045bf) Size in Bytes : 4 Size in Instructions : 1 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 : 652 Symbol : rtems_termios_baud_to_index (0xffc08354) Starting Line : termios_baud2index.c:46 (0xffc083e0) Ending Line : termios_baud2index.c:46 (0xffc083e7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 654 Symbol : rtems_termios_baud_to_index (0xffc08354) Starting Line : termios_baud2index.c:46 (0xffc08410) Ending Line : termios_baud2index.c:46 (0xffc08417) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 660 Symbol : rtems_termios_close (0xffc06304) Starting Line : termios.c:400 (0xffc0639c) Ending Line : termios.c:400 (0xffc063af) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 665 Symbol : rtems_termios_close (0xffc06304) Starting Line : termios.c:397 (0xffc064ec) Ending Line : termios.c:397 (0xffc064ef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 668 Symbol : rtems_termios_dequeue_characters (0xffc07f60) Starting Line : termios.c:1389 (0xffc07fe1) Ending Line : termios.c:1389 (0xffc07fe3) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 676 Symbol : rtems_termios_enqueue_raw_characters (0xffc077f0) Starting Line : termios.c:1199 (0xffc079a0) Ending Line : termios.c:1212 (0xffc079d7) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 680 Symbol : rtems_termios_enqueue_raw_characters (0xffc077f0) Starting Line : termios.c:1234 (0xffc07a0c) Ending Line : termios.c:1235 (0xffc07a23) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 684 Symbol : rtems_termios_enqueue_raw_characters (0xffc077f0) Starting Line : registers.h:395 (0xffc07aac) Ending Line : termios.c:1216 (0xffc07ba3) Size in Bytes : 248 Size in Instructions : 62 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 689 Symbol : rtems_termios_ioctl (0xffc0650c) Starting Line : termios.c:458 (0xffc06660) Ending Line : registers.h:408 (0xffc066a7) Size in Bytes : 72 Size in Instructions : 18 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 691 Symbol : rtems_termios_ioctl (0xffc0650c) Starting Line : termios.c:478 (0xffc066c0) Ending Line : termios.c:480 (0xffc066d7) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 693 Symbol : rtems_termios_ioctl (0xffc0650c) Starting Line : termios.c:484 (0xffc066e4) Ending Line : termios.c:492 (0xffc06733) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 696 Symbol : rtems_termios_ioctl (0xffc0650c) Starting Line : termios.c:612 (0xffc067a0) Ending Line : termios.c:618 (0xffc067cb) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 700 Symbol : rtems_termios_ioctl (0xffc0650c) Starting Line : termios.c:614 (0xffc06898) Ending Line : registers.h:408 (0xffc068cb) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 701 Symbol : rtems_termios_ioctl (0xffc0650c) Starting Line : termios.c:500 (0xffc06914) Ending Line : termios.c:500 (0xffc06923) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 703 Symbol : rtems_termios_ioctl (0xffc0650c) Starting Line : termios.c:562 (0xffc06930) Ending Line : termios.c:564 (0xffc0693f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 708 Symbol : rtems_termios_open (0xffc05e58) Starting Line : termios.c:314 (0xffc05f30) Ending Line : termios.c:314 (0xffc05f43) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 711 Symbol : rtems_termios_open (0xffc05e58) Starting Line : termios.c:327 (0xffc05fe0) Ending Line : termios.c:327 (0xffc05fe3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 713 Symbol : rtems_termios_open (0xffc05e58) Starting Line : termios.c:172 (0xffc0624c) Ending Line : termios.c:172 (0xffc06253) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 717 Symbol : rtems_termios_open (0xffc05e58) Starting Line : termios.c:257 (0xffc062f8) Ending Line : termios.c:257 (0xffc062fb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 722 Symbol : rtems_termios_puts (0xffc06954) Starting Line : termios.c:676 (0xffc06a48) Ending Line : termios.c:676 (0xffc06a53) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 723 Symbol : rtems_termios_puts (0xffc06954) Starting Line : termios.c:664 (0xffc06ad4) Ending Line : termios.c:664 (0xffc06ad7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 729 Symbol : rtems_termios_read (0xffc07360) Starting Line : termios.c:1011 (0xffc07554) Ending Line : termios.c:1011 (0xffc07557) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 734 Symbol : rtems_termios_read (0xffc07360) Starting Line : termios.c:1034 (0xffc07610) Ending Line : termios.c:1035 (0xffc07633) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 736 Symbol : rtems_termios_read (0xffc07360) Starting Line : termios.c:1045 (0xffc07640) Ending Line : termios.c:1011 (0xffc0767b) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 738 Symbol : rtems_termios_read (0xffc07360) Starting Line : termios.c:1058 (0xffc0769c) Ending Line : termios.c:1029 (0xffc076d3) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 744 Symbol : rtems_termios_read (0xffc07360) Starting Line : termios.c:977 (0xffc07794) Ending Line : termios.c:977 (0xffc0779f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 749 Symbol : rtems_termios_refill_transmitter (0xffc07c4c) Starting Line : termios.c:1297 (0xffc07d7c) Ending Line : termios.c:1297 (0xffc07d87) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 751 Symbol : rtems_termios_refill_transmitter (0xffc07c4c) Starting Line : termios.c:1327 (0xffc07da0) Ending Line : termios.c:1358 (0xffc07db7) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 752 Symbol : rtems_termios_refill_transmitter (0xffc07c4c) Starting Line : termios.c:1262 (0xffc07dd0) Ending Line : termios.c:1358 (0xffc07ed3) Size in Bytes : 260 Size in Instructions : 65 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 754 Symbol : rtems_termios_rxdaemon (0xffc07ba4) Starting Line : termios.c:1464 (0xffc07c08) Ending Line : termios.c:1472 (0xffc07c33) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 756 Symbol : rtems_termios_txdaemon (0xffc07ed4) Starting Line : termios.c:1433 (0xffc07f1d) Ending Line : termios.c:1433 (0xffc07f23) Size in Bytes : 7 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 758 Symbol : rtems_termios_txdaemon (0xffc07ed4) Starting Line : termios.c:1425 (0xffc07f4d) Ending Line : termios.c:1426 (0xffc07f5f) Size in Bytes : 19 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 762 Symbol : rtems_termios_write (0xffc07224) Starting Line : termios.c:764 (0xffc0734c) Ending Line : termios.c:764 (0xffc0735f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 766 Symbol : rtems_verror (0xffc0ab64) Starting Line : thread.inl:185 (0xffc0abb4) Ending Line : thread.inl:186 (0xffc0abc7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 771 Symbol : scanInt (0xffc0538c) Starting Line : getpwent.c:127 (0xffc0546c) Ending Line : getpwent.c:128 (0xffc0547f) 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 : 790 Symbol : sem_timedwait (0xffc0c39c) Starting Line : semtimedwait.c:64 (0xffc0c3c4) Ending Line : semtimedwait.c:81 (0xffc0c3e7) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 796 Symbol : siproc (0xffc071a0) Starting Line : termios.c:942 (0xffc071c8) Ending Line : termios.c:939 (0xffc071df) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 810 Symbol : unmount (0xffc0950c) Starting Line : unmount.c:162 (0xffc095c5) Ending Line : unmount.c:162 (0xffc095c7) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 811 Symbol : unmount (0xffc0950c) Starting Line : unmount.c:162 (0xffc095c9) Ending Line : unmount.c:162 (0xffc095cb) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 812 Symbol : unmount (0xffc0950c) Starting Line : unmount.c:162 (0xffc095cd) Ending Line : unmount.c:162 (0xffc095df) Size in Bytes : 19 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 814 Symbol : unmount (0xffc0950c) Starting Line : unmount.c:140 (0xffc096d0) Ending Line : unmount.c:141 (0xffc096f3) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 822 Symbol : vprintk (0xffc07fe4) Starting Line : vprintk.c:84 (0xffc083ec) Ending Line : vprintk.c:94 (0xffc08413) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 831 Symbol : writev (0xffc09c14) Starting Line : writev.c:122 (0xffc09d65) Ending Line : writev.c:122 (0xffc09d67) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 832 Symbol : writev (0xffc09c14) Starting Line : writev.c:115 (0xffc09dbd) Ending Line : writev.c:115 (0xffc09dc3) Size in Bytes : 7 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================