============================================ Index : 2 Symbol : IMFS_Set_handlers (0x4a4fc) Starting Line : imfs_eval.c:42 (0x4a528) Ending Line : imfs_eval.c:42 (0x4a537) Size in Bytes : 16 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 5 Symbol : IMFS_create_node (0x4a2ca) Starting Line : imfs_creat.c:94 (0x4a354) Ending Line : imfs_creat.c:98 (0x4a373) Size in Bytes : 32 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 7 Symbol : IMFS_eval_path (0x4a66c) Starting Line : imfs_eval.c:502 (0x4a75c) Ending Line : imfs_eval.c:502 (0x4a75f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 9 Symbol : IMFS_eval_path (0x4a66c) Starting Line : imfs_eval.c:488 (0x4a8c2) Ending Line : imfs_eval.c:663 (0x4a8db) Size in Bytes : 26 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 10 Symbol : IMFS_eval_path (0x4a66c) Starting Line : imfs_eval.c:663 (0x4a8f6) Ending Line : imfs_eval.c:663 (0x4a8ff) Size in Bytes : 10 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 15 Symbol : IMFS_evaluate_link (0x4a98c) Starting Line : imfs_eval.c:247 (0x4aa0c) Ending Line : imfs_eval.c:247 (0x4aa0d) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 18 Symbol : IMFS_evaluate_permission (0x4a586) Starting Line : imfs_eval.c:114 (0x4a5cc) Ending Line : imfs_eval.c:84 (0x4a5d9) Size in Bytes : 14 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 19 Symbol : IMFS_evaluate_permission (0x4a586) Starting Line : imfs_eval.c:84 (0x4a608) Ending Line : imfs_eval.c:84 (0x4a61b) Size in Bytes : 20 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 22 Symbol : IMFS_fifo_lseek (0x43900) Starting Line : imfs_fifo.c:127 (0x43938) Ending Line : imfs_fifo.c:127 (0x43947) Size in Bytes : 16 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 24 Symbol : IMFS_fifo_write (0x439f6) Starting Line : imfs_fifo.c:92 (0x43a4e) Ending Line : imfs_fifo.c:92 (0x43a5b) Size in Bytes : 14 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 27 Symbol : IMFS_find_match_in_dir (0x4ad7c) Starting Line : imfs_getchild.c:51 (0x4adb2) Ending Line : imfs_getchild.c:51 (0x4adb5) 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 : 31 Symbol : IMFS_fsunmount (0x4acd0) Starting Line : imfs_fsunmount.c:82 (0x4ad70) Ending Line : imfs_fsunmount.c:94 (0x4ad77) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 38 Symbol : IMFS_memfile_get_block_pointer (0x4d118) Starting Line : memfile.c:935 (0x4d1a2) Ending Line : memfile.c:944 (0x4d1ad) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 43 Symbol : IMFS_memfile_read (0x4d2be) Starting Line : memfile.c:633 (0x4d452) Ending Line : memfile.c:641 (0x4d45d) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 45 Symbol : IMFS_memfile_read (0x4d2be) Starting Line : memfile.c:557 (0x4d4e8) Ending Line : memfile.c:641 (0x4d519) Size in Bytes : 50 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 54 Symbol : IMFS_memfile_write (0x4d838) Starting Line : memfile.c:754 (0x4d9b0) Ending Line : memfile.c:767 (0x4d9bb) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 55 Symbol : IMFS_memfile_write (0x4d838) Starting Line : memfile.c:708 (0x4d9e6) Ending Line : memfile.c:767 (0x4d9ed) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 57 Symbol : IMFS_mknod (0x42638) Starting Line : imfs_mknod.c:38 (0x426a6) Ending Line : imfs_mknod.c:38 (0x426a7) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 59 Symbol : IMFS_mount (0x42700) Starting Line : imfs_mount.c:44 (0x4271e) Ending Line : imfs_mount.c:53 (0x4272b) Size in Bytes : 14 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 : 61 Symbol : IMFS_print_jnode (0x45088) Starting Line : imfs_debug.c:88 (0x450b2) Ending Line : imfs_debug.c:92 (0x450d5) Size in Bytes : 36 Size in Instructions : 9 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 : 62 Symbol : IMFS_print_jnode (0x45088) Starting Line : imfs_debug.c:43 (0x450e0) Ending Line : imfs_debug.c:43 (0x450ef) Size in Bytes : 16 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 65 Symbol : IMFS_readlink (0x42744) Starting Line : imfs_readlink.c:39 (0x42786) Ending Line : imfs_readlink.c:43 (0x4278b) Size in Bytes : 6 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 68 Symbol : IMFS_stat (0x4afdc) Starting Line : imfs_stat.c:37 (0x4b01c) Ending Line : imfs_stat.c:37 (0x4b02b) Size in Bytes : 16 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 69 Symbol : IMFS_stat (0x4afdc) Starting Line : ??:0 (0x4b136) Ending Line : ??:0 (0x4b137) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 71 Symbol : IMFS_unlink (0x428a8) Starting Line : imfs_unlink.c:51 (0x42972) Ending Line : imfs_unlink.c:82 (0x42987) Size in Bytes : 22 Size in Instructions : 7 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 74 Symbol : IMFS_unmount (0x4298c) Starting Line : imfs_unmount.c:45 (0x429b0) Ending Line : imfs_unmount.c:62 (0x429cf) Size in Bytes : 32 Size in Instructions : 12 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 78 Symbol : Stack_check_Dump_threads_usage (0x42b48) Starting Line : check.c:405 (0x42b48) Ending Line : check.c:370 (0x42cd7) Size in Bytes : 400 Size in Instructions : 110 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 81 Symbol : Stack_check_report_blown_task (0x42dc4) Starting Line : check.c:225 (0x42dc4) Ending Line : check.c:265 (0x42e73) Size in Bytes : 176 Size in Instructions : 45 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 82 Symbol : _API_Mutex_Unlock (0x471a8) Starting Line : ??:0 (0x471da) Ending Line : ??:0 (0x471db) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 85 Symbol : _CORE_RWLock_Obtain_for_writing (0x499ec) Starting Line : ??:0 (0x49a7a) Ending Line : ??:0 (0x49a7b) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 89 Symbol : _CORE_barrier_Wait (0x4855c) Starting Line : ??:0 (0x485ee) Ending Line : ??:0 (0x485ef) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 91 Symbol : _CORE_message_queue_Close (0x4db04) Starting Line : ??:0 (0x4db56) Ending Line : ??:0 (0x4db57) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 94 Symbol : _CORE_message_queue_Insert_message (0x55dd8) Starting Line : ??:0 (0x55ee2) Ending Line : ??:0 (0x55ee3) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 95 Symbol : _CORE_message_queue_Seize (0x50520) Starting Line : ??:0 (0x50656) Ending Line : ??:0 (0x50657) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 96 Symbol : _CORE_message_queue_Submit (0x50658) Starting Line : ??:0 (0x50796) Ending Line : ??:0 (0x50797) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 99 Symbol : _CORE_semaphore_Surrender (0x47604) Starting Line : coresemsurrender.c:71 (0x4764c) Ending Line : ??:0 (0x47653) Size in Bytes : 8 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 101 Symbol : _Chain_Initialize (0x4c7a8) Starting Line : chain.c:46 (0x4c80c) Ending Line : chain.c:61 (0x4c817) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 106 Symbol : _Event_Timeout (0x463dc) Starting Line : ??:0 (0x46486) Ending Line : ??:0 (0x46487) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 108 Symbol : _Heap_Allocate_aligned_with_boundary (0x4c9c4) Starting Line : ??:0 (0x4cb56) Ending Line : ??:0 (0x4cb57) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 109 Symbol : _Heap_Block_allocate (0x47a06) Starting Line : ??:0 (0x47b1a) Ending Line : ??:0 (0x47b1b) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 110 Symbol : _Heap_Extend (0x4ce80) Starting Line : heapextend.c:243 (0x4d0d0) Ending Line : heapextend.c:242 (0x4d0d7) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 117 Symbol : _Heap_Free (0x4cb58) Starting Line : ??:0 (0x4ccd6) Ending Line : ??:0 (0x4ccd7) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 125 Symbol : _Heap_Walk (0x4856e) Starting Line : heap.inl:199 (0x4877e) Ending Line : heap.inl:199 (0x4877f) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 126 Symbol : _Heap_Walk (0x4856e) Starting Line : heapwalk.c:82 (0x487b2) Ending Line : heapwalk.c:82 (0x487b3) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 130 Symbol : _Heap_Walk (0x4856e) Starting Line : heapwalk.c:95 (0x48a16) Ending Line : heapwalk.c:96 (0x48a23) Size in Bytes : 14 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 131 Symbol : _Heap_Walk (0x4856e) Starting Line : ??:0 (0x48a42) Ending Line : ??:0 (0x48a43) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 134 Symbol : _Internal_error_Occurred (0x47b1c) Starting Line : interr.c:61 (0x47b56) Ending Line : ??:0 (0x47b7f) Size in Bytes : 42 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 136 Symbol : _Objects_Allocate (0x47be0) Starting Line : objectallocate.c:60 (0x47bf2) Ending Line : objectallocate.c:60 (0x47bf3) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 137 Symbol : _Objects_Close (0x47c70) Starting Line : ??:0 (0x47c9a) Ending Line : ??:0 (0x47c9b) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 142 Symbol : _Objects_Extend_information (0x47c9c) Starting Line : objectextendinformation.c:66 (0x47ef8) Ending Line : objectextendinformation.c:78 (0x47f17) Size in Bytes : 32 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 146 Symbol : _Objects_Get_name_as_string (0x49ac8) Starting Line : ??:0 (0x49bca) Ending Line : ??:0 (0x49bcb) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 150 Symbol : _Objects_Set_name (0x48658) Starting Line : ??:0 (0x48746) Ending Line : ??:0 (0x48747) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 153 Symbol : _Objects_Shrink_information (0x482d0) Starting Line : objectshrinkinformation.c:72 (0x4837c) Ending Line : ??:0 (0x4838b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 155 Symbol : _POSIX_Keys_Free_memory (0x4680c) Starting Line : ??:0 (0x46842) Ending Line : ??:0 (0x46843) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 158 Symbol : _POSIX_Message_queue_Receive_support (0x4c4b0) Starting Line : mqueuerecvsupp.c:98 (0x4c57a) Ending Line : mqueue.inl:156 (0x4c5a7) Size in Bytes : 46 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 168 Symbol : _POSIX_Threads_Sporadic_budget_callout (0x4c1fc) Starting Line : pthread.c:158 (0x4c22a) Ending Line : pthread.c:158 (0x4c22d) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 172 Symbol : _POSIX_Timer_TSR (0x46710) Starting Line : timertsr.c:81 (0x4674c) Ending Line : timertsr.c:80 (0x4676d) Size in Bytes : 34 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 173 Symbol : _POSIX_Timer_TSR (0x46710) Starting Line : ??:0 (0x4679e) Ending Line : ??:0 (0x4679f) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 175 Symbol : _POSIX_signals_Clear_process_signals (0x4eb38) Starting Line : psignalclearprocesssignals.c:57 (0x4eb94) Ending Line : psignalclearprocesssignals.c:58 (0x4eb9b) Size in Bytes : 8 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 182 Symbol : _POSIX_signals_Unblock_thread (0x5d0ac) Starting Line : psignalunblockthread.c:64 (0x5d19e) Ending Line : psignalunblockthread.c:64 (0x5d19f) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 187 Symbol : _RTEMS_tasks_Initialize_user_tasks_body (0x46b8c) Starting Line : ??:0 (0x46c12) Ending Line : ??:0 (0x46c13) Size in Bytes : 2 Size in Instructions : 1 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 : 191 Symbol : _Scheduler_Handler_initialization (0x48414) Starting Line : ??:0 (0x48422) Ending Line : ??:0 (0x48423) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 194 Symbol : _Scheduler_priority_Block (0x48440) Starting Line : schedulerpriority.inl:146 (0x4851e) Ending Line : schedulerpriority.inl:187 (0x48527) Size in Bytes : 10 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 195 Symbol : _Scheduler_priority_Free (0x4861c) Starting Line : ??:0 (0x48632) Ending Line : ??:0 (0x48633) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 197 Symbol : _Scheduler_priority_Schedule (0x4869c) Starting Line : schedulerpriority.inl:146 (0x486e8) Ending Line : schedulerpriority.inl:187 (0x486ef) Size in Bytes : 8 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 201 Symbol : _TOD_Set (0x49028) Starting Line : ??:0 (0x490be) Ending Line : ??:0 (0x490bf) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 213 Symbol : _Thread_Close (0x48a18) Starting Line : threadclose.c:87 (0x48b32) Ending Line : threadclose.c:87 (0x48b33) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 217 Symbol : _Thread_Handler (0x4e974) Starting Line : threadhandler.c:182 (0x4e9e8) Ending Line : threadhandler.c:184 (0x4e9ff) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 218 Symbol : _Thread_Handler (0x4e974) Starting Line : threadhandler.c:184 (0x4ea4c) Ending Line : threadhandler.c:184 (0x4ea5b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 219 Symbol : _Thread_Handler_initialization (0x4908c) Starting Line : ??:0 (0x49116) Ending Line : ??:0 (0x49117) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 221 Symbol : _Thread_Initialize (0x48e4c) Starting Line : ??:0 (0x4908a) Ending Line : ??:0 (0x4908b) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 222 Symbol : _Thread_Reset (0x4dcf8) Starting Line : ??:0 (0x4dd72) Ending Line : ??:0 (0x4dd73) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 223 Symbol : _Thread_Restart (0x4a2a0) Starting Line : threadrestart.c:68 (0x4a324) Ending Line : threadrestart.c:68 (0x4a32b) Size in Bytes : 8 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 225 Symbol : _Thread_blocking_operation_Cancel (0x48870) Starting Line : ??:0 (0x488d6) Ending Line : ??:0 (0x488d7) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 226 Symbol : _Thread_queue_Dequeue_priority (0x49194) Starting Line : ??:0 (0x4928e) Ending Line : ??:0 (0x4928f) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 228 Symbol : _Thread_queue_Enqueue_priority (0x49338) Starting Line : threadqenqueuepriority.c:146 (0x49448) Ending Line : threadqenqueuepriority.c:132 (0x49467) Size in Bytes : 32 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 229 Symbol : _Thread_queue_Extract_fifo (0x4ea5c) Starting Line : ??:0 (0x4eaea) Ending Line : ??:0 (0x4eaeb) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 230 Symbol : _Thread_queue_Extract_priority_helper (0x4cea8) Starting Line : ??:0 (0x4cf96) Ending Line : ??:0 (0x4cf97) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 232 Symbol : _Thread_queue_Initialize (0x49548) Starting Line : ??:0 (0x495de) Ending Line : ??:0 (0x495df) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 237 Symbol : _Thread_queue_Requeue (0x495e0) Starting Line : threadqrequeue.c:73 (0x495fc) Ending Line : threadqrequeue.c:73 (0x49605) Size in Bytes : 10 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 239 Symbol : _Thread_queue_Requeue (0x495e0) Starting Line : threadqrequeue.c:71 (0x4961c) Ending Line : threadqrequeue.c:71 (0x4961d) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 240 Symbol : _Thread_queue_Requeue (0x495e0) Starting Line : ??:0 (0x49652) Ending Line : ??:0 (0x49653) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 246 Symbol : _Timer_server_Schedule_operation_method (0x59686) Starting Line : timerserver.c:198 (0x597d8) Ending Line : timerserver.c:207 (0x597e1) Size in Bytes : 10 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 248 Symbol : _User_extensions_Fatal (0x49ad6) Starting Line : userextthreadbegin.c:79 (0x49b0e) Ending Line : userextthreadbegin.c:79 (0x49b11) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 250 Symbol : _User_extensions_Fatal (0x49ad6) Starting Line : userextthreadbegin.c:81 (0x49b1e) Ending Line : userextthreadbegin.c:81 (0x49b23) Size in Bytes : 6 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 269 Symbol : _calloc_r (0x5c838) Starting Line : ??:0 (0x5c852) Ending Line : ??:0 (0x5c853) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 270 Symbol : _free_r (0x5c854) Starting Line : ??:0 (0x5c866) Ending Line : ??:0 (0x5c867) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 271 Symbol : _fstat_r (0x5c904) Starting Line : ??:0 (0x5c91e) Ending Line : ??:0 (0x5c91f) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 272 Symbol : _gettimeofday (0x430f2) Starting Line : ??:0 (0x430fe) Ending Line : ??:0 (0x430ff) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 273 Symbol : _isatty_r (0x5c934) Starting Line : ??:0 (0x5c946) Ending Line : ??:0 (0x5c947) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 274 Symbol : _kill_r (0x5cbfc) Starting Line : ??:0 (0x5cc1a) Ending Line : ??:0 (0x5cc1b) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 275 Symbol : _lseek_r (0x5caa4) Starting Line : ??:0 (0x5cace) Ending Line : ??:0 (0x5cacf) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 276 Symbol : _lstat_r (0x453fc) Starting Line : ??:0 (0x45416) Ending Line : ??:0 (0x45417) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 277 Symbol : _malloc_r (0x5cad0) Starting Line : ??:0 (0x5cae2) Ending Line : ??:0 (0x5cae3) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 278 Symbol : _realloc_r (0x5cbbc) Starting Line : ??:0 (0x5cbd6) Ending Line : ??:0 (0x5cbd7) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 280 Symbol : _rename_r (0x47818) Starting Line : _rename_r.c:73 (0x4798c) Ending Line : _rename_r.c:112 (0x47999) Size in Bytes : 14 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 283 Symbol : _rename_r (0x47818) Starting Line : _rename_r.c:87 (0x479e8) Ending Line : _rename_r.c:88 (0x479ef) Size in Bytes : 8 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 284 Symbol : _unlink_r (0x470f4) Starting Line : ??:0 (0x47106) Ending Line : ??:0 (0x47107) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 285 Symbol : _write_r (0x5cbd8) Starting Line : ??:0 (0x5cbfa) Ending Line : ??:0 (0x5cbfb) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 291 Symbol : aio_fsync (0x472cc) Starting Line : aio_fsync.c:56 (0x4736e) Ending Line : aio_fsync.c:63 (0x4738f) Size in Bytes : 34 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 294 Symbol : aio_read (0x47c30) Starting Line : aio_read.c:59 (0x47cd2) Ending Line : aio_read.c:65 (0x47cf3) Size in Bytes : 34 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 296 Symbol : aio_write (0x47d08) Starting Line : aio_write.c:59 (0x47daa) Ending Line : aio_write.c:65 (0x47dcb) Size in Bytes : 34 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 305 Symbol : devFS_evaluate_path (0x4c6a8) Starting Line : devfs_eval.c:44 (0x4c756) Ending Line : devfs_eval.c:71 (0x4c76d) Size in Bytes : 24 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 307 Symbol : drainOutput (0x43fe0) Starting Line : termios.c:352 (0x4404c) Ending Line : termios.c:352 (0x44053) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 309 Symbol : echo (0x44d2c) Starting Line : termios.c:788 (0x44d8a) Ending Line : termios.c:786 (0x44d9d) Size in Bytes : 20 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 313 Symbol : erase (0x44dd0) Starting Line : termios.c:807 (0x44dfc) Ending Line : termios.c:808 (0x44e19) Size in Bytes : 30 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 316 Symbol : erase (0x44dd0) Starting Line : termios.c:848 (0x44e72) Ending Line : termios.c:848 (0x44e77) Size in Bytes : 6 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 317 Symbol : erase (0x44dd0) Starting Line : termios.c:849 (0x44e8c) Ending Line : termios.c:853 (0x44ec7) Size in Bytes : 60 Size in Instructions : 17 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 320 Symbol : erase (0x44dd0) Starting Line : termios.c:832 (0x44f1c) Ending Line : termios.c:827 (0x44f25) Size in Bytes : 10 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 321 Symbol : erase (0x44dd0) Starting Line : termios.c:827 (0x44f88) Ending Line : termios.c:809 (0x44fc7) Size in Bytes : 64 Size in Instructions : 18 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 322 Symbol : fcntl (0x43ab4) Starting Line : fcntl.c:51 (0x43b1c) Ending Line : fcntl.c:51 (0x43b2f) Size in Bytes : 20 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 324 Symbol : fcntl (0x43ab4) Starting Line : fcntl.c:143 (0x43b78) Ending Line : fcntl.c:162 (0x43b8f) Size in Bytes : 24 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 326 Symbol : fcntl (0x43ab4) Starting Line : fcntl.c:162 (0x43b9e) Ending Line : fcntl.c:162 (0x43ba9) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 328 Symbol : fcntl (0x43ab4) Starting Line : fcntl.c:140 (0x43c14) Ending Line : fcntl.c:140 (0x43c15) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 329 Symbol : fcntl (0x43ab4) Starting Line : fcntl.c:55 (0x43c24) Ending Line : fcntl.c:65 (0x43c59) Size in Bytes : 54 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 332 Symbol : fifo_open (0x4d34c) Starting Line : libio_.h:169 (0x4d404) Ending Line : fifo.c:224 (0x4d423) Size in Bytes : 32 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 335 Symbol : fifo_open (0x4d34c) Starting Line : fifo.c:385 (0x4d740) Ending Line : fifo.c:386 (0x4d74f) Size in Bytes : 16 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 336 Symbol : fifo_open (0x4d34c) Starting Line : fifo.c:150 (0x4d75c) Ending Line : fifo.c:234 (0x4d78d) Size in Bytes : 50 Size in Instructions : 14 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 337 Symbol : fpathconf (0x43d48) Starting Line : fpathconf.c:44 (0x43dac) Ending Line : fpathconf.c:44 (0x43dc3) Size in Bytes : 24 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 339 Symbol : free (0x42fe4) Starting Line : ??:0 (0x43072) Ending Line : ??:0 (0x43073) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 341 Symbol : free_user_env (0x4470c) Starting Line : privateenv.c:44 (0x44748) Ending Line : privateenv.c:44 (0x4474f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 345 Symbol : getdents (0x5e4c0) Starting Line : getdents.c:41 (0x5e536) Ending Line : getdents.c:41 (0x5e539) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 348 Symbol : imfs_dir_open (0x4de74) Starting Line : imfs_directory.c:57 (0x4de8a) Ending Line : imfs_directory.c:57 (0x4de91) Size in Bytes : 8 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 351 Symbol : iproc (0x44fc8) Starting Line : termios.c:872 (0x44fe4) Ending Line : termios.c:872 (0x44fe7) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 354 Symbol : iproc (0x44fc8) Starting Line : termios.c:917 (0x4503e) Ending Line : termios.c:917 (0x4504d) Size in Bytes : 16 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 356 Symbol : iproc (0x44fc8) Starting Line : termios.c:919 (0x4505c) Ending Line : termios.c:920 (0x45067) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 359 Symbol : iproc (0x44fc8) Starting Line : termios.c:904 (0x450c0) Ending Line : termios.c:920 (0x450e1) Size in Bytes : 34 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 361 Symbol : iproc (0x44fc8) Starting Line : termios.c:883 (0x450e8) Ending Line : termios.c:883 (0x450eb) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 362 Symbol : iproc (0x44fc8) Starting Line : termios.c:905 (0x4511c) Ending Line : termios.c:906 (0x4513b) Size in Bytes : 32 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 364 Symbol : iproc (0x44fc8) Starting Line : termios.c:900 (0x4515a) Ending Line : termios.c:900 (0x4516f) Size in Bytes : 22 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 365 Symbol : iproc (0x44fc8) Starting Line : termios.c:896 (0x4519e) Ending Line : termios.c:920 (0x451a9) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 366 Symbol : killinfo (0x5cdec) Starting Line : killinfo.c:155 (0x5cec6) Ending Line : killinfo.c:155 (0x5ced1) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 370 Symbol : killinfo (0x5cdec) Starting Line : killinfo.c:321 (0x5d024) Ending Line : killinfo.c:321 (0x5d027) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 372 Symbol : libc_wrapup (0x438a8) Starting Line : newlibc_exit.c:90 (0x438b8) Ending Line : newlibc_exit.c:90 (0x438bf) Size in Bytes : 8 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 379 Symbol : memfile_lseek (0x4db6c) Starting Line : memfile.c:220 (0x4dbdc) Ending Line : memfile.c:229 (0x4dbf5) Size in Bytes : 26 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 381 Symbol : memfile_open (0x4da34) Starting Line : memfile.c:102 (0x4da8c) Ending Line : memfile.c:119 (0x4daf7) Size in Bytes : 108 Size in Instructions : 35 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 383 Symbol : mount (0x4356c) Starting Line : mount.c:252 (0x437aa) Ending Line : mount.c:252 (0x437b3) Size in Bytes : 10 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 384 Symbol : mount (0x4356c) Starting Line : mount.c:157 (0x437ca) Ending Line : mount.c:258 (0x437e1) Size in Bytes : 24 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 385 Symbol : mount (0x4356c) Starting Line : mount.c:219 (0x43828) Ending Line : mount.c:258 (0x43849) Size in Bytes : 34 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 386 Symbol : mount (0x4356c) Starting Line : mount.c:257 (0x43866) Ending Line : mount.c:258 (0x43871) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 387 Symbol : mount (0x4356c) Starting Line : ??:0 (0x438a6) Ending Line : ??:0 (0x438a7) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 389 Symbol : mount_and_make_target_path (0x43cc0) Starting Line : mount-mktgt.c:56 (0x43cf2) Ending Line : mount-mktgt.c:56 (0x43cfb) Size in Bytes : 10 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 393 Symbol : newlib_free_buffers (0x43934) Starting Line : newlibc_reent.c:121 (0x4394e) Ending Line : newlibc_reent.c:121 (0x43957) Size in Bytes : 10 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 395 Symbol : newlib_free_buffers (0x43934) Starting Line : newlibc_reent.c:115 (0x4396c) Ending Line : newlibc_reent.c:124 (0x4398f) Size in Bytes : 36 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 396 Symbol : open (0x43c28) Starting Line : open.c:172 (0x43d9c) Ending Line : open.c:172 (0x43dbd) Size in Bytes : 34 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 397 Symbol : open (0x43c28) Starting Line : open.c:193 (0x43dc4) Ending Line : open.c:193 (0x43ddb) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 401 Symbol : open (0x43c28) Starting Line : open.c:72 (0x43e86) Ending Line : open.c:139 (0x43e8d) Size in Bytes : 8 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 402 Symbol : open_dev_console (0x43bb4) Starting Line : ??:0 (0x43c26) Ending Line : ??:0 (0x43c27) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 405 Symbol : oproc (0x44b4e) Starting Line : termios.c:727 (0x44bd6) Ending Line : termios.c:739 (0x44c15) Size in Bytes : 64 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 407 Symbol : oproc (0x44b4e) Starting Line : termios.c:697 (0x44c1c) Ending Line : termios.c:697 (0x44c1f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 409 Symbol : oproc (0x44b4e) Starting Line : termios.c:705 (0x44c54) Ending Line : termios.c:739 (0x44c91) Size in Bytes : 62 Size in Instructions : 18 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 411 Symbol : oproc (0x44b4e) Starting Line : termios.c:723 (0x44cae) Ending Line : termios.c:733 (0x44d07) Size in Bytes : 90 Size in Instructions : 24 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 413 Symbol : pipe_create (0x4c4dc) Starting Line : pipe.c:37 (0x4c4fe) Ending Line : pipe.c:78 (0x4c509) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 415 Symbol : pipe_create (0x4c4dc) Starting Line : pipe.c:64 (0x4c5be) Ending Line : pipe.c:64 (0x4c5c1) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 417 Symbol : pipe_ioctl (0x4dc0a) Starting Line : fifo.c:562 (0x4dc46) Ending Line : fifo.c:571 (0x4dc4b) Size in Bytes : 6 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 420 Symbol : pipe_read (0x4d7f4) Starting Line : fifo.c:453 (0x4d89c) Ending Line : fifo.c:453 (0x4d8a3) Size in Bytes : 8 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 421 Symbol : pipe_read (0x4d7f4) Starting Line : fifo.c:419 (0x4d8b4) Ending Line : fifo.c:419 (0x4d8bb) Size in Bytes : 8 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 422 Symbol : pipe_read (0x4d7f4) Starting Line : fifo.c:402 (0x4d8ca) Ending Line : fifo.c:459 (0x4d8d5) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 423 Symbol : pipe_read (0x4d7f4) Starting Line : fifo.c:422 (0x4d97a) Ending Line : fifo.c:456 (0x4d989) Size in Bytes : 16 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 424 Symbol : pipe_read (0x4d7f4) Starting Line : fifo.c:453 (0x4d9ce) Ending Line : fifo.c:453 (0x4d9e5) Size in Bytes : 24 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 429 Symbol : pipe_write (0x4d9e6) Starting Line : fifo.c:475 (0x4d9f8) Ending Line : fifo.c:545 (0x4da03) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 433 Symbol : pipe_write (0x4d9e6) Starting Line : fifo.c:499 (0x4daa8) Ending Line : fifo.c:499 (0x4daab) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 435 Symbol : pipe_write (0x4d9e6) Starting Line : fifo.c:478 (0x4dae2) Ending Line : fifo.c:538 (0x4daff) Size in Bytes : 30 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 436 Symbol : pipe_write (0x4d9e6) Starting Line : fifo.c:486 (0x4db0c) Ending Line : fifo.c:522 (0x4db27) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 438 Symbol : pipe_write (0x4d9e6) Starting Line : fifo.c:488 (0x4dbb0) Ending Line : fifo.c:529 (0x4dbb9) Size in Bytes : 10 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 439 Symbol : pipe_write (0x4d9e6) Starting Line : fifo.c:538 (0x4dbde) Ending Line : fifo.c:502 (0x4dbe7) Size in Bytes : 10 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 444 Symbol : pthread_barrier_init (0x46b6c) Starting Line : pbarrierinit.c:73 (0x46c36) Ending Line : pbarrierinit.c:73 (0x46c37) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 448 Symbol : pthread_exit (0x4e658) Starting Line : pthreadexit.c:66 (0x4e66c) Ending Line : pthreadexit.c:67 (0x4e66f) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 451 Symbol : pthread_kill (0x5d1e8) Starting Line : pthreadkill.c:79 (0x5d29e) Ending Line : pthreadkill.c:80 (0x5d2b3) Size in Bytes : 22 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 453 Symbol : pthread_mutex_timedlock (0x48970) Starting Line : mutextimedlock.c:83 (0x489ac) Ending Line : mutextimedlock.c:83 (0x489b7) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 456 Symbol : pthread_mutex_timedlock (0x48970) Starting Line : mutextimedlock.c:83 (0x489f2) Ending Line : mutextimedlock.c:83 (0x489fb) Size in Bytes : 10 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 461 Symbol : pthread_once (0x471f8) Starting Line : pthreadonce.c:41 (0x47242) Ending Line : pthreadonce.c:43 (0x47253) Size in Bytes : 18 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 466 Symbol : pthread_rwlock_timedrdlock (0x47954) Starting Line : ??:0 (0x47a22) Ending Line : ??:0 (0x47a23) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 469 Symbol : pthread_rwlock_timedwrlock (0x47a24) Starting Line : ??:0 (0x47af2) Ending Line : ??:0 (0x47af3) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 474 Symbol : pthread_setschedparam (0x49374) Starting Line : pthreadsetschedparam.c:73 (0x494c2) Ending Line : ??:0 (0x494c7) Size in Bytes : 6 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 478 Symbol : pthread_testcancel (0x46e98) Starting Line : testcancel.c:56 (0x46ede) Ending Line : testcancel.c:57 (0x46ee3) Size in Bytes : 6 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 479 Symbol : putk (0x440a4) Starting Line : ??:0 (0x440da) Ending Line : ??:0 (0x440db) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 483 Symbol : readlink (0x468a4) Starting Line : readlink.c:36 (0x468de) Ending Line : readlink.c:48 (0x468e9) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 492 Symbol : readv (0x45150) Starting Line : readv.c:108 (0x4524a) Ending Line : readv.c:120 (0x45257) Size in Bytes : 14 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 495 Symbol : realloc (0x5cc1c) Starting Line : realloc.c:52 (0x5cc84) Ending Line : realloc.c:87 (0x5cc9b) Size in Bytes : 24 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 498 Symbol : realloc (0x5cc1c) Starting Line : realloc.c:79 (0x5cd1a) Ending Line : realloc.c:79 (0x5cd1d) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 500 Symbol : rmdir (0x443fc) Starting Line : rmdir.c:81 (0x44500) Ending Line : rmdir.c:81 (0x4450d) Size in Bytes : 14 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 502 Symbol : rtems_aio_enqueue (0x47a08) Starting Line : aio_misc.c:300 (0x47ae2) Ending Line : aio_misc.c:382 (0x47af7) Size in Bytes : 22 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 503 Symbol : rtems_aio_enqueue (0x47a08) Starting Line : aio_misc.c:376 (0x47bb8) Ending Line : aio_misc.c:381 (0x47bd3) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 505 Symbol : rtems_aio_enqueue (0x47a08) Starting Line : aio_misc.c:331 (0x47c12) Ending Line : aio_misc.c:382 (0x47c2b) Size in Bytes : 26 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 508 Symbol : rtems_aio_handle (0x47632) Starting Line : aio_misc.c:466 (0x476dc) Ending Line : aio_misc.c:556 (0x47707) Size in Bytes : 44 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 509 Symbol : rtems_aio_handle (0x47632) Starting Line : aio_misc.c:459 (0x4773c) Ending Line : aio_misc.c:460 (0x47747) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 511 Symbol : rtems_aio_handle (0x47632) Starting Line : aio_misc.c:549 (0x4777e) Ending Line : aio_misc.c:549 (0x4778b) Size in Bytes : 14 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 514 Symbol : rtems_aio_handle (0x47632) Starting Line : aio_misc.c:526 (0x4786c) Ending Line : aio_misc.c:467 (0x478b3) Size in Bytes : 72 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 516 Symbol : rtems_aio_init (0x47394) Starting Line : aio_misc.c:69 (0x473ac) Ending Line : aio_misc.c:69 (0x473b5) Size in Bytes : 10 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 518 Symbol : rtems_aio_init (0x47394) Starting Line : aio_misc.c:57 (0x47454) Ending Line : aio_misc.c:51 (0x47511) Size in Bytes : 190 Size in Instructions : 40 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 521 Symbol : rtems_aio_insert_prio (0x478d4) Starting Line : aio_misc.c:556 (0x478fe) Ending Line : chain.inl:424 (0x4791b) Size in Bytes : 30 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 525 Symbol : rtems_aio_move_to_work (0x475d0) Starting Line : aio_misc.c:148 (0x4761a) Ending Line : chain.inl:424 (0x4762d) Size in Bytes : 20 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 528 Symbol : rtems_aio_remove_req (0x4798e) Starting Line : aio_misc.c:556 (0x479aa) Ending Line : aio_misc.c:270 (0x479cb) Size in Bytes : 34 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 530 Symbol : rtems_assoc_local_by_remote_bitfield (0x4e1d0) Starting Line : assoclocalbyremotebitfield.c:28 (0x4e216) Ending Line : assoclocalbyremotebitfield.c:28 (0x4e217) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 531 Symbol : rtems_assoc_name_by_local_bitfield (0x4382c) Starting Line : ??:0 (0x438a6) Ending Line : ??:0 (0x438a7) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 532 Symbol : rtems_assoc_name_by_remote_bitfield (0x438e0) Starting Line : ??:0 (0x4395a) Ending Line : ??:0 (0x4395b) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 537 Symbol : rtems_assoc_remote_by_local_bitfield (0x43ad0) Starting Line : assocremotebylocalbitfield.c:28 (0x43b16) Ending Line : assocremotebylocalbitfield.c:28 (0x43b17) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 541 Symbol : rtems_bsp_cmdline_get_param (0x42b18) Starting Line : ??:0 (0x42ba6) Ending Line : ??:0 (0x42ba7) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 545 Symbol : rtems_bsp_cmdline_get_param_rhs (0x42bd0) Starting Line : bspcmdline_getparamrhs.c:43 (0x42c6e) Ending Line : bspcmdline_getparamrhs.c:43 (0x42c6f) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 546 Symbol : rtems_chain_append_with_notification (0x47490) Starting Line : ??:0 (0x474da) Ending Line : ??:0 (0x474db) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 547 Symbol : rtems_chain_get_with_notification (0x474dc) Starting Line : ??:0 (0x47526) Ending Line : ??:0 (0x47527) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 549 Symbol : rtems_chain_prepend_with_notification (0x4758c) Starting Line : ??:0 (0x475d6) Ending Line : ??:0 (0x475d7) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 551 Symbol : rtems_deviceio_errno (0x4eaec) Starting Line : deviceerrno.c:69 (0x4eb28) Ending Line : deviceerrno.c:69 (0x4eb37) Size in Bytes : 16 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 554 Symbol : rtems_filesystem_get_mount_handler (0x4b7ac) Starting Line : mount-mgr.c:100 (0x4b7d6) Ending Line : mount-mgr.c:100 (0x4b7d7) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 556 Symbol : rtems_filesystem_initialize (0x42ad4) Starting Line : base_fs.c:52 (0x42bb2) Ending Line : ??:0 (0x42bd7) Size in Bytes : 38 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 561 Symbol : rtems_filesystem_mount_iterate (0x434f0) Starting Line : libio_.h:169 (0x43552) Ending Line : mount.c:282 (0x43567) Size in Bytes : 22 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 566 Symbol : rtems_filesystem_prefix_separators (0x42f7a) Starting Line : eval.c:143 (0x42fc0) Ending Line : eval.c:151 (0x42fcb) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 569 Symbol : rtems_gxx_key_create (0x43b98) Starting Line : gxx_wrappers.c:84 (0x43bde) Ending Line : gxx_wrappers.c:86 (0x43bf1) Size in Bytes : 20 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 573 Symbol : rtems_gxx_once (0x43b1c) Starting Line : gxx_wrappers.c:51 (0x43b7c) Ending Line : gxx_wrappers.c:56 (0x43b93) Size in Bytes : 24 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 574 Symbol : rtems_gxx_recursive_mutex_unlock (0x43daa) Starting Line : ??:0 (0x43db6) Ending Line : ??:0 (0x43db7) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 576 Symbol : rtems_gxx_setspecific (0x43c98) Starting Line : gxx_wrappers.c:174 (0x43cc4) Ending Line : gxx_wrappers.c:173 (0x43cc9) Size in Bytes : 6 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Symbol : rtems_heap_extend *** NEVER REFERENCED *** This symbol was never referenced by an analyzed executable. Therefore there is no size or disassembly for this symbol. This could be due to symbol misspelling or lack of a test for this symbol. ============================================ ============================================ Index : 579 Symbol : rtems_io_register_driver (0x4838c) Starting Line : ioregisterdriver.c:55 (0x484e8) Ending Line : ioregisterdriver.c:55 (0x484e9) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 583 Symbol : rtems_libio_free (0x4b536) Starting Line : libio.c:185 (0x4b55a) Ending Line : libio_.h:169 (0x4b589) Size in Bytes : 48 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 589 Symbol : rtems_libio_init (0x43100) Starting Line : libio_init.c:89 (0x4318e) Ending Line : libio_init.c:81 (0x4319d) Size in Bytes : 16 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 593 Symbol : rtems_libio_set_private_env (0x44754) Starting Line : privateenv.c:125 (0x44788) Ending Line : privateenv.c:126 (0x44793) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 596 Symbol : rtems_libio_share_private_env (0x4487e) Starting Line : privateenv.c:204 (0x448d0) Ending Line : privateenv.c:204 (0x448dd) Size in Bytes : 14 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 597 Symbol : rtems_libio_share_private_env (0x4487e) Starting Line : ??:0 (0x448fa) Ending Line : ??:0 (0x448fb) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 599 Symbol : rtems_libio_to_fcntl_flags (0x4b424) Starting Line : libio.c:104 (0x4b464) Ending Line : libio.c:104 (0x4b46d) Size in Bytes : 10 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 607 Symbol : rtems_mkdir (0x4de4c) Starting Line : rtems_mkdir.c:140 (0x4dfa2) Ending Line : rtems_mkdir.c:140 (0x4dfa5) Size in Bytes : 4 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 609 Symbol : rtems_mkdir (0x4de4c) Starting Line : rtems_mkdir.c:125 (0x4dfaa) Ending Line : rtems_mkdir.c:125 (0x4dfb3) Size in Bytes : 10 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 610 Symbol : rtems_object_get_api_class_name (0x46764) Starting Line : ??:0 (0x467ca) Ending Line : ??:0 (0x467cb) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 615 Symbol : rtems_object_get_class_information (0x48380) Starting Line : rtemsobjectgetclassinfo.c:51 (0x48414) Ending Line : ??:0 (0x4841f) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 621 Symbol : rtems_print_buffer (0x423fc) Starting Line : dumpbuf.c:74 (0x42604) Ending Line : dumpbuf.c:74 (0x42605) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 622 Symbol : rtems_print_buffer (0x423fc) Starting Line : dumpbuf.c:66 (0x4262c) Ending Line : ??:0 (0x4264b) Size in Bytes : 32 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 624 Symbol : rtems_rate_monotonic_period (0x47800) Starting Line : ratemonperiod.c:265 (0x47870) Ending Line : ratemonperiod.c:278 (0x47877) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 628 Symbol : rtems_rate_monotonic_report_statistics_with_plugin (0x47a0c) Starting Line : ratemonreportstatistics.c:98 (0x47af6) Ending Line : ratemonreportstatistics.c:98 (0x47af7) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 629 Symbol : rtems_rate_monotonic_report_statistics_with_plugin (0x47a0c) Starting Line : ratemonreportstatistics.c:98 (0x47baa) Ending Line : ratemonreportstatistics.c:98 (0x47bad) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 631 Symbol : rtems_rate_monotonic_reset_all_statistics (0x47bc8) Starting Line : ??:0 (0x47c12) Ending Line : ??:0 (0x47c13) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 632 Symbol : rtems_region_create (0x576a4) Starting Line : ??:0 (0x577ca) Ending Line : ??:0 (0x577cb) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 633 Symbol : rtems_region_extend (0x5787c) Starting Line : ??:0 (0x57932) Ending Line : ??:0 (0x57933) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 636 Symbol : rtems_region_get_segment_size (0x57bb8) Starting Line : regiongetsegmentsize.c:81 (0x57c14) Ending Line : regiongetsegmentsize.c:82 (0x57c23) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 638 Symbol : rtems_semaphore_delete (0x46690) Starting Line : ??:0 (0x46766) Ending Line : ??:0 (0x46767) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 639 Symbol : rtems_semaphore_flush (0x50630) Starting Line : ??:0 (0x506a2) Ending Line : ??:0 (0x506a3) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 640 Symbol : rtems_semaphore_obtain (0x46768) Starting Line : ??:0 (0x468a6) Ending Line : ??:0 (0x468a7) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 641 Symbol : rtems_shutdown_executive (0x46e40) Starting Line : thread.inl:50 (0x46e74) Ending Line : ??:0 (0x46e87) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 649 Symbol : rtems_stack_checker_is_blown (0x42ef4) Starting Line : check.c:303 (0x42f4c) Ending Line : check.c:328 (0x42f67) Size in Bytes : 28 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 650 Symbol : rtems_stack_checker_report_usage (0x42fce) Starting Line : check.c:513 (0x42fce) Ending Line : check.c:515 (0x42fe3) Size in Bytes : 22 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 651 Symbol : rtems_stack_checker_report_usage_with_plugin (0x42f68) Starting Line : check.c:488 (0x42f68) Ending Line : check.c:510 (0x42fc9) Size in Bytes : 98 Size in Instructions : 24 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 655 Symbol : rtems_stack_checker_switch_extension (0x42e74) Starting Line : check.c:288 (0x42eb6) Ending Line : check.c:292 (0x42ef3) Size in Bytes : 62 Size in Instructions : 17 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 656 Symbol : rtems_string_to_double (0x4da04) Starting Line : stringtodouble.c:33 (0x4da04) Ending Line : stringtodouble.c:45 (0x4daeb) Size in Bytes : 232 Size in Instructions : 76 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 660 Symbol : rtems_string_to_float (0x4daec) Starting Line : stringtofloat.c:53 (0x4db8c) Ending Line : stringtofloat.c:58 (0x4db97) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 665 Symbol : rtems_string_to_int (0x4dbb8) Starting Line : stringtoint.c:53 (0x4dc26) Ending Line : stringtoint.c:53 (0x4dc2d) Size in Bytes : 8 Size in Instructions : 2 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 : 670 Symbol : rtems_string_to_long_long (0x4dc58) Starting Line : ??:0 (0x4dd16) Ending Line : ??:0 (0x4dd17) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 673 Symbol : rtems_string_to_unsigned_char (0x4ddd4) Starting Line : stringtounsignedchar.c:53 (0x4de40) Ending Line : stringtounsignedchar.c:66 (0x4de69) Size in Bytes : 42 Size in Instructions : 17 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 675 Symbol : rtems_string_to_unsigned_int (0x4de88) Starting Line : ??:0 (0x4df1e) Ending Line : ??:0 (0x4df1f) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 678 Symbol : rtems_string_to_unsigned_long (0x4dfd0) Starting Line : ??:0 (0x4e066) Ending Line : ??:0 (0x4e067) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 680 Symbol : rtems_string_to_unsigned_long_long (0x4df20) Starting Line : ??:0 (0x4dfce) Ending Line : ??:0 (0x4dfcf) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 683 Symbol : rtems_tarfs_load (0x42b8c) Starting Line : imfs_load_tar.c:180 (0x42cca) Ending Line : imfs_load_tar.c:181 (0x42cd7) Size in Bytes : 14 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 685 Symbol : rtems_tarfs_load (0x42b8c) Starting Line : imfs_load_tar.c:151 (0x42d04) Ending Line : imfs_load_tar.c:151 (0x42d0b) Size in Bytes : 8 Size in Instructions : 2 Classification: Simple Test Case Explanation: We apparently only have a relative symbolic link. We need to include one which has an absolute path. This will be a broken symlink on the host but resolve fine on the target. ============================================ ============================================ Index : 691 Symbol : rtems_task_variable_delete (0x47b78) Starting Line : ??:0 (0x47c1e) Ending Line : ??:0 (0x47c1f) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 696 Symbol : rtems_termios_close (0x44496) Starting Line : termios.c:416 (0x44528) Ending Line : termios.c:416 (0x44529) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 698 Symbol : rtems_termios_close (0x44496) Starting Line : termios.c:397 (0x445de) Ending Line : termios.c:397 (0x445e5) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 702 Symbol : rtems_termios_dequeue_characters (0x45c6e) Starting Line : termios.c:1389 (0x45cc4) Ending Line : termios.c:1389 (0x45ccb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 706 Symbol : rtems_termios_enqueue_raw_characters (0x4566c) Starting Line : termios.c:1199 (0x4578e) Ending Line : termios.c:1212 (0x457cb) Size in Bytes : 62 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 709 Symbol : rtems_termios_enqueue_raw_characters (0x4566c) Starting Line : termios.c:1234 (0x457f2) Ending Line : termios.c:1235 (0x45801) Size in Bytes : 16 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 710 Symbol : rtems_termios_enqueue_raw_characters (0x4566c) Starting Line : termios.c:1174 (0x45826) Ending Line : termios.c:1128 (0x45837) Size in Bytes : 18 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 712 Symbol : rtems_termios_enqueue_raw_characters (0x4566c) Starting Line : termios.c:1182 (0x45846) Ending Line : termios.c:1191 (0x45885) Size in Bytes : 64 Size in Instructions : 23 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 714 Symbol : rtems_termios_enqueue_raw_characters (0x4566c) Starting Line : termios.c:1225 (0x458a4) Ending Line : termios.c:1216 (0x4591d) Size in Bytes : 122 Size in Instructions : 37 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 717 Symbol : rtems_termios_ioctl (0x44668) Starting Line : termios.c:612 (0x44732) Ending Line : termios.c:623 (0x4475f) Size in Bytes : 46 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 719 Symbol : rtems_termios_ioctl (0x44668) Starting Line : termios.c:463 (0x447b8) Ending Line : termios.c:472 (0x447d9) Size in Bytes : 34 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 721 Symbol : rtems_termios_ioctl (0x44668) Starting Line : termios.c:484 (0x44814) Ending Line : termios.c:499 (0x44855) Size in Bytes : 66 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 722 Symbol : rtems_termios_ioctl (0x44668) Starting Line : termios.c:499 (0x449a0) Ending Line : termios.c:623 (0x449b3) Size in Bytes : 20 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 723 Symbol : rtems_termios_ioctl (0x44668) Starting Line : termios.c:614 (0x449ec) Ending Line : termios.c:472 (0x44a37) Size in Bytes : 76 Size in Instructions : 22 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 726 Symbol : rtems_termios_open (0x44054) Starting Line : termios.c:130 (0x44310) Ending Line : termios.c:130 (0x4431b) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 730 Symbol : rtems_termios_open (0x44054) Starting Line : termios.c:257 (0x443ee) Ending Line : termios.c:257 (0x443ef) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 731 Symbol : rtems_termios_open (0x44054) Starting Line : termios.c:162 (0x4443a) Ending Line : termios.c:333 (0x44465) Size in Bytes : 44 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 734 Symbol : rtems_termios_puts (0x44a4a) Starting Line : termios.c:676 (0x44ae4) Ending Line : termios.c:678 (0x44af5) Size in Bytes : 18 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 735 Symbol : rtems_termios_puts (0x44a4a) Starting Line : termios.c:664 (0x44b46) Ending Line : termios.c:664 (0x44b4d) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 742 Symbol : rtems_termios_read (0x4530a) Starting Line : termios.c:1032 (0x4547c) Ending Line : termios.c:1035 (0x45497) Size in Bytes : 28 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 743 Symbol : rtems_termios_read (0x4530a) Starting Line : termios.c:1058 (0x454f6) Ending Line : termios.c:1047 (0x4554d) Size in Bytes : 88 Size in Instructions : 27 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 746 Symbol : rtems_termios_read (0x4530a) Starting Line : termios.c:967 (0x455e4) Ending Line : termios.c:968 (0x455f3) Size in Bytes : 16 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 749 Symbol : rtems_termios_read (0x4530a) Starting Line : termios.c:977 (0x4562c) Ending Line : termios.c:984 (0x4564f) Size in Bytes : 36 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 751 Symbol : rtems_termios_refill_transmitter (0x459ba) Starting Line : termios.c:1327 (0x45ab6) Ending Line : termios.c:1358 (0x45ac9) Size in Bytes : 20 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 752 Symbol : rtems_termios_refill_transmitter (0x459ba) Starting Line : termios.c:1262 (0x45b18) Ending Line : termios.c:1361 (0x45be1) Size in Bytes : 202 Size in Instructions : 64 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 755 Symbol : rtems_termios_rxdaemon (0x4591e) Starting Line : termios.c:1464 (0x4599c) Ending Line : termios.c:1472 (0x459b9) Size in Bytes : 30 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 758 Symbol : rtems_termios_txdaemon (0x45bec) Starting Line : termios.c:1433 (0x45c3c) Ending Line : termios.c:1433 (0x45c41) Size in Bytes : 6 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 760 Symbol : rtems_termios_txdaemon (0x45bec) Starting Line : termios.c:1425 (0x45c62) Ending Line : termios.c:1426 (0x45c6d) Size in Bytes : 12 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 764 Symbol : rtems_termios_write (0x45234) Starting Line : termios.c:764 (0x452da) Ending Line : termios.c:762 (0x45309) Size in Bytes : 48 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 769 Symbol : rtems_timer_reset (0x590e4) Starting Line : ??:0 (0x5918a) Ending Line : ??:0 (0x5918b) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 771 Symbol : rtems_timer_server_fire_when (0x59274) Starting Line : timerserverfirewhen.c:62 (0x5933e) Ending Line : timerserverfirewhen.c:96 (0x59349) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 773 Symbol : rtems_verror (0x42c3c) Starting Line : thread.inl:185 (0x42c62) Ending Line : thread.inl:186 (0x42c75) Size in Bytes : 20 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 774 Symbol : rtems_verror (0x42c3c) Starting Line : error.c:124 (0x42d32) Ending Line : error.c:156 (0x42d3f) Size in Bytes : 14 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 777 Symbol : scanInt (0x4371c) Starting Line : getpwent.c:127 (0x437a6) Ending Line : getpwent.c:128 (0x437b7) Size in Bytes : 18 Size in Instructions : 7 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 : 789 Symbol : scangr (0x4388a) Starting Line : getpwent.c:308 (0x43994) Ending Line : getpwent.c:330 (0x439a1) Size in Bytes : 14 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 798 Symbol : sem_timedwait (0x49724) Starting Line : semtimedwait.c:64 (0x49744) Ending Line : semtimedwait.c:81 (0x4975d) Size in Bytes : 26 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 801 Symbol : sigaction (0x47090) Starting Line : sigaction.c:92 (0x47140) Ending Line : sigaction.c:93 (0x4714b) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 803 Symbol : sigwait (0x499f4) Starting Line : sigwait.c:44 (0x49a38) Ending Line : sigwait.c:44 (0x49a3f) Size in Bytes : 8 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 805 Symbol : siproc (0x451c0) Starting Line : termios.c:939 (0x451de) Ending Line : termios.c:939 (0x451f9) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 807 Symbol : statvfs (0x46b8c) Starting Line : statvfs.c:40 (0x46bc6) Ending Line : statvfs.c:52 (0x46bd1) Size in Bytes : 12 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 810 Symbol : tcsetattr (0x4c990) Starting Line : ??:0 (0x4c9fe) Ending Line : ??:0 (0x4c9ff) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 811 Symbol : ualarm (0x46516) Starting Line : ualarm.c:53 (0x46544) Ending Line : ualarm.c:92 (0x46549) Size in Bytes : 6 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 812 Symbol : ualarm (0x46516) Starting Line : ualarm.c:92 (0x4661e) Ending Line : ??:0 (0x46623) Size in Bytes : 6 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 814 Symbol : unlink (0x46f80) Starting Line : unlink.c:67 (0x47068) Ending Line : unlink.c:84 (0x47075) Size in Bytes : 14 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 819 Symbol : unmount (0x47300) Starting Line : unmount.c:140 (0x47434) Ending Line : unmount.c:141 (0x4744f) Size in Bytes : 28 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 821 Symbol : vprintk (0x45ccc) Starting Line : vprintk.c:50 (0x45ec0) Ending Line : vprintk.c:50 (0x45ec1) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 823 Symbol : vprintk (0x45ccc) Starting Line : ??:0 (0x4602a) Ending Line : ??:0 (0x4602b) Size in Bytes : 2 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 833 Symbol : writev (0x4748c) Starting Line : writev.c:103 (0x47534) Ending Line : writev.c:103 (0x47539) Size in Bytes : 6 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 838 Symbol : writev (0x4748c) Starting Line : writev.c:115 (0x475aa) Ending Line : writev.c:127 (0x475b3) Size in Bytes : 10 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================