============================================ Index : 8 Symbol : IMFS_eval_path (0x8007834) Starting Line : imfs_eval.c:502 (0x8007944) Ending Line : imfs_eval.c:502 (0x8007947) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 11 Symbol : IMFS_eval_path (0x8007834) Starting Line : imfs_eval.c:488 (0x8007adc) Ending Line : imfs_eval.c:488 (0x8007aef) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 14 Symbol : IMFS_evaluate_for_make (0x8007cc4) Starting Line : imfs_eval.c:319 (0x8007de8) Ending Line : imfs_eval.c:319 (0x8007deb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 21 Symbol : IMFS_evaluate_permission (0x8007728) Starting Line : imfs_eval.c:84 (0x80077c0) Ending Line : imfs_eval.c:84 (0x80077d3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 23 Symbol : IMFS_fifo_lseek (0x8002058) Starting Line : imfs_fifo.c:126 (0x80020a1) Ending Line : imfs_fifo.c:126 (0x80020a3) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 24 Symbol : IMFS_fifo_lseek (0x8002058) Starting Line : imfs_fifo.c:126 (0x80020a5) Ending Line : imfs_fifo.c:126 (0x80020a7) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 25 Symbol : IMFS_fifo_lseek (0x8002058) Starting Line : imfs_fifo.c:126 (0x80020a9) Ending Line : imfs_fifo.c:126 (0x80020ab) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 29 Symbol : IMFS_find_match_in_dir (0x800808c) Starting Line : imfs_getchild.c:51 (0x80080d4) Ending Line : imfs_getchild.c:51 (0x80080d7) Size in Bytes : 4 Size in Instructions : 1 Classification: Unreachable Explanation: This code cannot be reached. The routine IMFS_find_match_in_dir is called only if the token type is IMFS_NAME. If ".." is present in the path, the token type returned by IMFS_get_token would be IMFS_DIR_UP. With such a setup, IMFS_find_match_in_dir cannot be called with the name as ".." ============================================ ============================================ Index : 34 Symbol : IMFS_fsunmount (0x8007fac) Starting Line : imfs_fsunmount.c:82 (0x8008084) Ending Line : imfs_fsunmount.c:82 (0x800808b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 43 Symbol : IMFS_memfile_get_block_pointer (0x800aca4) Starting Line : memfile.c:840 (0x800ada8) Ending Line : memfile.c:840 (0x800adab) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 58 Symbol : IMFS_memfile_read (0x800af40) Starting Line : memfile.c:557 (0x800af98) Ending Line : memfile.c:557 (0x800af9f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 65 Symbol : IMFS_memfile_read (0x800af40) Starting Line : memfile.c:557 (0x800b118) Ending Line : memfile.c:557 (0x800b11b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 79 Symbol : IMFS_memfile_write (0x800b59c) Starting Line : memfile.c:682 (0x800b754) Ending Line : memfile.c:682 (0x800b757) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 81 Symbol : IMFS_mount (0x8000c80) Starting Line : imfs_mount.c:44 (0x8000cac) Ending Line : imfs_mount.c:44 (0x8000cbf) Size in Bytes : 20 Size in Instructions : 5 Classification: Unreachable? Explanation: We need to ask Chris Johns about this. I believe this is a case where the error checking has been done by the system call layer. I analyzed the "file handlers" callbacks for guarantees on parameters. This indicates the same analysis needs to happen for "file system handlers." Bharath: Yes, it is checked in mount.c ============================================ ============================================ Index : 83 Symbol : IMFS_print_jnode (0x80037ac) Starting Line : imfs_debug.c:88 (0x80038b8) Ending Line : imfs_debug.c:92 (0x80038df) Size in Bytes : 40 Size in Instructions : 10 Classification: Simple Test Case Explanation: We need to do an IMFS_dump on an IMFS filesystem which has a bad node type in it. This may require peeking behind the curtain and changing a value. Bharath: But usually, this code is unreachable since we cannot create a node which is not of type that is checked for. ============================================ ============================================ Index : 89 Symbol : IMFS_unlink (0x8000e38) Starting Line : imfs_unlink.c:51 (0x8000f2c) Ending Line : imfs_unlink.c:51 (0x8000f3f) Size in Bytes : 20 Size in Instructions : 5 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 92 Symbol : IMFS_unmount (0x8000f40) Starting Line : imfs_unmount.c:45 (0x8000f74) Ending Line : imfs_unmount.c:52 (0x8000f9b) Size in Bytes : 40 Size in Instructions : 10 Classification: Discuss Explanation: I think this is either a simple test or unreachable code. We need to discuss this to figure out which. ============================================ ============================================ Index : 94 Symbol : RTEMS_Malloc_Initialize (0x800179c) Starting Line : malloc_initialize.c:100 (0x80018a0) Ending Line : malloc_initialize.c:100 (0x80018a3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 98 Symbol : Stack_check_Dump_threads_usage (0x800111c) Starting Line : check.c:426 (0x80011a4) Ending Line : check.c:430 (0x80011ab) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 101 Symbol : Stack_check_Dump_threads_usage (0x800111c) Starting Line : check.c:456 (0x80012bc) Ending Line : check.c:456 (0x80012d3) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 103 Symbol : Stack_check_Dump_threads_usage (0x800111c) Starting Line : check.c:406 (0x80012ec) Ending Line : check.c:406 (0x80012ef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 117 Symbol : _Event_Seize (0x800df28) Starting Line : eventseize.c:132 (0x800dfcc) Ending Line : eventseize.c:133 (0x800dfe7) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 120 Symbol : _Event_Surrender (0x800e0f4) Starting Line : eventsurrender.c:80 (0x800e204) Ending Line : eventsurrender.c:89 (0x800e257) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 122 Symbol : _Event_Timeout (0x800e258) Starting Line : eventtimeout.c:93 (0x800e270) Ending Line : eventtimeout.c:93 (0x800e27b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 124 Symbol : _Event_Timeout (0x800e258) Starting Line : eventtimeout.c:77 (0x800e2dc) Ending Line : eventtimeout.c:78 (0x800e2fb) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 130 Symbol : _Heap_Extend (0x800a520) Starting Line : heap.inl:108 (0x800a6a8) Ending Line : heap.inl:108 (0x800a6af) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 150 Symbol : _Heap_Walk (0x8004e7c) Starting Line : heapwalk.c:233 (0x8004ff8) Ending Line : heapwalk.c:334 (0x8005013) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 155 Symbol : _Heap_Walk (0x8004e7c) Starting Line : heapwalk.c:95 (0x8005100) Ending Line : heapwalk.c:95 (0x8005103) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 168 Symbol : _Objects_Extend_information (0x80045b0) Starting Line : objectextendinformation.c:76 (0x80048ac) Ending Line : objectextendinformation.c:68 (0x80048d3) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 176 Symbol : _Objects_Initialize_information (0x8004b5c) Starting Line : objectinitializeinformation.c:105 (0x8004ca8) Ending Line : objectinitializeinformation.c:105 (0x8004cb7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 179 Symbol : _Objects_Shrink_information (0x8004d34) Starting Line : objectshrinkinformation.c:66 (0x8004dc0) Ending Line : objectshrinkinformation.c:66 (0x8004dc3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 183 Symbol : _POSIX_Threads_Exitted_extension (0x800934c) Starting Line : pthread.c:291 (0x800938c) Ending Line : pthread.c:291 (0x800939b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 187 Symbol : _POSIX_Threads_Initialize_user_threads_body (0x800380c) Starting Line : pthreadinitthreads.c:84 (0x80038b0) Ending Line : pthreadinitthreads.c:84 (0x80038bb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 193 Symbol : _POSIX_Timer_TSR (0x80034c8) Starting Line : timertsr.c:65 (0x80034f4) Ending Line : timertsr.c:65 (0x80034fb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 197 Symbol : _POSIX_signals_Clear_process_signals (0x800ccdc) Starting Line : psignalclearprocesssignals.c:57 (0x800cd84) Ending Line : psignalclearprocesssignals.c:58 (0x800cd9b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 207 Symbol : _RTEMS_tasks_Initialize_user_tasks_body (0x8003194) Starting Line : taskinitusers.c:82 (0x800322c) Ending Line : taskinitusers.c:90 (0x8003247) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 211 Symbol : _Rate_monotonic_Timeout (0x8004878) Starting Line : ratemontimeout.c:83 (0x80048a4) Ending Line : ratemontimeout.c:83 (0x80048b3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 213 Symbol : _Rate_monotonic_Timeout (0x8004878) Starting Line : ratemontimeout.c:67 (0x8004908) Ending Line : ratemontimeout.c:67 (0x8004913) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 218 Symbol : _TOD_Get (0x8003d7c) Starting Line : coretodget.c:52 (0x8003dcc) Ending Line : coretodget.c:52 (0x8003dd3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 220 Symbol : _TOD_Get_uptime (0x8009ffc) Starting Line : coretodgetuptime.c:52 (0x800a04c) Ending Line : coretodgetuptime.c:52 (0x800a053) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 226 Symbol : _Thread_Change_priority (0x8005350) Starting Line : threadchangepriority.c:108 (0x80053b4) Ending Line : threadchangepriority.c:109 (0x80053cb) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 231 Symbol : _Thread_Dispatch (0x8005714) Starting Line : threaddispatch.c:93 (0x800585c) Ending Line : threaddispatch.c:103 (0x800586f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 236 Symbol : _Thread_blocking_operation_Cancel (0x800a6a4) Starting Line : threadblockingoperationcancel.c:34 (0x800a6a4) Ending Line : threadblockingoperationcancel.c:72 (0x800a703) Size in Bytes : 96 Size in Instructions : 24 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 238 Symbol : _Thread_queue_Dequeue (0x8005d00) Starting Line : threadqdequeue.c:67 (0x8005d88) Ending Line : threadqdequeue.c:66 (0x8005d9f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 240 Symbol : _Thread_queue_Enqueue_fifo (0x800a894) Starting Line : threadqenqueuefifo.c:76 (0x800a8b4) Ending Line : threadqenqueuefifo.c:78 (0x800a8bf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 242 Symbol : _Thread_queue_Enqueue_priority (0x8005fac) Starting Line : threadqenqueuepriority.c:99 (0x8006058) Ending Line : threadqenqueuepriority.c:100 (0x800605f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 244 Symbol : _Thread_queue_Enqueue_priority (0x8005fac) Starting Line : threadqenqueuepriority.c:146 (0x80060b8) Ending Line : threadqenqueuepriority.c:147 (0x80060bf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 246 Symbol : _Thread_queue_Enqueue_priority (0x8005fac) Starting Line : threadqenqueuepriority.c:195 (0x80060d4) Ending Line : threadqenqueuepriority.c:195 (0x80060d7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 249 Symbol : _Thread_queue_Enqueue_with_handler (0x8005ed0) Starting Line : threadqenqueue.c:96 (0x8005f3c) Ending Line : threadqenqueue.c:96 (0x8005f47) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 251 Symbol : _Thread_queue_Process_timeout (0x800aa74) Starting Line : thread.inl:69 (0x800aa8c) Ending Line : threadqprocesstimeout.c:46 (0x800aa9b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 252 Symbol : _Thread_queue_Process_timeout (0x800aa74) Starting Line : threadqprocesstimeout.c:48 (0x800aabc) Ending Line : threadqprocesstimeout.c:50 (0x800aad7) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 255 Symbol : _Thread_queue_Requeue (0x800624c) Starting Line : threadqrequeue.c:73 (0x8006278) Ending Line : threadqrequeue.c:73 (0x800628f) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 257 Symbol : _Thread_queue_Requeue (0x800624c) Starting Line : threadqrequeue.c:71 (0x80062b8) Ending Line : threadqrequeue.c:71 (0x80062bb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 260 Symbol : _Timer_server_Body (0x80144a4) Starting Line : timerserver.c:117 (0x80145a0) Ending Line : timerserver.c:297 (0x80145c7) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 263 Symbol : _Timer_server_Body (0x80144a4) Starting Line : timerserver.c:118 (0x8014650) Ending Line : timerserver.c:118 (0x801465f) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 265 Symbol : _Timer_server_Schedule_operation_method (0x80146b4) Starting Line : timerserver.c:237 (0x80146d0) Ending Line : timerserver.c:239 (0x80146e7) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 285 Symbol : _Watchdog_Tickle (0x8006de4) Starting Line : watchdogtickle.c:121 (0x8006e3c) Ending Line : watchdogtickle.c:125 (0x8006e57) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 293 Symbol : aio_cancel (0x8003d40) Starting Line : aio_cancel.c:96 (0x8003d7c) Ending Line : aio_cancel.c:120 (0x8003dc3) Size in Bytes : 72 Size in Instructions : 18 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 294 Symbol : aio_cancel (0x8003d40) Starting Line : aio_cancel.c:100 (0x8003de4) Ending Line : aio_cancel.c:126 (0x8003e3f) Size in Bytes : 92 Size in Instructions : 23 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 296 Symbol : aio_cancel (0x8003d40) Starting Line : aio_cancel.c:53 (0x8003e89) Ending Line : aio_cancel.c:79 (0x8003f4b) Size in Bytes : 195 Size in Instructions : 49 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 298 Symbol : aio_fsync (0x8003f54) Starting Line : aio_fsync.c:54 (0x8003fc0) Ending Line : aio_fsync.c:63 (0x8003ff3) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 300 Symbol : aio_read (0x800485c) Starting Line : aio_read.c:59 (0x80048f4) Ending Line : aio_read.c:59 (0x80048fb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 308 Symbol : devFS_evaluate_path (0x8006aa8) Starting Line : devfs_eval.c:44 (0x8006bc8) Ending Line : devfs_eval.c:44 (0x8006bdb) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 313 Symbol : drainOutput (0x8004cc8) Starting Line : termios.c:347 (0x8004d04) Ending Line : termios.c:346 (0x8004d3f) Size in Bytes : 60 Size in Instructions : 15 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 314 Symbol : drainOutput (0x8004cc8) Starting Line : termios.c:352 (0x8004d5d) Ending Line : termios.c:352 (0x8004d5f) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 321 Symbol : erase (0x8005bfc) Starting Line : termios.c:848 (0x8005c9c) Ending Line : termios.c:848 (0x8005ca3) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 322 Symbol : erase (0x8005bfc) Starting Line : termios.c:819 (0x8005cbc) Ending Line : termios.c:819 (0x8005cc7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 325 Symbol : erase (0x8005bfc) Starting Line : termios.c:807 (0x8005d04) Ending Line : termios.c:853 (0x8005d6f) Size in Bytes : 108 Size in Instructions : 27 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 328 Symbol : erase (0x8005bfc) Starting Line : termios.c:832 (0x8005dc4) Ending Line : termios.c:827 (0x8005dcf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 331 Symbol : erase (0x8005bfc) Starting Line : termios.c:827 (0x8005e14) Ending Line : termios.c:803 (0x8005e1f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 333 Symbol : fcntl (0x8002018) Starting Line : fcntl.c:143 (0x800213c) Ending Line : fcntl.c:143 (0x8002147) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 342 Symbol : fifo_open (0x800a944) Starting Line : libio_.h:169 (0x800aa4c) Ending Line : libio_.h:169 (0x800aa5b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 347 Symbol : fifo_open (0x800a944) Starting Line : fifo.c:360 (0x800aacc) Ending Line : fifo.c:360 (0x800aacf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 352 Symbol : fifo_open (0x800a944) Starting Line : fifo.c:338 (0x800ab50) Ending Line : fifo.c:338 (0x800ab53) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 357 Symbol : fifo_open (0x800a944) Starting Line : fifo.c:150 (0x800ad6c) Ending Line : fifo.c:234 (0x800ad9b) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 368 Symbol : iproc (0x8005e20) Starting Line : termios.c:872 (0x8005e44) Ending Line : termios.c:872 (0x8005e47) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 377 Symbol : iproc (0x8005e20) Starting Line : termios.c:904 (0x8005f38) Ending Line : termios.c:907 (0x8005f5f) Size in Bytes : 40 Size in Instructions : 10 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 379 Symbol : iproc (0x8005e20) Starting Line : termios.c:883 (0x8005f68) Ending Line : termios.c:883 (0x8005f6f) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 380 Symbol : iproc (0x8005e20) Starting Line : termios.c:905 (0x8005f8c) Ending Line : termios.c:905 (0x8005f9b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 383 Symbol : killinfo (0x8026010) Starting Line : killinfo.c:155 (0x8026158) Ending Line : killinfo.c:155 (0x802616b) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 388 Symbol : libc_wrapup (0x80127bc) Starting Line : newlibc_exit.c:90 (0x80127e0) Ending Line : newlibc_exit.c:90 (0x80127f3) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 390 Symbol : malloc (0x80018ac) Starting Line : malloc.c:47 (0x8001998) Ending Line : malloc.c:47 (0x800199b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 398 Symbol : memfile_lseek (0x800b8f8) Starting Line : memfile.c:220 (0x800b978) Ending Line : memfile.c:229 (0x800b99b) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 400 Symbol : memfile_open (0x800b7ac) Starting Line : memfile.c:102 (0x800b824) Ending Line : memfile.c:111 (0x800b87b) Size in Bytes : 88 Size in Instructions : 22 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 405 Symbol : mount (0x8001b68) Starting Line : mount.c:157 (0x8001e50) Ending Line : mount.c:157 (0x8001e63) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 406 Symbol : mount (0x8001b68) Starting Line : mount.c:219 (0x8001e78) Ending Line : mount.c:257 (0x8001e93) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 413 Symbol : newlib_free_buffers (0x8001edc) Starting Line : newlibc_reent.c:121 (0x8001f18) Ending Line : newlibc_reent.c:124 (0x8001f63) Size in Bytes : 76 Size in Instructions : 19 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 418 Symbol : open (0x8002274) Starting Line : open.c:127 (0x80024e0) Ending Line : open.c:128 (0x80024eb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 422 Symbol : open_dev_console (0x80021e8) Starting Line : open_dev_console.c:46 (0x8002254) Ending Line : open_dev_console.c:49 (0x8002273) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 425 Symbol : oproc (0x80059d4) Starting Line : termios.c:694 (0x8005a04) Ending Line : termios.c:728 (0x8005a1b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 430 Symbol : oproc (0x80059d4) Starting Line : termios.c:697 (0x8005a88) Ending Line : termios.c:697 (0x8005a8b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 432 Symbol : oproc (0x80059d4) Starting Line : termios.c:705 (0x8005ab0) Ending Line : termios.c:714 (0x8005adf) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 434 Symbol : oproc (0x80059d4) Starting Line : termios.c:723 (0x8005afc) Ending Line : termios.c:733 (0x8005b3f) Size in Bytes : 68 Size in Instructions : 17 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 443 Symbol : pipe_read (0x800add8) Starting Line : fifo.c:422 (0x800af9c) Ending Line : fifo.c:456 (0x800afa7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 445 Symbol : pipe_release (0x800a810) Starting Line : fifo.c:285 (0x800a87c) Ending Line : fifo.c:299 (0x800a897) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 451 Symbol : pipe_write (0x800afb8) Starting Line : fifo.c:488 (0x800b0f0) Ending Line : fifo.c:529 (0x800b0fb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 456 Symbol : pipe_write (0x800afb8) Starting Line : fifo.c:542 (0x800b1a4) Ending Line : fifo.c:510 (0x800b1af) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 457 Symbol : pipe_write (0x800afb8) Starting Line : fifo.c:502 (0x800b1bc) Ending Line : fifo.c:542 (0x800b1c7) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 466 Symbol : pthread_create (0x80033e8) Starting Line : pthread.inl:46 (0x80035b0) Ending Line : pthread.inl:46 (0x80035bb) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 467 Symbol : pthread_exit (0x800c71c) Starting Line : pthreadexit.c:67 (0x800c739) Ending Line : pthreadexit.c:67 (0x800c743) Size in Bytes : 11 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 471 Symbol : pthread_mutex_timedlock (0x8005954) Starting Line : mutextimedlock.c:83 (0x80059bc) Ending Line : mutextimedlock.c:83 (0x80059cf) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 472 Symbol : pthread_mutex_timedlock (0x8005954) Starting Line : mutextimedlock.c:76 (0x80059f4) Ending Line : mutextimedlock.c:76 (0x80059fb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 481 Symbol : pthread_rwlock_timedrdlock (0x80046ac) Starting Line : prwlocktimedrdlock.c:87 (0x8004785) Ending Line : prwlocktimedrdlock.c:87 (0x8004787) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 484 Symbol : pthread_rwlock_timedwrlock (0x800479c) Starting Line : prwlocktimedwrlock.c:87 (0x8004875) Ending Line : prwlocktimedwrlock.c:87 (0x8004877) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 488 Symbol : pthread_setschedparam (0x80064dc) Starting Line : pthreadsetschedparam.c:96 (0x80065e4) Ending Line : pthreadsetschedparam.c:97 (0x80065eb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 491 Symbol : pthread_testcancel (0x8003934) Starting Line : testcancel.c:57 (0x800398d) Ending Line : testcancel.c:57 (0x800398f) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 492 Symbol : pthread_testcancel (0x8003934) Starting Line : testcancel.c:57 (0x8003991) Ending Line : testcancel.c:57 (0x8003993) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 493 Symbol : pthread_testcancel (0x8003934) Starting Line : testcancel.c:57 (0x8003995) Ending Line : testcancel.c:57 (0x800399b) Size in Bytes : 7 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 499 Symbol : readv (0x80039fc) Starting Line : readv.c:54 (0x8003ac8) Ending Line : readv.c:54 (0x8003acb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 503 Symbol : readv (0x80039fc) Starting Line : readv.c:108 (0x8003b8c) Ending Line : readv.c:108 (0x8003b93) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 507 Symbol : realloc (0x80129fc) Starting Line : realloc.c:52 (0x8012aa8) Ending Line : realloc.c:53 (0x8012ab7) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 510 Symbol : realloc (0x80129fc) Starting Line : realloc.c:79 (0x8012af4) Ending Line : realloc.c:79 (0x8012afb) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 517 Symbol : rtems_aio_enqueue (0x8004648) Starting Line : aio_misc.c:265 (0x80047c4) Ending Line : aio_misc.c:266 (0x80047cf) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 518 Symbol : rtems_aio_enqueue (0x8004648) Starting Line : aio_misc.c:296 (0x800484c) Ending Line : aio_misc.c:297 (0x800485b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 519 Symbol : rtems_aio_handle (0x8004214) Starting Line : aio_misc.c:363 (0x8004214) Ending Line : aio_misc.c:481 (0x80044ef) Size in Bytes : 732 Size in Instructions : 183 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 521 Symbol : rtems_aio_init (0x8003ff4) Starting Line : aio_misc.c:68 (0x8004020) Ending Line : aio_misc.c:68 (0x800403b) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 525 Symbol : rtems_aio_init (0x8003ff4) Starting Line : aio_misc.c:46 (0x80040e0) Ending Line : aio_misc.c:57 (0x8004133) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 528 Symbol : rtems_aio_insert_prio (0x80044f0) Starting Line : aio_misc.c:510 (0x800451d) Ending Line : aio_misc.c:155 (0x800452f) Size in Bytes : 19 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 529 Symbol : rtems_aio_remove_fd (0x8004548) Starting Line : aio_misc.c:179 (0x8004548) Ending Line : aio_misc.c:194 (0x80045cb) Size in Bytes : 132 Size in Instructions : 33 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 530 Symbol : rtems_aio_remove_req (0x80045cc) Starting Line : aio_misc.c:213 (0x80045cc) Ending Line : aio_misc.c:235 (0x8004647) Size in Bytes : 124 Size in Instructions : 31 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 546 Symbol : rtems_clock_set_nanoseconds_extension (0x80102fc) Starting Line : clocksetnsecshandler.c:47 (0x8010309) Ending Line : clocksetnsecshandler.c:47 (0x801030b) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 547 Symbol : rtems_clock_set_nanoseconds_extension (0x80102fc) Starting Line : clocksetnsecshandler.c:47 (0x801030d) Ending Line : clocksetnsecshandler.c:47 (0x801030f) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 548 Symbol : rtems_clock_set_nanoseconds_extension (0x80102fc) Starting Line : clocksetnsecshandler.c:47 (0x8010311) Ending Line : clocksetnsecshandler.c:47 (0x8010313) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 549 Symbol : rtems_clock_set_nanoseconds_extension (0x80102fc) Starting Line : clocksetnsecshandler.c:48 (0x8010315) Ending Line : clocksetnsecshandler.c:48 (0x8010317) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 555 Symbol : rtems_filesystem_dirname (0x80013bc) Starting Line : eval.c:126 (0x80013dc) Ending Line : eval.c:126 (0x80013df) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 560 Symbol : rtems_filesystem_initialize (0x80010ec) Starting Line : base_fs.c:52 (0x8001218) Ending Line : base_fs.c:58 (0x8001247) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 562 Symbol : rtems_filesystem_iterate (0x8008a0c) Starting Line : mount-mgr.c:50 (0x8008a44) Ending Line : mount-mgr.c:50 (0x8008a47) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 565 Symbol : rtems_filesystem_mount_iterate (0x8001abc) Starting Line : mount.c:269 (0x8001b18) Ending Line : mount.c:269 (0x8001b1b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 568 Symbol : rtems_filesystem_prefix_separators (0x8001410) Starting Line : eval.c:144 (0x8001444) Ending Line : eval.c:144 (0x8001447) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 572 Symbol : rtems_gxx_key_create (0x8002124) Starting Line : gxx_wrappers.c:84 (0x800218c) Ending Line : gxx_wrappers.c:85 (0x800219b) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 576 Symbol : rtems_gxx_once (0x8002068) Starting Line : gxx_wrappers.c:51 (0x80020f8) Ending Line : gxx_wrappers.c:56 (0x8002123) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 580 Symbol : rtems_io_register_driver (0x800495c) Starting Line : ioregisterdriver.c:55 (0x8004ac1) Ending Line : ioregisterdriver.c:55 (0x8004ac3) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 589 Symbol : rtems_libio_init (0x8001610) Starting Line : libio_init.c:81 (0x80016ec) Ending Line : libio_init.c:81 (0x80016ef) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 596 Symbol : rtems_libio_to_fcntl_flags (0x80086b4) Starting Line : libio.c:107 (0x80086fc) Ending Line : libio.c:104 (0x8008707) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 601 Symbol : rtems_memalign (0x800d308) Starting Line : rtems_memalign.c:43 (0x800d3c4) Ending Line : rtems_memalign.c:43 (0x800d3c7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 611 Symbol : rtems_print_buffer (0x8000900) Starting Line : dumpbuf.c:69 (0x8000b74) Ending Line : dumpbuf.c:69 (0x8000b8b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 613 Symbol : rtems_print_buffer (0x8000900) Starting Line : dumpbuf.c:74 (0x8000be4) Ending Line : dumpbuf.c:74 (0x8000be7) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 617 Symbol : rtems_rate_monotonic_period (0x80042e8) Starting Line : ratemonperiod.c:339 (0x80044e4) Ending Line : ratemonperiod.c:339 (0x80044f3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 628 Symbol : rtems_stack_checker_is_blown (0x8001558) Starting Line : check.c:328 (0x80015e8) Ending Line : check.c:328 (0x80015ef) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 636 Symbol : rtems_string_to_pointer (0x80097d0) Starting Line : stringto_template.h:120 (0x8009860) Ending Line : stringto_template.h:120 (0x8009877) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 644 Symbol : rtems_tarfs_load (0x8000fb8) Starting Line : imfs_load_tar.c:180 (0x8001120) Ending Line : imfs_load_tar.c:181 (0x800113f) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 647 Symbol : rtems_tarfs_load (0x8000fb8) Starting Line : imfs_load_tar.c:151 (0x80011d0) Ending Line : imfs_load_tar.c:151 (0x80011db) Size in Bytes : 12 Size in Instructions : 3 Classification: Simple Test Case Explanation: We apparently only have a relative symbolic link. We need to include one which has an absolute path. This will be a broken symlink on the host but resolve fine on the target. ============================================ ============================================ Index : 656 Symbol : rtems_termios_baud_to_index (0x8004af8) Starting Line : termios_baud2index.c:46 (0x8004b60) Ending Line : termios_baud2index.c:46 (0x8004b67) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 658 Symbol : rtems_termios_baud_to_index (0x8004af8) Starting Line : termios_baud2index.c:46 (0x8004b8c) Ending Line : termios_baud2index.c:46 (0x8004b93) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 660 Symbol : rtems_termios_baud_to_index (0x8004af8) Starting Line : termios_baud2index.c:46 (0x8004bb8) Ending Line : termios_baud2index.c:46 (0x8004bbf) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 667 Symbol : rtems_termios_close (0x80051fc) Starting Line : termios.c:400 (0x8005294) Ending Line : termios.c:400 (0x80052a3) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 669 Symbol : rtems_termios_close (0x80051fc) Starting Line : termios.c:407 (0x80052ad) Ending Line : termios.c:416 (0x80052bf) Size in Bytes : 19 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 671 Symbol : rtems_termios_close (0x80051fc) Starting Line : termios.c:413 (0x8005350) Ending Line : termios.c:413 (0x8005357) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 673 Symbol : rtems_termios_close (0x80051fc) Starting Line : termios.c:404 (0x800536d) Ending Line : termios.c:404 (0x8005377) Size in Bytes : 11 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 677 Symbol : rtems_termios_close (0x80051fc) Starting Line : termios.c:397 (0x80053cd) Ending Line : termios.c:397 (0x80053cf) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 680 Symbol : rtems_termios_dequeue_characters (0x8006c34) Starting Line : termios.c:1389 (0x8006cbc) Ending Line : termios.c:1389 (0x8006cbf) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 688 Symbol : rtems_termios_enqueue_raw_characters (0x8006558) Starting Line : termios.c:1199 (0x8006728) Ending Line : termios.c:1212 (0x8006757) Size in Bytes : 48 Size in Instructions : 12 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 692 Symbol : rtems_termios_enqueue_raw_characters (0x8006558) Starting Line : termios.c:1234 (0x8006784) Ending Line : termios.c:1235 (0x8006797) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 694 Symbol : rtems_termios_enqueue_raw_characters (0x8006558) Starting Line : termios.c:1174 (0x80067b8) Ending Line : termios.c:1174 (0x80067c3) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 696 Symbol : rtems_termios_enqueue_raw_characters (0x8006558) Starting Line : termios.c:1182 (0x80067d4) Ending Line : termios.c:1191 (0x8006823) Size in Bytes : 80 Size in Instructions : 20 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 698 Symbol : rtems_termios_enqueue_raw_characters (0x8006558) Starting Line : termios.c:1225 (0x800683c) Ending Line : termios.c:1216 (0x80068af) Size in Bytes : 116 Size in Instructions : 29 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 701 Symbol : rtems_termios_initialize (0x8004c34) Starting Line : termiosinitialize.c:52 (0x8004c80) Ending Line : termiosinitialize.c:52 (0x8004c83) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 707 Symbol : rtems_termios_ioctl (0x80053fc) Starting Line : termios.c:458 (0x800557c) Ending Line : termios.c:472 (0x80055c3) Size in Bytes : 72 Size in Instructions : 18 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 709 Symbol : rtems_termios_ioctl (0x80053fc) Starting Line : termios.c:476 (0x80055d0) Ending Line : termios.c:480 (0x80055fb) Size in Bytes : 44 Size in Instructions : 11 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 711 Symbol : rtems_termios_ioctl (0x80053fc) Starting Line : termios.c:484 (0x8005608) Ending Line : termios.c:492 (0x800564f) Size in Bytes : 72 Size in Instructions : 18 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 713 Symbol : rtems_termios_ioctl (0x80053fc) Starting Line : termios.c:500 (0x8005654) Ending Line : termios.c:500 (0x800565f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 715 Symbol : rtems_termios_ioctl (0x80053fc) Starting Line : termios.c:612 (0x80056bc) Ending Line : termios.c:618 (0x80056ef) Size in Bytes : 52 Size in Instructions : 13 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 718 Symbol : rtems_termios_ioctl (0x80053fc) Starting Line : termios.c:468 (0x80057fc) Ending Line : termios.c:472 (0x800581f) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 722 Symbol : rtems_termios_open (0x8004d60) Starting Line : termios.c:130 (0x8004dd8) Ending Line : termios.c:131 (0x8004df7) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 725 Symbol : rtems_termios_open (0x8004d60) Starting Line : termios.c:314 (0x8004e18) Ending Line : termios.c:314 (0x8004e27) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 728 Symbol : rtems_termios_open (0x8004d60) Starting Line : termios.c:327 (0x8004eb0) Ending Line : termios.c:327 (0x8004eb3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 734 Symbol : rtems_termios_open (0x8004d60) Starting Line : termios.c:193 (0x8004f4c) Ending Line : termios.c:193 (0x8004f4f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 739 Symbol : rtems_termios_open (0x8004d60) Starting Line : termios.c:172 (0x8005134) Ending Line : termios.c:172 (0x800513b) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 741 Symbol : rtems_termios_open (0x8004d60) Starting Line : termios.c:328 (0x8005188) Ending Line : termios.c:328 (0x800518b) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 744 Symbol : rtems_termios_open (0x8004d60) Starting Line : termios.c:257 (0x80051f0) Ending Line : termios.c:257 (0x80051f3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 749 Symbol : rtems_termios_puts (0x8005870) Starting Line : termios.c:676 (0x8005944) Ending Line : termios.c:676 (0x800594f) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 750 Symbol : rtems_termios_puts (0x8005870) Starting Line : termios.c:664 (0x80059d0) Ending Line : termios.c:664 (0x80059d3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 756 Symbol : rtems_termios_read (0x8006190) Starting Line : termios.c:1058 (0x800634c) Ending Line : termios.c:1058 (0x800634f) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 760 Symbol : rtems_termios_read (0x8006190) Starting Line : termios.c:1032 (0x80063b4) Ending Line : termios.c:1035 (0x80063cf) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 763 Symbol : rtems_termios_read (0x8006190) Starting Line : termios.c:1011 (0x8006414) Ending Line : termios.c:1029 (0x8006467) Size in Bytes : 84 Size in Instructions : 21 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 769 Symbol : rtems_termios_read (0x8006190) Starting Line : termios.c:977 (0x800651c) Ending Line : termios.c:977 (0x8006523) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 775 Symbol : rtems_termios_refill_transmitter (0x8006948) Starting Line : termios.c:1327 (0x8006a30) Ending Line : termios.c:1327 (0x8006a3b) Size in Bytes : 12 Size in Instructions : 3 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 776 Symbol : rtems_termios_refill_transmitter (0x8006948) Starting Line : termios.c:1262 (0x8006aac) Ending Line : termios.c:1297 (0x8006baf) Size in Bytes : 260 Size in Instructions : 65 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 778 Symbol : rtems_termios_rxdaemon (0x80068b0) Starting Line : termios.c:1464 (0x8006911) Ending Line : termios.c:1472 (0x800692f) Size in Bytes : 31 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 780 Symbol : rtems_termios_txdaemon (0x8006bb0) Starting Line : termios.c:1433 (0x8006bf8) Ending Line : termios.c:1433 (0x8006bfb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 782 Symbol : rtems_termios_txdaemon (0x8006bb0) Starting Line : termios.c:1425 (0x8006c24) Ending Line : termios.c:1426 (0x8006c33) Size in Bytes : 16 Size in Instructions : 4 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 786 Symbol : rtems_termios_write (0x8006080) Starting Line : termios.c:764 (0x800617c) Ending Line : termios.c:764 (0x800618f) Size in Bytes : 20 Size in Instructions : 5 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 790 Symbol : rtems_verror (0x80070a4) Starting Line : thread.inl:185 (0x80070f4) Ending Line : thread.inl:186 (0x800710b) Size in Bytes : 24 Size in Instructions : 6 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 794 Symbol : scanInt (0x8001cbc) Starting Line : getpwent.c:127 (0x8001d30) Ending Line : getpwent.c:128 (0x8001d43) Size in Bytes : 20 Size in Instructions : 5 Classification: Discuss Explanation: I think this is detecting whether or not the read can be fulfilled from the buffer. But I am not sure. ============================================ ============================================ Index : 798 Symbol : scanInt (0x8001cbc) Starting Line : getpwent.c:142 (0x8001dd8) Ending Line : getpwent.c:142 (0x8001ddb) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 812 Symbol : sched_get_priority_min (0x8003d68) Starting Line : sched_getprioritymin.c:29 (0x8003d7c) Ending Line : sched_getprioritymin.c:29 (0x8003d83) Size in Bytes : 8 Size in Instructions : 2 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 816 Symbol : sem_timedwait (0x800634c) Starting Line : semtimedwait.c:64 (0x8006370) Ending Line : semtimedwait.c:81 (0x800638f) Size in Bytes : 32 Size in Instructions : 8 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 822 Symbol : siproc (0x8005ff8) Starting Line : termios.c:939 (0x800601c) Ending Line : termios.c:942 (0x800603f) Size in Bytes : 36 Size in Instructions : 9 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 829 Symbol : timer_create (0x800312c) Starting Line : timercreate.c:59 (0x80031a0) Ending Line : timercreate.c:59 (0x80031a3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 837 Symbol : unmount (0x8003bb8) Starting Line : unmount.c:162 (0x8003c60) Ending Line : unmount.c:162 (0x8003c7b) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 839 Symbol : unmount (0x8003bb8) Starting Line : unmount.c:140 (0x8003d68) Ending Line : unmount.c:141 (0x8003d83) Size in Bytes : 28 Size in Instructions : 7 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 847 Symbol : writev (0x8004114) Starting Line : writev.c:55 (0x80041e0) Ending Line : writev.c:55 (0x80041e3) Size in Bytes : 4 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 852 Symbol : writev (0x8004114) Starting Line : writev.c:122 (0x80042b1) Ending Line : writev.c:122 (0x80042b3) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 853 Symbol : writev (0x8004114) Starting Line : writev.c:115 (0x80042b5) Ending Line : writev.c:115 (0x80042b7) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================ ============================================ Index : 854 Symbol : writev (0x8004114) Starting Line : writev.c:115 (0x80042b9) Ending Line : writev.c:115 (0x80042bb) Size in Bytes : 3 Size in Instructions : 1 Classification: NONE Explanation: No Explanation ============================================