============================================ Index : 9 Symbol : IMFS_eval_path (0xffc0dc5c) Starting Line : imfs_eval.c:502 (0xffc0dd60) Ending Line : imfs_eval.c:502 (0xffc0dd63) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 10 Symbol : IMFS_eval_path (0xffc0dc5c) Starting Line : imfs_eval.c:488 (0xffc0df40) Ending Line : imfs_eval.c:488 (0xffc0df53) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 22 Symbol : IMFS_evaluate_permission (0xffc0db54) Starting Line : imfs_eval.c:84 (0xffc0dbe0) Ending Line : imfs_eval.c:84 (0xffc0dbf3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 25 Symbol : IMFS_fifo_lseek (0xffc057a8) Starting Line : imfs_fifo.c:126 (0xffc057d4) Ending Line : imfs_fifo.c:126 (0xffc057db) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 27 Symbol : IMFS_fifo_write (0xffc058d4) Starting Line : imfs_fifo.c:92 (0xffc05938) Ending Line : imfs_fifo.c:92 (0xffc05953) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 30 Symbol : IMFS_find_match_in_dir (0xffc0e590) Starting Line : imfs_getchild.c:51 (0xffc0e5e0) Ending Line : imfs_getchild.c:51 (0xffc0e5e3) 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 : 34 Symbol : IMFS_fsunmount (0xffc0e488) Starting Line : imfs_fsunmount.c:82 (0xffc0e568) Ending Line : imfs_fsunmount.c:82 (0xffc0e56f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 36 Symbol : IMFS_fsunmount (0xffc0e488) Starting Line : imfs_fsunmount.c:82 (0xffc0e588) Ending Line : imfs_fsunmount.c:82 (0xffc0e58f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 46 Symbol : IMFS_memfile_get_block_pointer (0xffc10fe4) Starting Line : memfile.c:840 (0xffc110ec) Ending Line : memfile.c:840 (0xffc110ef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 57 Symbol : IMFS_memfile_get_block_pointer (0xffc10fe4) Starting Line : memfile.c:934 (0xffc11218) Ending Line : memfile.c:934 (0xffc1121b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 63 Symbol : IMFS_memfile_read (0xffc11248) Starting Line : memfile.c:633 (0xffc1139c) Ending Line : memfile.c:641 (0xffc113d3) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 65 Symbol : IMFS_memfile_read (0xffc11248) Starting Line : memfile.c:557 (0xffc113d8) Ending Line : memfile.c:557 (0xffc113df) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 70 Symbol : IMFS_memfile_read (0xffc11248) Starting Line : memfile.c:557 (0xffc11504) Ending Line : memfile.c:557 (0xffc1150b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 81 Symbol : IMFS_memfile_write (0xffc11a00) Starting Line : memfile.c:734 (0xffc11af0) Ending Line : memfile.c:734 (0xffc11af3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 86 Symbol : IMFS_mount (0xffc041e0) Starting Line : imfs_mount.c:44 (0xffc04214) Ending Line : imfs_mount.c:44 (0xffc04227) 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 : 88 Symbol : IMFS_print_jnode (0xffc07264) Starting Line : imfs_debug.c:88 (0xffc0729c) Ending Line : imfs_debug.c:92 (0xffc072cb) 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 : 92 Symbol : IMFS_unlink (0xffc043c8) Starting Line : imfs_unlink.c:51 (0xffc044cc) Ending Line : imfs_unlink.c:51 (0xffc044df) 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 : 95 Symbol : IMFS_unmount (0xffc044e0) Starting Line : imfs_unmount.c:45 (0xffc04524) Ending Line : imfs_unmount.c:52 (0xffc0454b) 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 : 97 Symbol : RTEMS_Malloc_Initialize (0xffc04dfc) Starting Line : malloc_initialize.c:100 (0xffc04f08) Ending Line : malloc_initialize.c:100 (0xffc04f0b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 100 Symbol : Stack_check_Dump_threads_usage (0xffc04704) Starting Line : check.c:370 (0xffc04774) Ending Line : check.c:370 (0xffc04777) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 102 Symbol : Stack_check_Dump_threads_usage (0xffc04704) Starting Line : check.c:426 (0xffc04790) Ending Line : check.c:426 (0xffc04793) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 105 Symbol : Stack_check_Dump_threads_usage (0xffc04704) Starting Line : check.c:456 (0xffc04884) Ending Line : check.c:462 (0xffc048d3) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 139 Symbol : _Heap_Walk (0xffc0b430) Starting Line : heapwalk.c:95 (0xffc0b78c) Ending Line : heapwalk.c:95 (0xffc0b78f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 145 Symbol : _Heap_Walk_print (0xffc0b330) Starting Line : heapwalk.c:44 (0xffc0b35c) Ending Line : heapwalk.c:44 (0xffc0b37b) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 148 Symbol : _Internal_error_Occurred (0xffc0a708) Starting Line : interr.c:61 (0xffc0a748) Ending Line : interr.c:61 (0xffc0a74b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 155 Symbol : _Objects_Extend_information (0xffc0a85c) Starting Line : objectextendinformation.c:76 (0xffc0ab40) Ending Line : objectextendinformation.c:68 (0xffc0ab67) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 156 Symbol : _Objects_Extend_information (0xffc0a85c) Starting Line : objectextendinformation.c:152 (0xffc0ab74) Ending Line : objectextendinformation.c:152 (0xffc0ab7f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 165 Symbol : _Objects_Shrink_information (0xffc0afd0) Starting Line : objectshrinkinformation.c:66 (0xffc0b064) Ending Line : objectshrinkinformation.c:66 (0xffc0b067) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 168 Symbol : _POSIX_Absolute_timeout_to_ticks (0xffc0b760) Starting Line : posixtimespecabsolutetimeout.c:80 (0xffc0b80c) Ending Line : posixtimespecabsolutetimeout.c:80 (0xffc0b813) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 173 Symbol : _POSIX_Threads_Exitted_extension (0xffc0f964) Starting Line : pthread.c:291 (0xffc0f998) Ending Line : pthread.c:291 (0xffc0f9a7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 180 Symbol : _POSIX_Threads_Sporadic_budget_callout (0xffc0fc9c) Starting Line : pthread.c:158 (0xffc0fce0) Ending Line : pthread.c:158 (0xffc0fcef) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 183 Symbol : _POSIX_Timer_TSR (0xffc090d0) Starting Line : timertsr.c:65 (0xffc09108) Ending Line : timertsr.c:65 (0xffc0910f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 187 Symbol : _POSIX_signals_Clear_process_signals (0xffc132f4) Starting Line : registers.h:485 (0xffc1335c) Ending Line : psignalclearprocesssignals.c:58 (0xffc13363) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : _SMP_lock_Spinlock_Initialize *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Symbol : _SMP_lock_Spinlock_Obtain *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Symbol : _SMP_lock_Spinlock_Release *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Index : 202 Symbol : _Thread_Change_priority (0xffc0b750) Starting Line : registers.h:485 (0xffc0b7bc) Ending Line : threadchangepriority.c:65 (0xffc0b7cf) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 204 Symbol : _Thread_Change_priority (0xffc0b750) Starting Line : threadchangepriority.c:72 (0xffc0b840) Ending Line : threadchangepriority.c:72 (0xffc0b847) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 214 Symbol : _Thread_queue_Enqueue_priority (0xffc0c4b0) Starting Line : registers.h:485 (0xffc0c61c) Ending Line : registers.h:485 (0xffc0c623) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 217 Symbol : _Thread_queue_Requeue (0xffc0c788) Starting Line : threadqrequeue.c:73 (0xffc0c7b8) Ending Line : threadqrequeue.c:73 (0xffc0c7d3) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 219 Symbol : _Thread_queue_Requeue (0xffc0c788) Starting Line : registers.h:485 (0xffc0c7f8) Ending Line : registers.h:485 (0xffc0c7fb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 224 Symbol : _Timer_server_Body (0xffc1b9f0) Starting Line : registers.h:485 (0xffc1bb34) Ending Line : timerserver.c:272 (0xffc1bb63) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 238 Symbol : _Watchdog_Adjust (0xffc0f650) Starting Line : watchdogadjust.c:64 (0xffc0f6c0) Ending Line : watchdogadjust.c:64 (0xffc0f6c3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 263 Symbol : devFS_evaluate_path (0xffc0e128) Starting Line : devfs_eval.c:44 (0xffc0e270) Ending Line : devfs_eval.c:44 (0xffc0e283) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 268 Symbol : drainOutput (0xffc05e30) Starting Line : termios.c:347 (0xffc05e74) Ending Line : termios.c:346 (0xffc05eb7) Size in Bytes : 68 Size in Instructions : 17 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 269 Symbol : drainOutput (0xffc05e30) Starting Line : termios.c:352 (0xffc05ed4) Ending Line : termios.c:352 (0xffc05ed7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 276 Symbol : erase (0xffc06d94) Starting Line : termios.c:848 (0xffc06e38) Ending Line : termios.c:848 (0xffc06e3f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 278 Symbol : erase (0xffc06d94) Starting Line : termios.c:802 (0xffc06e68) Ending Line : termios.c:802 (0xffc06e6b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 279 Symbol : erase (0xffc06d94) Starting Line : termios.c:849 (0xffc06e9c) Ending Line : termios.c:853 (0xffc06edb) Size in Bytes : 64 Size in Instructions : 16 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 282 Symbol : erase (0xffc06d94) Starting Line : termios.c:832 (0xffc06f44) Ending Line : termios.c:827 (0xffc06f4f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 284 Symbol : erase (0xffc06d94) Starting Line : termios.c:827 (0xffc06f9c) Ending Line : termios.c:827 (0xffc06f9f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 286 Symbol : erase (0xffc06d94) Starting Line : termios.c:806 (0xffc06fa8) Ending Line : termios.c:819 (0xffc07033) Size in Bytes : 140 Size in Instructions : 35 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 288 Symbol : fcntl (0xffc057cc) Starting Line : fcntl.c:94 (0xffc0589c) Ending Line : fcntl.c:94 (0xffc058a7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 291 Symbol : fcntl (0xffc057cc) Starting Line : fcntl.c:143 (0xffc05910) Ending Line : fcntl.c:143 (0xffc0591b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 295 Symbol : fcntl (0xffc057cc) Starting Line : fcntl.c:53 (0xffc059e0) Ending Line : fcntl.c:83 (0xffc059ff) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 302 Symbol : fifo_open (0xffc11708) Starting Line : libio_.h:169 (0xffc11824) Ending Line : libio_.h:169 (0xffc11833) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 307 Symbol : fifo_open (0xffc11708) Starting Line : fifo.c:360 (0xffc118b4) Ending Line : fifo.c:360 (0xffc118b7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 312 Symbol : fifo_open (0xffc11708) Starting Line : fifo.c:338 (0xffc11948) Ending Line : fifo.c:338 (0xffc1194b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 317 Symbol : fifo_open (0xffc11708) Starting Line : fifo.c:150 (0xffc11b3c) Ending Line : fifo.c:234 (0xffc11b6b) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 330 Symbol : iproc (0xffc07034) Starting Line : termios.c:872 (0xffc0705c) Ending Line : termios.c:872 (0xffc0705f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 339 Symbol : iproc (0xffc07034) Starting Line : termios.c:904 (0xffc07164) Ending Line : termios.c:907 (0xffc07187) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 341 Symbol : iproc (0xffc07034) Starting Line : termios.c:883 (0xffc07190) Ending Line : termios.c:883 (0xffc07197) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 342 Symbol : iproc (0xffc07034) Starting Line : termios.c:905 (0xffc071b4) Ending Line : termios.c:905 (0xffc071c3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 344 Symbol : killinfo (0xffc29ed4) Starting Line : killinfo.c:155 (0xffc29fe0) Ending Line : killinfo.c:162 (0xffc29ffb) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 350 Symbol : libc_wrapup (0xffc1892c) Starting Line : newlibc_exit.c:90 (0xffc18950) Ending Line : newlibc_exit.c:90 (0xffc18967) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 353 Symbol : malloc (0xffc04f14) Starting Line : malloc.c:62 (0xffc05004) Ending Line : malloc.c:62 (0xffc0500b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 355 Symbol : malloc (0xffc04f14) Starting Line : malloc.c:47 (0xffc05018) Ending Line : malloc.c:47 (0xffc0501b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 363 Symbol : memfile_lseek (0xffc11e24) Starting Line : memfile.c:220 (0xffc11ec0) Ending Line : memfile.c:229 (0xffc11eef) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 365 Symbol : memfile_open (0xffc11cb8) Starting Line : memfile.c:102 (0xffc11d34) Ending Line : memfile.c:111 (0xffc11d97) Size in Bytes : 100 Size in Instructions : 25 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 371 Symbol : mount (0xffc0525c) Starting Line : mount.c:157 (0xffc05534) Ending Line : mount.c:157 (0xffc05547) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 372 Symbol : mount (0xffc0525c) Starting Line : mount.c:219 (0xffc05570) Ending Line : mount.c:257 (0xffc0558b) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 378 Symbol : newlib_free_buffers (0xffc055dc) Starting Line : newlibc_reent.c:121 (0xffc055fc) Ending Line : newlibc_reent.c:121 (0xffc05603) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 380 Symbol : newlib_free_buffers (0xffc055dc) Starting Line : newlibc_reent.c:115 (0xffc05628) Ending Line : newlibc_reent.c:124 (0xffc0565f) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 382 Symbol : open (0xffc0599c) Starting Line : open.c:185 (0xffc05b58) Ending Line : open.c:185 (0xffc05b5f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 385 Symbol : open (0xffc0599c) Starting Line : open.c:127 (0xffc05c00) Ending Line : open.c:128 (0xffc05c0f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 392 Symbol : oproc (0xffc06b58) Starting Line : termios.c:694 (0xffc06bec) Ending Line : termios.c:728 (0xffc06c0b) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 394 Symbol : oproc (0xffc06b58) Starting Line : termios.c:697 (0xffc06c14) Ending Line : termios.c:697 (0xffc06c1b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 396 Symbol : oproc (0xffc06b58) Starting Line : termios.c:705 (0xffc06c44) Ending Line : termios.c:710 (0xffc06c7b) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 398 Symbol : oproc (0xffc06b58) Starting Line : termios.c:723 (0xffc06c94) Ending Line : termios.c:733 (0xffc06cd3) Size in Bytes : 64 Size in Instructions : 16 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 408 Symbol : pipe_read (0xffc11ba8) Starting Line : fifo.c:422 (0xffc11d7c) Ending Line : fifo.c:422 (0xffc11d83) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 421 Symbol : pipe_write (0xffc11dc0) Starting Line : fifo.c:488 (0xffc11fb0) Ending Line : fifo.c:529 (0xffc11fbb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 422 Symbol : pipe_write (0xffc11dc0) Starting Line : fifo.c:510 (0xffc11fe4) Ending Line : fifo.c:510 (0xffc11feb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 423 Symbol : pipe_write (0xffc11dc0) Starting Line : fifo.c:502 (0xffc12010) Ending Line : fifo.c:502 (0xffc12017) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 426 Symbol : printk (0xffc05c6c) Starting Line : printk.c:33 (0xffc05c98) Ending Line : printk.c:33 (0xffc05cb7) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 428 Symbol : printk_plugin (0xffc07548) Starting Line : printk_plugin.c:24 (0xffc07570) Ending Line : printk_plugin.c:24 (0xffc0758f) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 435 Symbol : pthread_kill (0xffc2a37c) Starting Line : pthreadkill.c:79 (0xffc2a468) Ending Line : pthreadkill.c:79 (0xffc2a47b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 439 Symbol : pthread_mutex_timedlock (0xffc0b614) Starting Line : mutextimedlock.c:76 (0xffc0b6b8) Ending Line : mutextimedlock.c:76 (0xffc0b6bf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 453 Symbol : pthread_testcancel (0xffc09438) Starting Line : testcancel.c:57 (0xffc0949c) Ending Line : testcancel.c:57 (0xffc094af) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 462 Symbol : readv (0xffc07234) Starting Line : readv.c:108 (0xffc07370) Ending Line : readv.c:108 (0xffc07377) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 465 Symbol : realloc (0xffc18b5c) Starting Line : realloc.c:52 (0xffc18c0c) Ending Line : realloc.c:53 (0xffc18c1b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 468 Symbol : realloc (0xffc18b5c) Starting Line : realloc.c:79 (0xffc18c68) Ending Line : realloc.c:79 (0xffc18c6f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 474 Symbol : rtems_aio_enqueue (0xffc0a310) Starting Line : aio_misc.c:300 (0xffc0a41c) Ending Line : aio_misc.c:382 (0xffc0a44b) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 477 Symbol : rtems_aio_enqueue (0xffc0a310) Starting Line : aio_misc.c:376 (0xffc0a500) Ending Line : aio_misc.c:376 (0xffc0a50b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 478 Symbol : rtems_aio_enqueue (0xffc0a310) Starting Line : aio_misc.c:331 (0xffc0a538) Ending Line : aio_misc.c:332 (0xffc0a547) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 482 Symbol : rtems_aio_handle (0xffc09e80) Starting Line : aio_misc.c:466 (0xffc09f68) Ending Line : aio_misc.c:417 (0xffc09f87) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 484 Symbol : rtems_aio_handle (0xffc09e80) Starting Line : aio_misc.c:459 (0xffc0a000) Ending Line : aio_misc.c:460 (0xffc0a00b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 488 Symbol : rtems_aio_handle (0xffc09e80) Starting Line : aio_misc.c:526 (0xffc0a130) Ending Line : aio_misc.c:465 (0xffc0a13f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 490 Symbol : rtems_aio_init (0xffc09b94) Starting Line : aio_misc.c:69 (0xffc09bc4) Ending Line : aio_misc.c:69 (0xffc09be3) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 494 Symbol : rtems_aio_init (0xffc09b94) Starting Line : aio_misc.c:50 (0xffc09c88) Ending Line : aio_misc.c:58 (0xffc09cdf) Size in Bytes : 88 Size in Instructions : 22 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 497 Symbol : rtems_aio_insert_prio (0xffc0a158) Starting Line : aio_misc.c:187 (0xffc0a198) Ending Line : aio_misc.c:187 (0xffc0a1b7) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 498 Symbol : rtems_aio_insert_prio (0xffc0a158) Starting Line : aio_misc.c:556 (0xffc0a1d4) Ending Line : aio_misc.c:556 (0xffc0a1db) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 501 Symbol : rtems_aio_move_to_work (0xffc09df0) Starting Line : aio_misc.c:148 (0xffc09e2c) Ending Line : aio_misc.c:148 (0xffc09e2f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 503 Symbol : rtems_aio_move_to_work (0xffc09df0) Starting Line : aio_misc.c:148 (0xffc09e64) Ending Line : aio_misc.c:155 (0xffc09e7f) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 506 Symbol : rtems_aio_remove_req (0xffc0a264) Starting Line : aio_misc.c:254 (0xffc0a29c) Ending Line : aio_misc.c:260 (0xffc0a2bf) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 524 Symbol : rtems_error (0xffc0ad64) Starting Line : error.c:172 (0xffc0ad94) Ending Line : error.c:172 (0xffc0adb3) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 526 Symbol : rtems_filesystem_dirname (0xffc049ec) Starting Line : eval.c:126 (0xffc04a10) Ending Line : eval.c:126 (0xffc04a13) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 531 Symbol : rtems_filesystem_initialize (0xffc046f4) Starting Line : base_fs.c:52 (0xffc04828) Ending Line : base_fs.c:58 (0xffc0484b) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 533 Symbol : rtems_filesystem_iterate (0xffc0ef98) Starting Line : mount-mgr.c:50 (0xffc0efd4) Ending Line : mount-mgr.c:50 (0xffc0efd7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 536 Symbol : rtems_filesystem_mount_iterate (0xffc051a4) Starting Line : mount.c:269 (0xffc051fc) Ending Line : mount.c:269 (0xffc051ff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 540 Symbol : rtems_filesystem_prefix_separators (0xffc04a4c) Starting Line : eval.c:144 (0xffc04a84) Ending Line : eval.c:144 (0xffc04a87) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 545 Symbol : rtems_gxx_key_create (0xffc05880) Starting Line : gxx_wrappers.c:84 (0xffc058f4) Ending Line : gxx_wrappers.c:85 (0xffc05903) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 552 Symbol : rtems_gxx_once (0xffc057a4) Starting Line : gxx_wrappers.c:51 (0xffc05850) Ending Line : gxx_wrappers.c:56 (0xffc0587f) Size in Bytes : 48 Size in Instructions : 12 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 : 558 Symbol : rtems_io_register_driver (0xffc0ad1c) Starting Line : ioregisterdriver.c:47 (0xffc0adb0) Ending Line : ioregisterdriver.c:47 (0xffc0adb3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 559 Symbol : rtems_io_register_driver (0xffc0ad1c) Starting Line : ioregisterdriver.c:55 (0xffc0ae90) Ending Line : ioregisterdriver.c:55 (0xffc0ae93) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 560 Symbol : rtems_io_register_driver (0xffc0ad1c) Starting Line : ioregisterdriver.c:107 (0xffc0aeb4) Ending Line : ioregisterdriver.c:107 (0xffc0aebf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 567 Symbol : rtems_libio_init (0xffc04c60) Starting Line : libio_init.c:81 (0xffc04d38) Ending Line : libio_init.c:81 (0xffc04d3b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 571 Symbol : rtems_libio_set_private_env (0xffc0636c) Starting Line : privateenv.c:126 (0xffc063cc) Ending Line : privateenv.c:126 (0xffc063f7) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 575 Symbol : rtems_libio_to_fcntl_flags (0xffc0ec0c) Starting Line : libio.c:104 (0xffc0ec54) Ending Line : libio.c:104 (0xffc0ec5b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 580 Symbol : rtems_memalign (0xffc13fd0) Starting Line : rtems_memalign.c:43 (0xffc14098) Ending Line : rtems_memalign.c:43 (0xffc1409b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 589 Symbol : rtems_panic (0xffc0ae3c) Starting Line : error.c:200 (0xffc0ae68) Ending Line : error.c:200 (0xffc0ae87) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 594 Symbol : rtems_print_buffer (0xffc03ea4) Starting Line : dumpbuf.c:69 (0xffc0418c) Ending Line : dumpbuf.c:69 (0xffc0419f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 596 Symbol : rtems_rate_monotonic_period (0xffc0a258) Starting Line : ratemonperiod.c:278 (0xffc0a330) Ending Line : ratemonperiod.c:279 (0xffc0a337) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 599 Symbol : rtems_rate_monotonic_period (0xffc0a258) Starting Line : ratemonperiod.c:339 (0xffc0a464) Ending Line : ratemonperiod.c:339 (0xffc0a473) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 611 Symbol : rtems_stack_checker_is_blown (0xffc04b24) Starting Line : check.c:328 (0xffc04bd4) Ending Line : check.c:328 (0xffc04bdb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 615 Symbol : rtems_stack_checker_switch_extension (0xffc04a8c) Starting Line : check.c:288 (0xffc04ac8) Ending Line : check.c:288 (0xffc04adf) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 618 Symbol : rtems_string_to_double (0xffc10120) Starting Line : stringtodouble.c:52 (0xffc101f4) Ending Line : stringtodouble.c:52 (0xffc10207) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 621 Symbol : rtems_string_to_float (0xffc10210) Starting Line : stringtofloat.c:52 (0xffc102dc) Ending Line : stringtofloat.c:52 (0xffc102ef) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 624 Symbol : rtems_string_to_int (0xffc102f8) Starting Line : stringtoint.c:53 (0xffc103bc) Ending Line : stringtoint.c:72 (0xffc103d3) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 627 Symbol : rtems_string_to_long (0xffc104ec) Starting Line : stringtolong.c:56 (0xffc105bc) Ending Line : stringtolong.c:58 (0xffc105c7) Size in Bytes : 12 Size in Instructions : 3 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 : 634 Symbol : rtems_string_to_unsigned_char (0xffc105f4) Starting Line : stringtounsignedchar.c:53 (0xffc106a8) Ending Line : stringtounsignedchar.c:66 (0xffc106f3) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 643 Symbol : rtems_tarfs_load (0xffc043ec) Starting Line : imfs_load_tar.c:180 (0xffc045d0) Ending Line : imfs_load_tar.c:181 (0xffc045db) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 645 Symbol : rtems_tarfs_load (0xffc043ec) Starting Line : imfs_load_tar.c:151 (0xffc04608) Ending Line : imfs_load_tar.c:151 (0xffc0460b) 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 : 653 Symbol : rtems_termios_baud_to_index (0xffc083d4) Starting Line : termios_baud2index.c:46 (0xffc08460) Ending Line : termios_baud2index.c:46 (0xffc08467) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 655 Symbol : rtems_termios_baud_to_index (0xffc083d4) Starting Line : termios_baud2index.c:46 (0xffc08490) Ending Line : termios_baud2index.c:46 (0xffc08497) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 661 Symbol : rtems_termios_close (0xffc06384) Starting Line : termios.c:400 (0xffc0641c) Ending Line : termios.c:400 (0xffc0642f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 666 Symbol : rtems_termios_close (0xffc06384) Starting Line : termios.c:397 (0xffc0656c) Ending Line : termios.c:397 (0xffc0656f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 669 Symbol : rtems_termios_dequeue_characters (0xffc07fe0) Starting Line : termios.c:1389 (0xffc08060) Ending Line : termios.c:1389 (0xffc08063) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 676 Symbol : rtems_termios_enqueue_raw_characters (0xffc07870) Starting Line : termios.c:1199 (0xffc07a20) Ending Line : termios.c:1212 (0xffc07a57) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 680 Symbol : rtems_termios_enqueue_raw_characters (0xffc07870) Starting Line : termios.c:1234 (0xffc07a8c) Ending Line : termios.c:1235 (0xffc07aa3) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 684 Symbol : rtems_termios_enqueue_raw_characters (0xffc07870) Starting Line : registers.h:472 (0xffc07b2c) Ending Line : termios.c:1216 (0xffc07c23) Size in Bytes : 248 Size in Instructions : 62 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 689 Symbol : rtems_termios_ioctl (0xffc0658c) Starting Line : registers.h:472 (0xffc066fc) Ending Line : registers.h:485 (0xffc06727) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 692 Symbol : rtems_termios_ioctl (0xffc0658c) Starting Line : termios.c:484 (0xffc06764) Ending Line : termios.c:492 (0xffc067b3) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 695 Symbol : rtems_termios_ioctl (0xffc0658c) Starting Line : termios.c:612 (0xffc06820) Ending Line : termios.c:618 (0xffc0684b) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 698 Symbol : rtems_termios_ioctl (0xffc0658c) Starting Line : termios.c:614 (0xffc06918) Ending Line : registers.h:485 (0xffc0694b) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 699 Symbol : rtems_termios_ioctl (0xffc0658c) Starting Line : termios.c:500 (0xffc06994) Ending Line : termios.c:500 (0xffc069a3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 701 Symbol : rtems_termios_ioctl (0xffc0658c) Starting Line : termios.c:562 (0xffc069b0) Ending Line : termios.c:564 (0xffc069bf) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 706 Symbol : rtems_termios_open (0xffc05ed8) Starting Line : termios.c:314 (0xffc05fb0) Ending Line : termios.c:314 (0xffc05fc3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 709 Symbol : rtems_termios_open (0xffc05ed8) Starting Line : termios.c:327 (0xffc06060) Ending Line : termios.c:327 (0xffc06063) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 711 Symbol : rtems_termios_open (0xffc05ed8) Starting Line : termios.c:172 (0xffc062cc) Ending Line : termios.c:172 (0xffc062d3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 715 Symbol : rtems_termios_open (0xffc05ed8) Starting Line : termios.c:257 (0xffc06378) Ending Line : termios.c:257 (0xffc0637b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 720 Symbol : rtems_termios_puts (0xffc069d4) Starting Line : termios.c:676 (0xffc06ac8) Ending Line : termios.c:676 (0xffc06ad3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 721 Symbol : rtems_termios_puts (0xffc069d4) Starting Line : termios.c:664 (0xffc06b54) Ending Line : termios.c:664 (0xffc06b57) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 727 Symbol : rtems_termios_read (0xffc073e0) Starting Line : termios.c:1011 (0xffc075d4) Ending Line : termios.c:1011 (0xffc075d7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 732 Symbol : rtems_termios_read (0xffc073e0) Starting Line : termios.c:1034 (0xffc07690) Ending Line : termios.c:1035 (0xffc076b3) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 734 Symbol : rtems_termios_read (0xffc073e0) Starting Line : termios.c:1045 (0xffc076c0) Ending Line : termios.c:1011 (0xffc076fb) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 736 Symbol : rtems_termios_read (0xffc073e0) Starting Line : termios.c:1058 (0xffc0771c) Ending Line : termios.c:1029 (0xffc07753) Size in Bytes : 56 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 742 Symbol : rtems_termios_read (0xffc073e0) Starting Line : termios.c:977 (0xffc07814) Ending Line : termios.c:977 (0xffc0781f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 747 Symbol : rtems_termios_refill_transmitter (0xffc07ccc) Starting Line : termios.c:1297 (0xffc07dfc) Ending Line : termios.c:1297 (0xffc07e07) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 749 Symbol : rtems_termios_refill_transmitter (0xffc07ccc) Starting Line : termios.c:1327 (0xffc07e20) Ending Line : termios.c:1358 (0xffc07e37) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 750 Symbol : rtems_termios_refill_transmitter (0xffc07ccc) Starting Line : termios.c:1262 (0xffc07e50) Ending Line : termios.c:1358 (0xffc07f53) Size in Bytes : 260 Size in Instructions : 65 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 752 Symbol : rtems_termios_rxdaemon (0xffc07c24) Starting Line : termios.c:1464 (0xffc07c88) Ending Line : termios.c:1472 (0xffc07cb3) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 754 Symbol : rtems_termios_txdaemon (0xffc07f54) Starting Line : termios.c:1433 (0xffc07f9c) Ending Line : termios.c:1433 (0xffc07fa3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 756 Symbol : rtems_termios_txdaemon (0xffc07f54) Starting Line : termios.c:1425 (0xffc07fcc) Ending Line : termios.c:1426 (0xffc07fdf) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 760 Symbol : rtems_termios_write (0xffc072a4) Starting Line : termios.c:764 (0xffc073cc) Ending Line : termios.c:764 (0xffc073df) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 764 Symbol : rtems_verror (0xffc0abb0) Starting Line : thread.inl:185 (0xffc0ac00) Ending Line : thread.inl:186 (0xffc0ac13) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 769 Symbol : scanInt (0xffc053d8) Starting Line : getpwent.c:127 (0xffc054b8) Ending Line : getpwent.c:128 (0xffc054cb) 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 : 788 Symbol : sem_timedwait (0xffc0c41c) Starting Line : semtimedwait.c:64 (0xffc0c444) Ending Line : semtimedwait.c:81 (0xffc0c467) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 794 Symbol : siproc (0xffc07220) Starting Line : termios.c:942 (0xffc07248) Ending Line : termios.c:939 (0xffc0725f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 808 Symbol : unmount (0xffc0958c) Starting Line : unmount.c:162 (0xffc09644) Ending Line : unmount.c:162 (0xffc0965f) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 810 Symbol : unmount (0xffc0958c) Starting Line : unmount.c:140 (0xffc09750) Ending Line : unmount.c:141 (0xffc09773) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 818 Symbol : vprintk (0xffc08064) Starting Line : vprintk.c:84 (0xffc0846c) Ending Line : vprintk.c:94 (0xffc08493) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 827 Symbol : writev (0xffc09c94) Starting Line : writev.c:122 (0xffc09de4) Ending Line : writev.c:122 (0xffc09de7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 828 Symbol : writev (0xffc09c94) Starting Line : writev.c:115 (0xffc09e3c) Ending Line : writev.c:115 (0xffc09e43) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================