I hope somebody from TI can help me, or if another community member has already solved this problem on the OMAP-L138 they can help...I am using SYS/BIOS on both cores and am embracing the RTSC environment and using .cfg files for all of my configurations (except this one).
I read the article for setting the _c_int00 address (http://processors.wiki.ti.com/index.php/Accessing_c_int00) using SYS/BIOS and it works perfectly for the DSP core, but the same steps don't seem to work for the ARM side. The same steps taken seem to have no effect!
I created a command file in the DSP's CCS 4.2 project with the same syntax...
SECTIONS {
.text:_c_int00 > 0x11800000
}
...for the DSP core since I am running that app in internal memory. I also added the file name of my .cmd file to the "Linker Command File:" field of the CCS Build General tab of the Properties for that project.
The linker map file shows the correct placement for the _c_int00 code...
******************************************************************************
TMS320C6x Linker PC v7.0.5
******************************************************************************
>> Linked Tue Mar 13 16:23:53 2012
OUTPUT FILE NAME: <FilterProcessor.out>
ENTRY POINT SYMBOL: "_c_int00" address: 11800000
MEMORY CONFIGURATION
name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
IROM 11700000 00100000 00000000 00100000 R X
IRAM 11800000 00040000 00018075 00027f8b RW X
L3_CBA_RAM 80000000 00020000 00000000 00020000 RW X
DDR c3000000 01000000 00000000 01000000 RW X
SECTION ALLOCATION MAP
output attributes/
section page origin length input sections
-------- ---- ---------- ---------- ----------------
.pinit 0 11800000 00000000 UNINITIALIZED
.data 0 11800000 00000000 UNINITIALIZED
xdc.meta 0 11800000 000000d7 COPY SECTION
11800000 000000d7 FilterProcessor.p674.obj (xdc.meta)
.text:_c_int00
* 0 11800000 00000060
11800000 00000060 FilterProcessor.p674.obj (.text:_c_int00)
.text 0 11800060 0000fc40
...
But doing the same for the ARM core with a similar memory map as the Logic PD EVM (we have more memory on our product, but it starts at the same location in DDR -- 0x C3000000) -- my .cmd file in this project is...
SECTIONS {
.text:_c_int00 > 0xc3000000
}
...but the map file shows the following placement for the _c_int00 code on the ARM...
******************************************************************************
TMS470 Linker PC v4.6.6
******************************************************************************
>> Linked Tue Mar 13 16:57:04 2012
OUTPUT FILE NAME: <CommunicationsProcessor.out>
ENTRY POINT SYMBOL: "_c_int00" address: c320a2f8
MEMORY CONFIGURATION
name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
L3_CBA_RAM 80000000 00020000 00000000 00020000 RW X
DDR c3000000 00300000 0021a2bd 000e5d43 RW X
BUFFER_DATA c3300000 00d00000 00000000 00d00000 RW
IRAM ffff0000 00002000 00000368 00001c98 RW X
SEGMENT ALLOCATION MAP
run origin load origin length init length attrs members
---------- ----------- ---------- ----------- ----- -------
c3000000 c3000000 0017b160 00000000 rw-
c3000000 c3000000 0017b160 00000000 rw- .bss
c317b160 c317b160 00000020 00000020 r-x
c317b160 c317b160 00000020 00000020 r-x .text.1
c317b180 c317b180 0005fcdc 0005fcdc rw-
c317b180 c317b180 0005fcdc 0005fcdc rw- .far
c31dae5c c31dae5c 00034ca8 00034ca8 r-x
c31dae5c c31dae5c 00034344 00034344 r-x .text.2
c320f1a0 c320f1a0 00000964 00000964 r-- .const.1
c320fb04 c320fb04 00006cfc 000004fc rw-
c320fb04 c320fb04 000004fc 000004fc rw- .data.1
c3210000 c3210000 00004000 00000000 rw- ti.sysbios.family.arm.arm9.mmuTableSection
c3214000 c3214000 00002800 00000000 rw- .taskStackSection
c3216800 c3216800 00001299 00001299 r--
c3216800 c3216800 00001299 00001299 r-- .const.2
c3217a9c c3217a9c 00001c8c 00000c8c rw-
c3217a9c c3217a9c 00000c8c 00000c8c rw- .data.2
c3218728 c3218728 00001000 00000000 rw- .stack
c3219728 c3219728 00000200 00000200 rw-
c3219728 c3219728 00000200 00000200 rw- .args
c3219928 c3219928 00000998 00000998 r--
c3219928 c3219928 00000998 00000998 r-- .cinit
ffff0000 ffff0000 00000368 00000368 r-x
ffff0000 ffff0000 00000040 00000040 r-- .vecs
ffff0040 ffff0040 00000328 00000328 r-x .vectorTable
SECTION ALLOCATION MAP
output attributes/
section page origin length input sections
-------- ---- ---------- ---------- ----------------
.init_array
* 0 c3000000 00000000 UNINITIALIZED
.bss 0 c3000000 0017b160 UNINITIALIZED
c3000000 000b0000 firmwareUtils.obj (.bss:fileImage)
c30b0000 00080000 commProcessor.pe9.obj (.bss:ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A)
c3130000 000445c0 memoryUtils.obj (.bss:memTrace)
c31745c0 00001f40 dataSort.obj (.bss:triggers)
c3176500 00000b00 ti.drv.omapl138.ae9 : ethdriver.oe9 (.bss:rcv_pkt)
c3177000 00000b00 : ethdriver.oe9 (.bss:send_pkt)
c3177b00 00000800 tcpFalcon.obj (.bss:cmdBuffer)
c3178300 00000800 tcpFalcon.obj (.bss:rspBuffer)
c3178b00 00000800 commProcessor.pe9.obj (.bss:xdc_runtime_LoggerBuf_Instance_State_0_entryArr__A)
c3179300 0000047c ti.drv.omapl138.ae9 : csl_emac.oe9 (.bss:localDev)
c317977c 00000400 commProcessor.pe9.obj (.bss:ti_sysbios_family_arm_da830_Hwi_Module_State_0_fiqStack__A)
c3179b7c 00000400 commProcessor.pe9.obj (.bss:xdc_runtime_SysMin_Module_State_0_outbuf__A)
c3179f7c 000002d0 nettool.lib : daemon.oe9 (.bss:drec)
c317a24c 00000120 rtsv5_A_le_eabi.lib : trgmsg.obj (.bss:__CIOBUF_)
c317a36c 00000100 stack.lib : igmp.oe9 (.bss:igmp)
c317a46c 00000100 commProcessor.pe9.obj (.bss:ti_sysbios_family_arm_da830_Hwi_Module_State_0_irqStack__A)
c317a56c 00000004 cmdProc.obj (.bss)
c317a570 00000100 dataSort.obj (.bss:triggerGroup)
c317a670 000000c8 rtsv5_A_le_eabi.lib : trgdrv.obj (.bss:result$1)
c317a738 000000b8 stack.lib : tcp6in.oe9 (.bss:tcp6_stats)
c317a7f0 000000b8 : tcp.oe9 (.bss:tcps)
c317a8a8 000000b4 netctrl.lib : netsrv.oe9 (.bss:ipcfgcopy)
c317a95c 000000a0 rtsv5_A_le_eabi.lib : defs.obj (.bss:_tmpnams)
c317a9fc 000000a0 miniPrintf.lib : miniPrintf.oe9 (.bss:tmpstr$1)
c317aa9c 00000080 commProcessor.pe9.obj (.bss:ti_sysbios_family_arm_exc_Exception_Module_State_0_excStack__A)
c317ab1c 00000070 os.lib : mem_bios6.oe9 (.bss)
c317ab8c 00000070 stack.lib : ipv6.oe9 (.bss)
c317abfc 00000068 : ip.oe9 (.bss:ips)
c317ac64 00000064 : nimu.oe9 (.bss:nimu_mcb)
c317acc8 00000060 nettool.lib : daemon.oe9 (.bss:pollitem)
c317ad28 00000058 stack.lib : ipv6.oe9 (.bss:ipv6mcb)
c317ad80 0000004c : icmp.oe9 (.bss:_ICMPIn)
c317adcc 0000004c : icmp.oe9 (.bss:_ICMPOut)
c317ae18 00000044 firmwareUtils.obj (.bss:spiFlashInfo)
c317ae5c 00000040 ti.drv.omapl138.ae9 : csl_mdio.oe9 (.bss:StatusRegister$2)
c317ae9c 00000040 cmdProc.obj (.bss:moduleCmds)
c317aedc 00000030 commProcessor.pe9.obj (.bss)
c317af0c 00000028 stack.lib : vlan.oe9 (.bss:vlan_mcb)
c317af34 00000024 netctrl.lib : netsrv.oe9 (.bss:oscfgcopy)
c317af58 00000024 stack.lib : igmp.oe9 (.bss)
c317af7c 00000024 : udp6.oe9 (.bss:udp6_stats)
c317afa0 00000024 : udp.oe9 (.bss:udps)
c317afc4 00000020 conditioner.obj (.bss)
c317afe4 00000020 netHooks.obj (.bss)
c317b004 0000001c ti.drv.omapl138.ae9 : ethdriver.oe9 (.bss)
c317b020 00000019 firmwareUtils.obj (.bss)
c317b039 00000003 --HOLE--
c317b03c 00000018 hal_timer_bios.lib : lltimer_bios6.oe9 (.bss)
c317b054 00000018 netctrl.lib : netctrl.oe9 (.bss)
c317b06c 00000018 stack.lib : icmpv6.oe9 (.bss)
c317b084 00000018 ti.drv.omapl138.ae9 : csl_mdio.oe9 (.bss)
c317b09c 00000014 dataSort.obj (.bss)
c317b0b0 00000014 stack.lib : rtc.oe9 (.bss)
c317b0c4 00000010 : raw.oe9 (.bss)
c317b0d4 00000010 : raw6.oe9 (.bss)
c317b0e4 00000010 : raweth.oe9 (.bss)
c317b0f4 0000000c os.lib : pbm.oe9 (.bss)
c317b100 0000000c stack.lib : tcp.oe9 (.bss)
c317b10c 0000000c : udp.oe9 (.bss)
c317b118 00000008 falconMain.obj (.bss)
c317b120 00000008 nettool.lib : daemon.oe9 (.bss)
c317b128 00000008 rtsv5_A_le_eabi.lib : trgdrv.obj (.bss)
c317b130 00000008 spiFlash.obj (.bss)
c317b138 00000008 stack.lib : ip.oe9 (.bss)
c317b140 00000008 : nimupppoe.oe9 (.bss)
c317b148 00000004 nettool.lib : ipaddr.oe9 (.bss)
c317b14c 00000004 rtsv5_A_le_eabi.lib : strtok.obj (.bss)
c317b150 00000004 stack.lib : ipv6_frag.oe9 (.bss)
c317b154 00000004 : lli6.oe9 (.bss)
c317b158 00000004 : rawethsock_pcb.oe9 (.bss)
c317b15c 00000004 : rtable.oe9 (.bss)
xdc.meta 0 c3000000 000000da COPY SECTION
c3000000 000000da commProcessor.pe9.obj (xdc.meta)
.neardata
* 0 c317b160 00000000 UNINITIALIZED
.rodata 0 c317b160 00000000 UNINITIALIZED
.text.1 0 c317b160 00000020
c317b160 00000020 stack.lib : bind.oe9 (.text:BindIPHost2IF)
.far 0 c317b180 0005fcdc
c317b180 00052b00 os.lib : pbm.oe9 (.far:NDK_PACKETMEM) [fill = 0]
c31cdc80 0000c1c0 : mem_bios6.oe9 (.far:NDK_MMBUFFER) [fill = 0]
c31d9e40 00000a00 miniPrintf.lib : miniPrintf.oe9 (.far:NDK_OBJMEM) [fill = 0]
c31da840 00000600 os.lib : ossys.oe9 (.far:NDK_OBJMEM) [fill = 0]
c31dae40 0000001c : mem_bios6.oe9 (.far:NDK_MMBUFFER1)
.text.2 0 c31dae5c 00034344
c31dae5c 00001288 stack.lib : tcp6in.oe9 (.text:TCP6Input)
c31dc0e4 000011dc : tcpin.oe9 (.text:TcpInput)
c31dd2c0 00001030 conditioner.obj (.text)
c31de2f0 00000d18 stack.lib : tcpout.oe9 (.text:TcpOutput)
c31df008 00000cdc : tcp6out.oe9 (.text:TCP6Output)
c31dfce4 00000c08 dataSort.obj (.text)
c31e08ec 00000b4c stack.lib : md5.oe9 (.text:MD5Transform)
c31e1438 000008d0 firmwareUtils.obj (.text)
c31e1d08 00000804 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_arm9_Mmu_initTableBuf__I)
c31e250c 000007b4 spiFlash.obj (.text)
c31e2cc0 0000071c ti.drv.omapl138.ae9 : csl_emac.oe9 (.text:EMAC_open)
c31e33dc 0000063c stack.lib : lcp.oe9 (.text:lcpInput)
c31e3a18 00000630 : ipout.oe9 (.text:IPTxPacket)
c31e4048 00000600 : ipin.oe9 (.text:IPRxPacket)
c31e4648 000005c8 rtsv5_A_le_eabi.lib : lowlev.obj (.text)
c31e4c10 00000580 stack.lib : icmpv6_ndisc.oe9 (.text:ICMPv6RecvRA)
c31e5190 00000544 cmdProc.obj (.text)
c31e56d4 00000533 commProcessor.pe9.obj (.text:xdc_runtime_System_doPrint__I)
c31e5c07 00000001 --HOLE-- [fill = 0]
c31e5c08 000004f8 rtsv5_A_le_eabi.lib : trgdrv.obj (.text)
c31e6100 000004d8 memoryUtils.obj (.text)
c31e65d8 000004c8 stack.lib : ipcp.oe9 (.text:ipcpInput)
c31e6aa0 000004c4 ti.drv.omapl138.ae9 : csl_mdio.oe9 (.text:MDIO_timerTick)
c31e6f64 0000047c commProcessor.pe9.obj (.text:ti_sysbios_family_arm_exc_Exception_excHandler__I)
c31e73e0 00000474 stack.lib : bind6.oe9 (.text:Bind6New)
c31e7854 00000450 : fileuser.oe9 (.text:fdPoll)
c31e7ca4 0000042c : route6.oe9 (.text:Rt6Create)
c31e80d0 0000040c : sock6.oe9 (.text:Sock6Connect)
c31e84dc 000003ec : sock.oe9 (.text:SockSet)
c31e88c8 000003e0 nettool.lib : httpclie.oe9 (.text:httpClientProcess)
c31e8ca8 000003ac stack.lib : ipfrag.oe9 (.text:IPReasm)
c31e9054 00000380 : nimupppoe.oe9 (.text:pppoeInputS)
c31e93d4 00000360 : icmpin.oe9 (.text:ICMPInput)
c31e9734 00000360 : lli6.oe9 (.text:LLI6TimerCheck)
c31e9a94 00000360 commProcessor.pe9.obj (.text:ti_sysbios_utils_Load_update__E)
c31e9df4 00000358 stack.lib : udp.oe9 (.text:UdpInput)
c31ea14c 0000032c : nimuppp.oe9 (.text:pppEvent)
c31ea478 00000314 : sock.oe9 (.text:SockRecv)
c31ea78c 0000030c : icmpv6_ndisc.oe9 (.text:ICMPv6RecvNS)
c31eaa98 0000030c : sock6.oe9 (.text:Sock6Recv)
c31eada4 00000300 rtsv5_A_le_eabi.lib : fopen.obj (.text)
c31eb0a4 000002f8 nettool.lib : telnetd.oe9 (.text:telnet_netdata)
c31eb39c 000002f0 stack.lib : icmpv6_ndisc.oe9 (.text:ICMPv6RecvRedirect)
c31eb68c 000002f0 : nimupppoe.oe9 (.text:pppoeInputC)
c31eb97c 000002ec rtsv5_A_le_eabi.lib : ll_div32.obj (.text)
c31ebc68 000002e0 os.lib : mem_bios6.oe9 (.text:_mmCheck)
c31ebf48 000002dc stack.lib : ipv6.oe9 (.text:IPv6IPAddressToString)
c31ec224 000002dc tcpFalcon.obj (.text)
c31ec500 000002d4 stack.lib : ipv6_frag.oe9 (.text:IPv6TxFragPacket)
c31ec7d4 000002c4 ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:HwPktOpen)
c31eca98 000002b4 stack.lib : sock6.oe9 (.text:Sock6Set)
c31ecd4c 000002b4 nettool.lib : daemon.oe9 (.text:daemon)
c31ed000 000002b0 stack.lib : ipv6out.oe9 (.text:IPv6TxPacket)
c31ed2b0 000002a4 : auth.oe9 (.text:chapInput)
c31ed554 000002a4 : fileuser.oe9 (.text:fdSelect)
c31ed7f8 0000029c : lliin.oe9 (.text:LLIRxPacket)
c31eda94 00000294 : nimuppp.oe9 (.text:pppNew)
c31edd28 00000290 : igmp.oe9 (.text:IGMPInput)
c31edfb8 00000280 : sock6pcb.oe9 (.text:Sock6PcbBind)
c31ee238 00000278 ti.drv.omapl138.ae9 : csl_mdio.oe9 (.text:MDIO_initContinue)
c31ee4b0 00000274 stack.lib : lliout.oe9 (.text:LLITxIpPacket)
c31ee724 00000268 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_da830_Hwi_Object__create__S)
c31ee98c 00000264 miniPrintf.lib : miniPrintf.oe9 (.text:_int2str)
c31eebf0 00000260 stack.lib : icmpv6in.oe9 (.text:ICMPv6RxPacket)
c31eee50 00000260 : sock.oe9 (.text:SockNew)
c31ef0b0 0000025c : udp6.oe9 (.text:Udp6Input)
c31ef30c 00000254 miniPrintf.lib : miniPrintf.oe9 (.text:_parsearg)
c31ef560 00000250 os.lib : mem_bios6.oe9 (.text:mmAlloc)
c31ef7b0 0000023c stack.lib : nimupppoe.oe9 (.text:pppoeSI)
c31ef9ec 0000023c commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_Object__create__S)
c31efc28 0000023a stack.lib : sb.oe9 (.text:SBRead)
c31efe62 00000002 --HOLE-- [fill = 0]
c31efe64 00000238 : sock.oe9 (.text:SockConnect)
c31f009c 00000231 : icmpv6out.oe9 (.text:ICMPv6SendParameterProblem)
c31f02cd 00000003 --HOLE-- [fill = 0]
c31f02d0 0000022c : tcp6.oe9 (.text:TCP6TimeoutCheck)
c31f04fc 0000022c : tcp.oe9 (.text:TcpTimeoutCheck)
c31f0728 00000228 : route6.oe9 (.text:Rt6Find)
c31f0950 00000224 ti.drv.omapl138.ae9 : csl_emac.oe9 (.text:EMAC_close)
c31f0b74 00000224 nettool.lib : httpsend.oe9 (.text:SetContentType)
c31f0d98 00000220 stack.lib : nimupppoe.oe9 (.text:SendServerMsg)
c31f0fb8 00000220 emacHooks.obj (.text)
c31f11d8 00000220 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_Instance_finalize__F)
c31f13f8 0000021c stack.lib : bind6.oe9 (.text:Bind6RunDAD)
c31f1614 00000218 : sock6pcb.oe9 (.text:Sock6PcbFind)
c31f182c 00000207 : icmpv6out.oe9 (.text:ICMPv6SendDstUnreachable)
c31f1a33 00000001 --HOLE-- [fill = 0]
c31f1a34 00000204 nettool.lib : config.oe9 (.text:CfgAddEntry)
c31f1c38 00000204 stack.lib : rtc.oe9 (.text:RTCReport)
c31f1e3c 00000204 os.lib : efs.oe9 (.text:efs_filecheck)
c31f2040 00000200 stack.lib : sock6.oe9 (.text:Sock6New)
c31f2240 000001fd : icmpv6out.oe9 (.text:ICMPv6SendTimeExceeded)
c31f243d 00000003 --HOLE-- [fill = 0]
c31f2440 000001fc : route6.oe9 (.text:Rt6Free)
c31f263c 000001fc : sock.oe9 (.text:SockSend)
c31f2838 000001f9 : icmpv6_ndisc.oe9 (.text:ICMPv6RecvNA)
c31f2a31 00000003 --HOLE-- [fill = 0]
c31f2a34 000001f8 : ipv6_frag.oe9 (.text:IPv6FragReasm)
c31f2c2c 000001f8 : sock6.oe9 (.text:Sock6Send)
c31f2e24 000001f4 : nimupppoe.oe9 (.text:SendClientMsg)
c31f3018 000001e8 commProcessor.pe9.obj (.text:deviceConfig$20)
c31f3200 000001e4 ti.drv.omapl138.ae9 : nimu_eth.oe9 (.text:EmacInit)
c31f33e4 000001dc stack.lib : auth.oe9 (.text:papInput)
c31f35c0 000001d4 : udp6.oe9 (.text:Udp6Output)
c31f3794 000001d0 : sock6pcb.oe9 (.text:Sock6PcbResolve)
c31f3964 000001d0 commProcessor.pe9.obj (.text:ti_sysbios_knl_Semaphore_pend__E)
c31f3b34 000001cf commProcessor.pe9.obj (.text:xdc_runtime_System_printfExtend__I)
c31f3d03 00000001 --HOLE-- [fill = 0]
c31f3d04 000001c8 nettool.lib : daemon.oe9 (.text:DaemonNew)
c31f3ecc 000001c6 stack.lib : sb6.oe9 (.text:SB6Read)
c31f4092 00000002 --HOLE-- [fill = 0]
c31f4094 000001c4 : icmp.oe9 (.text:ICMPGenPacket)
c31f4258 000001c4 : nimu.oe9 (.text:NIMUIoctl)
c31f441c 000001c0 : bind.oe9 (.text:BindNew)
c31f45dc 000001c0 : rtable.oe9 (.text:RtFind)
c31f479c 000001c0 nettool.lib : inetaddr.oe9 (.text:inet_aton)
c31f495c 000001c0 stack.lib : lcp.oe9 (.text:lcpSendCfg)
c31f4b1c 000001c0 commProcessor.pe9.obj (.text:ti_sysbios_heaps_HeapMem_free__E)
c31f4cdc 000001bc stack.lib : nimuppp.oe9 (.text:pppInput)
c31f4e98 000001b4 : icmpv6_ndisc.oe9 (.text:ICMPv6SendNS)
c31f504c 000001b4 netctrl.lib : netctrl.oe9 (.text:NC_NetStart)
c31f5200 000001b0 stack.lib : pipe.oe9 (.text:PipeRecv)
c31f53b0 000001b0 : route.oe9 (.text:RtCreate)
c31f5560 000001b0 : udp.oe9 (.text:UdpOutput)
c31f5710 000001b0 nettool.lib : telnetd.oe9 (.text:telnet_engine)
c31f58c0 000001a8 : dhcpmain.oe9 (.text:DHCPOpen)
c31f5a68 000001a4 stack.lib : sock6int.oe9 (.text:Sock6Notify)
c31f5c0c 000001a4 : sockint.oe9 (.text:SockNotify)
c31f5db0 000001a0 : lli6.oe9 (.text:LLI6TxIPPacket)
c31f5f50 000001a0 : sockpcb.oe9 (.text:SockPcbResolve)
c31f60f0 0000019c ti.drv.omapl138.ae9 : nimu_eth.oe9 (.text:Emacioctl)
c31f628c 0000019c stack.lib : icmpv6in.oe9 (.text:ICMPv6RecvEchoRequest)
c31f6428 0000019c commProcessor.pe9.obj (.text:xdc_runtime_Core_createObject__I)
c31f65c4 00000198 stack.lib : lli6.oe9 (.text:LLI6NeighUnreachStateMachine)
c31f675c 00000198 : tcp6out.oe9 (.text:TCP6GenPacket)
c31f68f4 00000194 : ipv6_frag.oe9 (.text:IPv6FragQEnqueueFrag)
c31f6a88 00000194 : raw.oe9 (.text:RawInput)
c31f6c1c 00000194 commProcessor.pe9.obj (.text:ti_sysbios_heaps_HeapMem_alloc__E)
c31f6db0 00000190 nettool.lib : httppars.oe9 (.text:httpParseRecv)
c31f6f40 00000190 rtsv5_A_le_eabi.lib : fputs.obj (.text)
c31f70d0 0000018c stack.lib : igmp.oe9 (.text:IGMPSendReply)
c31f725c 00000188 : sock6pcb.oe9 (.text:Sock6PcbFindRaw)
c31f73e4 00000188 : ipcp.oe9 (.text:ipcpSendCfg)
c31f756c 00000184 : route6.oe9 (.text:Rt6Modify)
c31f76f0 00000180 : icmpv6_ndisc.oe9 (.text:ICMPv6SendNA)
c31f7870 00000180 rtsv5_A_le_eabi.lib : memcpy32.obj (.text)
c31f79f0 0000017c stack.lib : nimu.oe9 (.text:NIMUReceivePacket)
c31f7b6c 00000178 : ipv6in.oe9 (.text:IPv6RxPacket)
c31f7ce4 00000174 : sb6.oe9 (.text:SB6Write)
c31f7e58 00000174 : sb.oe9 (.text:SBWrite)
c31f7fcc 00000170 : node.oe9 (.text:NodeTreeFree)
c31f813c 0000016c nettool.lib : dhcpsm.oe9 (.text:dhcpState)
c31f82a8 0000016c commProcessor.pe9.obj (.text:ti_sysbios_timers_timer64_Timer_start__E)
c31f8414 00000168 stack.lib : sock.oe9 (.text:SockClose)
c31f857c 00000168 : tcpout.oe9 (.text:TcpGenPacket)
c31f86e4 00000168 ti.drv.omapl138.ae9 : csl_emac.oe9 (.text:emacDequeueRx)
c31f884c 00000168 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_postInit__I)
c31f89b4 00000168 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_setPri__E)
c31f8b1c 00000164 stack.lib : ipv6_exthdrs.oe9 (.text:IPv6ParseHopOptions)
c31f8c80 00000160 nettool.lib : dhcpsock.oe9 (.text:dhcpSocketOpen)
c31f8de0 0000015c ti.drv.omapl138.ae9 : csl_emac.oe9 (.text:EMAC_sendPacket)
c31f8f3c 0000015c stack.lib : raw6.oe9 (.text:Raw6Input)
c31f9098 0000015c rtsv5_A_le_eabi.lib : dtor_list.obj (.text)
c31f91f4 0000015c commProcessor.pe9.obj (.text:ti_sysbios_timers_timer64_Timer_setPeriodMicroSecs__E)
c31f9350 00000158 os.lib : intmgmt_bios6.oe9 (.text:Interrupt_add)
c31f94a8 00000158 stack.lib : sockpcb.oe9 (.text:SockPcbBind)
c31f9600 00000158 nettool.lib : dhcpsm.oe9 (.text:dhcpIPAdd)
c31f9758 00000154 stack.lib : lli6.oe9 (.text:LLI6New)
c31f98ac 00000154 : node.oe9 (.text:NodeAdd)
c31f9a00 00000154 : rawethsock.oe9 (.text:RawEthSockSet)
c31f9b54 00000150 : igmp.oe9 (.text:IGMPJoinHostGroup)
c31f9ca4 00000150 : rawethsock.oe9 (.text:RawEthSockNew)
c31f9df4 00000150 : tcp6prot.oe9 (.text:TCP6PrSetOption)
c31f9f44 00000150 : tcpprot.oe9 (.text:TcpPrSetOption)
c31fa094 0000014c : bind6.oe9 (.text:Bind6GetGlobalAddress)
c31fa1e0 0000014c : ipv6.oe9 (.text:IPv6DisplayIPAddress)
c31fa32c 0000014c : lliout.oe9 (.text:LLIGenArpPacket)
c31fa478 0000014c netctrl.lib : netctrl.oe9 (.text:NetScheduler)
c31fa5c4 00000148 stack.lib : raw6.oe9 (.text:Raw6Output)
c31fa70c 00000148 nettool.lib : dhcppkt.oe9 (.text:dhcpPacketProcess)
c31fa854 00000144 stack.lib : ipv6_frag.oe9 (.text:IPv6ParseFragHdr)
c31fa998 00000144 os.lib : task_bios6.oe9 (.text:llEnter)
c31faadc 00000144 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_da830_Hwi_Module_startup__E)
c31fac20 00000140 ti.drv.omapl138.ae9 : csl_emac.oe9 (.text:EMAC_setReceiveFilter)
c31fad60 00000140 stack.lib : ipv6_exthdrs.oe9 (.text:IPv6ParseExtnHeaders)
c31faea0 00000140 : socket.oe9 (.text:accept)
c31fafe0 00000140 nettool.lib : dhcppkt.oe9 (.text:dhcpVerifyMessage)
c31fb120 0000013c ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:HwPktTxNext)
c31fb25c 0000013c netctrl.lib : netsrv.oe9 (.text:ServiceSpawn)
c31fb398 0000013c stack.lib : auth.oe9 (.text:chapSendMsg)
c31fb4d4 0000013c nettool.lib : httpclie.oe9 (.text:httpGetAuthParams)
c31fb610 0000013c netHooks.obj (.text)
c31fb74c 00000138 stack.lib : bind6.oe9 (.text:Bind6Free)
c31fb884 00000138 : tcptime.oe9 (.text:TcpTimeoutRexmt)
c31fb9bc 00000134 : sock6.oe9 (.text:Sock6Close)
c31fbaf0 00000134 : nimupppoe.oe9 (.text:pppoeCtrlMsg)
c31fbc24 00000130 : icmp.oe9 (.text:ICMPSendRtAdv)
c31fbd54 00000130 nettool.lib : httpsend.oe9 (.text:httpAuthenticationReq)
c31fbe84 0000012c netctrl.lib : netsrv.oe9 (.text:SPIpNet)
c31fbfb0 0000012a stack.lib : mld.oe9 (.text:MLDJoinGroup)
c31fc0da 00000002 --HOLE-- [fill = 0]
c31fc0dc 00000128 : tcp6time.oe9 (.text:TCP6TimeoutRexmt)
c31fc204 00000128 : lli.oe9 (.text:_LLITimeoutCheck)
c31fc32c 00000128 dualPort.obj (.text)
c31fc454 00000124 ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:HwPktSetRx)
c31fc578 00000124 stack.lib : sockint.oe9 (.text:SockCreatePacket)
c31fc69c 00000124 : tcp6time.oe9 (.text:TCP6TimeoutKeep)
c31fc7c0 00000124 crc8.obj (.text)
c31fc8e4 00000124 stack.lib : socket.oe9 (.text:sendto)
c31fca08 00000124 commProcessor.pe9.obj (.text:xdc_runtime_Startup_startMods__I)
c31fcb2c 00000120 falconMain.obj (.text)
c31fcc4c 00000120 commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_write8__F)
c31fcd6c 0000011c nettool.lib : config.oe9 (.text:CfgRemoveEntry)
c31fce88 0000011c ti.drv.omapl138.ae9 : csl_emac.oe9 (.text:EMAC_RxServiceCheck)
c31fcfa4 0000011c stack.lib : sock6pcb.oe9 (.text:Sock6PcbConnect)
c31fd0c0 0000011c commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_sleep__E)
c31fd1dc 0000011a commProcessor.pe9.obj (.text:ti_ndk_config_ip_init)
c31fd2f6 00000002 --HOLE-- [fill = 0]
c31fd2f8 00000118 stack.lib : bind6.oe9 (.text:Bind6DADCheck)
c31fd410 00000118 : exec.oe9 (.text:ExecOpen)
c31fd528 00000118 : icmpin.oe9 (.text:ICMPRevSrcRoute)
c31fd640 00000118 netctrl.lib : netsrv.oe9 (.text:ServiceScan)
c31fd758 00000118 ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:_HwPktPoll)
c31fd870 00000118 nettool.lib : dhcpbild.oe9 (.text:dhcpBuildHeader)
c31fd988 00000118 ti.drv.omapl138.ae9 : csl_emac.oe9 (.text:emacEnqueueTx)
c31fdaa0 00000118 rtsv5_A_le_eabi.lib : _io_perm.obj (.text)
c31fdbb8 00000118 : i_div32.obj (.text)
c31fdcd0 00000118 commProcessor.pe9.obj (.text:ti_sysbios_knl_Clock_Object__create__S)
c31fdde8 00000118 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_checkStacks__E)
c31fdf00 00000114 stack.lib : ipv6_exthdrs.oe9 (.text:IPv6ParseRoutingHdr)
c31fe014 00000114 : sockpcb.oe9 (.text:SockPcbFind)
c31fe128 00000114 rtsv5_A_le_eabi.lib : setvbuf.obj (.text)
c31fe23c 00000110 : fflush.obj (.text)
c31fe34c 0000010c stack.lib : rtable.oe9 (.text:RtTimeoutCheck)
c31fe458 0000010c : sock6int.oe9 (.text:Sock6CreatePacket)
c31fe564 0000010c nettool.lib : dhcpsm.oe9 (.text:StateBound)
c31fe670 00000104 stack.lib : route6.oe9 (.text:Route6LifetimeMgmt)
c31fe774 00000104 : tcptime.oe9 (.text:TcpTimeoutKeep)
c31fe878 00000100 nettool.lib : config.oe9 (.text:CfgExecute)
c31fe978 00000100 stack.lib : fileuser.oe9 (.text:fdClose)
c31fea78 00000100 commProcessor.pe9.obj (.text:xdc_runtime_Error_raiseX__F)
c31feb78 000000fc ti.drv.omapl138.ae9 : csl_emac.oe9 (.text:EMAC_TxServiceCheck)
c31fec74 000000f8 stack.lib : ip.oe9 (.text:IPGetRoute)
c31fed6c 000000f8 miniPrintf.lib : miniPrintf.oe9 (.text:_str2str)
c31fee64 000000f8 commProcessor.pe9.obj (.text:ti_ndk_config_Global_stackThread)
c31fef5c 000000f8 commProcessor.pe9.obj (.text:ti_sysbios_knl_Swi_schedule__I)
c31ff054 000000f4 stack.lib : ipv6.oe9 (.text:IPv6Init)
c31ff148 000000f4 : socket.oe9 (.text:getpeername)
c31ff23c 000000f4 : socket.oe9 (.text:recv)
c31ff330 000000f4 rtsv5_A_le_eabi.lib : u_div32.obj (.text)
c31ff424 000000f4 stack.lib : socket.oe9 (.text:send)
c31ff518 000000f0 : nimuppp.oe9 (.text:PPPStop)
c31ff608 000000f0 miniPrintf.lib : miniPrintf.oe9 (.text:_printf)
c31ff6f8 000000f0 stack.lib : socket.oe9 (.text:socket)
c31ff7e8 000000f0 commProcessor.pe9.obj (.text:xdc_runtime_Text_putSite__F)
c31ff8d8 000000ec os.lib : ossys.oe9 (.text:DbgPrintf)
c31ff9c4 000000ec auto_init.ae9 : auto_init.oe9 (.text)
c31ffab0 000000ec commProcessor.pe9.obj (.text:initDevice$20)
c31ffb9c 000000e8 stack.lib : igmp.oe9 (.text:IGMPMsg)
c31ffc84 000000e8 netctrl.lib : netsrv.oe9 (.text:SPRoute)
c31ffd6c 000000e8 stack.lib : socket.oe9 (.text:setsockopt)
c31ffe54 000000e8 commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_Object__create__S)
c31fff3c 000000e4 stack.lib : sock6.oe9 (.text:Sock6Check)
c3200020 000000e4 : sock.oe9 (.text:SockCheck)
c3200104 000000e4 nettool.lib : dhcpbild.oe9 (.text:dhcpBuildRequest)
c32001e8 000000e2 : httpclie.oe9 (.text:httpExtractTag)
c32002ca 00000002 --HOLE-- [fill = 0]
c32002cc 000000e0 : config.oe9 (.text:CfgGetNextEntry)
c32003ac 000000e0 stack.lib : icmpv6in.oe9 (.text:ICMPv6SocketErrorInterface)
c320048c 000000e0 : ipv6_frag.oe9 (.text:IPv6FindFragQ)
c320056c 000000e0 ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:Interrupt_init)
c320064c 000000e0 nettool.lib : dhcpsm.oe9 (.text:StateRenewRebind)
c320072c 000000e0 os.lib : task_bios6.oe9 (.text:TaskGetEnv)
c320080c 000000e0 ti.drv.omapl138.ae9 : csl_emac.oe9 (.text:emacEnqueueRx)
c32008ec 000000e0 nettool.lib : telnetd.oe9 (.text:telnet_termdata)
c32009cc 000000dc stack.lib : bind6.oe9 (.text:Bind6Msg)
c3200aa8 000000dc netctrl.lib : netctrl.oe9 (.text:NC_SystemOpen)
c3200b84 000000dc ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:RxPacket)
c3200c60 000000dc nettool.lib : dhcpsm.oe9 (.text:StateRequesting)
c3200d3c 000000dc stack.lib : auth.oe9 (.text:papSendCfg)
c3200e18 000000dc commProcessor.pe9.obj (.text:ti_sysbios_heaps_HeapMem_Object__create__S)
c3200ef4 000000d8 stack.lib : ip.oe9 (.text:IPMsg)
c3200fcc 000000d8 : sockpcb.oe9 (.text:SockPcbCtlError)
c32010a4 000000d8 : auth.oe9 (.text:authInit)
c320117c 000000d4 : nimu.oe9 (.text:NIMURegister)
c3201250 000000d4 os.lib : pbm.oe9 (.text:PBM_free)
c3201324 000000d4 : task_bios6.oe9 (.text:TaskSetEnv)
c32013f8 000000d4 nettool.lib : httpsend.oe9 (.text:httpSendStatusLine)
c32014cc 000000d0 stack.lib : igmp.oe9 (.text:IGMPDoMCast)
c320159c 000000d0 ti.drv.omapl138.ae9 : csl_emac.oe9 (.text:emacDequeueTx)
c320166c 000000d0 os.lib : mem_bios6.oe9 (.text:mmInitPage)
c320173c 000000d0 nettool.lib : telnetd.oe9 (.text:telnetClientProcess)
c320180c 000000cc os.lib : pbm.oe9 (.text:PBM_alloc)
c32018d8 000000cc stack.lib : sockpcb.oe9 (.text:SockPcbConnect)
c32019a4 000000cc nettool.lib : daemon.oe9 (.text:dchild)
c3201a70 000000cc commProcessor.pe9.obj (.text:ti_sysbios_hal_Hwi_Object__create__S)
c3201b3c 000000c9 stack.lib : nimu.oe9 (.text:NIMUAddEthernetHeader)
c3201c05 00000003 --HOLE-- [fill = 0]
c3201c08 000000c8 : pipe.oe9 (.text:PipeSend)
c3201cd0 000000c8 : raw.oe9 (.text:RawOutput)
c3201d98 000000c8 : socket.oe9 (.text:bind)
c3201e60 000000c8 : lcp.oe9 (.text:lcpReject)
c3201f28 000000c8 os.lib : mem_bios6.oe9 (.text:mmBulkAlloc)
c3201ff0 000000c8 commProcessor.pe9.obj (.text:ti_sysbios_knl_Swi_run__I)
c32020b8 000000c4 nettool.lib : config.oe9 (.text:CfgGetEntry)
c320217c 000000c4 stack.lib : raweth.oe9 (.text:RawEthRxPacket)
c3202240 000000c4 : sock6pcb.oe9 (.text:Sock6PcbResolveChain)
c3202304 000000c4 : vlan.oe9 (.text:VLANDeinit)
c32023c8 000000c4 commProcessor.pe9.obj (.text:ti_sysbios_knl_Semaphore_Object__create__S)
c320248c 000000c4 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_schedule__I)
c3202550 000000c4 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_startup__E)
c3202614 000000c4 commProcessor.pe9.obj (.text:ti_sysbios_utils_Load_idleFxn__E)
c32026d8 000000c4 commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_setFilterLevel__F)
c320279c 000000c0 nettool.lib : daemon.oe9 (.text:DaemonFree)
c320285c 000000c0 stack.lib : igmp.oe9 (.text:IGMPLeaveHostGroup)
c320291c 000000c0 : md5.oe9 (.text:MD5Update)
c32029dc 000000c0 : rtable.oe9 (.text:RtFlush)
c3202a9c 000000c0 : tcp6prot.oe9 (.text:TCP6PrAttach)
c3202b5c 000000c0 : tcpprot.oe9 (.text:TcpPrAttach)
c3202c1c 000000c0 nettool.lib : telnetd.oe9 (.text:TelnetOpen)
c3202cdc 000000c0 stack.lib : rtable.oe9 (.text:_RtNodeInsert)
c3202d9c 000000c0 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_da830_Hwi_dispatchIRQC__I)
c3202e5c 000000bf stack.lib : sb6.oe9 (.text:SB6New)
c3202f1b 00000001 --HOLE-- [fill = 0]
c3202f1c 000000bc os.lib : mem_bios6.oe9 (.text:mmFree)
c3202fd8 000000bc commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_write4__F)
c3203094 000000b8 stack.lib : bind6.oe9 (.text:Bind6LifetimeMgmt)
c320314c 000000b8 netctrl.lib : netsrv.oe9 (.text:NS_BootTask)
c3203204 000000b8 stack.lib : raweth.oe9 (.text:RawEthTxPacket)
c32032bc 000000b8 nettool.lib : dhcptags.oe9 (.text:dhcpDecodeType)
c3203374 000000b4 stack.lib : igmp.oe9 (.text:IGMPJoin)
c3203428 000000b4 : node.oe9 (.text:NodeTreeNew)
c32034dc 000000b4 : rtable.oe9 (.text:RtWalkNext)
c3203590 000000b4 : sock6.oe9 (.text:Sock6Shutdown)
c3203644 000000b4 nettool.lib : http.oe9 (.text:httpOpen)
c32036f8 000000b4 : httpsend.oe9 (.text:httpSendErrorHTML)
c32037ac 000000b4 stack.lib : lcp.oe9 (.text:lcpOpen)
c3203860 000000b4 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_exit__E)
c3203914 000000b3 stack.lib : nimuppp.oe9 (.text:pppAddIP)
c32039c7 00000001 --HOLE-- [fill = 0]
c32039c8 000000b0 : ipv6_frag.oe9 (.text:IPv6FragMsg)
c3203a78 000000b0 netctrl.lib : netsrv.oe9 (.text:ServiceKill)
c3203b28 000000b0 stack.lib : sock6.oe9 (.text:Sock6Accept)
c3203bd8 000000b0 : sock.oe9 (.text:SockAccept)
c3203c88 000000b0 : sock.oe9 (.text:SockShutdown)
c3203d38 000000b0 : tcp6time.oe9 (.text:TCP6XmitTimer)
c3203de8 000000b0 : tcptime.oe9 (.text:TcpXmitTimer)
c3203e98 000000b0 rtsv5_A_le_eabi.lib : memset32.obj (.text)
c3203f48 000000b0 commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_getFilterLevel__F)
c3203ff8 000000b0 commProcessor.pe9.obj (.text:xdc_runtime_Text_putMod__F)
c32040a8 000000af stack.lib : fileuser.oe9 (.text:fdOpenSession)
c3204157 00000001 --HOLE-- [fill = 0]
c3204158 000000ad : nimuppp.oe9 (.text:pppFree)
c3204205 00000003 --HOLE-- [fill = 0]
c3204208 000000ac nettool.lib : config.oe9 (.text:CfgFree)
c32042b4 000000ac : config.oe9 (.text:CfgGetEntryCnt)
c3204360 000000ac stack.lib : lli.oe9 (.text:LLINew)
c320440c 000000ac : node.oe9 (.text:NodeFind)
c32044b8 000000ac : rawethsock.oe9 (.text:RawEthSockCheck)
c3204564 000000ac netctrl.lib : netsrv.oe9 (.text:SPConfig)
c3204610 000000ac stack.lib : udp.oe9 (.text:UdpChecksum)
c32046bc 000000ac os.lib : mem_bios6.oe9 (.text:_mmInit)
c3204768 000000a8 stack.lib : file.oe9 (.text:FdWaitEvent)
c3204810 000000a8 : igmp.oe9 (.text:IGMPTimer)
c32048b8 000000a8 : lli6.oe9 (.text:LLI6Find)
c3204960 000000a8 : lli6.oe9 (.text:LLI6Update)
c3204a08 000000a8 : sock6int.oe9 (.text:Sock6ValidateRoute)
c3204ab0 000000a8 : vlan.oe9 (.text:VLANReceivePacket)
c3204b58 000000a8 miniPrintf.lib : miniPrintf.oe9 (.text:printstr)
c3204c00 000000a8 rtsv5_A_le_eabi.lib : trgmsg.obj (.text)
c3204ca8 000000a8 commProcessor.pe9.obj (.text:ti_sysbios_gates_GateMutex_enter__E)
c3204d50 000000a8 commProcessor.pe9.obj (.text:ti_sysbios_knl_Clock_workFunc__E)
c3204df8 000000a4 stack.lib : node.oe9 (.text:NodeNew)
c3204e9c 000000a4 os.lib : task_bios6.oe9 (.text:llExit)
c3204f40 000000a4 : mem_bios6.oe9 (.text:mmBulkFree)
c3204fe4 000000a4 stack.lib : nimuppp.oe9 (.text:pppAddClient)
c3205088 000000a4 commProcessor.pe9.obj (.text:ti_sysbios_utils_Load_hwiBeginHook__E)
c320512c 000000a4 stack.lib : lliin.oe9 (.text:updateRtTable)
c32051d0 000000a2 : sb.oe9 (.text:SBNew)
c3205272 00000002 --HOLE-- [fill = 0]
c3205274 000000a0 : bind.oe9 (.text:BindFree)
c3205314 000000a0 : ipin.oe9 (.text:IPRouteIP)
c32053b4 000000a0 : rtc.oe9 (.text:RTCMsg)
c3205454 000000a0 : sockpcb.oe9 (.text:SockPcbFindRaw)
c32054f4 000000a0 : tcp.oe9 (.text:TcpChecksum)
c3205594 000000a0 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_da830_Hwi_Instance_finalize__F)
c3205634 000000a0 commProcessor.pe9.obj (.text:xdc_runtime_Memory_alloc__F)
c32056d4 0000009c stack.lib : ipv6_frag.oe9 (.text:IPv6CreateFragQ)
c3205770 0000009c : ipv6.oe9 (.text:IPv6GetSubnetMaskFromBits)
c320580c 0000009c : rawethsock_pcb.oe9 (.text:RawEthSockPcbAttach)
c32058a8 0000009c : route.oe9 (.text:RtRedirect)
c3205944 0000009c netctrl.lib : netsrv.oe9 (.text:SPService)
c32059e0 0000009c stack.lib : sock6.oe9 (.text:Sock6Listen)
c3205a7c 0000009c : sock.oe9 (.text:SockListen)
c3205b18 0000009c nettool.lib : dhcpsm.oe9 (.text:StateSelecting)
c3205bb4 0000009c stack.lib : socket.oe9 (.text:listen)
c3205c50 0000009b commProcessor.pe9.obj (.text:ti_ndk_config_Global_NetworkIPAddr$0)
c3205ceb 00000001 --HOLE-- [fill = 0]
c3205cec 00000098 nettool.lib : config.oe9 (.text:CfgSetExecuteOrder)
c3205d84 00000098 stack.lib : tcpprot.oe9 (.text:TcpValidateMetrics)
c3205e1c 00000098 hal_timer_bios.lib : lltimer_bios6.oe9 (.text:llTimerTick)
c3205eb4 00000098 rtsv5_A_le_eabi.lib : fclose.obj (.text)
c3205f4c 00000098 commProcessor.pe9.obj (.text:ti_sysbios_knl_Swi_restoreHwi__E)
c3205fe4 00000098 commProcessor.pe9.obj (.text:xdc_runtime_System_formatNum__I)
c320607c 00000097 nettool.lib : httpsend.oe9 (.text:httpSendFullResponse)
c3206113 00000001 --HOLE-- [fill = 0]
c3206114 00000094 stack.lib : bind6.oe9 (.text:Bind6GetLinkLocalAddress)
c32061a8 00000094 : mld.oe9 (.text:MLDLeaveGroup)
c320623c 00000094 : nimu.oe9 (.text:NIMUIoctlSpecialCmd)
c32062d0 00000094 : route6.oe9 (.text:Rt6FindDefaultRouter)
c3206364 00000094 : route.oe9 (.text:RtRemove)
c32063f8 00000094 : auth.oe9 (.text:authGetPassword)
c320648c 00000090 ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:HwPktClose)
c320651c 00000090 stack.lib : ipv6.oe9 (.text:IPv6Layer4ComputeChecksum)
c32065ac 00000090 os.lib : pbm.oe9 (.text:PBMQ_enq)
c320663c 00000090 : semaphore_bios6.oe9 (.text:SemCreate)
c32066cc 00000090 stack.lib : tcp6prot.oe9 (.text:TCP6PrInherit)
c320675c 00000090 : tcpprot.oe9 (.text:TcpPrInherit)
c32067ec 00000090 nettool.lib : dhcptags.oe9 (.text:dhcpBuildOptions)
c320687c 00000090 commProcessor.pe9.obj (.text:xdc_runtime_Core_deleteObject__I)
c320690c 0000008d stack.lib : tcp6time.oe9 (.text:TCP6TimeoutSackRexmt)
c3206999 00000003 --HOLE-- [fill = 0]
c320699c 0000008d : tcptime.oe9 (.text:TcpTimeoutSackRexmt)
c3206a29 00000003 --HOLE-- [fill = 0]
c3206a2c 0000008c : icmpv6out.oe9 (.text:IsICMPv6ErrorPkt)
c3206ab8 0000008c : nimu.oe9 (.text:NIMUShutdown)
c3206b44 0000008c : lli.oe9 (.text:_LLIExpListInsert)
c3206bd0 0000008c : rtable.oe9 (.text:_RtExpListInsert)
c3206c5c 0000008c commProcessor.pe9.obj (.text:ti_sysbios_knl_Swi_post__E)
c3206ce8 0000008c commProcessor.pe9.obj (.text:ti_sysbios_timers_timer64_Timer_stop__E)
c3206d74 0000008c commProcessor.pe9.obj (.text:ti_sysbios_utils_Load_addTask__E)
c3206e00 00000088 stack.lib : node.oe9 (.text:NodeDeRef)
c3206e88 00000088 : rawethsock.oe9 (.text:RawEthSockSend)
c3206f10 00000088 : tcp6prot.oe9 (.text:TCP6PrDetach)
c3206f98 00000088 : tcpprot.oe9 (.text:TcpPrDetach)
c3207020 00000088 : timer.oe9 (.text:TimerListInsert)
c32070a8 00000088 : auth.oe9 (.text:authStart)
c3207130 00000088 : file.oe9 (.text:fdint_lockfd)
c32071b8 00000088 : file.oe9 (.text:fdint_unlockfd)
c3207240 00000088 rtsv5_A_le_eabi.lib : cpy_tbl.obj (.text)
c32072c8 00000084 stack.lib : mld.oe9 (.text:MLDFindMulticastNode)
c320734c 00000084 : node.oe9 (.text:NodeWalk)
c32073d0 00000084 : route.oe9 (.text:RtNew)
c3207454 00000084 : bind6.oe9 (.text:_Bind6FindByHostInList)
c32074d8 00000084 : bind6.oe9 (.text:_Bind6FindByNetInList)
c320755c 00000084 os.lib : efs.oe9 (.text:efs_fopen)
c32075e0 00000084 nettool.lib : httpclie.oe9 (.text:httpGetMimeBits)
c3207664 00000084 rtsv5_A_le_eabi.lib : atoi.obj (.text)
c32076e8 00000084 commProcessor.pe9.obj (.text:ti_sysbios_knl_Clock_Instance_finalize__F)
c320776c 00000084 commProcessor.pe9.obj (.text:xdc_runtime_Text_visitRope2__I)
c32077f0 00000080 stack.lib : igmp.oe9 (.text:IGMPLeave)
c3207870 00000080 : sock6.oe9 (.text:Sock6Disconnect)
c32078f0 00000080 : sock6int.oe9 (.text:Sock6SpawnAbort)
c3207970 00000080 : sockint.oe9 (.text:SockSpawnAbort)
c32079f0 00000080 nettool.lib : config.oe9 (.text:_CfgEntryScan)
c3207a70 00000080 os.lib : efs.oe9 (.text:efs_internal_remove)
c3207af0 00000080 rtsv5_A_le_eabi.lib : fseek.obj (.text)
c3207b70 00000080 commProcessor.pe9.obj (.text:ti_sysbios_utils_Load_swiBeginHook__E)
c3207bf0 0000007c nettool.lib : config.oe9 (.text:CfgEntryDeRef)
c3207c6c 0000007c stack.lib : ipfrag.oe9 (.text:IPReasmFree)
c3207ce8 0000007c os.lib : pbm.oe9 (.text:PBM_copy)
c3207d64 0000007c : pbm.oe9 (.text:PBM_open)
c3207de0 0000007c stack.lib : tcp6prot.oe9 (.text:TCP6PrSendOOB)
c3207e5c 0000007c : tcp6prot.oe9 (.text:TCP6ValidateMetrics)
c3207ed8 0000007c : tcpprot.oe9 (.text:TcpPrSendOOB)
c3207f54 0000007c os.lib : mem_bios6.oe9 (.text:mmCopy)
c3207fd0 0000007c commProcessor.pe9.obj (.text:ti_sysbios_gates_GateMutex_Object__create__S)
c320804c 0000007c commProcessor.pe9.obj (.text:ti_sysbios_heaps_HeapMem_getStats__E)
c32080c8 0000007c commProcessor.pe9.obj (.text:ti_sysbios_utils_Load_removeTask__E)
c3208144 00000078 stack.lib : rawethsock_pcb.oe9 (.text:RawEthSockPcbDetach)
c32081bc 00000078 : sock6pcb.oe9 (.text:Sock6CleanPcb)
c3208234 00000078 : sockint.oe9 (.text:SockValidateRoute)
c32082ac 00000078 os.lib : task_bios6.oe9 (.text:TaskCreate)
c3208324 00000078 nettool.lib : dhcpbild.oe9 (.text:dhcpBuildDecline)
c320839c 00000078 stack.lib : lcp.oe9 (.text:lcpInit)
c3208414 00000078 rtsv5_A_le_eabi.lib : exit.obj (.text)
c320848c 00000078 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_da830_Hwi_handlerSELF__I)
c3208504 00000078 ti.sysbios.family.arm.exc.ae9 : Exception_asm.oe9 (.text:ti_sysbios_family_arm_exc_Exception_excHandlerAsm__I)
c320857c 00000078 commProcessor.pe9.obj (.text:ti_sysbios_knl_Semaphore_post__E)
c32085f4 00000078 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_unblockI__E)
c320866c 00000078 commProcessor.pe9.obj (.text:ti_sysbios_utils_Load_taskSwitchHook__E)
c32086e4 00000074 nettool.lib : config.oe9 (.text:CfgNew)
c3208758 00000074 ti.drv.omapl138.ae9 : nimu_eth.oe9 (.text:EmacStart)
c32087cc 00000074 stack.lib : lli.oe9 (.text:LLIGetValidTime)
c3208840 00000074 : lli.oe9 (.text:LLIMsg)
c32088b4 00000074 : md5.oe9 (.text:MD5Final)
c3208928 00000074 : tcp6prot.oe9 (.text:TCP6PrDisconnect)
c320899c 00000074 : tcpprot.oe9 (.text:TcpPrDisconnect)
c3208a10 00000070 : lli6.oe9 (.text:LLI6Msg)
c3208a80 00000070 nettool.lib : ipaddr.oe9 (.text:NtAddNetwork)
c3208af0 00000070 : ipaddr.oe9 (.text:NtIfIdx2Ip)
c3208b60 00000070 stack.lib : route6.oe9 (.text:Route6Msg)
c3208bd0 00000070 : sockpcb.oe9 (.text:SockPcbResolveChain)
c3208c40 00000070 hal_timer_bios.lib : lltimer_bios6.oe9 (.text:llTimerGetTime)
c3208cb0 00000070 os.lib : mem_bios6.oe9 (.text:mmZeroInit)
c3208d20 0000006c nettool.lib : dhcpmain.oe9 (.text:DHCPClose)
c3208d8c 0000006c ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:HwRxInt)
c3208df8 0000006c : ethdriver.oe9 (.text:HwTxInt)
c3208e64 0000006c stack.lib : icmp.oe9 (.text:ICMPChecksum)
c3208ed0 0000006c ti.drv.omapl138.ae9 : csl_mdio.oe9 (.text:MDIO_initPHY)
c3208f3c 0000006c stack.lib : pipe.oe9 (.text:PipeCheck)
c3208fa8 0000006c : rtable.oe9 (.text:RouteMsg)
c3209014 0000006c : sock6.oe9 (.text:Sock6Bind)
c3209080 0000006c : tcp6prot.oe9 (.text:TCP6PrCtlError)
c32090ec 0000006c : tcpprot.oe9 (.text:TcpPrCtlError)
c3209158 0000006c : rtable.oe9 (.text:_RtNodeRemove)
c32091c4 0000006c ti.sysbios.family.arm.da830.ae9 : Hwi_asm.oe9 (.text:_ti_sysbios_family_arm_da830_Hwi_dispatchIRQ__I)
c3209230 0000006c rtsv5_A_le_eabi.lib : copy_decompress_rle.obj (.text:decompress:rle)
c320929c 0000006c nettool.lib : httpsend.oe9 (.text:httpSendErrorResponse)
c3209308 0000006c stack.lib : lcp.oe9 (.text:lcpSendTerm)
c3209374 0000006c powerSleepCtrl.obj (.text)
c32093e0 0000006c commProcessor.pe9.obj (.text:ti_sysbios_family_arm_arm9_Mmu_disable__E)
c320944c 0000006c commProcessor.pe9.obj (.text:ti_sysbios_family_arm_da830_Hwi_handlerLOWER__I)
c32094b8 0000006c commProcessor.pe9.obj (.text:ti_sysbios_family_arm_da830_Hwi_handlerNONE__I)
c3209524 0000006c commProcessor.pe9.obj (.text:ti_sysbios_timers_timer64_Timer_getCount__E)
c3209590 0000006c commProcessor.pe9.obj (.text:ti_sysbios_utils_Load_hwiEndHook__E)
c32095fc 00000068 nettool.lib : config.oe9 (.text:CfgEntryGetData)
c3209664 00000068 stack.lib : icmpv6in.oe9 (.text:ICMPv6RecvDstUnreachable)
c32096cc 00000068 : ipv6_frag.oe9 (.text:IPv6ReasmTimeout)
c3209734 00000068 : nimu.oe9 (.text:NIMUUnregister)
c320979c 00000068 : node.oe9 (.text:NodeUpdatePL)
c3209804 00000068 : rtable.oe9 (.text:RtWalkBegin)
c320986c 00000068 : rtable.oe9 (.text:RtWalkEnd)
c32098d4 00000068 : tcp6prot.oe9 (.text:TCP6Drop)
c320993c 00000068 : tcpprot.oe9 (.text:TcpDrop)
c32099a4 00000068 ti.sysbios.family.arm.da830.ae9 : Hwi_asm.oe9 (.text:_ti_sysbios_family_arm_da830_Hwi_init__I)
c3209a0c 00000068 stack.lib : fileuser.oe9 (.text:fdCloseSession)
c3209a74 00000068 rtsv5_A_le_eabi.lib : strtok.obj (.text)
c3209adc 00000066 stack.lib : timer.oe9 (.text:TimerNew)
c3209b42 00000002 --HOLE-- [fill = 0]
c3209b44 00000064 : lliin.oe9 (.text:LLIValidateRoute)
c3209ba8 00000064 : sb6.oe9 (.text:SB6SetMax)
c3209c0c 00000064 : sb.oe9 (.text:SBSetMax)
c3209c70 00000064 : sock6.oe9 (.text:Sock6GetName)
c3209cd4 00000064 : sock.oe9 (.text:SockDisconnect)
c3209d38 00000064 : tcp6prot.oe9 (.text:TCP6Close)
c3209d9c 00000064 : tcpprot.oe9 (.text:TcpClose)
c3209e00 00000064 os.lib : efs.oe9 (.text:efs_filesend)
c3209e64 00000064 stack.lib : file.oe9 (.text:fdint_waitevent)
c3209ec8 00000064 commProcessor.pe9.obj (.text:ti_sysbios_BIOS_startFunc__I)
c3209f2c 00000064 commProcessor.pe9.obj (.text:ti_sysbios_knl_Swi_restore__E)
c3209f90 00000064 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_blockI__E)
c3209ff4 00000064 commProcessor.pe9.obj (.text:xdc_runtime_Core_assignParams__I)
c320a058 00000060 stack.lib : icmpv6_ndisc.oe9 (.text:ICMPv6RecvRS)
c320a0b8 00000060 : mld.oe9 (.text:MLDCreateMulticastNode)
c320a118 00000060 : sb6.oe9 (.text:SB6Flush)
c320a178 00000060 : sb.oe9 (.text:SBFlush)
c320a1d8 00000060 : tcp6prot.oe9 (.text:TCP6PrSend)
c320a238 00000060 : tcpprot.oe9 (.text:TcpPrSend)
c320a298 00000060 : timer.oe9 (.text:TimerHSTick)
c320a2f8 00000060 boot.ae9 : boot.oe9 (.text)
c320a358 00000060 nettool.lib : dhcpsm.oe9 (.text:dhcpIPRemove)
c320a3b8 00000060 : dhcptags.oe9 (.text:dhcpOptionsClear)
c320a418 00000060 ti.sysbios.family.arm.exc.ae9 : Exception_asm.oe9 (.text:ti_sysbios_family_arm_exc_Exception_init__I)
c320a478 00000060 commProcessor.pe9.obj (.text:ti_sysbios_utils_Load_swiEndHook__E)
c320a4d8 0000005e stack.lib : nimu.oe9 (.text:NIMUAllocateName)
c320a536 00000002 --HOLE-- [fill = 0]
c320a538 0000005c nettool.lib : telnetd.oe9 (.text:CmdWriteCmd)
c320a594 0000005c stack.lib : route.oe9 (.text:RtDeRef)
c320a5f0 0000005c : tcp6time.oe9 (.text:TCP6TimeoutPersist)
c320a64c 0000005c : tcptime.oe9 (.text:TcpTimeoutPersist)
c320a6a8 0000005c : rtc.oe9 (.text:_RTCSendRtAdv)
c320a704 0000005c rtsv5_A_le_eabi.lib : strstr.obj (.text)
c320a760 0000005c commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_Module_startup__E)
c320a7bc 0000005c commProcessor.pe9.obj (.text:xdc_runtime_SysMin_flush__F)
c320a818 00000058 stack.lib : ipfrag.oe9 (.text:IPReasmTimeout)
c320a870 00000058 : ipv6out.oe9 (.text:IPv6GetRoute)
c320a8c8 00000058 : nimu.oe9 (.text:NIMUInit)
c320a920 00000058 : rawethsock.oe9 (.text:RawEthSockNotify)
c320a978 00000058 : sock.oe9 (.text:SockGetName)
c320a9d0 00000058 : sockpcb.oe9 (.text:SockPcbRtChange)
c320aa28 00000058 : tcp6prot.oe9 (.text:TCP6PrConnect)
c320aa80 00000058 : tcpprot.oe9 (.text:TcpPrConnect)
c320aad8 00000058 nettool.lib : dhcpbild.oe9 (.text:dhcpBuildDiscover)
c320ab30 00000054 : config.oe9 (.text:CfgGetImmediate)
c320ab84 00000054 ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:GetPacket)
c320abd8 00000054 stack.lib : ip.oe9 (.text:IPChecksum)
c320ac2c 00000054 : pipe.oe9 (.text:PipeClose)
c320ac80 00000054 : sb.oe9 (.text:SBFree)
c320acd4 00000054 : sock6.oe9 (.text:Sock6IntAbort)
c320ad28 00000054 os.lib : task_bios6.oe9 (.text:TaskCleanup)
c320ad7c 00000054 nettool.lib : config.oe9 (.text:_CfgAcquire)
c320add0 00000054 hal_timer_bios.lib : lltimer_bios6.oe9 (.text:_llTimerInit)
c320ae24 00000054 ti.sysbios.family.arm.ae9 : TaskSupport_asm.oe9 (.text:_ti_sysbios_family_arm_TaskSupport_buildTaskStack)
c320ae78 00000054 commProcessor.pe9.obj (.text:malloc)
c320aecc 00000054 stack.lib : nimupppoe.oe9 (.text:pppoeInput)
c320af20 00000054 os.lib : ossys.oe9 (.text:stricmp)
c320af74 00000054 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_arm9_Mmu_enable__E)
c320afc8 00000054 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_restore__E)
c320b01c 00000054 commProcessor.pe9.obj (.text:xdc_runtime_Startup_exec__E)
c320b070 00000054 commProcessor.pe9.obj (.text:xdc_runtime_SysMin_putch__F)
c320b0c4 00000051 commProcessor.pe9.obj (.text:xdc_runtime_Text_printVisFxn__I)
c320b115 00000003 --HOLE-- [fill = 0]
c320b118 00000050 nettool.lib : config.oe9 (.text:CfgSetService)
c320b168 00000050 stack.lib : file.oe9 (.text:FdSignalEvent)
c320b1b8 00000050 ti.drv.omapl138.ae9 : csl_mdio.oe9 (.text:MDIO_close)
c320b208 00000050 stack.lib : nimu.oe9 (.text:NIMUFindByName)
c320b258 00000050 netctrl.lib : netsrv.oe9 (.text:NS_PreBoot)
c320b2a8 00000050 os.lib : pbm.oe9 (.text:PBMQ_deq)
c320b2f8 00000050 stack.lib : route6.oe9 (.text:Rt6Update)
c320b348 00000050 netctrl.lib : netsrv.oe9 (.text:ServiceCallback)
c320b398 00000050 stack.lib : sock6pcb.oe9 (.text:Sock6PcbRtChange)
c320b3e8 00000050 : sock.oe9 (.text:SockIntAbort)
c320b438 00000050 : tcp6time.oe9 (.text:TCP6SetPersist)
c320b488 00000050 : tcptime.oe9 (.text:TcpSetPersist)
c320b4d8 00000050 : lli.oe9 (.text:_LLIExpListRemove)
c320b528 00000050 : rtable.oe9 (.text:_RtExpListRemove)
c320b578 00000050 os.lib : efs.oe9 (.text:efs_fclose)
c320b5c8 00000050 stack.lib : listlib.oe9 (.text:list_remove_node)
c320b618 00000050 os.lib : mem_bios6.oe9 (.text:mmUnInitPage)
c320b668 00000050 commProcessor.pe9.obj (.text:ti_sysbios_timers_timer64_Timer_startup__E)
c320b6b8 00000050 commProcessor.pe9.obj (.text:xdc_runtime_Text_xprintf__I)
c320b708 0000004c stack.lib : md5.oe9 (.text:Encode)
c320b754 0000004c : icmpv6in.oe9 (.text:ICMPv6RecvParamProblem)
c320b7a0 0000004c : ipv6.oe9 (.text:IPv6CompareAddress)
c320b7ec 0000004c netctrl.lib : netctrl.oe9 (.text:NC_SystemClose)
c320b838 0000004c stack.lib : sb6.oe9 (.text:SB6Free)
c320b884 0000004c : sock.oe9 (.text:SockBind)
c320b8d0 0000004c os.lib : efs.oe9 (.text:efs_findfile)
c320b91c 0000004c nettool.lib : httpsend.oe9 (.text:httpSendEntityLength)
c320b968 0000004c rtsv5_A_le_eabi.lib : fs_toi32.obj (.text)
c320b9b4 0000004c : fs_tou32.obj (.text)
c320ba00 0000004c commProcessor.pe9.obj (.text:ti_sysbios_BIOS_exitFunc__I)
c320ba4c 0000004c commProcessor.pe9.obj (.text:ti_sysbios_knl_Idle_loop__E)
c320ba98 0000004c commProcessor.pe9.obj (.text:ti_sysbios_knl_Swi_Module_startup__E)
c320bae4 00000048 stack.lib : bind.oe9 (.text:BindFindByNet)
c320bb2c 00000048 nettool.lib : config.oe9 (.text:CfgEntryInfo)
c320bb74 00000048 stack.lib : lli6.oe9 (.text:LLI6IsRouterStatMachine)
c320bbbc 00000048 : mld.oe9 (.text:MLDTestGroup)
c320bc04 00000048 : nimu.oe9 (.text:NIMUAllocateIndex)
c320bc4c 00000048 : nimu.oe9 (.text:NIMUPacketServiceCheck)
c320bc94 00000048 : route.oe9 (.text:RtSetFailure)
c320bcdc 00000048 : sock6pcb.oe9 (.text:Sock6PcbDetach)
c320bd24 00000048 : sockpcb.oe9 (.text:SockCleanPcb)
c320bd6c 00000048 : sockpcb.oe9 (.text:SockPcbDetach)
c320bdb4 00000048 : timer.oe9 (.text:TimerListRemove)
c320bdfc 00000048 nettool.lib : config.oe9 (.text:_CfgRelease)
c320be44 00000048 stack.lib : lli.oe9 (.text:_LLITimeoutFlush)
c320be8c 00000048 nettool.lib : dhcpsock.oe9 (.text:dhcpPacketSend)
c320bed4 00000048 stack.lib : file.oe9 (.text:fdint_setevent)
c320bf1c 00000048 rtsv5_A_le_eabi.lib : strncpy.obj (.text)
c320bf64 00000048 : strspn.obj (.text)
c320bfac 00000048 commProcessor.pe9.obj (.text:ti_sysbios_hal_Hwi_checkStack:ti_sysbios_hal_Hwi_checkStack)
c320bff4 00000048 commProcessor.pe9.obj (.text:ti_sysbios_knl_Queue_Object__create__S)
c320c03c 00000048 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_allBlockedFunction__I)
c320c084 00000048 commProcessor.pe9.obj (.text:ti_sysbios_timers_timer64_Timer_Module_startup__E)
c320c0cc 00000048 commProcessor.pe9.obj (.text:ti_sysbios_utils_Load_taskCreateHook__E)
c320c114 00000048 commProcessor.pe9.obj (.text:xdc_runtime_System_rtsExit__I)
c320c15c 00000046 commProcessor.pe9.obj (.text:xdc_runtime_Error_print__F)
c320c1a2 00000002 --HOLE-- [fill = 0]
c320c1a4 00000044 stack.lib : bind6.oe9 (.text:Bind6FindByHost)
c320c1e8 00000044 : bind6.oe9 (.text:Bind6FindByNet)
c320c22c 00000044 nettool.lib : telnetd.oe9 (.text:CmdWriteBytes)
c320c270 00000044 stack.lib : icmpv6in.oe9 (.text:ICMPv6RecvTimeExceeded)
c320c2b4 00000044 : igmp.oe9 (.text:IGMPTestGroup)
c320c2f8 00000044 : lli6.oe9 (.text:LLI6Free)
c320c33c 00000044 : nimuppp.oe9 (.text:PPPSend)
c320c380 00000044 ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:Queue_pop)
c320c3c4 00000044 stack.lib : rawethsock.oe9 (.text:RawEthSockClose)
c320c408 00000044 : route.oe9 (.text:RtSetTimeout)
c320c44c 00000044 : sockprot.oe9 (.text:SockPrCtlError)
c320c490 00000044 : tcp6in.oe9 (.text:TCP6EnterTimeWait)
c320c4d4 00000044 : tcp6prot.oe9 (.text:TCP6PrListen)
c320c518 00000044 : tcpin.oe9 (.text:TcpEnterTimeWait)
c320c55c 00000044 : tcpprot.oe9 (.text:TcpPrListen)
c320c5a0 00000044 : vlan.oe9 (.text:VLANInit)
c320c5e4 00000044 miniPrintf.lib : miniPrintf.oe9 (.text:printf)
c320c628 00000044 rtsv5_A_le_eabi.lib : strcspn.obj (.text)
c320c66c 00000044 commProcessor.pe9.obj (.text:ti_sysbios_gates_GateHwi_Object__create__S)
c320c6b0 00000044 commProcessor.pe9.obj (.text:ti_sysbios_hal_Hwi_initStack:ti_sysbios_hal_Hwi_initStack)
c320c6f4 00000044 commProcessor.pe9.obj (.text:ti_sysbios_timers_timer64_Timer_getFreq__E)
c320c738 00000044 commProcessor.pe9.obj (.text:xdc_runtime_SysMin_output__I)
c320c77c 00000040 stack.lib : bind6.oe9 (.text:Bind6FindByIF)
c320c7bc 00000040 : bind.oe9 (.text:BindFindByHost)
c320c7fc 00000040 : md5.oe9 (.text:Decode)
c320c83c 00000040 : ipv6_frag.oe9 (.text:IPv6FragQFree)
c320c87c 00000040 : md5.oe9 (.text:MD5Init)
c320c8bc 00000040 : nimu.oe9 (.text:NIMUPacketService)
c320c8fc 00000040 ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:Queue_push)
c320c93c 00000040 stack.lib : rawethsock_pcb.oe9 (.text:RawEthSockPcbFind)
c320c97c 00000040 nettool.lib : config.oe9 (.text:_CfgEntryProcess)
c320c9bc 00000040 ti.sysbios.family.arm.da830.ae9 : Hwi_asm_switch.oe9 (.text:_ti_sysbios_family_xxx_Hwi_switchToIsrStack)
c320c9fc 00000040 stack.lib : ipcp.oe9 (.text:ipcpStart)
c320ca3c 00000040 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_arm9_Cache_startup__I)
c320ca7c 00000040 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_da830_Hwi_dispatchFIQC__I)
c320cabc 00000040 commProcessor.pe9.obj (.text:ti_sysbios_gates_GateHwi_Handle__label__S)
c320cafc 00000040 commProcessor.pe9.obj (.text:ti_sysbios_gates_GateMutex_Handle__label__S)
c320cb3c 00000040 commProcessor.pe9.obj (.text:ti_sysbios_heaps_HeapMem_Handle__label__S)
c320cb7c 00000040 commProcessor.pe9.obj (.text:ti_sysbios_heaps_HeapMem_init__I)
c320cbbc 00000040 commProcessor.pe9.obj (.text:ti_sysbios_knl_Semaphore_pendTimeout__I)
c320cbfc 00000040 commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_Handle__label__S)
c320cc3c 00000040 commProcessor.pe9.obj (.text:xdc_runtime_System_atexit__F)
c320cc7c 0000003c stack.lib : bind.oe9 (.text:BindGetIFByDBCast)
c320ccb8 0000003c ti.drv.omapl138.ae9 : nimu_eth.oe9 (.text:EmacSend)
c320ccf4 0000003c netctrl.lib : netctrl.oe9 (.text:NC_BootComplete)
c320cd30 0000003c stack.lib : nimu.oe9 (.text:NIMUCreatePacket)
c320cd6c 0000003c : route6.oe9 (.text:Rt6GetNetworkAddr)
c320cda8 0000003c : route6.oe9 (.text:Rt6IsDefaultRoute)
c320cde4 0000003c : route.oe9 (.text:RtFree)
c320ce20 0000003c : listlib.oe9 (.text:list_cat)
c320ce5c 0000003c commProcessor.pe9.obj (.text:ti_sysbios_hal_Hwi_Instance_finalize__F)
c320ce98 0000003c commProcessor.pe9.obj (.text:ti_sysbios_knl_Clock_doTick__I)
c320ced4 0000003c commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_restoreHwi__E)
c320cf10 00000038 nettool.lib : config.oe9 (.text:CfgEntryRef)
c320cf48 00000038 ti.drv.omapl138.ae9 : nimu_eth.oe9 (.text:EmacStop)
c320cf80 00000038 stack.lib : exec.oe9 (.text:ExecTimer)
c320cfb8 00000038 : nimu.oe9 (.text:NIMUGetNumOfObject)
c320cff0 00000038 : sock6pcb.oe9 (.text:Sock6PcbAttach)
c320d028 00000038 : sock6prot.oe9 (.text:Sock6PrCtlError)
c320d060 00000038 : sockpcb.oe9 (.text:SockPcbAttach)
c320d098 00000038 : tcptime.oe9 (.text:TcpTimeoutWait2)
c320d0d0 00000038 : vlan.oe9 (.text:VLANFindSourceInterface)
c320d108 00000038 nettool.lib : dhcpsock.oe9 (.text:dhcpPacketReceive)
c320d140 00000038 stack.lib : listlib.oe9 (.text:list_remove)
c320d178 00000038 commProcessor.pe9.obj (.text:rtsLock$8)
c320d1b0 00000038 rtsv5_A_le_eabi.lib : strncmp.obj (.text)
c320d1e8 00000038 commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_reset__F)
c320d220 00000034 ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:FreePacket)
c320d254 00000034 : csl_mdio.oe9 (.text:MDIO_open)
c320d288 00000034 stack.lib : nimu.oe9 (.text:NIMUFindByIndex)
c320d2bc 00000034 : nimuppp.oe9 (.text:PPPStart)
c320d2f0 00000034 : sock6pcb.oe9 (.text:Sock6PcbCleanup)
c320d324 00000034 : sockpcb.oe9 (.text:SockPcbCleanup)
c320d358 00000034 ti.sysbios.family.arm.arm9.ae9 : Mmu_asm.oe9 (.text:_ti_sysbios_family_arm_arm9_Mmu_enableAsm)
c320d38c 00000034 stack.lib : file.oe9 (.text:fdint_getfdt)
c320d3c0 00000034 : fileuser.oe9 (.text:fdsetTestEntry)
c320d3f4 00000034 : ipcp.oe9 (.text:ipcpInit)
c320d428 00000034 ti.drv.omapl138.ae9 : csl_emac.oe9 (.text:pqPop)
c320d45c 00000034 commProcessor.pe9.obj (.text:rtsUnlock$8)
c320d490 00000034 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_arm9_Cache_disable__E)
c320d4c4 00000034 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_arm9_Cache_enable__E)
c320d4f8 00000034 commProcessor.pe9.obj (.text:ti_sysbios_gates_GateMutex_Object__delete__S)
c320d52c 00000034 commProcessor.pe9.obj (.text:ti_sysbios_hal_Hwi_Object__delete__S)
c320d560 00000034 commProcessor.pe9.obj (.text:ti_sysbios_knl_Semaphore_Object__delete__S)
c320d594 00000034 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_Object__delete__S)
c320d5c8 00000034 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_enter__I)
c320d5fc 00000034 commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_Object__delete__S)
c320d630 00000030 stack.lib : bind.oe9 (.text:BindFindByIF)
c320d660 00000030 ti.drv.omapl138.ae9 : nimu_eth.oe9 (.text:EmacPktService)
c320d690 00000030 stack.lib : icmpv6in.oe9 (.text:ICMPv6RecvPktTooBig)
c320d6c0 00000030 os.lib : intmgmt_bios6.oe9 (.text:Interrupt_delete)
c320d6f0 00000030 ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:Interrupt_end)
c320d720 00000030 stack.lib : lli.oe9 (.text:LLIFree)
c320d750 00000030 os.lib : task_bios6.oe9 (.text:NDK_hookCreate)
c320d780 00000030 stack.lib : nimu.oe9 (.text:NIMUAddHeader)
c320d7b0 00000030 : rtc.oe9 (.text:RTCAddHook)
c320d7e0 00000030 : rtc.oe9 (.text:RTCRemoveHook)
c320d810 00000030 : tcp6.oe9 (.text:TCP6TimeoutRemove)
c320d840 00000030 : tcp6time.oe9 (.text:TCP6TimeoutWait2)
c320d870 00000030 os.lib : task_bios6.oe9 (.text:TaskDestroy)
c320d8a0 00000030 stack.lib : tcp.oe9 (.text:TcpTimeoutRemove)
c320d8d0 00000030 : vlan.oe9 (.text:VLANFindNode)
c320d900 00000030 ti.drv.omapl138.ae9 : csl_emac.oe9 (.text:emacUpdateStats)
c320d930 00000030 stack.lib : fileuser.oe9 (.text:fdSelectAbort)
c320d960 00000030 commProcessor.pe9.obj (.text:postInit$12)
c320d990 00000030 ti.drv.omapl138.ae9 : csl_emac.oe9 (.text:pqPush)
c320d9c0 00000030 : csl_emac.oe9 (.text:pqPushChain)
c320d9f0 00000030 rtsv5_A_le_eabi.lib : strcat.obj (.text)
c320da20 00000030 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_arm9_Mmu_Module_startup__E)
c320da50 00000030 commProcessor.pe9.obj (.text:ti_sysbios_gates_GateHwi_Object__delete__S)
c320da80 00000030 commProcessor.pe9.obj (.text:ti_sysbios_heaps_HeapMem_Object__delete__S)
c320dab0 00000030 commProcessor.pe9.obj (.text:ti_sysbios_knl_Swi_postInit__I)
c320dae0 00000030 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_sleepTimeout__I)
c320db10 00000030 commProcessor.pe9.obj (.text:ti_sysbios_utils_Load_getGlobalHwiLoad__E)
c320db40 00000030 commProcessor.pe9.obj (.text:ti_sysbios_utils_Load_getGlobalSwiLoad__E)
c320db70 00000030 commProcessor.pe9.obj (.text:ti_sysbios_utils_Load_taskDeleteHook__E)
c320dba0 00000030 commProcessor.pe9.obj (.text:xdc_runtime_Memory_valloc__F)
c320dbd0 0000002c stack.lib : bind6.oe9 (.text:Bind6IF2IPHost)
c320dbfc 0000002c : exec.oe9 (.text:ExecBroadcast)
c320dc28 0000002c : exec.oe9 (.text:ExecClose)
c320dc54 0000002c : rawethsock_pcb.oe9 (.text:RawEthSockPcbCleanup)
c320dc80 0000002c os.lib : efs.oe9 (.text:efs_loadfunction)
c320dcac 0000002c stack.lib : file.oe9 (.text:fdint_clearevent)
c320dcd8 0000002c nettool.lib : httpsend.oe9 (.text:httpSendClientStr)
c320dd04 0000002c rtsv5_A_le_eabi.lib : args_main.obj (.text)
c320dd30 0000002c : memchr.obj (.text)
c320dd5c 0000002c : strcmp.obj (.text)
c320dd88 0000002c miniPrintf.lib : miniPrintf.oe9 (.text:sprintf)
c320ddb4 0000002c commProcessor.pe9.obj (.text:ti_sysbios_family_arm_da830_Hwi_disableInterrupt__E)
c320dde0 0000002c commProcessor.pe9.obj (.text:ti_sysbios_family_arm_da830_Hwi_enableInterrupt__E)
c320de0c 0000002c commProcessor.pe9.obj (.text:ti_sysbios_family_arm_da830_Hwi_handlerALL__I)
c320de38 0000002c commProcessor.pe9.obj (.text:ti_sysbios_gates_GateMutex_Instance_finalize__F)
c320de64 0000002c commProcessor.pe9.obj (.text:ti_sysbios_hal_Hwi_Module_startup__E)
c320de90 0000002c commProcessor.pe9.obj (.text:ti_sysbios_hal_Timer_Module_startup__E)
c320debc 0000002c commProcessor.pe9.obj (.text:ti_sysbios_knl_Clock_Module_startup__E)
c320dee8 0000002c commProcessor.pe9.obj (.text:ti_sysbios_knl_Clock_Object__destruct__S)
c320df14 0000002c commProcessor.pe9.obj (.text:ti_sysbios_knl_Queue_put__E)
c320df40 00000028 stack.lib : bind.oe9 (.text:BindGetIP)
c320df68 00000028 : tcp6in.oe9 (.text:SEQ_GEQ)
c320df90 00000028 : tcp6out.oe9 (.text:SEQ_GEQ)
c320dfb8 00000028 : tcpin.oe9 (.text:SEQ_GEQ)
c320dfe0 00000028 : tcpout.oe9 (.text:SEQ_GEQ)
c320e008 00000028 : tcp6in.oe9 (.text:SEQ_GT)
c320e030 00000028 : tcp6out.oe9 (.text:SEQ_GT)
c320e058 00000028 : tcpin.oe9 (.text:SEQ_GT)
c320e080 00000028 : tcpout.oe9 (.text:SEQ_GT)
c320e0a8 00000028 : tcp6in.oe9 (.text:SEQ_LEQ)
c320e0d0 00000028 : tcp6out.oe9 (.text:SEQ_LEQ)
c320e0f8 00000028 : tcpin.oe9 (.text:SEQ_LEQ)
c320e120 00000028 : tcpout.oe9 (.text:SEQ_LEQ)
c320e148 00000028 : tcp6in.oe9 (.text:SEQ_LT)
c320e170 00000028 : tcp6out.oe9 (.text:SEQ_LT)
c320e198 00000028 : tcpin.oe9 (.text:SEQ_LT)
c320e1c0 00000028 : tcpout.oe9 (.text:SEQ_LT)
c320e1e8 00000028 : sock6prot.oe9 (.text:Sock6PrDetach)
c320e210 00000028 : sockprot.oe9 (.text:SockPrDetach)
c320e238 00000028 : tcp6.oe9 (.text:TCP6TimeoutAdd)
c320e260 00000028 : tcp.oe9 (.text:TcpTimeoutAdd)
c320e288 00000028 : fileuser.oe9 (.text:fdError)
c320e2b0 00000028 commProcessor.pe9.obj (.text:free)
c320e2d8 00000028 stack.lib : listlib.oe9 (.text:list_add)
c320e300 00000028 rtsv5_A_le_eabi.lib : strchr.obj (.text)
c320e328 00000028 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_da830_Hwi_plug__E)
c320e350 00000028 commProcessor.pe9.obj (.text:ti_sysbios_knl_Semaphore_Instance_finalize__F)
c320e378 00000028 commProcessor.pe9.obj (.text:xdc_runtime_SysMin_abort__F)
c320e3a0 00000028 commProcessor.pe9.obj (.text:xdc_runtime_System_aprintf__E)
c320e3c8 00000028 commProcessor.pe9.obj (.text:xdc_runtime_System_printf__E)
c320e3f0 00000028 commProcessor.pe9.obj (.text:xdc_runtime_System_putchar__I)
c320e418 00000024 stack.lib : ip.oe9 (.text:IPRtChange)
c320e43c 00000024 : ipv6.oe9 (.text:IPv6IsLinkLocal)
c320e460 00000024 : lli6.oe9 (.text:LLI6IsValid)
c320e484 00000024 : mld.oe9 (.text:MLDDeleteMulticastNode)
c320e4a8 00000024 : nimu.oe9 (.text:NIMUSendPacket)
c320e4cc 00000024 nettool.lib : ipaddr.oe9 (.text:RouteHook)
c320e4f0 00000024 ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:StatusUpdate)
c320e514 00000024 ti.sysbios.family.arm.arm9.ae9 : Cache_asm.oe9 (.text:_ti_sysbios_family_arm_arm9_Cache_wbInv__E)
c320e538 00000024 nettool.lib : dhcpsock.oe9 (.text:dhcpSocketClose)
c320e55c 00000024 stack.lib : file.oe9 (.text:fdint_freefdt)
c320e580 00000024 : lcp.oe9 (.text:lcpClose)
c320e5a4 00000024 rtsv5_A_le_eabi.lib : _lock.obj (.text)
c320e5c8 00000024 : ll_lsl32.obj (.text)
c320e5ec 00000024 commProcessor.pe9.obj (.text:ti_sysbios_knl_Clock_startI__E)
c320e610 00000024 commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_Instance_finalize__F)
c320e634 00000024 commProcessor.pe9.obj (.text:xdc_runtime_SysMin_Module_startup__E)
c320e658 00000020 stack.lib : lli6.oe9 (.text:LLI6IsDead)
c320e678 00000020 : lli6.oe9 (.text:LLI6IsRouter)
c320e698 00000020 netctrl.lib : netctrl.oe9 (.text:NC_IPUpdate)
c320e6b8 00000020 : netctrl.oe9 (.text:NC_NetStop)
c320e6d8 00000020 stack.lib : sock6int.oe9 (.text:Sock6SetOOBMark)
c320e6f8 00000020 : sockint.oe9 (.text:SockSetOOBMark)
c320e718 00000020 : timer.oe9 (.text:TimerFree)
c320e738 00000020 rtsv5_A_le_eabi.lib : icall32.obj (.text)
c320e758 00000020 commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_write2__E)
c320e778 00000020 commProcessor.pe9.obj (.text:xdc_runtime_Memory_free__E)
c320e798 00000020 commProcessor.pe9.obj (.text:xdc_runtime_System_avprintf__F)
c320e7b8 00000020 commProcessor.pe9.obj (.text:xdc_runtime_System_vprintf__F)
c320e7d8 0000001c stack.lib : exec.oe9 (.text:ExecHRef)
c320e7f4 0000001c : ipv6.oe9 (.text:IPv6IsMulticast)
c320e810 0000001c ti.drv.omapl138.ae9 : csl_mdio.oe9 (.text:MDIO_getStatus)
c320e82c 0000001c stack.lib : nimu.oe9 (.text:NIMUGetRsvdSizeInfo)
c320e848 0000001c nettool.lib : ipaddr.oe9 (.text:NtRemoveNetwork)
c320e864 0000001c stack.lib : rawethsock_pcb.oe9 (.text:RawEthSockPcbInit)
c320e880 0000001c ti.sysbios.family.arm.ae9 : TaskSupport_asm.oe9 (.text:_ti_sysbios_family_arm_TaskSupport_glue)
c320e89c 0000001c ti.sysbios.family.arm.arm9.ae9 : Cache_asm.oe9 (.text:_ti_sysbios_family_arm_arm9_Cache_disableL1d__I)
c320e8b8 0000001c : Cache_asm.oe9 (.text:_ti_sysbios_family_arm_arm9_Cache_getEnabled__E)
c320e8d4 0000001c rtsv5_A_le_eabi.lib : copy_zero_init.obj (.text:decompress:ZI)
c320e8f0 0000001c : copy_decompress_none.obj (.text:decompress:none)
c320e90c 0000001c nettool.lib : inetaddr.oe9 (.text:inet_addr)
c320e928 0000001c rtsv5_A_le_eabi.lib : strcpy.obj (.text)
c320e944 0000001c : strlen.obj (.text)
c320e960 0000001c commProcessor.pe9.obj (.text:ti_sysbios_gates_GateMutex_leave__E)
c320e97c 0000001c commProcessor.pe9.obj (.text:ti_sysbios_heaps_HeapMem_Object__get__S)
c320e998 0000001c commProcessor.pe9.obj (.text:ti_sysbios_heaps_HeapMem_restore__E)
c320e9b4 0000001c commProcessor.pe9.obj (.text:ti_sysbios_knl_Queue_remove__E)
c320e9d0 0000001c commProcessor.pe9.obj (.text:ti_sysbios_knl_Swi_Object__get__S)
c320e9ec 0000001c commProcessor.pe9.obj (.text:ti_sysbios_knl_Swi_enabled__E)
c320ea08 0000001c commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_Module_startup__E)
c320ea24 0000001c commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_Object__get__S)
c320ea40 0000001c commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_write0__E)
c320ea5c 0000001c commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_write1__E)
c320ea78 0000001c commProcessor.pe9.obj (.text:xdc_runtime_Startup_exec__I)
c320ea94 0000001c commProcessor.pe9.obj (.text:xdc_runtime_System_abort__F)
c320eab0 00000018 stack.lib : bind.oe9 (.text:BindIF2IPHost)
c320eac8 00000018 : bind.oe9 (.text:BindIFNet2IPHost)
c320eae0 00000018 ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:HwPktInit)
c320eaf8 00000018 : csl_mdio.oe9 (.text:MDIO_initStateMachine)
c320eb10 00000018 stack.lib : route6.oe9 (.text:Rt6IsLocalRoute)
c320eb28 00000018 : sock6prot.oe9 (.text:Sock6PrAttach)
c320eb40 00000018 : sock6int.oe9 (.text:Sock6SetOOBData)
c320eb58 00000018 : sockprot.oe9 (.text:SockPrAttach)
c320eb70 00000018 : sockint.oe9 (.text:SockSetOOBData)
c320eb88 00000018 ti.sysbios.family.arm.arm9.ae9 : Cache_asm.oe9 (.text:_ti_sysbios_family_arm_arm9_Cache_disableL1p__I)
c320eba0 00000018 : Cache_asm.oe9 (.text:_ti_sysbios_family_arm_arm9_Cache_enableL1p__I)
c320ebb8 00000018 : Mmu_asm.oe9 (.text:_ti_sysbios_family_arm_arm9_Mmu_disableAsm)
c320ebd0 00000018 rtsv5_A_le_eabi.lib : toupper.obj (.text)
c320ebe8 00000018 commProcessor.pe9.obj (.text:ti_sysbios_BIOS_setThreadType__E)
c320ec00 00000018 commProcessor.pe9.obj (.text:ti_sysbios_BIOS_start__E)
c320ec18 00000018 commProcessor.pe9.obj (.text:ti_sysbios_knl_Queue_dequeue__E)
c320ec30 00000018 commProcessor.pe9.obj (.text:ti_sysbios_knl_Queue_empty__E)
c320ec48 00000018 commProcessor.pe9.obj (.text:ti_sysbios_knl_Queue_enqueue__E)
c320ec60 00000018 commProcessor.pe9.obj (.text:ti_sysbios_knl_Semaphore_reset__E)
c320ec78 00000018 commProcessor.pe9.obj (.text:ti_sysbios_knl_Swi_disable__E)
c320ec90 00000018 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_disable__E)
c320eca8 00000018 commProcessor.pe9.obj (.text:ti_sysbios_timers_timer64_TimestampProvider_rolloverFunc__E)
c320ecc0 00000018 commProcessor.pe9.obj (.text:xdc_runtime_Error_check__E)
c320ecd8 00000018 commProcessor.pe9.obj (.text:xdc_runtime_Error_init__F)
c320ecf0 00000018 commProcessor.pe9.obj (.text:xdc_runtime_System_Module_startup__E)
c320ed08 00000018 commProcessor.pe9.obj (.text:xdc_runtime_System_vsprintf__F)
c320ed20 00000018 commProcessor.pe9.obj (.text:xdc_runtime_Text_visitRope__I)
c320ed38 00000014 stack.lib : exec.oe9 (.text:ExecLowResource)
c320ed4c 00000014 : lli6.oe9 (.text:LLI6IncRefCount)
c320ed60 00000014 : nimu.oe9 (.text:NIMUSetRsvdSizeInfo)
c320ed74 00000014 os.lib : task_bios6.oe9 (.text:NotifyLowResource)
c320ed88 00000014 : pbm.oe9 (.text:PBM_close)
c320ed9c 00000014 stack.lib : route6.oe9 (.text:Rt6IncRefCount)
c320edb0 00000014 os.lib : semaphore_bios6.oe9 (.text:SemDelete)
c320edc4 00000014 : task_bios6.oe9 (.text:TaskExit)
c320edd8 00000014 hal_timer_bios.lib : lltimer_bios6.oe9 (.text:_llTimerShutdown)
c320edec 00000014 ti.sysbios.family.arm.arm9.ae9 : Cache_asm.oe9 (.text:_ti_sysbios_family_arm_arm9_Cache_enableL1d__I)
c320ee00 00000014 : Mmu_asm.oe9 (.text:_ti_sysbios_family_arm_arm9_Mmu_isEnabled)
c320ee14 00000014 commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_disable__E)
c320ee28 00000014 commProcessor.pe9.obj (.text:xdc_runtime_LoggerBuf_enable__E)
c320ee3c 00000014 commProcessor.pe9.obj (.text:xdc_runtime_Memory_calloc__E)
c320ee50 00000010 stack.lib : bind6.oe9 (.text:Bind6GetInterfaceHandle)
c320ee60 00000010 : bind6.oe9 (.text:Bind6GetLifetime)
c320ee70 00000010 : bind.oe9 (.text:BindGetFirst)
c320ee80 00000010 nettool.lib : config.oe9 (.text:CfgSetDefault)
c320ee90 00000010 stack.lib : lli6.oe9 (.text:LLI6GetNetDevice)
c320eea0 00000010 : lli6.oe9 (.text:LLI6SetIncomplete)
c320eeb0 00000010 os.lib : task_bios6.oe9 (.text:NDK_hookInit)
c320eec0 00000010 : oem_bios6.oe9 (.text:OEMCacheClean)
c320eed0 00000010 stack.lib : route6.oe9 (.text:Rt6GetIF)
c320eee0 00000010 : route6.oe9 (.text:Rt6GetLLI)
c320eef0 00000010 : route6.oe9 (.text:Rt6GetMTU)
c320ef00 00000010 ti.sysbios.family.arm.ae9 : TaskSupport_asm.oe9 (.text:_ti_sysbios_family_arm_TaskSupport_swap__E)
c320ef10 00000010 ti.sysbios.family.arm.arm9.ae9 : Cache_asm.oe9 (.text:_ti_sysbios_family_arm_arm9_Cache_wbInvAll__E)
c320ef20 00000010 stack.lib : file.oe9 (.text:fdint_signalevent)
c320ef30 00000010 : file.oe9 (.text:fdint_signaltimeout)
c320ef40 00000010 hal_timer_bios.lib : lltimer_bios6.oe9 (.text:llTimerGetStartTime)
c320ef50 00000010 commProcessor.pe9.obj (.text:ti_sysbios_BIOS_getThreadType__E)
c320ef60 00000010 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_exc_Exception_Module_startup__E)
c320ef70 00000010 commProcessor.pe9.obj (.text:ti_sysbios_gates_GateHwi_enter__E)
c320ef80 00000010 commProcessor.pe9.obj (.text:ti_sysbios_hal_Hwi_HwiProxy_disable__E)
c320ef90 00000010 commProcessor.pe9.obj (.text:ti_sysbios_hal_Hwi_Params__init__S)
c320efa0 00000010 commProcessor.pe9.obj (.text:ti_sysbios_knl_Clock_getTicks__E)
c320efb0 00000010 commProcessor.pe9.obj (.text:ti_sysbios_knl_Queue_Object__get__S)
c320efc0 00000010 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_Params__init__S)
c320efd0 00000010 commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_self__E)
c320efe0 00000010 commProcessor.pe9.obj (.text:ti_sysbios_timers_timer64_TimestampProvider_get32__F)
c320eff0 00000010 commProcessor.pe9.obj (.text:ti_sysbios_timers_timer64_TimestampProvider_startTimer__E)
c320f000 00000010 commProcessor.pe9.obj (.text:ti_sysbios_utils_Load_taskRegHook__E)
c320f010 00000010 commProcessor.pe9.obj (.text:xdc_runtime_System_exit__F)
c320f020 0000000c stack.lib : bind6.oe9 (.text:Bind6SetLifetime)
c320f02c 0000000c : node.oe9 (.text:NodeFree)
c320f038 0000000c os.lib : efs.oe9 (.text:efs_getfilesize)
c320f044 0000000c commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_getHookContext__E)
c320f050 0000000c commProcessor.pe9.obj (.text:ti_sysbios_knl_Task_setHookContext__E)
c320f05c 00000008 stack.lib : bind.oe9 (.text:BindGetIF)
c320f064 00000008 : bind.oe9 (.text:BindGetNext)
c320f06c 00000008 ti.drv.omapl138.ae9 : nimu_eth.oe9 (.text:EmacPoll)
c320f074 00000008 stack.lib : node.oe9 (.text:NodeGetRt)
c320f07c 00000008 : node.oe9 (.text:NodeSetRt)
c320f084 00000008 : tcp6prot.oe9 (.text:TCP6PrRecv)
c320f08c 00000008 os.lib : task_bios6.oe9 (.text:TaskBlock)
c320f094 00000008 stack.lib : tcpprot.oe9 (.text:TcpPrRecv)
c320f09c 00000008 os.lib : task_bios6.oe9 (.text:_TaskShutdown)
c320f0a4 00000008 commProcessor.pe9.obj (.text:__xdc__init)
c320f0ac 00000008 hal_ser_stub.lib : llserstb.oe9 (.text:_llSerialInit)
c320f0b4 00000008 ti.sysbios.family.arm.arm9.ae9 : Cache_asm.oe9 (.text:_ti_sysbios_family_arm_arm9_Cache_invL1dAll__E)
c320f0bc 00000008 : Cache_asm.oe9 (.text:_ti_sysbios_family_arm_arm9_Cache_invL1pAll__E)
c320f0c4 00000008 : Cache_asm.oe9 (.text:_ti_sysbios_family_arm_arm9_Cache_wait__E)
c320f0cc 00000008 stack.lib : listlib.oe9 (.text:list_get_head)
c320f0d4 00000008 : listlib.oe9 (.text:list_get_next)
c320f0dc 00000008 commProcessor.pe9.obj (.text:ti_sysbios_gates_GateHwi_leave__E)
c320f0e4 00000008 commProcessor.pe9.obj (.text:ti_sysbios_gates_GateHwi_query__E)
c320f0ec 00000008 commProcessor.pe9.obj (.text:ti_sysbios_gates_GateMutex_query__E)
c320f0f4 00000008 commProcessor.pe9.obj (.text:ti_sysbios_hal_Hwi_HwiProxy_restore__E)
c320f0fc 00000008 commProcessor.pe9.obj (.text:ti_sysbios_heaps_HeapMem_isBlocking__E)
c320f104 00000008 commProcessor.pe9.obj (.text:ti_sysbios_timers_timer64_TimestampProvider_Module_startup__E)
c320f10c 00000008 commProcessor.pe9.obj (.text:xdc_runtime_Error_getMsg__E)
c320f114 00000004 ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:HwPktShutdown)
c320f118 00000004 hal_userled_stub.lib : llled.oe9 (.text:LED_TOGGLE)
c320f11c 00000004 stack.lib : nat.oe9 (.text:NatMsg)
c320f120 00000004 os.lib : oem_bios6.oe9 (.text:OEMSysCritOff)
c320f124 00000004 : oem_bios6.oe9 (.text:OEMSysCritOn)
c320f128 00000004 stack.lib : rawethsock_prot.oe9 (.text:RawEthSockPrAttach)
c320f12c 00000004 : rawethsock_prot.oe9 (.text:RawEthSockPrDetach)
c320f130 00000004 os.lib : semaphore_bios6.oe9 (.text:SemPend)
c320f134 00000004 : semaphore_bios6.oe9 (.text:SemPost)
c320f138 00000004 : semaphore_bios6.oe9 (.text:SemReset)
c320f13c 00000004 ti.drv.omapl138.ae9 : ethdriver.oe9 (.text:StatisticsUpdate)
c320f140 00000004 os.lib : task_bios6.oe9 (.text:TaskSelf)
c320f144 00000004 : task_bios6.oe9 (.text:TaskSetPri)
c320f148 00000004 : task_bios6.oe9 (.text:TaskSleep)
c320f14c 00000004 nettool.lib : telnetd.oe9 (.text:TelnetClose)
c320f150 00000004 os.lib : task_bios6.oe9 (.text:_TaskInit)
c320f154 00000004 hal_ser_stub.lib : llserstb.oe9 (.text:_llSerialServiceCheck)
c320f158 00000004 : llserstb.oe9 (.text:_llSerialShutdown)
c320f15c 00000004 hal_userled_stub.lib : llled.oe9 (.text:_llUserLedInit)
c320f160 00000004 : llled.oe9 (.text:_llUserLedShutdown)
c320f164 00000004 evminit.obj (.text)
c320f168 00000004 nettool.lib : http.oe9 (.text:httpClose)
c320f16c 00000004 hal_ser_stub.lib : llserstb.oe9 (.text:llSerialService)
c320f170 00000004 rtsv5_A_le_eabi.lib : remove.obj (.text)
c320f174 00000004 : tdeh_init.obj (.text)
c320f178 00000004 commProcessor.pe9.obj (.text:ti_ndk_config_Global_NetworkClose$0)
c320f17c 00000004 commProcessor.pe9.obj (.text:ti_ndk_config_Global_NetworkOpen$0)
c320f180 00000004 commProcessor.pe9.obj (.text:ti_sysbios_family_arm_da830_Hwi_spuriousInt__I)
c320f184 00000004 commProcessor.pe9.obj (.text:ti_sysbios_hal_Cache_wbInv__E)
c320f188 00000004 miniPrintf.lib : miniPrintf.oe9 (.text:vsprintf)
c320f18c 00000004 commProcessor.pe9.obj (.text:xdc_runtime_Memory_alloc__E)
c320f190 00000004 commProcessor.pe9.obj (.text:xdc_runtime_Startup_reset__I)
c320f194 00000004 commProcessor.pe9.obj (.text:xdc_runtime_System_aprintf_va__F)
c320f198 00000004 commProcessor.pe9.obj (.text:xdc_runtime_System_printf_va__F)
c320f19c 00000004 commProcessor.pe9.obj (.text:xdc_runtime_System_vsprintf__E)
.const.1 0 c320f1a0 00000964
c320f1a0 00000101 rtsv5_A_le_eabi.lib : ctype.obj (.const:_ctypes_)
c320f2a1 00000003 --HOLE-- [fill = 0]
c320f2a4 000000ee nettool.lib : httpstr.oe9 (.const:.string)
c320f392 00000002 --HOLE-- [fill = 0]
c320f394 000000e0 commProcessor.pe9.obj (.const:xdc_runtime_Text_nodeTab__A)
c320f474 000000a0 commProcessor.pe9.obj (.const:.string)
c320f514 00000075 nettool.lib : httpsend.oe9 (.const:.string)
c320f589 00000003 --HOLE-- [fill = 0]
c320f58c 00000058 emacHooks.obj (.const:.string)
c320f5e4 00000054 stack.lib : sockprot.oe9 (.const:Code2Err)
c320f638 00000048 commProcessor.pe9.obj (.const:ti_sysbios_knl_Task_hooks__A)
c320f680 0000003d stack.lib : rtc.oe9 (.const:.string)
c320f6bd 00000003 --HOLE-- [fill = 0]
c320f6c0 0000003c commProcessor.pe9.obj (.const:xdc_runtime_LoggerBuf_Module__FXNS__C)
c320f6fc 00000038 commProcessor.pe9.obj (.const:ti_sysbios_knl_Task_Object__PARAMS__C)
c320f734 00000034 commProcessor.pe9.obj (.const:xdc_runtime_Startup_sfxnTab__A)
c320f768 0000002c commProcessor.pe9.obj (.const:ti_sysbios_family_arm_da830_Hwi_Object__PARAMS__C)
c320f794 0000002c commProcessor.pe9.obj (.const:ti_sysbios_hal_Hwi_Object__PARAMS__C)
c320f7c0 00000028 commProcessor.pe9.obj (.const:ti_sysbios_heaps_HeapMem_Module__FXNS__C)
c320f7e8 00000024 stack.lib : ipv6.oe9 (.const)
c320f80c 00000024 commProcessor.pe9.obj (.const:ti_sysbios_gates_GateHwi_Module__FXNS__C)
c320f830 00000024 commProcessor.pe9.obj (.const:ti_sysbios_gates_GateMutex_Module__FXNS__C)
c320f854 00000024 commProcessor.pe9.obj (.const:ti_sysbios_knl_Clock_Object__PARAMS__C)
c320f878 00000024 commProcessor.pe9.obj (.const:ti_sysbios_knl_Semaphore_Object__PARAMS__C)
c320f89c 00000024 commProcessor.pe9.obj (.const:xdc_runtime_LoggerBuf_Object__PARAMS__C)
c320f8c0 00000020 commProcessor.pe9.obj (.const:ti_sysbios_family_arm_da830_Hwi_Object__DESC__C)
c320f8e0 00000020 commProcessor.pe9.obj (.const:ti_sysbios_gates_GateHwi_Object__DESC__C)
c320f900 00000020 commProcessor.pe9.obj (.const:ti_sysbios_gates_GateMutex_Object__DESC__C)
c320f920 00000020 commProcessor.pe9.obj (.const:ti_sysbios_hal_Hwi_Object__DESC__C)
c320f940 00000020 commProcessor.pe9.obj (.const:ti_sysbios_heaps_HeapMem_Object__DESC__C)
c320f960 00000020 commProcessor.pe9.obj (.const:ti_sysbios_heaps_HeapMem_Object__PARAMS__C)
c320f980 00000020 commProcessor.pe9.obj (.const:ti_sysbios_knl_Clock_Object__DESC__C)
c320f9a0 00000020 commProcessor.pe9.obj (.const:ti_sysbios_knl_Queue_Object__DESC__C)
c320f9c0 00000020 commProcessor.pe9.obj (.const:ti_sysbios_knl_Semaphore_Object__DESC__C)
c320f9e0 00000020 commProcessor.pe9.obj (.const:ti_sysbios_knl_Task_Object__DESC__C)
c320fa00 00000020 commProcessor.pe9.obj (.const:xdc_runtime_LoggerBuf_Object__DESC__C)
c320fa20 0000001d commProcessor.pe9.obj (.const)
c320fa3d 00000003 --HOLE-- [fill = 0]
c320fa40 0000001a commProcessor.pe9.obj (.const:xdc_runtime_Startup_sfxnRts__A)
c320fa5a 00000002 --HOLE-- [fill = 0]
c320fa5c 00000018 commProcessor.pe9.obj (.const:ti_sysbios_gates_GateHwi_Object__PARAMS__C)
c320fa74 00000018 commProcessor.pe9.obj (.const:ti_sysbios_gates_GateMutex_Object__PARAMS__C)
c320fa8c 00000018 commProcessor.pe9.obj (.const:ti_sysbios_knl_Queue_Object__PARAMS__C)
c320faa4 00000018 commProcessor.pe9.obj (.const:ti_sysbios_knl_Swi_hooks__A)
c320fabc 00000014 commProcessor.pe9.obj (.const:ti_sysbios_family_arm_da830_Hwi_hooks__A)
c320fad0 0000000c commProcessor.pe9.obj (.const:xdc_runtime_Startup_firstFxns__A)
c320fadc 00000008 falconMain.obj (.const)
c320fae4 00000008 commProcessor.pe9.obj (.const:ti_sysbios_knl_Idle_funcList__A)
c320faec 00000004 commProcessor.pe9.obj (.const:xdc_runtime_IFilterLogger_Interface__BASE__C)
c320faf0 00000004 commProcessor.pe9.obj (.const:xdc_runtime_IGateProvider_Interface__BASE__C)
c320faf4 00000004 commProcessor.pe9.obj (.const:xdc_runtime_IHeap_Interface__BASE__C)
c320faf8 00000004 commProcessor.pe9.obj (.const:xdc_runtime_ILogger_Interface__BASE__C)
c320fafc 00000004 commProcessor.pe9.obj (.const:xdc_runtime_IModule_Interface__BASE__C)
c320fb00 00000004 commProcessor.pe9.obj (.const:xdc_runtime_Startup_lastFxns__A)
.data.1 0 c320fb04 000004fc
c320fb04 00000100 os.lib : intmgmt_bios6.oe9 (.data:hwiTable)
c320fc04 000000f0 rtsv5_A_le_eabi.lib : defs.obj (.data:_ftable)
c320fcf4 000000b4 stack.lib : exec.oe9 (.data:_ipcfg)
c320fda8 00000080 commProcessor.pe9.obj (.data:ti_sysbios_knl_Swi_Module_State_0_readyQ__A)
c320fe28 00000080 commProcessor.pe9.obj (.data:ti_sysbios_knl_Task_Module_State_0_readyQ__A)
c320fea8 00000078 rtsv5_A_le_eabi.lib : lowlev.obj (.data:_device)
c320ff20 00000060 commProcessor.pe9.obj (.data:ti_sysbios_timers_timer64_Timer_Module_State_0_device__A)
c320ff80 00000050 rtsv5_A_le_eabi.lib : lowlev.obj (.data:_stream)
c320ffd0 00000028 stack.lib : rtc.oe9 (.data)
c320fff8 00000008 dataSort.obj (.data)
ti.sysbios.family.arm.arm9.mmuTableSection
* 0 c3210000 00004000 UNINITIALIZED
c3210000 00004000 commProcessor.pe9.obj (ti.sysbios.family.arm.arm9.mmuTableSection)
.taskStackSection
* 0 c3214000 00002800 UNINITIALIZED
c3214000 00002800 commProcessor.pe9.obj (.taskStackSection)
.const.2 0 c3216800 00001299
c3216800 00001299 commProcessor.pe9.obj (.const:xdc_runtime_Text_charTab__A)
.data.2 0 c3217a9c 00000c8c
c3217a9c 000007bc commProcessor.pe9.obj (.data)
c3218258 00000050 stack.lib : exec.oe9 (.data:tasks)
c32182a8 0000004d nettool.lib : dhcptags.oe9 (.data:DHCPTypeCode)
c32182f5 00000003 --HOLE--
c32182f8 00000044 : httpstr.oe9 (.data)
c321833c 00000040 netctrl.lib : netsrv.oe9 (.data:CloseOrder)
c321837c 00000040 : netsrv.oe9 (.data:OpenOrder)
c32183bc 00000040 stack.lib : md5.oe9 (.data:PADDING)
c32183fc 00000040 nettool.lib : httpsend.oe9 (.data:codestr)
c321843c 00000034 stack.lib : tcp6time.oe9 (.data:tcp_backoff)
c3218470 00000034 : tcptime.oe9 (.data:tcp_backoff)
c32184a4 00000028 ti.drv.omapl138.ae9 : ethdriver.oe9 (.data)
c32184cc 00000024 os.lib : ossys.oe9 (.data:_oscfg)
c32184f0 00000024 : mem_bios6.oe9 (.data)
c3218514 0000001c emacHooks.obj (.data)
c3218530 0000001c os.lib : task_bios6.oe9 (.data)
c321854c 0000001c ti.drv.omapl138.ae9 : csl_mdio.oe9 (.data)
c3218568 00000018 conditioner.obj (.data)
c3218580 00000018 netctrl.lib : netctrl.oe9 (.data)
c3218598 00000018 stack.lib : sock6pcb.oe9 (.data)
c32185b0 00000018 : sockpcb.oe9 (.data)
c32185c8 00000014 : rtable.oe9 (.data)
c32185dc 00000010 memoryUtils.obj (.data)
c32185ec 00000010 nettool.lib : daemon.oe9 (.data)
c32185fc 00000010 rtsv5_A_le_eabi.lib : defs.obj (.data)
c321860c 00000010 stack.lib : bind6.oe9 (.data)
c321861c 00000010 : igmp.oe9 (.data)
c321862c 00000010 : nimupppoe.oe9 (.data)
c321863c 00000010 ti.drv.omapl138.ae9 : csl_emac.oe9 (.data)
c321864c 0000000c stack.lib : route6.oe9 (.data)
c3218658 0000000b : tcp6out.oe9 (.data)
c3218663 00000001 --HOLE--
c3218664 0000000b : tcpout.oe9 (.data)
c321866f 00000001 --HOLE--
c3218670 00000008 miniPrintf.lib : miniPrintf.oe9 (.data)
c3218678 00000008 os.lib : ossys.oe9 (.data)
c3218680 00000008 rtsv5_A_le_eabi.lib : _lock.obj (.data)
c3218688 00000008 : exit.obj (.data)
c3218690 00000008 stack.lib : exec.oe9 (.data)
c3218698 00000008 : icmp.oe9 (.data)
c32186a0 00000008 : ip.oe9 (.data)
c32186a8 00000008 : ipin.oe9 (.data)
c32186b0 00000008 : ipv6_frag.oe9 (.data)
c32186b8 00000008 : lli.oe9 (.data)
c32186c0 00000008 : tcp.oe9 (.data)
c32186c8 00000008 : tcp6.oe9 (.data)
c32186d0 00000008 : timer.oe9 (.data)
c32186d8 00000008 ti.drv.omapl138.ae9 : nimu_eth.oe9 (.data)
c32186e0 00000006 stack.lib : lliout.oe9 (.data)
c32186e6 00000002 --HOLE--
c32186e8 00000004 hal_timer_bios.lib : lltimer_bios6.oe9 (.data)
c32186ec 00000004 netHooks.obj (.data)
c32186f0 00000004 netctrl.lib : netsrv.oe9 (.data)
c32186f4 00000004 nettool.lib : config.oe9 (.data)
c32186f8 00000004 : httpsend.oe9 (.data)
c32186fc 00000004 os.lib : efs.oe9 (.data)
c3218700 00000004 : pbm.oe9 (.data)
c3218704 00000004 rtsv5_A_le_eabi.lib : dtor_list.obj (.data)
c3218708 00000004 : fopen.obj (.data)
c321870c 00000004 : lowlev.obj (.data)
c3218710 00000004 : stkdepth_vars.obj (.data)
c3218714 00000004 stack.lib : bind.oe9 (.data)
c3218718 00000004 : ipfrag.oe9 (.data)
c321871c 00000004 : lli6.oe9 (.data)
c3218720 00000004 : mld.oe9 (.data)
c3218724 00000004 : node.oe9 (.data)
.stack 0 c3218728 00001000 UNINITIALIZED
c3218728 00001000 --HOLE--
.args 0 c3219728 00000200
c3219728 00000200 --HOLE-- [fill = 0]
.cinit 0 c3219928 00000998
c3219928 000006b5 (.cinit..data.2.load) [load image, compression = rle]
c3219fdd 00000003 --HOLE-- [fill = 0]
c3219fe0 00000258 (.cinit..data.1.load) [load image, compression = rle]
c321a238 0000003f (.cinit..far.load) [load image, compression = rle]
c321a277 00000001 --HOLE-- [fill = 0]
c321a278 0000000c (__TI_handler_table)
c321a284 00000004 --HOLE-- [fill = 0]
c321a288 00000008 (.cinit..bss.load) [load image, compression = zero_init]
c321a290 00000008 (.cinit..taskStackSection.load) [load image, compression = zero_init]
c321a298 00000028 (__TI_cinit_table)
.vecs 0 ffff0000 00000040
ffff0000 00000040 commProcessor.pe9.obj (.vecs)
.vectorTable
* 0 ffff0040 00000328
ffff0040 00000328 commProcessor.pe9.obj (.vectorTable)
...obviously the .cmd file did not change the default linking that occurs without that file on the ARM. I verified that I included the .cmd file in my ARM project as I did in the DSP project. I am currently using the workaround that forces a boot of the ARM at 0xffff000 (a hardware reset) that branches to the _c_init00 location, but I prefer my code to be more elegant. The compiler seems to separated out the section, but did not relocate it. Any help is appreciated...
Thanks,
Roy