============================================ Index : 8 Symbol : IMFS_eval_path (0x80076d0) Starting Line : imfs_eval.c:502 (0x80077e0) Ending Line : imfs_eval.c:502 (0x80077e3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 10 Symbol : IMFS_eval_path (0x80076d0) Starting Line : imfs_eval.c:488 (0x8007978) Ending Line : imfs_eval.c:488 (0x800798b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 13 Symbol : IMFS_evaluate_for_make (0x8007b60) Starting Line : imfs_eval.c:319 (0x8007c84) Ending Line : imfs_eval.c:319 (0x8007c87) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 19 Symbol : IMFS_evaluate_permission (0x8007614) Starting Line : imfs_eval.c:84 (0x800765c) Ending Line : imfs_eval.c:84 (0x800766f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 21 Symbol : IMFS_fifo_lseek (0x8001fc4) Starting Line : imfs_fifo.c:126 (0x800200d) Ending Line : imfs_fifo.c:126 (0x800200f) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 22 Symbol : IMFS_fifo_lseek (0x8001fc4) Starting Line : imfs_fifo.c:126 (0x8002011) Ending Line : imfs_fifo.c:126 (0x8002013) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 23 Symbol : IMFS_fifo_lseek (0x8001fc4) Starting Line : imfs_fifo.c:126 (0x8002015) Ending Line : imfs_fifo.c:126 (0x8002017) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 27 Symbol : IMFS_find_match_in_dir (0x8007f28) Starting Line : imfs_getchild.c:51 (0x8007f6c) Ending Line : imfs_getchild.c:51 (0x8007f6f) 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 : 32 Symbol : IMFS_fsunmount (0x8007e48) Starting Line : imfs_fsunmount.c:82 (0x8007f20) Ending Line : imfs_fsunmount.c:82 (0x8007f27) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 41 Symbol : IMFS_memfile_get_block_pointer (0x800a060) Starting Line : memfile.c:840 (0x800a164) Ending Line : memfile.c:840 (0x800a167) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 56 Symbol : IMFS_memfile_read (0x800a2fc) Starting Line : memfile.c:557 (0x800a354) Ending Line : memfile.c:557 (0x800a35b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 63 Symbol : IMFS_memfile_read (0x800a2fc) Starting Line : memfile.c:557 (0x800a4d4) Ending Line : memfile.c:557 (0x800a4d7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 76 Symbol : IMFS_memfile_write (0x800a958) Starting Line : memfile.c:734 (0x800aaf4) Ending Line : memfile.c:734 (0x800aafb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 78 Symbol : IMFS_memfile_write (0x800a958) Starting Line : memfile.c:682 (0x800ab24) Ending Line : memfile.c:682 (0x800ab27) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 80 Symbol : IMFS_mount (0x8000c80) Starting Line : imfs_mount.c:44 (0x8000cac) Ending Line : imfs_mount.c:44 (0x8000cbf) 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 : 82 Symbol : IMFS_print_jnode (0x80037ac) Starting Line : imfs_debug.c:80 (0x8003800) Ending Line : imfs_debug.c:92 (0x800385f) Size in Bytes : 96 Size in Instructions : 24 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 83 Symbol : IMFS_print_jnode (0x80037ac) Starting Line : imfs_debug.c:88 (0x80038b8) Ending Line : imfs_debug.c:92 (0x80038df) Size in Bytes : 40 Size in Instructions : 10 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 : 89 Symbol : IMFS_unlink (0x8000e38) Starting Line : imfs_unlink.c:51 (0x8000f2c) Ending Line : imfs_unlink.c:51 (0x8000f3f) 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 : 92 Symbol : IMFS_unmount (0x8000f40) Starting Line : imfs_unmount.c:45 (0x8000f75) Ending Line : imfs_unmount.c:45 (0x8000f77) Size in Bytes : 3 Size in Instructions : 1 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 93 Symbol : IMFS_unmount (0x8000f40) Starting Line : imfs_unmount.c:45 (0x8000f79) Ending Line : imfs_unmount.c:52 (0x8000f9b) Size in Bytes : 35 Size in Instructions : 9 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 : RTEMS_Malloc_Initialize (0x800179c) Starting Line : malloc_initialize.c:100 (0x80018a0) Ending Line : malloc_initialize.c:100 (0x80018a3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 99 Symbol : Stack_check_Dump_threads_usage (0x80006cc) Starting Line : check.c:426 (0x8000754) Ending Line : check.c:430 (0x800075b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 102 Symbol : Stack_check_Dump_threads_usage (0x80006cc) Starting Line : check.c:456 (0x800086c) Ending Line : check.c:456 (0x8000883) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 104 Symbol : Stack_check_Dump_threads_usage (0x80006cc) Starting Line : check.c:406 (0x800089c) Ending Line : check.c:406 (0x800089f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 116 Symbol : _CORE_mutex_Seize_interrupt_trylock (0x8009330) Starting Line : coremutex.inl:209 (0x80093b0) Ending Line : coremutex.inl:211 (0x80093c7) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 121 Symbol : _Event_Surrender (0x800d59c) Starting Line : eventsurrender.c:80 (0x800d6ac) Ending Line : eventsurrender.c:89 (0x800d6ff) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 123 Symbol : _Event_Timeout (0x800d700) Starting Line : eventtimeout.c:93 (0x800d718) Ending Line : eventtimeout.c:93 (0x800d723) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 128 Symbol : _Heap_Extend (0x80099b8) Starting Line : heap.inl:119 (0x8009ab8) Ending Line : heapextend.c:174 (0x8009ad3) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 131 Symbol : _Heap_Extend (0x80099b8) Starting Line : heapextend.c:47 (0x8009b28) Ending Line : heapextend.c:60 (0x8009b67) Size in Bytes : 64 Size in Instructions : 16 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 148 Symbol : _Heap_Walk (0x8004e20) Starting Line : heapwalk.c:233 (0x8004f9c) Ending Line : heapwalk.c:334 (0x8004fb7) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 153 Symbol : _Heap_Walk (0x8004e20) Starting Line : heapwalk.c:95 (0x80050a4) Ending Line : heapwalk.c:95 (0x80050a7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 166 Symbol : _Objects_Extend_information (0x8004554) Starting Line : objectextendinformation.c:76 (0x8004850) Ending Line : objectextendinformation.c:68 (0x8004877) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 176 Symbol : _Objects_Initialize_information (0x8004b00) Starting Line : objectinitializeinformation.c:135 (0x8004c38) Ending Line : objectinitializeinformation.c:105 (0x8004c57) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 179 Symbol : _Objects_Shrink_information (0x8004cd4) Starting Line : objectshrinkinformation.c:66 (0x8004d60) Ending Line : objectshrinkinformation.c:66 (0x8004d63) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 184 Symbol : _RTEMS_tasks_Initialize_user_tasks_body (0x8003194) Starting Line : taskinitusers.c:82 (0x800322c) Ending Line : taskinitusers.c:90 (0x8003247) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 189 Symbol : _Rate_monotonic_Timeout (0x800487c) Starting Line : ratemontimeout.c:83 (0x80048a8) Ending Line : ratemontimeout.c:83 (0x80048b7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 200 Symbol : _Thread_Change_priority (0x80052f0) Starting Line : threadchangepriority.c:108 (0x8005354) Ending Line : threadchangepriority.c:109 (0x800536b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 205 Symbol : _Thread_Dispatch (0x80056b4) Starting Line : threaddispatch.c:93 (0x80057fc) Ending Line : threaddispatch.c:103 (0x800580f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 210 Symbol : _Thread_Initialize (0x80059c0) Starting Line : threadinitialize.c:233 (0x8005b14) Ending Line : threadinitialize.c:233 (0x8005b17) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 213 Symbol : _Thread_queue_Enqueue_priority (0x8005f10) Starting Line : threadqenqueuepriority.c:99 (0x8005fbc) Ending Line : threadqenqueuepriority.c:100 (0x8005fc3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 215 Symbol : _Thread_queue_Enqueue_priority (0x8005f10) Starting Line : threadqenqueuepriority.c:146 (0x800601c) Ending Line : threadqenqueuepriority.c:147 (0x8006023) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 220 Symbol : _Thread_queue_Requeue (0x80061b0) Starting Line : threadqrequeue.c:73 (0x80061dc) Ending Line : threadqrequeue.c:73 (0x80061f3) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 222 Symbol : _Thread_queue_Requeue (0x80061b0) Starting Line : threadqrequeue.c:71 (0x800621c) Ending Line : threadqrequeue.c:71 (0x800621f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 225 Symbol : _Timer_server_Body (0x80144a8) Starting Line : timerserver.c:117 (0x80145a4) Ending Line : timerserver.c:297 (0x80145cb) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 228 Symbol : _Timer_server_Body (0x80144a8) Starting Line : timerserver.c:118 (0x8014654) Ending Line : timerserver.c:118 (0x8014663) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 230 Symbol : _Timer_server_Schedule_operation_method (0x80146b8) Starting Line : timerserver.c:237 (0x80146d4) Ending Line : timerserver.c:239 (0x80146eb) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 252 Symbol : _Watchdog_Tickle (0x8006d1c) Starting Line : watchdogtickle.c:121 (0x8006d74) Ending Line : watchdogtickle.c:125 (0x8006d8f) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 254 Symbol : __kill (0x8024968) Starting Line : kill_noposix.c:47 (0x8024968) Ending Line : kill_noposix.c:47 (0x802496f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 255 Symbol : _gettimeofday (0x80015f8) Starting Line : __gettod.c:81 (0x80015f8) Ending Line : __gettod.c:83 (0x800160f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 263 Symbol : devFS_evaluate_path (0x80069e0) Starting Line : devfs_eval.c:44 (0x8006b00) Ending Line : devfs_eval.c:44 (0x8006b13) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 268 Symbol : drainOutput (0x8004ccc) Starting Line : termios.c:347 (0x8004d09) Ending Line : termios.c:346 (0x8004d43) Size in Bytes : 59 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 269 Symbol : drainOutput (0x8004ccc) Starting Line : termios.c:352 (0x8004d60) Ending Line : termios.c:352 (0x8004d63) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 276 Symbol : erase (0x8005c00) Starting Line : termios.c:848 (0x8005ca0) Ending Line : termios.c:848 (0x8005ca7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 277 Symbol : erase (0x8005c00) Starting Line : termios.c:819 (0x8005cc0) Ending Line : termios.c:819 (0x8005ccb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 280 Symbol : erase (0x8005c00) Starting Line : termios.c:807 (0x8005d08) Ending Line : termios.c:853 (0x8005d73) Size in Bytes : 108 Size in Instructions : 27 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 283 Symbol : erase (0x8005c00) Starting Line : termios.c:832 (0x8005dc8) Ending Line : termios.c:827 (0x8005dd3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 286 Symbol : erase (0x8005c00) Starting Line : termios.c:827 (0x8005e18) Ending Line : termios.c:803 (0x8005e23) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 288 Symbol : fcntl (0x8002018) Starting Line : fcntl.c:143 (0x800213c) Ending Line : fcntl.c:143 (0x8002147) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 297 Symbol : fifo_open (0x800a7a0) Starting Line : libio_.h:169 (0x800a8a8) Ending Line : libio_.h:169 (0x800a8b7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 302 Symbol : fifo_open (0x800a7a0) Starting Line : fifo.c:360 (0x800a928) Ending Line : fifo.c:360 (0x800a92b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 307 Symbol : fifo_open (0x800a7a0) Starting Line : fifo.c:338 (0x800a9ac) Ending Line : fifo.c:338 (0x800a9af) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 312 Symbol : fifo_open (0x800a7a0) Starting Line : fifo.c:150 (0x800ab78) Ending Line : fifo.c:234 (0x800aba7) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : getpagesize *** 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 : 318 Symbol : gettimeofday (0x8001560) Starting Line : __gettod.c:37 (0x80015c4) Ending Line : __gettod.c:37 (0x80015d7) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 321 Symbol : imfs_dir_read (0x800b068) Starting Line : imfs_directory.c:109 (0x800b110) Ending Line : imfs_directory.c:109 (0x800b113) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 326 Symbol : iproc (0x8005e24) Starting Line : termios.c:872 (0x8005e48) Ending Line : termios.c:872 (0x8005e4b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 335 Symbol : iproc (0x8005e24) Starting Line : termios.c:904 (0x8005f3c) Ending Line : termios.c:907 (0x8005f63) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 337 Symbol : iproc (0x8005e24) Starting Line : termios.c:883 (0x8005f6c) Ending Line : termios.c:883 (0x8005f73) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 338 Symbol : iproc (0x8005e24) Starting Line : termios.c:905 (0x8005f90) Ending Line : termios.c:905 (0x8005f9f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 340 Symbol : kill (0x8024958) Starting Line : kill_noposix.c:33 (0x8024958) Ending Line : kill_noposix.c:33 (0x802495f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 342 Symbol : libc_wrapup (0x801150c) Starting Line : newlibc_exit.c:90 (0x8011530) Ending Line : newlibc_exit.c:90 (0x8011543) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 344 Symbol : malloc (0x80018ac) Starting Line : malloc.c:47 (0x8001998) Ending Line : malloc.c:47 (0x800199b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 352 Symbol : memfile_lseek (0x800acc8) Starting Line : memfile.c:220 (0x800ad48) Ending Line : memfile.c:229 (0x800ad6b) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 354 Symbol : memfile_open (0x800ab7c) Starting Line : memfile.c:102 (0x800abf4) Ending Line : memfile.c:111 (0x800ac4b) Size in Bytes : 88 Size in Instructions : 22 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 359 Symbol : mount (0x8001b68) Starting Line : mount.c:157 (0x8001e50) Ending Line : mount.c:157 (0x8001e63) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 360 Symbol : mount (0x8001b68) Starting Line : mount.c:219 (0x8001e78) Ending Line : mount.c:257 (0x8001e93) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 366 Symbol : newlib_free_buffers (0x8001edc) Starting Line : newlibc_reent.c:121 (0x8001f18) Ending Line : newlibc_reent.c:124 (0x8001f63) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 371 Symbol : open (0x8002274) Starting Line : open.c:127 (0x80024e0) Ending Line : open.c:128 (0x80024eb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 375 Symbol : open_dev_console (0x80021e8) Starting Line : open_dev_console.c:46 (0x8002254) Ending Line : open_dev_console.c:49 (0x8002273) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 378 Symbol : oproc (0x80059d8) Starting Line : termios.c:694 (0x8005a08) Ending Line : termios.c:728 (0x8005a1f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 383 Symbol : oproc (0x80059d8) Starting Line : termios.c:697 (0x8005a8c) Ending Line : termios.c:697 (0x8005a8f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 385 Symbol : oproc (0x80059d8) Starting Line : termios.c:705 (0x8005ab4) Ending Line : termios.c:714 (0x8005ae3) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 387 Symbol : oproc (0x80059d8) Starting Line : termios.c:723 (0x8005b00) Ending Line : termios.c:733 (0x8005b43) Size in Bytes : 68 Size in Instructions : 17 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 396 Symbol : pipe_read (0x800abe4) Starting Line : fifo.c:422 (0x800ada4) Ending Line : fifo.c:456 (0x800adaf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 398 Symbol : pipe_release (0x800a66c) Starting Line : fifo.c:285 (0x800a6d8) Ending Line : fifo.c:299 (0x800a6f3) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 404 Symbol : pipe_write (0x800adc0) Starting Line : fifo.c:488 (0x800aef8) Ending Line : fifo.c:529 (0x800af03) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 408 Symbol : pipe_write (0x800adc0) Starting Line : fifo.c:510 (0x800af94) Ending Line : fifo.c:510 (0x800af9b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 409 Symbol : pipe_write (0x800adc0) Starting Line : fifo.c:502 (0x800afa8) Ending Line : fifo.c:502 (0x800afaf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 415 Symbol : readv (0x80039fc) Starting Line : readv.c:54 (0x8003ac8) Ending Line : readv.c:54 (0x8003acb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 419 Symbol : readv (0x80039fc) Starting Line : readv.c:108 (0x8003b8c) Ending Line : readv.c:108 (0x8003b93) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 424 Symbol : realloc (0x8011750) Starting Line : realloc.c:52 (0x80117fc) Ending Line : realloc.c:53 (0x801180b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 427 Symbol : realloc (0x8011750) Starting Line : realloc.c:79 (0x8011848) Ending Line : realloc.c:79 (0x801184f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 446 Symbol : rtems_clock_set_nanoseconds_extension (0x8010300) Starting Line : clocksetnsecshandler.c:47 (0x801030d) Ending Line : clocksetnsecshandler.c:47 (0x801030f) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 447 Symbol : rtems_clock_set_nanoseconds_extension (0x8010300) Starting Line : clocksetnsecshandler.c:47 (0x8010311) Ending Line : clocksetnsecshandler.c:47 (0x8010313) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 448 Symbol : rtems_clock_set_nanoseconds_extension (0x8010300) Starting Line : clocksetnsecshandler.c:47 (0x8010315) Ending Line : clocksetnsecshandler.c:47 (0x8010317) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 449 Symbol : rtems_clock_set_nanoseconds_extension (0x8010300) Starting Line : clocksetnsecshandler.c:48 (0x8010319) Ending Line : clocksetnsecshandler.c:48 (0x801031b) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 456 Symbol : rtems_filesystem_dirname (0x80013bc) Starting Line : eval.c:126 (0x80013dc) Ending Line : eval.c:126 (0x80013df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 461 Symbol : rtems_filesystem_initialize (0x80010ec) Starting Line : base_fs.c:52 (0x8001218) Ending Line : base_fs.c:58 (0x8001247) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 463 Symbol : rtems_filesystem_iterate (0x8008870) Starting Line : mount-mgr.c:50 (0x80088a8) Ending Line : mount-mgr.c:50 (0x80088ab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 466 Symbol : rtems_filesystem_mount_iterate (0x8001abc) Starting Line : mount.c:269 (0x8001b18) Ending Line : mount.c:269 (0x8001b1b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 469 Symbol : rtems_filesystem_prefix_separators (0x8001410) Starting Line : eval.c:144 (0x8001444) Ending Line : eval.c:144 (0x8001447) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 473 Symbol : rtems_gxx_key_create (0x8002124) Starting Line : gxx_wrappers.c:84 (0x800218c) Ending Line : gxx_wrappers.c:85 (0x800219b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 477 Symbol : rtems_gxx_once (0x8002068) Starting Line : gxx_wrappers.c:51 (0x80020f8) Ending Line : gxx_wrappers.c:56 (0x8002123) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 481 Symbol : rtems_io_register_driver (0x8004958) Starting Line : ioregisterdriver.c:55 (0x8004abd) Ending Line : ioregisterdriver.c:55 (0x8004abf) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 491 Symbol : rtems_libio_init (0x8001610) Starting Line : libio_init.c:81 (0x80016ec) Ending Line : libio_init.c:81 (0x80016ef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 499 Symbol : rtems_libio_to_fcntl_flags (0x8008518) Starting Line : libio.c:107 (0x8008560) Ending Line : libio.c:104 (0x800856b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 504 Symbol : rtems_memalign (0x800d174) Starting Line : rtems_memalign.c:43 (0x800d231) Ending Line : rtems_memalign.c:43 (0x800d233) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 514 Symbol : rtems_print_buffer (0x8000900) Starting Line : dumpbuf.c:69 (0x8000b74) Ending Line : dumpbuf.c:69 (0x8000b8b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 516 Symbol : rtems_print_buffer (0x8000900) Starting Line : dumpbuf.c:74 (0x8000be4) Ending Line : dumpbuf.c:74 (0x8000be7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 529 Symbol : rtems_stack_checker_is_blown (0x8000b08) Starting Line : check.c:328 (0x8000b98) Ending Line : check.c:328 (0x8000b9f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 537 Symbol : rtems_string_to_pointer (0x8009738) Starting Line : stringto_template.h:120 (0x80097c8) Ending Line : stringto_template.h:120 (0x80097df) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 545 Symbol : rtems_tarfs_load (0x8000fb8) Starting Line : imfs_load_tar.c:180 (0x8001120) Ending Line : imfs_load_tar.c:181 (0x800113f) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 548 Symbol : rtems_tarfs_load (0x8000fb8) Starting Line : imfs_load_tar.c:151 (0x80011d0) Ending Line : imfs_load_tar.c:151 (0x80011db) Size in Bytes : 12 Size in Instructions : 3 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 : 557 Symbol : rtems_termios_baud_to_index (0x8004afc) Starting Line : termios_baud2index.c:46 (0x8004b64) Ending Line : termios_baud2index.c:46 (0x8004b6b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 559 Symbol : rtems_termios_baud_to_index (0x8004afc) Starting Line : termios_baud2index.c:46 (0x8004b90) Ending Line : termios_baud2index.c:46 (0x8004b97) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 561 Symbol : rtems_termios_baud_to_index (0x8004afc) Starting Line : termios_baud2index.c:46 (0x8004bbc) Ending Line : termios_baud2index.c:46 (0x8004bc3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 568 Symbol : rtems_termios_close (0x8005200) Starting Line : termios.c:400 (0x8005298) Ending Line : termios.c:400 (0x80052a7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 570 Symbol : rtems_termios_close (0x8005200) Starting Line : termios.c:407 (0x80052b1) Ending Line : termios.c:416 (0x80052c3) Size in Bytes : 19 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 572 Symbol : rtems_termios_close (0x8005200) Starting Line : termios.c:413 (0x8005354) Ending Line : termios.c:413 (0x800535b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 574 Symbol : rtems_termios_close (0x8005200) Starting Line : termios.c:404 (0x8005371) Ending Line : termios.c:404 (0x800537b) Size in Bytes : 11 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 578 Symbol : rtems_termios_close (0x8005200) Starting Line : termios.c:397 (0x80053d1) Ending Line : termios.c:397 (0x80053d3) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 581 Symbol : rtems_termios_dequeue_characters (0x8006c38) Starting Line : termios.c:1389 (0x8006cc0) Ending Line : termios.c:1389 (0x8006cc3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 589 Symbol : rtems_termios_enqueue_raw_characters (0x800655c) Starting Line : termios.c:1199 (0x800672c) Ending Line : termios.c:1212 (0x800675b) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 593 Symbol : rtems_termios_enqueue_raw_characters (0x800655c) Starting Line : termios.c:1234 (0x8006788) Ending Line : termios.c:1235 (0x800679b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 595 Symbol : rtems_termios_enqueue_raw_characters (0x800655c) Starting Line : termios.c:1174 (0x80067bc) Ending Line : termios.c:1174 (0x80067c7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 597 Symbol : rtems_termios_enqueue_raw_characters (0x800655c) Starting Line : termios.c:1182 (0x80067d8) Ending Line : termios.c:1191 (0x8006827) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 599 Symbol : rtems_termios_enqueue_raw_characters (0x800655c) Starting Line : termios.c:1225 (0x8006840) Ending Line : termios.c:1216 (0x80068b3) Size in Bytes : 116 Size in Instructions : 29 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 602 Symbol : rtems_termios_initialize (0x8004c38) Starting Line : termiosinitialize.c:52 (0x8004c84) Ending Line : termiosinitialize.c:52 (0x8004c87) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 608 Symbol : rtems_termios_ioctl (0x8005400) Starting Line : termios.c:458 (0x8005580) Ending Line : termios.c:472 (0x80055c7) Size in Bytes : 72 Size in Instructions : 18 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 610 Symbol : rtems_termios_ioctl (0x8005400) Starting Line : termios.c:476 (0x80055d4) Ending Line : termios.c:480 (0x80055ff) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 612 Symbol : rtems_termios_ioctl (0x8005400) Starting Line : termios.c:484 (0x800560c) Ending Line : termios.c:492 (0x8005653) Size in Bytes : 72 Size in Instructions : 18 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 614 Symbol : rtems_termios_ioctl (0x8005400) Starting Line : termios.c:500 (0x8005658) Ending Line : termios.c:500 (0x8005663) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 616 Symbol : rtems_termios_ioctl (0x8005400) Starting Line : termios.c:612 (0x80056c0) Ending Line : termios.c:618 (0x80056f3) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 619 Symbol : rtems_termios_ioctl (0x8005400) Starting Line : termios.c:468 (0x8005800) Ending Line : termios.c:472 (0x8005823) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 623 Symbol : rtems_termios_open (0x8004d64) Starting Line : termios.c:130 (0x8004ddc) Ending Line : termios.c:131 (0x8004dfb) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 626 Symbol : rtems_termios_open (0x8004d64) Starting Line : termios.c:314 (0x8004e1c) Ending Line : termios.c:314 (0x8004e2b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 629 Symbol : rtems_termios_open (0x8004d64) Starting Line : termios.c:327 (0x8004eb4) Ending Line : termios.c:327 (0x8004eb7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 635 Symbol : rtems_termios_open (0x8004d64) Starting Line : termios.c:193 (0x8004f50) Ending Line : termios.c:193 (0x8004f53) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 640 Symbol : rtems_termios_open (0x8004d64) Starting Line : termios.c:172 (0x8005138) Ending Line : termios.c:172 (0x800513f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 642 Symbol : rtems_termios_open (0x8004d64) Starting Line : termios.c:328 (0x800518c) Ending Line : termios.c:328 (0x800518f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 645 Symbol : rtems_termios_open (0x8004d64) Starting Line : termios.c:257 (0x80051f4) Ending Line : termios.c:257 (0x80051f7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 650 Symbol : rtems_termios_puts (0x8005874) Starting Line : termios.c:676 (0x8005948) Ending Line : termios.c:676 (0x8005953) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 651 Symbol : rtems_termios_puts (0x8005874) Starting Line : termios.c:664 (0x80059d4) Ending Line : termios.c:664 (0x80059d7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 657 Symbol : rtems_termios_read (0x8006194) Starting Line : termios.c:1058 (0x8006350) Ending Line : termios.c:1058 (0x8006353) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 661 Symbol : rtems_termios_read (0x8006194) Starting Line : termios.c:1032 (0x80063b8) Ending Line : termios.c:1035 (0x80063d3) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 664 Symbol : rtems_termios_read (0x8006194) Starting Line : termios.c:1011 (0x8006418) Ending Line : termios.c:1029 (0x800646b) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 670 Symbol : rtems_termios_read (0x8006194) Starting Line : termios.c:977 (0x8006520) Ending Line : termios.c:977 (0x8006527) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 676 Symbol : rtems_termios_refill_transmitter (0x800694c) Starting Line : termios.c:1327 (0x8006a34) Ending Line : termios.c:1327 (0x8006a3f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 677 Symbol : rtems_termios_refill_transmitter (0x800694c) Starting Line : termios.c:1262 (0x8006ab0) Ending Line : termios.c:1297 (0x8006bb3) Size in Bytes : 260 Size in Instructions : 65 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 679 Symbol : rtems_termios_rxdaemon (0x80068b4) Starting Line : termios.c:1464 (0x8006915) Ending Line : termios.c:1472 (0x8006933) Size in Bytes : 31 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 681 Symbol : rtems_termios_txdaemon (0x8006bb4) Starting Line : termios.c:1433 (0x8006bfc) Ending Line : termios.c:1433 (0x8006bff) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 683 Symbol : rtems_termios_txdaemon (0x8006bb4) Starting Line : termios.c:1425 (0x8006c28) Ending Line : termios.c:1426 (0x8006c37) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 687 Symbol : rtems_termios_write (0x8006084) Starting Line : termios.c:764 (0x8006180) Ending Line : termios.c:764 (0x8006193) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 691 Symbol : rtems_verror (0x80070b4) Starting Line : thread.inl:185 (0x8007104) Ending Line : thread.inl:186 (0x800711b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 695 Symbol : scanInt (0x8001cbc) Starting Line : getpwent.c:127 (0x8001d30) Ending Line : getpwent.c:128 (0x8001d43) 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 : 699 Symbol : scanInt (0x8001cbc) Starting Line : getpwent.c:142 (0x8001dd8) Ending Line : getpwent.c:142 (0x8001ddb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 712 Symbol : siproc (0x8005ffc) Starting Line : termios.c:939 (0x8006020) Ending Line : termios.c:942 (0x8006043) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : uname *** 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 : 719 Symbol : unmount (0x8003bb8) Starting Line : unmount.c:162 (0x8003c60) Ending Line : unmount.c:162 (0x8003c7b) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 721 Symbol : unmount (0x8003bb8) Starting Line : unmount.c:140 (0x8003d68) Ending Line : unmount.c:141 (0x8003d83) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 729 Symbol : writev (0x8004114) Starting Line : writev.c:55 (0x80041e1) Ending Line : writev.c:55 (0x80041e3) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 734 Symbol : writev (0x8004114) Starting Line : writev.c:122 (0x80042b0) Ending Line : writev.c:115 (0x80042bb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================