The FLASH memory banks reflect the arrangement in a typical ZigBee 3.0 application.
These are logical banks rather than physical banks.
The data is useful for determining if the firmware fits into the bank allocated for the active software image.
If the inactive image bank is unused then the application is small enough to allow OTA operation.
The memory banks are not specified in the map file but are hardcoded into the analysis script.
The location and size of each bank is listed with the percentage of the memory used in that bank. The sections present in each bank are also listed and may be split across multiple banks. When sleeping with RAM held the Retain column indicates how much data is retained.
Clicking the memory name in the header row will jump back to the memory information.
Clicking the a section name in the section column will jump forward to the section information.
The linker divides allocated memory into sections. The location and size of each section is listed with the percentage of the total used memory that section occupies. The bank(s) used by each section are also listed.
Clicking the memory name in the header row will jump back to the memory information.
Clicking a bank name in the Banks column will jump back to the bank information.
Clicking the a section name in the section column will jump forward to that section's files.
The memory used by each file is listed below, grouped by section. The percentage column is the percentage of the section memory that file occupies.
Clicking the memory or section name in a header row will jump back to the memory or section information.
Clicking a file name in the file column will jump forward to that file's symbols.
The memory used by each symbol is listed below, grouped by file. The percentage column is the percentage of the file memory that symbol occupies.
Clicking the memory, section or file name in a header row will jump back to the memory, section or file information.
m_text / .text / crtbegin.o |
Start |
End |
Size |
% |
Line |
.text |
0x00000410 |
0x00000450 |
64 |
100% |
7936 |
Expected total in crtbegin.o file: |
64 |
Actual: |
64 |
100% |
7936 |
m_text / .text / crt0.o |
Start |
End |
Size |
% |
Line |
.text |
0x00000450 |
0x000004cc |
124 |
100% |
7937 |
Expected total in crt0.o file: |
124 |
Actual: |
124 |
100% |
7937 |
m_text / .text / startup_K32W1480.o |
Start |
End |
Size |
% |
Line |
.text |
0x000004cc |
0x0000062c |
352 |
100% |
7941 |
Expected total in startup_K32W1480.o file: |
352 |
Actual: |
352 |
100% |
7941 |
m_text / .text / pdum_nwk.o |
Start |
End |
Size |
% |
Line |
.text |
0x0000062c |
0x00001110 |
2788 |
100% |
8024 |
Expected total in pdum_nwk.o file: |
2788 |
Actual: |
2788 |
100% |
8024 |
m_text / .text / pdum_apl.o |
Start |
End |
Size |
% |
Line |
.text |
0x00001110 |
0x000015b8 |
1192 |
100% |
8051 |
Expected total in pdum_apl.o file: |
1192 |
Actual: |
1192 |
100% |
8051 |
m_text / .text / _aeabi_ldivmod.o |
Start |
End |
Size |
% |
Line |
.text |
0x000015b8 |
0x00001658 |
160 |
100% |
8064 |
Expected total in _aeabi_ldivmod.o file: |
160 |
Actual: |
160 |
100% |
8064 |
m_text / .text / _aeabi_uldivmod.o |
Start |
End |
Size |
% |
Line |
.text |
0x00001658 |
0x00001688 |
48 |
100% |
8066 |
Expected total in _aeabi_uldivmod.o file: |
48 |
Actual: |
48 |
100% |
8066 |
m_text / .text / _udivmoddi4.o |
Start |
End |
Size |
% |
Line |
.text |
0x00001688 |
0x00001974 |
748 |
100% |
8068 |
Expected total in _udivmoddi4.o file: |
748 |
Actual: |
748 |
100% |
8068 |
m_text / .text / _dvmd_tls.o |
Start |
End |
Size |
% |
Line |
.text |
0x00001974 |
0x00001978 |
4 |
100% |
8070 |
Expected total in _dvmd_tls.o file: |
4 |
Actual: |
4 |
100% |
8070 |
m_text / .text / lib_a-memcpy.o |
Start |
End |
Size |
% |
Line |
.text |
0x00001978 |
0x00001a64 |
236 |
100% |
8073 |
Expected total in lib_a-memcpy.o file: |
236 |
Actual: |
236 |
100% |
8073 |
m_text / .text / pdum.o |
Start |
End |
Size |
% |
Line |
.text |
0x00001a64 |
0x00002330 |
2252 |
100% |
8075 |
Expected total in pdum.o file: |
2252 |
Actual: |
2252 |
100% |
8075 |
m_text / .text / zps_nwk_maint.o |
Start |
End |
Size |
% |
Line |
.text.zps_bNwkFindAddIeeeAddr |
0x00002330 |
0x000024b8 |
392 |
100% |
8082 |
Expected total in zps_nwk_maint.o file: |
392 |
Actual: |
392 |
100% |
8082 |
m_text / .text / zps_nwk_mcps.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkHandleMcpsVsInd |
0x000024b8 |
0x00003200 |
3400 |
100% |
8085 |
Expected total in zps_nwk_mcps.o file: |
3400 |
Actual: |
3400 |
100% |
8085 |
m_text / .text / zps_nwk_rt.o |
Start |
End |
Size |
% |
Line |
.text.zps_eNwkHandleSceRouteReply |
0x00003200 |
0x0000343c |
572 |
100% |
8088 |
Expected total in zps_nwk_rt.o file: |
572 |
Actual: |
572 |
100% |
8088 |
m_text / .text / app_main.o |
Start |
End |
Size |
% |
Line |
.text.main_task |
0x0000343c |
0x000034d0 |
148 |
42% |
8091 |
.text.APP_vInitResources |
0x000034d0 |
0x000035a4 |
212 |
59% |
8094 |
Expected total in app_main.o file: |
360 |
Actual: |
360 |
100% |
8091 |
m_text / .text / port_JN518x.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_u8GrabMutexLock |
0x000035a4 |
0x000035d8 |
52 |
100% |
8097 |
Expected total in port_JN518x.o file: |
52 |
Actual: |
52 |
100% |
8097 |
m_text / .text / pdum_gen.o |
Start |
End |
Size |
% |
Line |
.text.PDUM_vInit |
0x000035d8 |
0x00003600 |
40 |
100% |
8100 |
Expected total in pdum_gen.o file: |
40 |
Actual: |
40 |
100% |
8100 |
m_text / .text / zps_gen.o |
Start |
End |
Size |
% |
Line |
.text.zps_vGetZpsMutex |
0x00003600 |
0x00003608 |
8 |
2% |
8103 |
.text.vZdoServersInit |
0x00003608 |
0x0000371c |
276 |
66% |
8106 |
.text.ZPS_pvAplZdoGetAplHandle |
0x0000371c |
0x00003728 |
12 |
3% |
8109 |
.text.ZPS_psAplDefaultDistributedAPSLinkKey |
0x00003728 |
0x00003730 |
8 |
2% |
8112 |
.text.ZPS_psAplDefaultGlobalAPSLinkKey |
0x00003730 |
0x00003738 |
8 |
2% |
8115 |
.text.ZPS_ps_groupPdmTable |
0x00003738 |
0x00003740 |
8 |
2% |
8118 |
.text.ZPS_pu8MaxZpsConfigEp |
0x00003740 |
0x00003748 |
8 |
2% |
8121 |
.text.ZPS_pau8EpMapPresent |
0x00003748 |
0x00003750 |
8 |
2% |
8124 |
.text.ZPS_u8ConfigStackProfileId |
0x00003750 |
0x0000375c |
12 |
3% |
8127 |
.text.ZPS_psMacIFTGetTable |
0x0000375c |
0x00003764 |
8 |
2% |
8130 |
.text.ZPS_psMacIFTGetInterface |
0x00003764 |
0x0000377c |
24 |
6% |
8133 |
.text.ZPS_vGetGpContext |
0x0000377c |
0x00003788 |
12 |
3% |
8136 |
.text.ZPS_vGetOptionalFeatures |
0x00003788 |
0x000037a8 |
32 |
8% |
8139 |
Expected total in zps_gen.o file: |
424 |
Actual: |
424 |
100% |
8103 |
m_text / .text / app_start.o |
Start |
End |
Size |
% |
Line |
.text.vfExtendedStatusCallBack |
0x000037a8 |
0x000037b4 |
12 |
6% |
8142 |
.text.vAppMain |
0x000037b4 |
0x00003874 |
192 |
95% |
8144 |
Expected total in app_start.o file: |
204 |
Actual: |
204 |
100% |
8142 |
m_text / .text / app_window_covering.o |
Start |
End |
Size |
% |
Line |
.text.APP_vFactoryResetRecords |
0x00003874 |
0x000038b0 |
60 |
7% |
8147 |
.text.APP_vBdbCallback |
0x000038b0 |
0x000039b8 |
264 |
30% |
8150 |
.text.APP_taskRouter |
0x000039b8 |
0x00003ab4 |
252 |
28% |
8153 |
.text.APP_vInitialiseRouter |
0x00003ab4 |
0x00003bf8 |
324 |
36% |
8156 |
Expected total in app_window_covering.o file: |
900 |
Actual: |
900 |
100% |
8147 |
m_text / .text / app_zcl_task.o |
Start |
End |
Size |
% |
Line |
.text.APP_vZCL_DeviceSpecific_Init |
0x00003bf8 |
0x00003c4c |
84 |
13% |
8159 |
.text.APP_ZCL_vInitialise |
0x00003c4c |
0x00003ca8 |
92 |
14% |
8161 |
.text.APP_cbTimerZclTick |
0x00003ca8 |
0x00003d08 |
96 |
15% |
8164 |
.text.APP_cbTimerGPZclTick |
0x00003d08 |
0x00003d30 |
40 |
7% |
8167 |
.text.APP_vHandleIdentify |
0x00003d30 |
0x00003d74 |
68 |
11% |
8170 |
.text.APP_ZCL_cbEndpointCallback |
0x00003d74 |
0x00003e4c |
216 |
33% |
8173 |
.text.vIdEffectTick |
0x00003e4c |
0x00003e8c |
64 |
10% |
8175 |
Expected total in app_zcl_task.o file: |
660 |
Actual: |
660 |
100% |
8159 |
m_text / .text / app_buttons.o |
Start |
End |
Size |
% |
Line |
.text.GPIOA_INT0_IRQHandler |
0x00003e8c |
0x00003eb4 |
40 |
7% |
8178 |
.text.GPIOB_INT0_IRQHandler |
0x00003eb4 |
0x00003edc |
40 |
7% |
8181 |
.text.GPIOC_INT0_IRQHandler |
0x00003edc |
0x00003f14 |
56 |
10% |
8184 |
.text.APP_u32GetSwitchIOState |
0x00003f14 |
0x00003f54 |
64 |
12% |
8187 |
.text.APP_cbTimerButtonScan |
0x00003f54 |
0x00003ffc |
168 |
30% |
8190 |
.text.APP_bButtonInitialise |
0x00003ffc |
0x000040c8 |
204 |
36% |
8193 |
Expected total in app_buttons.o file: |
572 |
Actual: |
572 |
100% |
8178 |
m_text / .text / app_leds.o |
Start |
End |
Size |
% |
Line |
.text.APP_vLedInitialise |
0x000040c8 |
0x00004104 |
60 |
56% |
8196 |
.text.APP_vSetLed |
0x00004104 |
0x00004134 |
48 |
45% |
8199 |
Expected total in app_leds.o file: |
108 |
Actual: |
108 |
100% |
8196 |
m_text / .text / hardware_init.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitPinLED1_OM15082 |
0x00004134 |
0x00004150 |
28 |
16% |
8202 |
.text.BOARD_InitPinLED2_OM15082 |
0x00004150 |
0x0000416c |
28 |
16% |
8205 |
.text.BOARD_InitPinLED3_OM15082 |
0x0000416c |
0x00004188 |
28 |
16% |
8208 |
.text.BOARD_InitPinButton1_OM15082 |
0x00004188 |
0x000041a4 |
28 |
16% |
8211 |
.text.BOARD_InitHardware |
0x000041a4 |
0x000041ec |
72 |
40% |
8214 |
Expected total in hardware_init.o file: |
184 |
Actual: |
184 |
100% |
8202 |
m_text / .text / pin_mux.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitPinButton1 |
0x000041ec |
0x00004208 |
28 |
28% |
8217 |
.text.BOARD_InitPinLPUART1_RX |
0x00004208 |
0x0000422c |
36 |
36% |
8220 |
.text.BOARD_InitPinLPUART1_TX |
0x0000422c |
0x00004250 |
36 |
36% |
8223 |
Expected total in pin_mux.o file: |
100 |
Actual: |
100 |
100% |
8217 |
m_text / .text / app_power_on_counter.o |
Start |
End |
Size |
% |
Line |
.text.vManagePowerOnCountLoadRecord |
0x00004250 |
0x0000426c |
28 |
13% |
8226 |
.text.vManagePowerOnCountInit |
0x0000426c |
0x000042ac |
64 |
30% |
8229 |
.text.APP_cbTimerPowerCount |
0x000042ac |
0x00004328 |
124 |
58% |
8232 |
Expected total in app_power_on_counter.o file: |
216 |
Actual: |
216 |
100% |
8226 |
m_text / .text / board.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitDebugConsole |
0x00004328 |
0x00004358 |
48 |
100% |
8235 |
Expected total in board.o file: |
48 |
Actual: |
48 |
100% |
8235 |
m_text / .text / board_dcdc.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_SetLowPowerVoltageDetect.constprop.0 |
0x00004358 |
0x00004394 |
60 |
24% |
8238 |
.text.BOARD_InitDcdc |
0x00004394 |
0x00004454 |
192 |
77% |
8240 |
Expected total in board_dcdc.o file: |
252 |
Actual: |
252 |
100% |
8238 |
m_text / .text / clock_config.o |
Start |
End |
Size |
% |
Line |
.text.CLOCK_CONFIG_FircSafeConfig |
0x00004454 |
0x00004470 |
28 |
12% |
8243 |
.text.BOARD_BootClockRUN |
0x00004470 |
0x00004548 |
216 |
89% |
8245 |
Expected total in clock_config.o file: |
244 |
Actual: |
244 |
100% |
8243 |
m_text / .text / app_reporting.o |
Start |
End |
Size |
% |
Line |
.text.eRestoreReports |
0x00004548 |
0x00004564 |
28 |
17% |
8248 |
.text.vMakeSupportedAttributesReportable |
0x00004564 |
0x00004594 |
48 |
28% |
8251 |
.text.vLoadDefaultConfigForReportable |
0x00004594 |
0x000045c8 |
52 |
31% |
8254 |
.text.vSaveReportableRecord |
0x000045c8 |
0x000045f4 |
44 |
26% |
8257 |
Expected total in app_reporting.o file: |
172 |
Actual: |
172 |
100% |
8248 |
m_text / .text / app_green_power.o |
Start |
End |
Size |
% |
Line |
.text.vApp_GP_RegisterDevice |
0x000045f4 |
0x00004674 |
128 |
44% |
8260 |
.text.vAPP_GP_LoadPDMData |
0x00004674 |
0x000046a8 |
52 |
18% |
8263 |
.text.vAPP_GP_ResetData |
0x000046a8 |
0x000046dc |
52 |
18% |
8266 |
.text.vHandleGreenPowerEvent |
0x000046dc |
0x00004718 |
60 |
21% |
8269 |
Expected total in app_green_power.o file: |
292 |
Actual: |
292 |
100% |
8260 |
m_text / .text / fsl_component_mem_manager_light.o |
Start |
End |
Size |
% |
Line |
.text.MEM_RegisterExtendedArea |
0x00004718 |
0x000047b0 |
152 |
34% |
8272 |
.text.MEM_Init |
0x000047b0 |
0x000047d4 |
36 |
9% |
8275 |
.text.MEM_BufferFree |
0x000047d4 |
0x00004874 |
160 |
36% |
8278 |
.text.MEM_BufferAllocate |
0x00004874 |
0x000048d8 |
100 |
23% |
8281 |
Expected total in fsl_component_mem_manager_light.o file: |
448 |
Actual: |
448 |
100% |
8272 |
m_text / .text / fsl_edma.o |
Start |
End |
Size |
% |
Line |
.text.DMA0_DriverIRQHandler |
0x000048d8 |
0x00004910 |
56 |
100% |
8283 |
Expected total in fsl_edma.o file: |
56 |
Actual: |
56 |
100% |
8283 |
m_text / .text / HWParameter.o |
Start |
End |
Size |
% |
Line |
.text.NV_ReadHWParameters |
0x00004910 |
0x0000499c |
140 |
46% |
8286 |
.text.NV_WriteHWParameters |
0x0000499c |
0x00004a44 |
168 |
55% |
8289 |
Expected total in HWParameter.o file: |
308 |
Actual: |
308 |
100% |
8286 |
m_text / .text / rpmsg_env_bm.o |
Start |
End |
Size |
% |
Line |
.text.env_init |
0x00004a44 |
0x00004a78 |
52 |
57% |
8292 |
.text.env_register_isr |
0x00004a78 |
0x00004a8c |
20 |
22% |
8295 |
.text.env_isr |
0x00004a8c |
0x00004aa0 |
20 |
22% |
8298 |
Expected total in rpmsg_env_bm.o file: |
92 |
Actual: |
92 |
100% |
8292 |
m_text / .text / fwk_platform.o |
Start |
End |
Size |
% |
Line |
.text.PLATFORM_IsNbuStarted |
0x00004aa0 |
0x00004aac |
12 |
2% |
8300 |
.text.PLATFORM_InitNbu |
0x00004aac |
0x00004b08 |
92 |
13% |
8303 |
.text.PLATFORM_InitOsc32K |
0x00004b08 |
0x00004b54 |
76 |
11% |
8306 |
.text.PLATFORM_SwitchToOsc32k |
0x00004b54 |
0x00004b84 |
48 |
7% |
8309 |
.text.PLATFORM_SetXtal32MhzTrim |
0x00004b84 |
0x00004bc0 |
60 |
8% |
8312 |
.text.PLATFORM_InitTimerManager |
0x00004bc0 |
0x00004bfc |
60 |
8% |
8315 |
.text.PLATFORM_InitCrypto |
0x00004bfc |
0x00004c48 |
76 |
11% |
8318 |
.text.PLATFORM_IsTimeoutExpired |
0x00004c48 |
0x00004c80 |
56 |
8% |
8321 |
.text.PLATFORM_Delay |
0x00004c80 |
0x00004c94 |
20 |
3% |
8324 |
.text.PLATFORM_RemoteActiveReq |
0x00004c94 |
0x00004d64 |
208 |
28% |
8327 |
.text.PLATFORM_RemoteActiveRel |
0x00004d64 |
0x00004d90 |
44 |
6% |
8330 |
Expected total in fwk_platform.o file: |
752 |
Actual: |
752 |
100% |
8300 |
m_text / .text / sss_aes.o |
Start |
End |
Size |
% |
Line |
.text.SSS_set_aes_key |
0x00004d90 |
0x00004e08 |
120 |
49% |
8333 |
.text.SSS_aes_operation |
0x00004e08 |
0x00004e88 |
128 |
52% |
8336 |
Expected total in sss_aes.o file: |
248 |
Actual: |
248 |
100% |
8333 |
m_text / .text / glue.o |
Start |
End |
Size |
% |
Line |
.text.SystemInitHook |
0x00004e88 |
0x00004e98 |
16 |
31% |
8339 |
.text.RESET_SystemReset |
0x00004e98 |
0x00004ebc |
36 |
70% |
8342 |
Expected total in glue.o file: |
52 |
Actual: |
52 |
100% |
8339 |
m_text / .text / fsl_lpuart.o |
Start |
End |
Size |
% |
Line |
.text.LPUART_GetInstance |
0x00004ebc |
0x00004ed8 |
28 |
5% |
8345 |
.text.LPUART_Init |
0x00004ed8 |
0x00005098 |
448 |
74% |
8348 |
.text.LPUART_GetStatusFlags |
0x00005098 |
0x000050b0 |
24 |
4% |
8351 |
.text.LPUART_ClearStatusFlags |
0x000050b0 |
0x000050ec |
60 |
10% |
8354 |
.text.LPUART0_DriverIRQHandler |
0x000050ec |
0x00005104 |
24 |
4% |
8357 |
.text.LPUART1_DriverIRQHandler |
0x00005104 |
0x0000511c |
24 |
4% |
8360 |
Expected total in fsl_lpuart.o file: |
608 |
Actual: |
608 |
100% |
8345 |
m_text / .text / fsl_sss_sscp.o |
Start |
End |
Size |
% |
Line |
.text.sss_sscp_open_session |
0x0000511c |
0x00005170 |
84 |
8% |
8363 |
.text.sss_sscp_symmetric_context_init |
0x00005170 |
0x000051e0 |
112 |
10% |
8366 |
.text.sss_sscp_cipher_one_go |
0x000051e0 |
0x00005244 |
100 |
9% |
8369 |
.text.sss_sscp_symmetric_context_free |
0x00005244 |
0x00005284 |
64 |
6% |
8372 |
.text.sss_sscp_aead_context_init |
0x00005284 |
0x000052f4 |
112 |
10% |
8375 |
.text.sss_sscp_aead_one_go |
0x000052f4 |
0x00005384 |
144 |
13% |
8378 |
.text.sss_sscp_aead_context_free |
0x00005384 |
0x000053c4 |
64 |
6% |
8381 |
.text.sss_sscp_key_store_init |
0x000053c4 |
0x00005418 |
84 |
8% |
8384 |
.text.sss_sscp_key_store_set_key |
0x00005418 |
0x00005474 |
92 |
8% |
8387 |
.text.sss_sscp_rng_get_random |
0x00005474 |
0x000054c0 |
76 |
7% |
8390 |
.text.sss_sscp_key_object_init |
0x000054c0 |
0x00005514 |
84 |
8% |
8393 |
.text.sss_sscp_key_object_allocate_handle |
0x00005514 |
0x00005574 |
96 |
9% |
8396 |
.text.sss_sscp_key_object_free |
0x00005574 |
0x000055c4 |
80 |
7% |
8399 |
Expected total in fsl_sss_sscp.o file: |
1192 |
Actual: |
1192 |
100% |
8363 |
m_text / .text / NV_Flash.o |
Start |
End |
Size |
% |
Line |
.text.NvIsNVMFlashAddress |
0x000055c4 |
0x000055f0 |
44 |
1% |
8402 |
.text.NvGetEntryFromDataPtr |
0x000055f0 |
0x0000565c |
108 |
2% |
8404 |
.text.NvGetTableEntryIndexFromId |
0x0000565c |
0x00005694 |
56 |
1% |
8406 |
.text.NvUpdateLastMetaInfoAddress |
0x00005694 |
0x00005758 |
196 |
3% |
8408 |
.text.NvGetMetaInfo |
0x00005758 |
0x00005788 |
48 |
1% |
8410 |
.text.NvGetPageFreeSpace |
0x00005788 |
0x00005814 |
140 |
3% |
8412 |
.text.NvSaveRamTable |
0x00005814 |
0x0000585c |
72 |
2% |
8414 |
.text.NvInternalCopy |
0x0000585c |
0x000059e4 |
392 |
6% |
8416 |
.text.NvVirtualPageBlankCheck |
0x000059e4 |
0x00005a10 |
44 |
1% |
8418 |
.text.NvSetErasePgCmdStatus |
0x00005a10 |
0x00005a4c |
60 |
1% |
8420 |
.text.NvInitStorageSystem |
0x00005a4c |
0x00005b68 |
284 |
5% |
8422 |
.text.NvIsMemoryAreaAvailable |
0x00005b68 |
0x00005bac |
68 |
2% |
8424 |
.text.NvWriteRecord |
0x00005bac |
0x00005dbc |
528 |
8% |
8426 |
.text.NvEraseVirtualPage.part.0 |
0x00005dbc |
0x00005de8 |
44 |
1% |
8428 |
.text.NvInternalFormat |
0x00005de8 |
0x00005e3c |
84 |
2% |
8430 |
.text.NvRemovePendingSaveHead.constprop.0 |
0x00005e3c |
0x00005e60 |
36 |
1% |
8432 |
.text.NvPushPendingSave.constprop.0 |
0x00005e60 |
0x00005ea4 |
68 |
2% |
8434 |
.text.NvCopyPage.constprop.0 |
0x00005ea4 |
0x000063d0 |
1324 |
20% |
8436 |
.text.__NvModuleInit.constprop.0 |
0x000063d0 |
0x000067c8 |
1016 |
15% |
8438 |
.text.NvModuleInit |
0x000067c8 |
0x000067f4 |
44 |
1% |
8440 |
.text.NvIsPendingOperation |
0x000067f4 |
0x00006808 |
20 |
1% |
8443 |
.text.NvAddSaveRequestToQueue |
0x00006808 |
0x00006994 |
396 |
6% |
8446 |
.text.__NvSyncSave |
0x00006994 |
0x00006a30 |
156 |
3% |
8448 |
.text.NvSyncSave |
0x00006a30 |
0x00006a5c |
44 |
1% |
8450 |
.text.__NvTimerTick |
0x00006a5c |
0x00006b08 |
172 |
3% |
8453 |
.text.__NvAtomicSave |
0x00006b08 |
0x00006c38 |
304 |
5% |
8455 |
.text.__NvIdle |
0x00006c38 |
0x00006d6c |
308 |
5% |
8457 |
.text.NvCompletePendingOperations |
0x00006d6c |
0x00006df8 |
140 |
3% |
8459 |
.text.NvRestoreDataSet |
0x00006df8 |
0x0000704c |
596 |
9% |
8462 |
Expected total in NV_Flash.o file: |
6792 |
Actual: |
6792 |
100% |
8402 |
m_text / .text / fsl_adapter_k4_flash.o |
Start |
End |
Size |
% |
Line |
.text.HAL_FlashProgramAdaptation |
0x0000704c |
0x00007074 |
40 |
22% |
8465 |
.text.HAL_FlashInit |
0x00007074 |
0x000070a4 |
48 |
27% |
8467 |
.text.HAL_FlashVerifyErase |
0x000070a4 |
0x000070d4 |
48 |
27% |
8470 |
.text.HAL_FlashEraseSector |
0x000070d4 |
0x00007104 |
48 |
27% |
8473 |
Expected total in fsl_adapter_k4_flash.o file: |
184 |
Actual: |
184 |
100% |
8465 |
m_text / .text / nxp_xcvr_ext_ctrl.o |
Start |
End |
Size |
% |
Line |
.text.RF_LANT_SW_IRQHandler |
0x00007104 |
0x00007114 |
16 |
100% |
8476 |
Expected total in nxp_xcvr_ext_ctrl.o file: |
16 |
Actual: |
16 |
100% |
8476 |
m_text / .text / fsl_k4_flash.o |
Start |
End |
Size |
% |
Line |
.text.flash_check_param |
0x00007114 |
0x000071b0 |
156 |
27% |
8479 |
.text.pflash_check_param |
0x000071b0 |
0x00007228 |
120 |
21% |
8481 |
.text.ifr_check_param |
0x00007228 |
0x000072a0 |
120 |
21% |
8483 |
.text.FLASH_Erase |
0x000072a0 |
0x000072e4 |
68 |
12% |
8485 |
.text.FLASH_Program |
0x000072e4 |
0x00007360 |
124 |
22% |
8488 |
Expected total in fsl_k4_flash.o file: |
588 |
Actual: |
588 |
100% |
8479 |
m_text / .text / fsl_imu.o |
Start |
End |
Size |
% |
Line |
.text.IMU_SendMsgsBlocking |
0x00007360 |
0x000073cc |
108 |
41% |
8491 |
.text.IMU_TryReceiveMsgs |
0x000073cc |
0x00007410 |
68 |
26% |
8494 |
.text.IMU_FlushSendFifo |
0x00007410 |
0x00007430 |
32 |
12% |
8497 |
.text.IMU_Init |
0x00007430 |
0x0000746c |
60 |
23% |
8500 |
Expected total in fsl_imu.o file: |
268 |
Actual: |
268 |
100% |
8491 |
m_text / .text / fsl_clock.o |
Start |
End |
Size |
% |
Line |
.text.CLOCK_DeinitSysOsc |
0x0000746c |
0x00007494 |
40 |
13% |
8503 |
.text.CLOCK_InitSysOsc |
0x00007494 |
0x000074c8 |
52 |
17% |
8506 |
.text.CLOCK_DeinitSirc |
0x000074c8 |
0x000074ec |
36 |
12% |
8509 |
.text.CLOCK_InitSirc |
0x000074ec |
0x0000750c |
32 |
11% |
8512 |
.text.CLOCK_DeinitFirc |
0x0000750c |
0x00007534 |
40 |
13% |
8515 |
.text.CLOCK_InitFirc |
0x00007534 |
0x000075a8 |
116 |
37% |
8518 |
Expected total in fsl_clock.o file: |
316 |
Actual: |
316 |
100% |
8503 |
m_text / .text / fsl_elemu.o |
Start |
End |
Size |
% |
Line |
.text.ELEMU_LP_WakeupPathInit |
0x000075a8 |
0x00007634 |
140 |
70% |
8521 |
.text.ELEMU_mu_wait_for_ready |
0x00007634 |
0x00007670 |
60 |
30% |
8524 |
Expected total in fsl_elemu.o file: |
200 |
Actual: |
200 |
100% |
8521 |
m_text / .text / mcmgr.o |
Start |
End |
Size |
% |
Line |
.text.MCMGR_RegisterEvent |
0x00007670 |
0x00007690 |
32 |
14% |
8527 |
.text.MCMGR_TriggerEvent |
0x00007690 |
0x000076bc |
44 |
19% |
8530 |
.text.MCMGR_EarlyInit |
0x000076bc |
0x000076dc |
32 |
14% |
8533 |
.text.MCMGR_Init |
0x000076dc |
0x00007728 |
76 |
32% |
8536 |
.text.MCMGR_StartCore |
0x00007728 |
0x00007760 |
56 |
24% |
8539 |
Expected total in mcmgr.o file: |
240 |
Actual: |
240 |
100% |
8527 |
m_text / .text / rpmsg_platform.o |
Start |
End |
Size |
% |
Line |
.text.platform_init_interrupt |
0x00007760 |
0x000077ac |
76 |
27% |
8542 |
.text.platform_notify |
0x000077ac |
0x000077d0 |
36 |
13% |
8545 |
.text.platform_time_delay |
0x000077d0 |
0x000077f4 |
36 |
13% |
8548 |
.text.platform_interrupt_enable |
0x000077f4 |
0x0000781c |
40 |
14% |
8551 |
.text.platform_interrupt_disable |
0x0000781c |
0x00007850 |
52 |
18% |
8554 |
.text.platform_init |
0x00007850 |
0x00007884 |
52 |
18% |
8557 |
Expected total in rpmsg_platform.o file: |
292 |
Actual: |
292 |
100% |
8542 |
m_text / .text / fsl_adapter_rpmsg.o |
Start |
End |
Size |
% |
Line |
.text.RPMsgPeerReadyEventHandler |
0x00007884 |
0x000078d8 |
84 |
13% |
8560 |
.text.HAL_RpmsgMcmgrInit |
0x000078d8 |
0x0000798c |
180 |
28% |
8562 |
.text.HAL_RpmsgInit |
0x0000798c |
0x00007a24 |
152 |
24% |
8565 |
.text.HAL_RpmsgSendTimeout |
0x00007a24 |
0x00007a98 |
116 |
18% |
8568 |
.text.HAL_RpmsgAllocTxBufferTimeout |
0x00007a98 |
0x00007ab8 |
32 |
5% |
8571 |
.text.HAL_RpmsgNoCopySend |
0x00007ab8 |
0x00007b18 |
96 |
15% |
8574 |
Expected total in fsl_adapter_rpmsg.o file: |
660 |
Actual: |
660 |
100% |
8560 |
m_text / .text / mcmgr_imu_internal.o |
Start |
End |
Size |
% |
Line |
.text.RF_IMU0_IRQHandler |
0x00007b18 |
0x00007b3c |
36 |
100% |
8577 |
Expected total in mcmgr_imu_internal.o file: |
36 |
Actual: |
36 |
100% |
8577 |
m_text / .text / fwk_platform_ics.o |
Start |
End |
Size |
% |
Line |
.text.PLATFORM_FwkSrv_RxCallBack |
0x00007b3c |
0x00007c18 |
220 |
46% |
8580 |
.text.PLATFORM_FwkSrvInit |
0x00007c18 |
0x00007c5c |
68 |
14% |
8582 |
.text.PLATFORM_FwkSrvSendPacket |
0x00007c5c |
0x00007cc0 |
100 |
21% |
8585 |
.text.PLATFORM_SendChipRevision |
0x00007cc0 |
0x00007d24 |
100 |
21% |
8588 |
Expected total in fwk_platform_ics.o file: |
488 |
Actual: |
488 |
100% |
8580 |
m_text / .text / rpmsg_lite.o |
Start |
End |
Size |
% |
Line |
.text.rpmsg_lite_send |
0x00007d24 |
0x00007e10 |
236 |
28% |
8591 |
.text.rpmsg_lite_send_nocopy |
0x00007e10 |
0x00007e94 |
132 |
16% |
8594 |
.text.rpmsg_lite_master_init |
0x00007e94 |
0x00008074 |
480 |
57% |
8597 |
Expected total in rpmsg_lite.o file: |
848 |
Actual: |
848 |
100% |
8591 |
m_text / .text / sss_init.o |
Start |
End |
Size |
% |
Line |
.text.CRYPTO_InitHardware |
0x00008074 |
0x00008114 |
160 |
100% |
8600 |
Expected total in sss_init.o file: |
160 |
Actual: |
160 |
100% |
8600 |
m_text / .text / fsl_lpspi.o |
Start |
End |
Size |
% |
Line |
.text.LPSPI_CommonIRQHandler |
0x00008114 |
0x0000812c |
24 |
38% |
8603 |
.text.LPSPI0_DriverIRQHandler |
0x0000812c |
0x00008140 |
20 |
32% |
8605 |
.text.LPSPI1_DriverIRQHandler |
0x00008140 |
0x00008154 |
20 |
32% |
8608 |
Expected total in fsl_lpspi.o file: |
64 |
Actual: |
64 |
100% |
8603 |
m_text / .text / dma_capture.o |
Start |
End |
Size |
% |
Line |
.text.DSB_IRQHandler |
0x00008154 |
0x00008194 |
64 |
100% |
8611 |
Expected total in dma_capture.o file: |
64 |
Actual: |
64 |
100% |
8611 |
m_text / .text / mcmgr_internal_core_api_k32w1.o |
Start |
End |
Size |
% |
Line |
.text.mcmgr_late_init_internal |
0x00008194 |
0x000081ac |
24 |
18% |
8614 |
.text.mcmgr_start_core_internal |
0x000081ac |
0x000081d0 |
36 |
26% |
8617 |
.text.mcmgr_get_current_core_internal |
0x000081d0 |
0x000081dc |
12 |
9% |
8620 |
.text.MU_RxFullFlagISR |
0x000081dc |
0x00008220 |
68 |
49% |
8623 |
Expected total in mcmgr_internal_core_api_k32w1.o file: |
140 |
Actual: |
140 |
100% |
8614 |
m_text / .text / system_K32W1480.o |
Start |
End |
Size |
% |
Line |
.text.SystemInit |
0x00008220 |
0x000082f8 |
216 |
100% |
8626 |
Expected total in system_K32W1480.o file: |
216 |
Actual: |
216 |
100% |
8626 |
m_text / .text / fsl_adapter_lptmr.o |
Start |
End |
Size |
% |
Line |
.text.HAL_TimerInterruptHandle |
0x000082f8 |
0x00008328 |
48 |
10% |
8629 |
.text.HAL_TimerInit |
0x00008328 |
0x000083dc |
180 |
36% |
8631 |
.text.HAL_TimerEnable |
0x000083dc |
0x000083f8 |
28 |
6% |
8634 |
.text.HAL_TimerDisable |
0x000083f8 |
0x00008410 |
24 |
5% |
8637 |
.text.HAL_TimerGetMaxTimeout |
0x00008410 |
0x00008460 |
80 |
16% |
8640 |
.text.HAL_TimerGetCurrentTimerCount |
0x00008460 |
0x000084bc |
92 |
19% |
8643 |
.text.HAL_TimerUpdateTimeout |
0x000084bc |
0x000084f4 |
56 |
12% |
8646 |
Expected total in fsl_adapter_lptmr.o file: |
508 |
Actual: |
508 |
100% |
8629 |
m_text / .text / fsl_sscp_mu.o |
Start |
End |
Size |
% |
Line |
.text.MU_Init |
0x000084f4 |
0x00008500 |
12 |
2% |
8649 |
.text.MU_ReceiveMsg |
0x00008500 |
0x0000851c |
28 |
5% |
8651 |
.text.MU_SendMsg |
0x0000851c |
0x00008538 |
28 |
5% |
8654 |
.text.sscp_mu_init |
0x00008538 |
0x00008554 |
28 |
5% |
8657 |
.text.prepareMessage |
0x00008554 |
0x00008620 |
204 |
34% |
8660 |
.text.sscp_mu_invoke_command |
0x00008620 |
0x00008754 |
308 |
51% |
8663 |
Expected total in fsl_sscp_mu.o file: |
608 |
Actual: |
608 |
100% |
8649 |
m_text / .text / rfmc_ctrl.o |
Start |
End |
Size |
% |
Line |
.text.RFMC_IRQHandler |
0x00008754 |
0x00008854 |
256 |
100% |
8666 |
Expected total in rfmc_ctrl.o file: |
256 |
Actual: |
256 |
100% |
8666 |
m_text / .text / RNG.o |
Start |
End |
Size |
% |
Line |
.text._RNG_SSS_Get_RndBytes |
0x00008854 |
0x000088a4 |
80 |
63% |
8669 |
.text.RNG_Init |
0x000088a4 |
0x000088d4 |
48 |
38% |
8671 |
Expected total in RNG.o file: |
128 |
Actual: |
128 |
100% |
8669 |
m_text / .text / sss_ccm.o |
Start |
End |
Size |
% |
Line |
.text.sss_ccm_auth_crypt |
0x000088d4 |
0x0000894c |
120 |
54% |
8674 |
.text.SSS_ccm_setkey |
0x0000894c |
0x000089b4 |
104 |
47% |
8676 |
Expected total in sss_ccm.o file: |
224 |
Actual: |
224 |
100% |
8674 |
m_text / .text / fsl_component_timer_manager.o |
Start |
End |
Size |
% |
Line |
.text.TimerStop |
0x000089b4 |
0x00008a30 |
124 |
13% |
8679 |
.text.TimersUpdate.constprop.0 |
0x00008a30 |
0x00008a7c |
76 |
8% |
8681 |
.text.TimersCheckAndUpdate |
0x00008a7c |
0x00008a90 |
20 |
3% |
8683 |
.text.TimerManagerTaskProcess |
0x00008a90 |
0x00008bc0 |
304 |
31% |
8685 |
.text.HAL_TIMER_Callback |
0x00008bc0 |
0x00008bf0 |
48 |
5% |
8687 |
.text.TM_Init |
0x00008bf0 |
0x00008c3c |
76 |
8% |
8689 |
.text.TM_GetTimestamp |
0x00008c3c |
0x00008c4c |
16 |
2% |
8691 |
.text.TM_Open |
0x00008c4c |
0x00008c88 |
60 |
7% |
8694 |
.text.TM_Stop |
0x00008c88 |
0x00008cb4 |
44 |
5% |
8696 |
.text.TM_Start |
0x00008cb4 |
0x00008d78 |
196 |
20% |
8698 |
.text.TM_GetRemainingTime |
0x00008d78 |
0x00008d90 |
24 |
3% |
8701 |
Expected total in fsl_component_timer_manager.o file: |
988 |
Actual: |
988 |
100% |
8679 |
m_text / .text / fsl_debug_console.o |
Start |
End |
Size |
% |
Line |
.text.DbgConsole_Putchar |
0x00008d90 |
0x00008db4 |
36 |
3% |
8704 |
.text.DbgConsole_Init |
0x00008db4 |
0x00008e04 |
80 |
5% |
8707 |
.text.DbgConsole_Vprintf |
0x00008e04 |
0x00009448 |
1604 |
94% |
8710 |
Expected total in fsl_debug_console.o file: |
1720 |
Actual: |
1720 |
100% |
8704 |
m_text / .text / PWR.o |
Start |
End |
Size |
% |
Line |
.text.PWR_AllowDeviceToSleep |
0x00009448 |
0x00009460 |
24 |
40% |
8713 |
.text.PWR_DisallowDeviceToSleep |
0x00009460 |
0x00009478 |
24 |
40% |
8716 |
.text.PWR_IsDeviceAllowedToSleep |
0x00009478 |
0x00009484 |
12 |
20% |
8719 |
Expected total in PWR.o file: |
60 |
Actual: |
60 |
100% |
8713 |
m_text / .text / SecLib_.o |
Start |
End |
Size |
% |
Line |
.text.bACI_WriteKey |
0x00009484 |
0x00009498 |
20 |
4% |
8722 |
.text.vACI_OptimisedCcmStar |
0x00009498 |
0x000096d4 |
572 |
97% |
8725 |
Expected total in SecLib_.o file: |
592 |
Actual: |
592 |
100% |
8722 |
m_text / .text / fsl_adapter_lpuart.o |
Start |
End |
Size |
% |
Line |
.text.HAL_UartInit |
0x000096d4 |
0x00009770 |
156 |
74% |
8728 |
.text.HAL_UartReceiveBlocking |
0x00009770 |
0x00009790 |
32 |
16% |
8731 |
.text.HAL_UartSendBlocking |
0x00009790 |
0x000097a8 |
24 |
12% |
8734 |
Expected total in fsl_adapter_lpuart.o file: |
212 |
Actual: |
212 |
100% |
8728 |
m_text / .text / PDM_adapter.o |
Start |
End |
Size |
% |
Line |
.text.rb_delete.constprop.0 |
0x000097a8 |
0x000097e0 |
56 |
11% |
8737 |
.text.PDM_eInitialise |
0x000097e0 |
0x00009834 |
84 |
16% |
8739 |
.text.PDM_eReadDataFromRecord |
0x00009834 |
0x000098a4 |
112 |
22% |
8742 |
.text.PDM_eSaveRecordData |
0x000098a4 |
0x00009974 |
208 |
40% |
8745 |
.text.PDM_vDeleteDataRecord |
0x00009974 |
0x000099bc |
72 |
14% |
8748 |
Expected total in PDM_adapter.o file: |
532 |
Actual: |
532 |
100% |
8737 |
m_text / .text / wdog.o |
Start |
End |
Size |
% |
Line |
.text.zbPlatWdogKick |
0x000099bc |
0x000099fc |
64 |
35% |
8751 |
.text.WDOG0_IRQHandler |
0x000099fc |
0x00009a74 |
120 |
66% |
8754 |
Expected total in wdog.o file: |
184 |
Actual: |
184 |
100% |
8751 |
m_text / .text / fwk_platform_ot.o |
Start |
End |
Size |
% |
Line |
.text.PLATFORM_GetIeee802_15_4Addr |
0x00009a74 |
0x00009afc |
136 |
100% |
8757 |
Expected total in fwk_platform_ot.o file: |
136 |
Actual: |
136 |
100% |
8757 |
m_text / .text / fsl_os_abstraction_bm.o |
Start |
End |
Size |
% |
Line |
.text.OSA_EnableIRQGlobal |
0x00009afc |
0x00009b18 |
28 |
6% |
8760 |
.text.OSA_DisableIRQGlobal |
0x00009b18 |
0x00009b34 |
28 |
6% |
8763 |
.text.OSA_TaskGetCurrentHandle |
0x00009b34 |
0x00009b40 |
12 |
3% |
8766 |
.text.OSA_TaskCreate |
0x00009b40 |
0x00009bc0 |
128 |
25% |
8769 |
.text.OSA_TimeInit |
0x00009bc0 |
0x00009bf0 |
48 |
10% |
8772 |
.text.OSA_TimeGetMsec |
0x00009bf0 |
0x00009bfc |
12 |
3% |
8775 |
.text.OSA_EventWait |
0x00009bfc |
0x00009c8c |
144 |
28% |
8778 |
.text.OSA_Init |
0x00009c8c |
0x00009ca8 |
28 |
6% |
8781 |
.text.OSA_ProcessTasks |
0x00009ca8 |
0x00009cd8 |
48 |
10% |
8784 |
.text.startup.main |
0x00009cd8 |
0x00009cf8 |
32 |
7% |
8787 |
.text.SysTick_Handler |
0x00009cf8 |
0x00009d08 |
16 |
4% |
8790 |
Expected total in fsl_os_abstraction_bm.o file: |
524 |
Actual: |
524 |
100% |
8760 |
m_text / .text / ZTimer.o |
Start |
End |
Size |
% |
Line |
.text.ZTIMER_eInit |
0x00009d08 |
0x00009d2c |
36 |
9% |
8793 |
.text.ZTIMER_vTask |
0x00009d2c |
0x00009dc8 |
156 |
39% |
8796 |
.text.ZTIMER_eOpen |
0x00009dc8 |
0x00009e00 |
56 |
14% |
8799 |
.text.ZTIMER_eStart |
0x00009e00 |
0x00009e54 |
84 |
21% |
8802 |
.text.ZTIMER_eStop |
0x00009e54 |
0x00009ea0 |
76 |
19% |
8805 |
Expected total in ZTimer.o file: |
408 |
Actual: |
408 |
100% |
8793 |
m_text / .text / app_zps_link_keys.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pau8GetBdbDistributedLinkKey |
0x00009ea0 |
0x00009ea8 |
8 |
100% |
8808 |
Expected total in app_zps_link_keys.o file: |
8 |
Actual: |
8 |
100% |
8808 |
m_text / .text / appZpsBeaconHandler.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_bAppAddBeaconFilter |
0x00009ea8 |
0x00009eb4 |
12 |
5% |
8811 |
.text.ZPS_bAppRemoveBeaconFilter |
0x00009eb4 |
0x00009ec0 |
12 |
5% |
8814 |
.text.ZPS_bAppPassBeaconToHigherLayer |
0x00009ec0 |
0x00009fc8 |
264 |
92% |
8817 |
Expected total in appZpsBeaconHandler.o file: |
288 |
Actual: |
288 |
100% |
8811 |
m_text / .text / GreenPower.o |
Start |
End |
Size |
% |
Line |
.text.vCLD_GPTimerClickCallback |
0x00009fc8 |
0x0000a000 |
56 |
12% |
8820 |
.text.eCLD_GPRegisterTimeServer |
0x0000a000 |
0x0000a028 |
40 |
8% |
8822 |
.text.eGP_CreateGreenPower |
0x0000a028 |
0x0000a110 |
232 |
47% |
8825 |
.text.u32GP_CRC32 |
0x0000a110 |
0x0000a144 |
52 |
11% |
8828 |
.text.vGP_RestorePersistedData |
0x0000a144 |
0x0000a1bc |
120 |
24% |
8831 |
Expected total in GreenPower.o file: |
500 |
Actual: |
500 |
100% |
8820 |
m_text / .text / GreenPowerCommissioningNotification.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpCommissioningNotificationSend |
0x0000a1bc |
0x0000a308 |
332 |
100% |
8834 |
Expected total in GreenPowerCommissioningNotification.o file: |
332 |
Actual: |
332 |
100% |
8834 |
m_text / .text / GreenPowerCommon.o |
Start |
End |
Size |
% |
Line |
.text.vGP_SendDeviceAnnounce |
0x0000a308 |
0x0000a39c |
148 |
100% |
8837 |
Expected total in GreenPowerCommon.o file: |
148 |
Actual: |
148 |
100% |
8837 |
m_text / .text / GreenPowerCustomCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eGP_GreenPowerCommandHandler |
0x0000a39c |
0x0000a470 |
212 |
100% |
8840 |
Expected total in GreenPowerCustomCommandHandler.o file: |
212 |
Actual: |
212 |
100% |
8840 |
m_text / .text / GreenPowerDataIndication.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleZgpDataIndication |
0x0000a470 |
0x0000a55c |
236 |
72% |
8843 |
.text.vZCL_HandleZgpDataConfirm |
0x0000a55c |
0x0000a5bc |
96 |
29% |
8846 |
Expected total in GreenPowerDataIndication.o file: |
332 |
Actual: |
332 |
100% |
8843 |
m_text / .text / GreenPowerNotification.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpNotificationSend |
0x0000a5bc |
0x0000a6d0 |
276 |
100% |
8849 |
Expected total in GreenPowerNotification.o file: |
276 |
Actual: |
276 |
100% |
8849 |
m_text / .text / gp.o |
Start |
End |
Size |
% |
Line |
.text.eGP_RegisterProxyBasicEndPoint |
0x0000a6d0 |
0x0000a758 |
136 |
100% |
8852 |
Expected total in gp.o file: |
136 |
Actual: |
136 |
100% |
8852 |
m_text / .text / Basic.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCreateBasic |
0x0000a758 |
0x0000a7c4 |
108 |
100% |
8855 |
Expected total in Basic.o file: |
108 |
Actual: |
108 |
100% |
8855 |
m_text / .text / Groups.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsCreateGroups |
0x0000a7c4 |
0x0000a8f0 |
300 |
100% |
8858 |
Expected total in Groups.o file: |
300 |
Actual: |
300 |
100% |
8858 |
m_text / .text / GroupsTableManager.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsAddGroup |
0x0000a8f0 |
0x0000a99c |
172 |
60% |
8861 |
.text.eCLD_GroupsFindGroup |
0x0000a99c |
0x0000a9c8 |
44 |
16% |
8864 |
.text.eCLD_GroupsRemoveGroup |
0x0000a9c8 |
0x0000aa10 |
72 |
25% |
8867 |
Expected total in GroupsTableManager.o file: |
288 |
Actual: |
288 |
100% |
8861 |
m_text / .text / Identify.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_IdentifyRegisterTimeServer |
0x0000aa10 |
0x0000aa38 |
40 |
34% |
8870 |
.text.eCLD_IdentifyCreateIdentify |
0x0000aa38 |
0x0000aa88 |
80 |
67% |
8873 |
Expected total in Identify.o file: |
120 |
Actual: |
120 |
100% |
8870 |
m_text / .text / OnOff.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_OnOffCreateOnOff |
0x0000aa88 |
0x0000aac4 |
60 |
100% |
8876 |
Expected total in OnOff.o file: |
60 |
Actual: |
60 |
100% |
8876 |
m_text / .text / base_device.o |
Start |
End |
Size |
% |
Line |
.text.eZHA_RegisterBaseDeviceEndPoint |
0x0000aac4 |
0x0000ab88 |
196 |
100% |
8879 |
Expected total in base_device.o file: |
196 |
Actual: |
196 |
100% |
8879 |
m_text / .text / zcl.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SearchForEPIndex.part.0 |
0x0000ab88 |
0x0000abbc |
52 |
6% |
8882 |
.text.eZCL_CreateZCL |
0x0000abbc |
0x0000ac84 |
200 |
24% |
8884 |
.text.eZCL_Register |
0x0000ac84 |
0x0000aec0 |
572 |
66% |
8887 |
.text.u8ZCL_GetNumberOfEndpointsRegistered |
0x0000aec0 |
0x0000aecc |
12 |
2% |
8890 |
.text.u8ZCL_GetEPIdFromIndex |
0x0000aecc |
0x0000aeec |
32 |
4% |
8893 |
Expected total in zcl.o file: |
868 |
Actual: |
868 |
100% |
8882 |
m_text / .text / zcl_CustomCommandSend.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CustomCommandSend |
0x0000aeec |
0x0000b160 |
628 |
100% |
8896 |
Expected total in zcl_CustomCommandSend.o file: |
628 |
Actual: |
628 |
100% |
8896 |
m_text / .text / zcl_attribute.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_GetAttributeTypeSize |
0x0000b160 |
0x0000b178 |
24 |
9% |
8899 |
.text.vZCL_MarkAttributeInvalid |
0x0000b178 |
0x0000b26c |
244 |
92% |
8902 |
Expected total in zcl_attribute.o file: |
268 |
Actual: |
268 |
100% |
8899 |
m_text / .text / zcl_buffer.o |
Start |
End |
Size |
% |
Line |
.text.hZCL_AllocateAPduInstance |
0x0000b26c |
0x0000b2a8 |
60 |
84% |
8905 |
.text.hZCL_GetBufferPoolHandle |
0x0000b2a8 |
0x0000b2b4 |
12 |
17% |
8908 |
Expected total in zcl_buffer.o file: |
72 |
Actual: |
72 |
100% |
8905 |
m_text / .text / zcl_command.o |
Start |
End |
Size |
% |
Line |
.text.u8GetTransactionSequenceNumber |
0x0000b2b4 |
0x0000b2c4 |
16 |
25% |
8911 |
.text.u16ZCL_GetTxPayloadSize |
0x0000b2c4 |
0x0000b2f4 |
48 |
75% |
8914 |
Expected total in zcl_command.o file: |
64 |
Actual: |
64 |
100% |
8911 |
m_text / .text / zcl_common.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_Initialise |
0x0000b2f4 |
0x0000b330 |
60 |
100% |
8917 |
Expected total in zcl_common.o file: |
60 |
Actual: |
60 |
100% |
8917 |
m_text / .text / zcl_configureReportingCommandHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleConfigureReportingCommand |
0x0000b330 |
0x0000b80c |
1244 |
100% |
8920 |
Expected total in zcl_configureReportingCommandHandle.o file: |
1244 |
Actual: |
1244 |
100% |
8920 |
m_text / .text / zcl_defaultResponse.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SendDefaultResponse |
0x0000b80c |
0x0000b908 |
252 |
100% |
8923 |
Expected total in zcl_defaultResponse.o file: |
252 |
Actual: |
252 |
100% |
8923 |
m_text / .text / zcl_event.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_PassEventToUser |
0x0000b908 |
0x0000b934 |
44 |
4% |
8926 |
.text.vZCL_EventHandler |
0x0000b934 |
0x0000be68 |
1332 |
97% |
8929 |
Expected total in zcl_event.o file: |
1376 |
Actual: |
1376 |
100% |
8926 |
m_text / .text / zcl_heap.o |
Start |
End |
Size |
% |
Line |
.text.pvZCL_HeapAlloc |
0x0000be68 |
0x0000bea0 |
56 |
100% |
8932 |
Expected total in zcl_heap.o file: |
56 |
Actual: |
56 |
100% |
8932 |
m_text / .text / zcl_reportManager.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CreateReportManager |
0x0000bea0 |
0x0000bf20 |
128 |
16% |
8935 |
.text.eZCLAddReport |
0x0000bf20 |
0x0000c0d8 |
440 |
55% |
8938 |
.text.eZCL_CreateLocalReport |
0x0000c0d8 |
0x0000c154 |
124 |
16% |
8941 |
.text.eZCLFindReportEntryByAttributeIdAndDirection |
0x0000c154 |
0x0000c1a0 |
76 |
10% |
8944 |
.text.eZCL_GetNumberOfFreeReportRecordEntries |
0x0000c1a0 |
0x0000c1cc |
44 |
6% |
8947 |
Expected total in zcl_reportManager.o file: |
812 |
Actual: |
812 |
100% |
8935 |
m_text / .text / zcl_reportScheduler.o |
Start |
End |
Size |
% |
Line |
.text.vReportTimerClickCallback |
0x0000c1cc |
0x0000c454 |
648 |
100% |
8950 |
Expected total in zcl_reportScheduler.o file: |
648 |
Actual: |
648 |
100% |
8950 |
m_text / .text / zcl_search.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SearchForEPentry |
0x0000c454 |
0x0000c494 |
64 |
29% |
8953 |
.text.eZCL_SearchForEPentryAndCheckManufacturerId |
0x0000c494 |
0x0000c4cc |
56 |
25% |
8956 |
.text.eZCL_SearchForClusterEntry |
0x0000c4cc |
0x0000c538 |
108 |
48% |
8959 |
Expected total in zcl_search.o file: |
228 |
Actual: |
228 |
100% |
8953 |
m_text / .text / zcl_timer.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CreateTimer |
0x0000c538 |
0x0000c5a4 |
108 |
27% |
8962 |
.text.eZCL_TimerRegister |
0x0000c5a4 |
0x0000c604 |
96 |
24% |
8965 |
.text.vZCL_TimerSchedulerUpdate |
0x0000c604 |
0x0000c6c8 |
196 |
48% |
8968 |
.text.u32ZCL_GetUTCTime |
0x0000c6c8 |
0x0000c6d4 |
12 |
3% |
8971 |
Expected total in zcl_timer.o file: |
412 |
Actual: |
412 |
100% |
8962 |
m_text / .text / zcl_transmit.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_TransmitDataRequest |
0x0000c6d4 |
0x0000c9e0 |
780 |
100% |
8974 |
Expected total in zcl_transmit.o file: |
780 |
Actual: |
780 |
100% |
8974 |
m_text / .text / bdb_fr.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vFrStateMachine |
0x0000c9e0 |
0x0000ca5c |
124 |
100% |
8977 |
Expected total in bdb_fr.o file: |
124 |
Actual: |
124 |
100% |
8977 |
m_text / .text / bdb_start.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vInit |
0x0000ca5c |
0x0000cb34 |
216 |
19% |
8980 |
.text.BDB_u8PickChannel |
0x0000cb34 |
0x0000cb80 |
76 |
7% |
8983 |
.text.BDB_vRejoinSuccess |
0x0000cb80 |
0x0000cbe8 |
104 |
9% |
8986 |
.text.BDB_vSetRejoinFilter |
0x0000cbe8 |
0x0000cc2c |
68 |
6% |
8989 |
.text.BDB_vRejoinCycle |
0x0000cc2c |
0x0000cdd0 |
420 |
37% |
8992 |
.text.bdb_vStart |
0x0000cdd0 |
0x0000ce88 |
184 |
16% |
8995 |
.text.BDB_vInitStateMachine |
0x0000ce88 |
0x0000ceb0 |
40 |
4% |
8997 |
.text.BDB_vSetAssociationFilter |
0x0000ceb0 |
0x0000cee4 |
52 |
5% |
9000 |
Expected total in bdb_start.o file: |
1160 |
Actual: |
1160 |
100% |
8980 |
m_text / .text / bdb_state_machine.o |
Start |
End |
Size |
% |
Line |
.text.APP_vGenCallback |
0x0000cee4 |
0x0000cf24 |
64 |
44% |
9003 |
.text.bdb_taskBDB |
0x0000cf24 |
0x0000cf78 |
84 |
57% |
9006 |
Expected total in bdb_state_machine.o file: |
148 |
Actual: |
148 |
100% |
9003 |
m_text / .text / bdb_ns.o |
Start |
End |
Size |
% |
Line |
.text.vNsSendPermitJoin |
0x0000cf78 |
0x0000cfc8 |
80 |
5% |
9009 |
.text.vNsDiscoverNwk |
0x0000cfc8 |
0x0000d064 |
156 |
10% |
9011 |
.text.vNsTclkSendReqKey |
0x0000d064 |
0x0000d0a0 |
60 |
4% |
9013 |
.text.vNsAfterNwkJoin |
0x0000d0a0 |
0x0000d0e8 |
72 |
5% |
9015 |
.text.vNsLeaveNwk |
0x0000d0e8 |
0x0000d10c |
36 |
3% |
9017 |
.text.vNsTclkSendNodeDescReq |
0x0000d10c |
0x0000d1a4 |
152 |
10% |
9019 |
.text.BDB_eNsStartNwkSteering |
0x0000d1a4 |
0x0000d230 |
140 |
9% |
9021 |
.text.BDB_vNsTimerCb |
0x0000d230 |
0x0000d2f8 |
200 |
12% |
9024 |
.text.vNsTryNwkJoin.constprop.0 |
0x0000d2f8 |
0x0000d400 |
264 |
16% |
9027 |
.text.BDB_vNsStateMachine |
0x0000d400 |
0x0000d608 |
520 |
31% |
9029 |
Expected total in bdb_ns.o file: |
1680 |
Actual: |
1680 |
100% |
9009 |
m_text / .text / bdb_nf.o |
Start |
End |
Size |
% |
Line |
.text.vNfRetryNwkFormation |
0x0000d608 |
0x0000d690 |
136 |
19% |
9032 |
.text.vNfDiscoverNwk |
0x0000d690 |
0x0000d720 |
144 |
20% |
9034 |
.text.BDB_vNfStateMachine |
0x0000d720 |
0x0000d82c |
268 |
38% |
9036 |
.text.BDB_eNfStartNwkFormation |
0x0000d82c |
0x0000d8d8 |
172 |
24% |
9039 |
Expected total in bdb_nf.o file: |
720 |
Actual: |
720 |
100% |
9032 |
m_text / .text / bdb_fb_target.o |
Start |
End |
Size |
% |
Line |
.text.BDB_eFbTriggerAsTarget |
0x0000d8d8 |
0x0000d934 |
92 |
61% |
9042 |
.text.BDB_vFbHandleStopIdentification |
0x0000d934 |
0x0000d970 |
60 |
40% |
9045 |
Expected total in bdb_fb_target.o file: |
152 |
Actual: |
152 |
100% |
9042 |
m_text / .text / zps_apl_af.o |
Start |
End |
Size |
% |
Line |
.text.eAplAfCommonDataReq |
0x0000d970 |
0x0000da34 |
196 |
75% |
9048 |
.text.zps_eAplAfGetSimpleDescriptor |
0x0000da34 |
0x0000da78 |
68 |
26% |
9050 |
Expected total in zps_apl_af.o file: |
264 |
Actual: |
264 |
100% |
9048 |
m_text / .text / zps_apl_af_apsde.o |
Start |
End |
Size |
% |
Line |
.text.bCheckProfile |
0x0000da78 |
0x0000dab8 |
64 |
11% |
9053 |
.text.vPostToEndpoint.part.0 |
0x0000dab8 |
0x0000dce0 |
552 |
88% |
9055 |
.text.zps_vSetIgnoreProfileCheck |
0x0000dce0 |
0x0000dcec |
12 |
2% |
9057 |
Expected total in zps_apl_af_apsde.o file: |
628 |
Actual: |
628 |
100% |
9053 |
m_text / .text / zps_apl_task.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplAfTaskInit |
0x0000dcec |
0x0000dd44 |
88 |
20% |
9060 |
.text.zps_vAplAfPostEvent |
0x0000dd44 |
0x0000ddc4 |
128 |
29% |
9063 |
.text.zps_taskZPS |
0x0000ddc4 |
0x0000deb0 |
236 |
53% |
9066 |
Expected total in zps_apl_task.o file: |
452 |
Actual: |
452 |
100% |
9060 |
m_text / .text / zps_apl_apsde.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8AplApsConstructAndPostLoopBackDataInd |
0x0000deb0 |
0x0000dfac |
252 |
10% |
9069 |
.text.zps_vAplApsInitSyncMsgPool |
0x0000dfac |
0x0000dfe8 |
60 |
3% |
9071 |
.text.zps_u8AplApsFreeMsgHandle |
0x0000dfe8 |
0x0000e020 |
56 |
3% |
9074 |
.text.zps_u8AplApsGetMsgHandle |
0x0000e020 |
0x0000e040 |
32 |
2% |
9077 |
.text.zps_psApsApsAllocateDcfmRecord |
0x0000e040 |
0x0000e0ac |
108 |
5% |
9080 |
.text.zps_vAplApsStopPollTimer |
0x0000e0ac |
0x0000e10c |
96 |
4% |
9083 |
.text.eUnfragmentedUnicastTransmission |
0x0000e10c |
0x0000e370 |
612 |
24% |
9086 |
.text.vAckTimeOutHandler |
0x0000e370 |
0x0000e444 |
212 |
9% |
9088 |
.text.ZPS_vAplHandleApsdeReqRsp |
0x0000e444 |
0x0000e844 |
1024 |
39% |
9091 |
.text.vLoopbackTimerCallback |
0x0000e844 |
0x0000e874 |
48 |
2% |
9094 |
.text.ZPS_vDefaultApsdeResources |
0x0000e874 |
0x0000e8fc |
136 |
6% |
9097 |
Expected total in zps_apl_apsde.o file: |
2636 |
Actual: |
2636 |
100% |
9069 |
m_text / .text / zps_apl_apsme.o |
Start |
End |
Size |
% |
Line |
.text.eMakeEntryInBindingTable.constprop.0 |
0x0000e8fc |
0x0000e994 |
152 |
8% |
9100 |
.text.zps_vInitAPSMECmdHdr |
0x0000e994 |
0x0000e9c8 |
52 |
3% |
9102 |
.text.zps_eAplSendApsmeCmdFrame |
0x0000e9c8 |
0x0000eb6c |
420 |
20% |
9105 |
.text.zps_eAplApsmeTransportKeyReqRsp |
0x0000eb6c |
0x0000ed38 |
460 |
22% |
9108 |
.text.zps_eAplApsmeUpdateDeviceReqRsp |
0x0000ed38 |
0x0000ee20 |
232 |
11% |
9111 |
.text.zps_eAplApsmeVerifyKeyReqRsp |
0x0000ee20 |
0x0000ef0c |
236 |
12% |
9114 |
.text.zps_eAplApsmeConfirmKeyReqRsp |
0x0000ef0c |
0x0000efbc |
176 |
9% |
9117 |
.text.zps_eAplApsmeRequestKeyReqRsp |
0x0000efbc |
0x0000f040 |
132 |
7% |
9120 |
.text.zps_bAplApsmeCmdMgrHandleNldeCfm |
0x0000f040 |
0x0000f144 |
260 |
13% |
9123 |
Expected total in zps_apl_apsme.o file: |
2120 |
Actual: |
2120 |
100% |
9100 |
m_text / .text / zps_apl_aps_nlde.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vRunningCRC32 |
0x0000f144 |
0x0000f16c |
40 |
2% |
9126 |
.text.bDuplicateCheck |
0x0000f16c |
0x0000f2f4 |
392 |
11% |
9129 |
.text.zps_vAplApsHandleNldeDcfmInd |
0x0000f2f4 |
0x0000ffa0 |
3244 |
89% |
9131 |
Expected total in zps_apl_aps_nlde.o file: |
3676 |
Actual: |
3676 |
100% |
9126 |
m_text / .text / zps_apl_sec.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplSecDecryptPacket |
0x0000ffa0 |
0x000102c0 |
800 |
100% |
9134 |
Expected total in zps_apl_sec.o file: |
800 |
Actual: |
800 |
100% |
9134 |
m_text / .text / zps_apl_aib.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8AplAibGetDeviceApsKeyType |
0x000102c0 |
0x000103c0 |
256 |
100% |
9137 |
Expected total in zps_apl_aib.o file: |
256 |
Actual: |
256 |
100% |
9137 |
m_text / .text / zps_apl_zdo_nwkmanager.o |
Start |
End |
Size |
% |
Line |
.text.vLoadAplRecord |
0x000103c0 |
0x000103f0 |
48 |
1% |
9140 |
.text.eRejoinNetwork |
0x000103f0 |
0x00010490 |
160 |
3% |
9142 |
.text.zps_vAplSaveRecord |
0x00010490 |
0x00010574 |
228 |
4% |
9144 |
.text.vAplSecAuthTimerExpiry |
0x00010574 |
0x000105f8 |
132 |
3% |
9147 |
.text.ZPS_vSetKeys |
0x000105f8 |
0x0001067c |
132 |
3% |
9149 |
.text.ZPS_vAplSetMacParameters |
0x0001067c |
0x000106ec |
112 |
2% |
9152 |
.text.zps_eAplZdoInit |
0x000106ec |
0x000108fc |
528 |
9% |
9155 |
.text.zps_eAplZdoStartStack |
0x000108fc |
0x00010a00 |
260 |
5% |
9158 |
.text.zps_eAplZdoRejoinNetwork |
0x00010a00 |
0x00010a74 |
116 |
2% |
9161 |
.text.zps_eAplZdoJoinNetwork |
0x00010a74 |
0x00010b14 |
160 |
3% |
9164 |
.text.zps_eAplZdoLeaveNetwork |
0x00010b14 |
0x00010b50 |
60 |
1% |
9167 |
.text.zps_eAplZdoRequestKeyReq |
0x00010b50 |
0x00010be0 |
144 |
3% |
9170 |
.text.zps_eAplZdoRemoveLinkKey |
0x00010be0 |
0x00010c60 |
128 |
3% |
9173 |
.text.zps_eAplZdoDiscoverNetworks |
0x00010c60 |
0x00010c90 |
48 |
1% |
9176 |
.text.eStartRouter |
0x00010c90 |
0x00010d60 |
208 |
4% |
9179 |
.text.vHandleTransportKeyIndication.constprop.0 |
0x00010d60 |
0x000110bc |
860 |
15% |
9182 |
.text.zps_bPerformLeaveActionDecider |
0x000110bc |
0x000110dc |
32 |
1% |
9184 |
.text.vHandleRemoveDeviceIndication |
0x000110dc |
0x000111c4 |
232 |
4% |
9187 |
.text.ZPS_vSecondTimerCallback |
0x000111c4 |
0x0001126c |
168 |
3% |
9190 |
.text.zps_vDefaultStack |
0x0001126c |
0x000113dc |
368 |
7% |
9193 |
.text.ZPS_psGetNetworkDescriptors |
0x000113dc |
0x000113f0 |
20 |
1% |
9196 |
.text.zps_vAplZdoHandleNlmeDcfmInd |
0x000113f0 |
0x00011b40 |
1872 |
32% |
9199 |
Expected total in zps_apl_zdo_nwkmanager.o file: |
6016 |
Actual: |
6016 |
100% |
9140 |
m_text / .text / zps_apl_zdo_handle_zdp_event.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoHandleZdpEvent |
0x00011b40 |
0x00011cc4 |
388 |
100% |
9202 |
Expected total in zps_apl_zdo_handle_zdp_event.o file: |
388 |
Actual: |
388 |
100% |
9202 |
m_text / .text / zps_apl_zdo_common.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdoNlmeleaveWrapper |
0x00011cc4 |
0x00011d6c |
168 |
68% |
9205 |
.text.zps_bAplZdoServerHandleConfirmAcks |
0x00011d6c |
0x00011dbc |
80 |
33% |
9208 |
Expected total in zps_apl_zdo_common.o file: |
248 |
Actual: |
248 |
100% |
9205 |
m_text / .text / zps_apl_zdo_group.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdoGroupEndpointAdd |
0x00011dbc |
0x00011e08 |
76 |
42% |
9211 |
.text.zps_eAplZdoGroupEndpointRemove |
0x00011e08 |
0x00011e40 |
56 |
31% |
9214 |
.text.zps_eAplZdoGroupAllEndpointRemove |
0x00011e40 |
0x00011e74 |
52 |
29% |
9217 |
Expected total in zps_apl_zdo_group.o file: |
184 |
Actual: |
184 |
100% |
9211 |
m_text / .text / zps_apl_zdo_default_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoDefaultServer |
0x00011e74 |
0x0001208c |
536 |
100% |
9220 |
Expected total in zps_apl_zdo_default_server.o file: |
536 |
Actual: |
536 |
100% |
9220 |
m_text / .text / zps_apl_mac_isr.o |
Start |
End |
Size |
% |
Line |
.text.vPostVsMcpsDcfmInd |
0x0001208c |
0x00012188 |
252 |
55% |
9223 |
.text.zps_vAplAfIsrInit |
0x00012188 |
0x000121b0 |
40 |
9% |
9225 |
.text.zps_vAplAfPostTimerEvent |
0x000121b0 |
0x00012204 |
84 |
19% |
9228 |
.text.ZPS_bAplPeekQueueForRejoinRequest |
0x00012204 |
0x0001225c |
88 |
19% |
9231 |
Expected total in zps_apl_mac_isr.o file: |
464 |
Actual: |
464 |
100% |
9223 |
m_text / .text / zps_apl_zdo_nwk_addr_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoNwkAddrServer |
0x0001225c |
0x000123b8 |
348 |
100% |
9234 |
Expected total in zps_apl_zdo_nwk_addr_server.o file: |
348 |
Actual: |
348 |
100% |
9234 |
m_text / .text / zps_apl_zdo_ieee_addr_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoIeeeAddrServer |
0x000123b8 |
0x00012504 |
332 |
100% |
9237 |
Expected total in zps_apl_zdo_ieee_addr_server.o file: |
332 |
Actual: |
332 |
100% |
9237 |
m_text / .text / zps_apl_zdo_match_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoMatchDescServer |
0x00012504 |
0x000127cc |
712 |
100% |
9240 |
Expected total in zps_apl_zdo_match_desc_server.o file: |
712 |
Actual: |
712 |
100% |
9240 |
m_text / .text / zps_apl_zdo_node_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoNodeDescServer |
0x000127cc |
0x00012908 |
316 |
100% |
9243 |
Expected total in zps_apl_zdo_node_desc_server.o file: |
316 |
Actual: |
316 |
100% |
9243 |
m_text / .text / zps_apl_zdo_simple_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoSimpleDescServer |
0x00012908 |
0x00012b38 |
560 |
100% |
9246 |
Expected total in zps_apl_zdo_simple_desc_server.o file: |
560 |
Actual: |
560 |
100% |
9246 |
m_text / .text / zps_apl_zdo_power_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoPowerDescServer |
0x00012b38 |
0x00012c28 |
240 |
100% |
9249 |
Expected total in zps_apl_zdo_power_desc_server.o file: |
240 |
Actual: |
240 |
100% |
9249 |
m_text / .text / zps_apl_zdo_active_ep_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoActiveEpServer |
0x00012c28 |
0x00012d04 |
220 |
100% |
9252 |
Expected total in zps_apl_zdo_active_ep_server.o file: |
220 |
Actual: |
220 |
100% |
9252 |
m_text / .text / zps_apl_zdo_device_annce_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoDeviceAnnceServer |
0x00012d04 |
0x00012eac |
424 |
98% |
9255 |
.text.zps_vRegisterAliasPresentCallback |
0x00012eac |
0x00012eb8 |
12 |
3% |
9258 |
Expected total in zps_apl_zdo_device_annce_server.o file: |
436 |
Actual: |
436 |
100% |
9255 |
m_text / .text / zps_apl_zdo_parent_annce_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoParentAnnceServerInit |
0x00012eb8 |
0x00012ed8 |
32 |
5% |
9261 |
.text.zps_bAplZdoParentAnnceServer |
0x00012ed8 |
0x00013068 |
400 |
55% |
9264 |
.text.ZPS_vSendParentAnnounce |
0x00013068 |
0x00013198 |
304 |
42% |
9267 |
Expected total in zps_apl_zdo_parent_annce_server.o file: |
736 |
Actual: |
736 |
100% |
9261 |
m_text / .text / zps_apl_zdo_permit_joining_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoPermitJoiningServer |
0x00013198 |
0x00013264 |
204 |
100% |
9270 |
Expected total in zps_apl_zdo_permit_joining_server.o file: |
204 |
Actual: |
204 |
100% |
9270 |
m_text / .text / zps_apl_zdo_system_server_discovery_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoSystemServerDiscoveryServer |
0x00013264 |
0x000132e8 |
132 |
100% |
9273 |
Expected total in zps_apl_zdo_system_server_discovery_server.o file: |
132 |
Actual: |
132 |
100% |
9273 |
m_text / .text / zps_apl_zdo_mgmt_lqi_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoMgmtLqiServer |
0x000132e8 |
0x000134c0 |
472 |
100% |
9276 |
Expected total in zps_apl_zdo_mgmt_lqi_server.o file: |
472 |
Actual: |
472 |
100% |
9276 |
m_text / .text / zps_apl_zdo_mgmt_rtg_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoMgmtRtgServer |
0x000134c0 |
0x000135f4 |
308 |
100% |
9279 |
Expected total in zps_apl_zdo_mgmt_rtg_server.o file: |
308 |
Actual: |
308 |
100% |
9279 |
m_text / .text / zps_apl_zdo_mgmt_leave_server.o |
Start |
End |
Size |
% |
Line |
.text.bSendResponse |
0x000135f4 |
0x0001363c |
72 |
13% |
9282 |
.text.zps_bAplZdoMgmtLeaveServer |
0x0001363c |
0x00013840 |
516 |
88% |
9284 |
Expected total in zps_apl_zdo_mgmt_leave_server.o file: |
588 |
Actual: |
588 |
100% |
9282 |
m_text / .text / zps_apl_zdo_mgmt_nwk_update_server.o |
Start |
End |
Size |
% |
Line |
.text.vStartScanTimerExpiry |
0x00013840 |
0x00013920 |
224 |
15% |
9287 |
.text.zps_bAplZdoMgmtNWKUpdateServer |
0x00013920 |
0x00013e40 |
1312 |
86% |
9289 |
Expected total in zps_apl_zdo_mgmt_nwk_update_server.o file: |
1536 |
Actual: |
1536 |
100% |
9287 |
m_text / .text / zps_apl_zdo_bind_unbind_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoBindUnbindServer |
0x00013e40 |
0x000140a8 |
616 |
100% |
9292 |
Expected total in zps_apl_zdo_bind_unbind_server.o file: |
616 |
Actual: |
616 |
100% |
9292 |
m_text / .text / zps_apl_zdo_bound_data_request_manager.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoBindRequestServer |
0x000140a8 |
0x000141f4 |
332 |
16% |
9295 |
.text.zps_eAplZdoBdrmRequestSend |
0x000141f4 |
0x00014288 |
148 |
7% |
9298 |
.text.zps_vAplZdoBindRequestServerInit |
0x00014288 |
0x00014314 |
140 |
7% |
9301 |
.text.zps_eAplAfBoundDataReqNonBlocking |
0x00014314 |
0x00014544 |
560 |
26% |
9304 |
.text.ZPS_vResetBoundServerContext |
0x00014544 |
0x00014594 |
80 |
4% |
9307 |
.text.vZdoBdrmSendNextTimedRequest |
0x00014594 |
0x00014928 |
916 |
43% |
9310 |
Expected total in zps_apl_zdo_bound_data_request_manager.o file: |
2176 |
Actual: |
2176 |
100% |
9295 |
m_text / .text / zps_apl_zdo_nwkmanager_client.o |
Start |
End |
Size |
% |
Line |
.text.eSendDeviceAnnounce |
0x00014928 |
0x00014a14 |
236 |
31% |
9313 |
.text.zps_vAplZdoClientLookupNwkAddress |
0x00014a14 |
0x00014ab0 |
156 |
21% |
9315 |
.text.zps_vAplZdoZdoClientInit |
0x00014ab0 |
0x00014ac4 |
20 |
3% |
9318 |
.text.zps_bAplZdoZdoClient |
0x00014ac4 |
0x00014c30 |
364 |
47% |
9321 |
Expected total in zps_apl_zdo_nwkmanager_client.o file: |
776 |
Actual: |
776 |
100% |
9313 |
m_text / .text / zps_apl_zdo_mgmt_bind_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoMgmtBindServer |
0x00014c30 |
0x00014e10 |
480 |
100% |
9324 |
Expected total in zps_apl_zdo_mgmt_bind_server.o file: |
480 |
Actual: |
480 |
100% |
9324 |
m_text / .text / zps_apl_zdp_apsde_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpApsdeReqInternal |
0x00014e10 |
0x00014ea8 |
152 |
39% |
9327 |
.text.zps_eAplZdpRequestApsdeReq |
0x00014ea8 |
0x00014f28 |
128 |
33% |
9330 |
.text.zps_eAplZdpGenStatusOnlyResponse |
0x00014f28 |
0x00014f98 |
112 |
29% |
9333 |
Expected total in zps_apl_zdp_apsde_req.o file: |
392 |
Actual: |
392 |
100% |
9327 |
m_text / .text / zps_apl_zdp_device_annce.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpDeviceAnnceRequest |
0x00014f98 |
0x00015000 |
104 |
100% |
9336 |
Expected total in zps_apl_zdp_device_annce.o file: |
104 |
Actual: |
104 |
100% |
9336 |
m_text / .text / zps_apl_zdp_mgmt_permit_joining_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtPermitJoiningRequest |
0x00015000 |
0x000150bc |
188 |
100% |
9339 |
Expected total in zps_apl_zdp_mgmt_permit_joining_req.o file: |
188 |
Actual: |
188 |
100% |
9339 |
m_text / .text / zps_apl_zdp_node_desc_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpNodeDescRequest |
0x000150bc |
0x00015138 |
124 |
100% |
9342 |
Expected total in zps_apl_zdp_node_desc_req.o file: |
124 |
Actual: |
124 |
100% |
9342 |
m_text / .text / zps_apl_zdp_nwk_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpNwkAddrResponse |
0x00015138 |
0x00015214 |
220 |
100% |
9345 |
Expected total in zps_apl_zdp_nwk_addr_rsp.o file: |
220 |
Actual: |
220 |
100% |
9345 |
m_text / .text / zps_apl_zdp_ieee_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpIeeeAddrResponse |
0x00015214 |
0x000152f0 |
220 |
100% |
9348 |
Expected total in zps_apl_zdp_ieee_addr_rsp.o file: |
220 |
Actual: |
220 |
100% |
9348 |
m_text / .text / zps_apl_zdp_node_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpNodeDescResponse |
0x000152f0 |
0x00015394 |
164 |
100% |
9351 |
Expected total in zps_apl_zdp_node_desc_rsp.o file: |
164 |
Actual: |
164 |
100% |
9351 |
m_text / .text / zps_apl_zdp_parent_annce_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpParentAnnceResponse |
0x00015394 |
0x00015438 |
164 |
100% |
9354 |
Expected total in zps_apl_zdp_parent_annce_rsp.o file: |
164 |
Actual: |
164 |
100% |
9354 |
m_text / .text / zps_apl_zdp_power_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpPowerDescResponse |
0x00015438 |
0x000154cc |
148 |
100% |
9357 |
Expected total in zps_apl_zdp_power_desc_rsp.o file: |
148 |
Actual: |
148 |
100% |
9357 |
m_text / .text / zps_apl_zdp_simple_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpSimpleDescResponse |
0x000154cc |
0x000155bc |
240 |
100% |
9360 |
Expected total in zps_apl_zdp_simple_desc_rsp.o file: |
240 |
Actual: |
240 |
100% |
9360 |
m_text / .text / zps_apl_zdp_active_ep_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpActiveEpResponse |
0x000155bc |
0x0001564c |
144 |
100% |
9363 |
Expected total in zps_apl_zdp_active_ep_rsp.o file: |
144 |
Actual: |
144 |
100% |
9363 |
m_text / .text / zps_apl_zdp_match_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMatchDescResponse |
0x0001564c |
0x000156dc |
144 |
100% |
9366 |
Expected total in zps_apl_zdp_match_desc_rsp.o file: |
144 |
Actual: |
144 |
100% |
9366 |
m_text / .text / zps_apl_zdp_system_server_discovery_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpSystemServerDiscoveryResponse |
0x000156dc |
0x00015754 |
120 |
100% |
9369 |
Expected total in zps_apl_zdp_system_server_discovery_rsp.o file: |
120 |
Actual: |
120 |
100% |
9369 |
m_text / .text / zps_apl_zdp_mgmt_lqi_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtLqiResponse |
0x00015754 |
0x00015850 |
252 |
100% |
9372 |
Expected total in zps_apl_zdp_mgmt_lqi_rsp.o file: |
252 |
Actual: |
252 |
100% |
9372 |
m_text / .text / zps_apl_zdp_mgmt_rtg_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtRtgResponse |
0x00015850 |
0x00015914 |
196 |
100% |
9375 |
Expected total in zps_apl_zdp_mgmt_rtg_rsp.o file: |
196 |
Actual: |
196 |
100% |
9375 |
m_text / .text / zps_apl_zdp_mgmt_nwk_update_notify_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtNwkUpdateNotifyResponse |
0x00015914 |
0x000159c4 |
176 |
100% |
9378 |
Expected total in zps_apl_zdp_mgmt_nwk_update_notify_rsp.o file: |
176 |
Actual: |
176 |
100% |
9378 |
m_text / .text / zps_mac_common.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_eMacValidateChannelMask |
0x000159c4 |
0x000159e4 |
32 |
27% |
9381 |
.text.ZPS_u8MacGetChannelOffsetFromPage |
0x000159e4 |
0x000159f4 |
16 |
14% |
9384 |
.text.ZPS_u8MacGetHighChanForPage |
0x000159f4 |
0x00015a04 |
16 |
14% |
9387 |
.text.ZPS_u8MacPibGetBeaconPayloadLength |
0x00015a04 |
0x00015a10 |
12 |
10% |
9390 |
.text.ZPS_u8MacPibGetBeaconPayload |
0x00015a10 |
0x00015a24 |
20 |
17% |
9393 |
.text.ZPS_bMacGetEnhancedMode |
0x00015a24 |
0x00015a30 |
12 |
10% |
9396 |
.text.ZPS_vMacRegisterDataRequest |
0x00015a30 |
0x00015a3c |
12 |
10% |
9399 |
Expected total in zps_mac_common.o file: |
120 |
Actual: |
120 |
100% |
9381 |
m_text / .text / zps_mac_shim.o |
Start |
End |
Size |
% |
Line |
.text.vMacMcpsCallBackHandler |
0x00015a3c |
0x00015a48 |
12 |
2% |
9402 |
.text.vMacMlmeCallBackHandler |
0x00015a48 |
0x00015a68 |
32 |
5% |
9404 |
.text.ZPS_vMacHandleMcpsVsReqRsp |
0x00015a68 |
0x00015ad8 |
112 |
18% |
9406 |
.text.ZPS_vMacHandleMlmeVsReqRsp |
0x00015ad8 |
0x00015b30 |
88 |
14% |
9409 |
.text.vAppApiSetMacAddrLocation |
0x00015b30 |
0x00015b44 |
20 |
4% |
9412 |
.text.ZPS_vMacPibSetBeaconPayload |
0x00015b44 |
0x00015b74 |
48 |
8% |
9415 |
.text.ZPS_vMacSetEnhancedMode |
0x00015b74 |
0x00015b80 |
12 |
2% |
9418 |
.text.vTimerInitialise |
0x00015b80 |
0x00015bb8 |
56 |
9% |
9421 |
.text.ZPS_vMacShimInit |
0x00015bb8 |
0x00015c10 |
88 |
14% |
9424 |
.text.timer_start_stop |
0x00015c10 |
0x00015c38 |
40 |
7% |
9427 |
.text.vTimerFired |
0x00015c38 |
0x00015c70 |
56 |
9% |
9430 |
.text.TSV_eStart |
0x00015c70 |
0x00015cc0 |
80 |
13% |
9433 |
Expected total in zps_mac_shim.o file: |
644 |
Actual: |
644 |
100% |
9402 |
m_text / .text / zps_fslMac.o |
Start |
End |
Size |
% |
Line |
.text.MLME_NWK_SapHandlerCB |
0x00015cc0 |
0x00015f58 |
664 |
21% |
9436 |
.text.MCPS_NWK_SapHandlerCB |
0x00015f58 |
0x0001610c |
436 |
14% |
9438 |
.text.zps_vSocMacShimInit |
0x0001610c |
0x000161b4 |
168 |
6% |
9440 |
.text.zps_vSocMacHandleMcpsVsReqRsp |
0x000161b4 |
0x00016318 |
356 |
12% |
9443 |
.text.zps_vSocMacHandleMlmeVsReqRsp |
0x00016318 |
0x000165a8 |
656 |
21% |
9446 |
.text.SOC_ZPS_vMacModifyForZgp |
0x000165a8 |
0x000165cc |
36 |
2% |
9449 |
.text.SOC_ZPS_u16MacPibGetCoordShortAddress |
0x000165cc |
0x000165ec |
32 |
1% |
9452 |
.text.SOC_ZPS_u16MacPibGetPanId |
0x000165ec |
0x0001660c |
32 |
1% |
9455 |
.text.SOC_ZPS_u8MacPibGetChannel |
0x0001660c |
0x0001662c |
32 |
1% |
9458 |
.text.SOC_ZPS_u16MacPibGetShortAddr |
0x0001662c |
0x0001664c |
32 |
1% |
9461 |
.text.SOC_ZPS_bMacPibGetRxOnWhenIdle |
0x0001664c |
0x0001666c |
32 |
1% |
9464 |
.text.SOC_ZPS_sMacPibGetCoordExtAddr |
0x0001666c |
0x00016690 |
36 |
2% |
9467 |
.text.SOC_ZPS_u8MacPibGetDsn |
0x00016690 |
0x000166b0 |
32 |
1% |
9470 |
.text.SOC_ZPS_vMacPibSetCoordShortAddress |
0x000166b0 |
0x000166d0 |
32 |
1% |
9473 |
.text.SOC_ZPS_vMacPibSetMaxFrameTotalWaitTime |
0x000166d0 |
0x000166ec |
28 |
1% |
9476 |
.text.SOC_ZPS_vMacPibSetTransactionPersistenceTime |
0x000166ec |
0x0001670c |
32 |
1% |
9479 |
.text.SOC_ZPS_vMacPibSetPanId |
0x0001670c |
0x0001672c |
32 |
1% |
9482 |
.text.SOC_ZPS_vMacPibSetChannel |
0x0001672c |
0x0001674c |
32 |
1% |
9485 |
.text.SOC_ZPS_vMacPibSetShortAddr |
0x0001674c |
0x0001676c |
32 |
1% |
9488 |
.text.SOC_ZPS_vMacPibSetMinBe |
0x0001676c |
0x0001678c |
32 |
1% |
9491 |
.text.SOC_ZPS_vMacPibSetMaxCsmaBackoffs |
0x0001678c |
0x000167ac |
32 |
1% |
9494 |
.text.SOC_ZPS_vMacPibSetRxOnWhenIdle |
0x000167ac |
0x000167cc |
32 |
1% |
9497 |
.text.SOC_ZPS_vMacPibSetCoordExtAddr |
0x000167cc |
0x000167f4 |
40 |
2% |
9500 |
.text.SOC_ZPS_vMacPibSetAssociationPermit |
0x000167f4 |
0x00016814 |
32 |
1% |
9503 |
.text.SOC_ZPS_vMacPibSetBeaconPayload |
0x00016814 |
0x0001683c |
40 |
2% |
9506 |
.text.SOC_ZPS_vMacPibSetDsn |
0x0001683c |
0x0001685c |
32 |
1% |
9509 |
.text.SOC_ZPS_vMacPibSetExtAddr |
0x0001685c |
0x00016888 |
44 |
2% |
9512 |
.text.SOC_ZPS_vMacPibSetMaxBe |
0x00016888 |
0x000168a8 |
32 |
1% |
9515 |
.text.SOC_ZPS_eMacPlmeSet |
0x000168a8 |
0x000168ec |
68 |
3% |
9518 |
.text.SOC_ZPS_eMacPlmeGet |
0x000168ec |
0x00016938 |
76 |
3% |
9521 |
.text.pvAppApiGetMacAddrLocation |
0x00016938 |
0x00016950 |
24 |
1% |
9524 |
Expected total in zps_fslMac.o file: |
3216 |
Actual: |
3216 |
100% |
9436 |
m_text / .text / zps_nwk_leave.o |
Start |
End |
Size |
% |
Line |
.text.zps_psNwkSendLeaveCmd |
0x00016950 |
0x000169cc |
124 |
17% |
9527 |
.text.zps_eNwkHandleSceLeave |
0x000169cc |
0x00016b40 |
372 |
49% |
9530 |
.text.zps_vNwkHandleCmeLeaveReq |
0x00016b40 |
0x00016c48 |
264 |
35% |
9533 |
Expected total in zps_nwk_leave.o file: |
760 |
Actual: |
760 |
100% |
9527 |
m_text / .text / zps_nwk_lib.o |
Start |
End |
Size |
% |
Line |
.text.zps_vInitBeaconPayload |
0x00016c48 |
0x00016cd0 |
136 |
36% |
9536 |
.text.zps_sNwkStart |
0x00016cd0 |
0x00016dcc |
252 |
65% |
9539 |
Expected total in zps_nwk_lib.o file: |
388 |
Actual: |
388 |
100% |
9536 |
m_text / .text / zps_nwk_lkst.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8CalcLinkCost |
0x00016dcc |
0x00016dfc |
48 |
6% |
9542 |
.text.eSendLinkStatusDataDcfm.constprop.0 |
0x00016dfc |
0x00016f54 |
344 |
39% |
9545 |
.text.zps_vNwkSecondTickHandleExpiry |
0x00016f54 |
0x00017148 |
500 |
56% |
9547 |
.text.zps_vRegisterCallbackForSecondsTick |
0x00017148 |
0x00017154 |
12 |
2% |
9550 |
Expected total in zps_nwk_lkst.o file: |
904 |
Actual: |
904 |
100% |
9542 |
m_text / .text / zps_nwk_main.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pvNwkCtor |
0x00017154 |
0x000171c4 |
112 |
74% |
9553 |
.text.ZPS_pvNwkGetHandle |
0x000171c4 |
0x000171d0 |
12 |
8% |
9556 |
.text.ZPS_vExtendedStatusSetCallback |
0x000171d0 |
0x000171dc |
12 |
8% |
9559 |
.text.ZPS_vSetExtendedStatus |
0x000171dc |
0x000171ec |
16 |
11% |
9562 |
Expected total in zps_nwk_main.o file: |
152 |
Actual: |
152 |
100% |
9553 |
m_text / .text / zps_nwk_maint.o |
Start |
End |
Size |
% |
Line |
.text.eEdTimeoutResponseDataDcfm |
0x000171ec |
0x00017204 |
24 |
2% |
9565 |
.text.vHandleEdTimeoutReqExpiry |
0x00017204 |
0x00017290 |
140 |
7% |
9567 |
.text.zps_eNwkHandleSmeBeaconNotifyInd |
0x00017290 |
0x00017358 |
200 |
10% |
9569 |
.text.zps_eNwkHandleSceNwkReport |
0x00017358 |
0x00017438 |
224 |
12% |
9572 |
.text.zps_eNwkHandleSceNwkUpdate |
0x00017438 |
0x0001745c |
36 |
2% |
9575 |
.text.zps_psSendNetworkStatusCmd |
0x0001745c |
0x000174f4 |
152 |
8% |
9578 |
.text.zps_vProcessChildAddrConflict |
0x000174f4 |
0x000175b0 |
188 |
10% |
9581 |
.text.zps_psSendNetworkUpdateCmd |
0x000175b0 |
0x00017658 |
168 |
9% |
9584 |
.text.zps_psSendNetworkEdTimeoutReqCmd |
0x00017658 |
0x000176f8 |
160 |
8% |
9587 |
.text.zps_psSendNetworkEdTimeoutRspCmd |
0x000176f8 |
0x00017768 |
112 |
6% |
9590 |
.text.zps_eNwkHandleSceNwkEdTimeoutReq |
0x00017768 |
0x00017830 |
200 |
10% |
9593 |
.text.zps_eProcessAddrConflict |
0x00017830 |
0x000179d8 |
424 |
21% |
9596 |
Expected total in zps_nwk_maint.o file: |
2028 |
Actual: |
2028 |
100% |
9565 |
m_text / .text / zps_nwk_mcps.o |
Start |
End |
Size |
% |
Line |
.text.bSdeHandleDataFrm |
0x000179d8 |
0x00017af8 |
288 |
14% |
9599 |
.text.zps_vNwkMcpsMgrInit |
0x00017af8 |
0x00017b90 |
152 |
8% |
9602 |
.text.zps_vNwkMcpsMgrFreeReqDescr |
0x00017b90 |
0x00017be8 |
88 |
5% |
9605 |
.text.ZPS_vNwkSendLeaveDirect |
0x00017be8 |
0x00017d00 |
280 |
14% |
9608 |
.text.vNwkMcpsSendTimedDfcm |
0x00017d00 |
0x00017d84 |
132 |
7% |
9611 |
.text.vProcessListsForSubmission |
0x00017d84 |
0x00017fd0 |
588 |
28% |
9614 |
.text.vMcpsMgrExpiry |
0x00017fd0 |
0x00018020 |
80 |
4% |
9616 |
.text.zps_bNwkHandleSdeActvDcfmData |
0x00018020 |
0x000181a8 |
392 |
19% |
9618 |
.text.vMcpsMgrTimeoutExpiry |
0x000181a8 |
0x00018220 |
120 |
6% |
9621 |
.text.ZPS_vNwkSetOptionsFilter |
0x00018220 |
0x00018230 |
16 |
1% |
9624 |
Expected total in zps_nwk_mcps.o file: |
2136 |
Actual: |
2136 |
100% |
9599 |
m_text / .text / zps_nwk_mlme.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkHandleMlmeDcfmInd |
0x00018230 |
0x00018298 |
104 |
100% |
9627 |
Expected total in zps_nwk_mlme.o file: |
104 |
Actual: |
104 |
100% |
9627 |
m_text / .text / zps_nwk_nib.o |
Start |
End |
Size |
% |
Line |
.text.vLoadNwkRecord |
0x00018298 |
0x000182d0 |
56 |
2% |
9630 |
.text.zps_vDefaultNwkLayer |
0x000182d0 |
0x000184d8 |
520 |
17% |
9632 |
.text.ZPS_bNwkNibAddrMapAddEntry |
0x000184d8 |
0x00018670 |
408 |
13% |
9635 |
.text.ZPS_bNwkNibNtActvFindChild |
0x00018670 |
0x0001876c |
252 |
8% |
9638 |
.text.ZPS_vNwkSaveRecord |
0x0001876c |
0x00018794 |
40 |
2% |
9641 |
.text.ZPS_vNwkNibSetNwkAddr |
0x00018794 |
0x000187cc |
56 |
2% |
9644 |
.text.ZPS_vNwkNibSetExtPanId |
0x000187cc |
0x0001880c |
64 |
2% |
9647 |
.text.ZPS_vNwkNibSetDepth |
0x0001880c |
0x0001884c |
64 |
2% |
9650 |
.text.ZPS_vNwkNibSetUpdateId |
0x0001884c |
0x00018884 |
56 |
2% |
9653 |
.text.ZPS_vNwkResetOutgoingFrameCounter |
0x00018884 |
0x00018898 |
20 |
1% |
9656 |
.text.ZPS_vNwkInitialiseRecords |
0x00018898 |
0x00018904 |
108 |
4% |
9659 |
.text.ZPS_vNwkTimerQueueOverflow |
0x00018904 |
0x0001898c |
136 |
5% |
9662 |
.text.ZPS_u8NwkSendNwkEdTimeoutsCommand |
0x0001898c |
0x000189a8 |
28 |
1% |
9665 |
.text.ZPS_vNtSetUsedStatus |
0x000189a8 |
0x00018af0 |
328 |
11% |
9668 |
.text.ZPS_vNwkNibCheckAndUpdateChildren |
0x00018af0 |
0x00018c4c |
348 |
11% |
9671 |
.text.ZPS_vNibRealignMac |
0x00018c4c |
0x00018d0c |
192 |
6% |
9674 |
.text.zps_vNibSetDefaults |
0x00018d0c |
0x00018eb4 |
424 |
14% |
9677 |
.text.ZPS_vNwkIncOutFC |
0x00018eb4 |
0x00018f08 |
84 |
3% |
9680 |
.text.ZPS_vNwkNibRestoreWarmRestartCounter |
0x00018f08 |
0x00018f18 |
16 |
1% |
9683 |
Expected total in zps_nwk_nib.o file: |
3200 |
Actual: |
3200 |
100% |
9630 |
m_text / .text / zps_nwk_nlde.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkHandleNldeReqRsp |
0x00018f18 |
0x00019118 |
512 |
100% |
9686 |
Expected total in zps_nwk_nlde.o file: |
512 |
Actual: |
512 |
100% |
9686 |
m_text / .text / zps_nwk_nlme.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkHandleNlmeReqRsp |
0x00019118 |
0x000192a4 |
396 |
100% |
9689 |
Expected total in zps_nwk_nlme.o file: |
396 |
Actual: |
396 |
100% |
9689 |
m_text / .text / zps_nwk_pmjn.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkPermitJoiningInit |
0x000192a4 |
0x000192b8 |
20 |
17% |
9692 |
.text.zps_vNwkHandleCmePermitJoinReq |
0x000192b8 |
0x00019320 |
104 |
84% |
9695 |
Expected total in zps_nwk_pmjn.o file: |
124 |
Actual: |
124 |
100% |
9692 |
m_text / .text / zps_nwk_rt.o |
Start |
End |
Size |
% |
Line |
.text.psNwkSendRouteRecordCmd |
0x00019320 |
0x00019494 |
372 |
13% |
9698 |
.text.psSendRouteReplyCmd.isra.0 |
0x00019494 |
0x0001958c |
248 |
9% |
9700 |
.text.zps_vNwkHandleCmeActvStartRouterReq |
0x0001958c |
0x00019608 |
124 |
5% |
9702 |
.text.zps_eNwkRtMatch |
0x00019608 |
0x0001971c |
276 |
10% |
9705 |
.text.zps_eNwkHandleSceRouteRequest |
0x0001971c |
0x00019b88 |
1132 |
39% |
9708 |
.text.zps_psNwkInitiateRouteDiscovery |
0x00019b88 |
0x00019d04 |
380 |
13% |
9711 |
.text.zps_vNwkHandleCmeRouteDiscoveryReq |
0x00019d04 |
0x00019d74 |
112 |
4% |
9714 |
.text.zps_psProcessRoutedFrm |
0x00019d74 |
0x00019eac |
312 |
11% |
9717 |
Expected total in zps_nwk_rt.o file: |
2956 |
Actual: |
2956 |
100% |
9698 |
m_text / .text / zps_nwk_sec.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_bSecEncrypt |
0x00019eac |
0x0001a030 |
388 |
36% |
9720 |
.text.ZPS_bSecDecrypt |
0x0001a030 |
0x0001a128 |
248 |
23% |
9723 |
.text.zps_eNwkSecDecryptPacket |
0x0001a128 |
0x0001a300 |
472 |
43% |
9726 |
Expected total in zps_nwk_sec.o file: |
1108 |
Actual: |
1108 |
100% |
9720 |
m_text / .text / zps_nwk_subghz.o |
Start |
End |
Size |
% |
Line |
.text.zps_psSendNetworkLinkPowerDelta.isra.0 |
0x0001a300 |
0x0001a390 |
144 |
100% |
9729 |
Expected total in zps_nwk_subghz.o file: |
144 |
Actual: |
144 |
100% |
9729 |
m_text / .text / zps_nwk_actv_st.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkActvStHandleCme |
0x0001a390 |
0x0001a3c0 |
48 |
100% |
9731 |
Expected total in zps_nwk_actv_st.o file: |
48 |
Actual: |
48 |
100% |
9731 |
m_text / .text / zps_nwk_btt.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkBttMgrInit |
0x0001a3c0 |
0x0001a3f4 |
52 |
17% |
9734 |
.text.zps_eNwkBtrMatch |
0x0001a3f4 |
0x0001a4f4 |
256 |
84% |
9737 |
Expected total in zps_nwk_btt.o file: |
308 |
Actual: |
308 |
100% |
9734 |
m_text / .text / zps_nwk_disc.o |
Start |
End |
Size |
% |
Line |
.text.zps_vReAttemptScanTimerHandleExpiry |
0x0001a4f4 |
0x0001a534 |
64 |
18% |
9740 |
.text.zps_vNwkHandleCmeNwkDiscReq |
0x0001a534 |
0x0001a5d4 |
160 |
43% |
9743 |
.text.zps_vNwkDiscUpdateNT |
0x0001a5d4 |
0x0001a66c |
152 |
41% |
9746 |
Expected total in zps_nwk_disc.o file: |
376 |
Actual: |
376 |
100% |
9740 |
m_text / .text / zps_nwk_disc_st.o |
Start |
End |
Size |
% |
Line |
.text.eSmeUDNTScanDcfm |
0x0001a66c |
0x0001a73c |
208 |
45% |
9749 |
.text.eSmeAcScBeaconInd |
0x0001a73c |
0x0001a844 |
264 |
56% |
9751 |
Expected total in zps_nwk_disc_st.o file: |
472 |
Actual: |
472 |
100% |
9749 |
m_text / .text / zps_nwk_form_st.o |
Start |
End |
Size |
% |
Line |
.text.eSmeAcScScanDcfm |
0x0001a844 |
0x0001abc0 |
892 |
82% |
9753 |
.text.eSmeAcScBeaconInd |
0x0001abc0 |
0x0001ac5c |
156 |
15% |
9755 |
.text.zps_eNwkFormStInit |
0x0001ac5c |
0x0001ac88 |
44 |
5% |
9757 |
Expected total in zps_nwk_form_st.o file: |
1092 |
Actual: |
1092 |
100% |
9753 |
m_text / .text / zps_nwk_frm.o |
Start |
End |
Size |
% |
Line |
.text.zps_psAllocateAndFormatMacHdr |
0x0001ac88 |
0x0001ae84 |
508 |
41% |
9760 |
.text.zps_psSendFrm |
0x0001ae84 |
0x0001b0cc |
584 |
47% |
9763 |
.text.zps_psFormatCmdFrameGeneral |
0x0001b0cc |
0x0001b174 |
168 |
14% |
9766 |
Expected total in zps_nwk_frm.o file: |
1260 |
Actual: |
1260 |
100% |
9760 |
m_text / .text / zps_nwk_idle_st.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkIdleStHandleCme |
0x0001b174 |
0x0001b1a4 |
48 |
100% |
9769 |
Expected total in zps_nwk_idle_st.o file: |
48 |
Actual: |
48 |
100% |
9769 |
m_text / .text / zps_nwk_join.o |
Start |
End |
Size |
% |
Line |
.text.zps_vJoinInitNtParent |
0x0001b1a4 |
0x0001b3c4 |
544 |
16% |
9772 |
.text.zps_vSendJoinInd |
0x0001b3c4 |
0x0001b448 |
132 |
4% |
9775 |
.text.zps_eNwkHandleSmeCommStatusInd |
0x0001b448 |
0x0001b59c |
340 |
10% |
9778 |
.text.zps_psNwkSendRejoinReqCmd |
0x0001b59c |
0x0001b638 |
156 |
5% |
9781 |
.text.zps_u8NwkHandleRejoinReq |
0x0001b638 |
0x0001b6e0 |
168 |
5% |
9784 |
.text.zps_vNwkHandleCmeNwkJoinReq |
0x0001b6e0 |
0x0001ba9c |
956 |
28% |
9787 |
.text.zps_psNwkSendRejoinRspCmd |
0x0001ba9c |
0x0001bb38 |
156 |
5% |
9790 |
.text.zps_eNwkProcessJoinInd |
0x0001bb38 |
0x0001be88 |
848 |
25% |
9793 |
.text.zps_eNwkHandleSceRejnRequest |
0x0001be88 |
0x0001bf2c |
164 |
5% |
9796 |
Expected total in zps_nwk_join.o file: |
3464 |
Actual: |
3464 |
100% |
9772 |
m_text / .text / zps_nwk_join_st.o |
Start |
End |
Size |
% |
Line |
.text.eTryNextParent |
0x0001bf2c |
0x0001c060 |
308 |
70% |
9799 |
.text.vHandleRejoinExpiry |
0x0001c060 |
0x0001c0b0 |
80 |
19% |
9802 |
.text.zps_vNwkJoinStStartResponseTimer |
0x0001c0b0 |
0x0001c0e4 |
52 |
12% |
9804 |
Expected total in zps_nwk_join_st.o file: |
440 |
Actual: |
440 |
100% |
9799 |
m_text / .text / zps_apl_gp.o |
Start |
End |
Size |
% |
Line |
.text.zps_vZgpDeviceActive |
0x0001c0e4 |
0x0001c110 |
44 |
5% |
9807 |
.text.vFillApduErrorEventGreenPower |
0x0001c110 |
0x0001c14c |
60 |
6% |
9810 |
.text.vZGPcStubMcpsInd |
0x0001c14c |
0x0001c4c4 |
888 |
85% |
9813 |
.text.zps_vRegisterGreenPower |
0x0001c4c4 |
0x0001c4f0 |
44 |
5% |
9815 |
.text.ZPS_vRegisterSecRequestResponseCallback |
0x0001c4f0 |
0x0001c4fc |
12 |
2% |
9818 |
Expected total in zps_apl_gp.o file: |
1048 |
Actual: |
1048 |
100% |
9807 |
m_text / .text / zps_bdir_gp.o |
Start |
End |
Size |
% |
Line |
.text.zps_vDStub_DataReq |
0x0001c4fc |
0x0001c894 |
920 |
92% |
9821 |
.text.ZPS_vZgpInitGpTxQueue |
0x0001c894 |
0x0001c8e4 |
80 |
8% |
9824 |
Expected total in zps_bdir_gp.o file: |
1000 |
Actual: |
1000 |
100% |
9821 |
m_text / .text / zps_apl_gp_security.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vZgpTransformKey |
0x0001c8e4 |
0x0001c970 |
140 |
100% |
9827 |
Expected total in zps_apl_gp_security.o file: |
140 |
Actual: |
140 |
100% |
9827 |
m_text / .text / zps_apl_interpan.o |
Start |
End |
Size |
% |
Line |
.text.vPostInterPanToEndpoint |
0x0001c970 |
0x0001caec |
380 |
49% |
9830 |
.text.vApsInterPanMcpsDataInd |
0x0001caec |
0x0001cc68 |
380 |
49% |
9833 |
.text.zps_vAfInterPanInit |
0x0001cc68 |
0x0001cc7c |
20 |
3% |
9836 |
Expected total in zps_apl_interpan.o file: |
780 |
Actual: |
780 |
100% |
9830 |
m_text / .text / Phy.o |
Start |
End |
Size |
% |
Line |
.text.PhyRpmsgRxCallback |
0x0001cc7c |
0x0001cd10 |
148 |
31% |
9839 |
.text.Phy_Init |
0x0001cd10 |
0x0001cd70 |
96 |
20% |
9841 |
.text.Phy_RegisterSapHandlers |
0x0001cd70 |
0x0001cd8c |
28 |
6% |
9844 |
.text.MAC_PLME_SapHandler |
0x0001cd8c |
0x0001ce14 |
136 |
29% |
9847 |
.text.MAC_PD_SapHandler |
0x0001ce14 |
0x0001ce48 |
52 |
11% |
9850 |
.text.PhyConvertLQIToRSSI |
0x0001ce48 |
0x0001ce60 |
24 |
5% |
9853 |
Expected total in Phy.o file: |
484 |
Actual: |
484 |
100% |
9839 |
m_text / .text / MacMain.o |
Start |
End |
Size |
% |
Line |
.text.BindToMAC |
0x0001ce60 |
0x0001ce94 |
52 |
5% |
9856 |
.text.MAC_EventSet |
0x0001ce94 |
0x0001cec8 |
52 |
5% |
9859 |
.text.PD_MAC_SapHandler |
0x0001cec8 |
0x0001cf0c |
68 |
7% |
9862 |
.text.MAC_get_PHY_ctx |
0x0001cf0c |
0x0001cf20 |
20 |
2% |
9865 |
.text.Mac_RegisterSapHandlers |
0x0001cf20 |
0x0001cf38 |
24 |
3% |
9868 |
.text.NWK_MCPS_SapHandler |
0x0001cf38 |
0x0001cf84 |
76 |
7% |
9871 |
.text.Mac_SetTrxLowPowerMode |
0x0001cf84 |
0x0001cfc0 |
60 |
6% |
9874 |
.text.Mac_SetTrxActiveMode |
0x0001cfc0 |
0x0001cfe4 |
36 |
4% |
9877 |
.text.Mac_Task |
0x0001cfe4 |
0x0001d0f8 |
276 |
25% |
9880 |
.text.Mac_InitializeData |
0x0001d0f8 |
0x0001d1c4 |
204 |
19% |
9883 |
.text.NWK_MLME_SapHandler |
0x0001d1c4 |
0x0001d2b0 |
236 |
22% |
9886 |
Expected total in MacMain.o file: |
1104 |
Actual: |
1104 |
100% |
9856 |
m_text / .text / MacStateMachine.o |
Start |
End |
Size |
% |
Line |
.text.Mac_IndirectTxHandle |
0x0001d2b0 |
0x0001d4cc |
540 |
38% |
9889 |
.text.Mac_PhyMsgHandler |
0x0001d4cc |
0x0001d57c |
176 |
13% |
9891 |
.text.Mac_NwkMsgHandler |
0x0001d57c |
0x0001d85c |
736 |
51% |
9894 |
Expected total in MacStateMachine.o file: |
1452 |
Actual: |
1452 |
100% |
9889 |
m_text / .text / MacTimer.o |
Start |
End |
Size |
% |
Line |
.text.MacTimer_EventNotify |
0x0001d85c |
0x0001d86c |
16 |
5% |
9897 |
.text.MacTimer_Maintenance |
0x0001d86c |
0x0001d894 |
40 |
11% |
9899 |
.text.MacTimer_Init |
0x0001d894 |
0x0001d8d8 |
68 |
19% |
9902 |
.text.MacTimer_SchedEvent |
0x0001d8d8 |
0x0001d930 |
88 |
24% |
9905 |
.text.MacTimer_CancelEvent |
0x0001d930 |
0x0001d968 |
56 |
16% |
9908 |
.text.MacTimer_GetRemainingTime |
0x0001d968 |
0x0001d9a4 |
60 |
17% |
9911 |
.text.MacTimer_CancelAllEvents |
0x0001d9a4 |
0x0001d9d0 |
44 |
12% |
9914 |
Expected total in MacTimer.o file: |
372 |
Actual: |
372 |
100% |
9897 |
m_text / .text / MacGlobals.o |
Start |
End |
Size |
% |
Line |
.text.MAC_Init |
0x0001d9d0 |
0x0001da34 |
100 |
41% |
9917 |
.text.Mac_GetMaxMsduLength |
0x0001da34 |
0x0001dac4 |
144 |
60% |
9920 |
Expected total in MacGlobals.o file: |
244 |
Actual: |
244 |
100% |
9917 |
m_text / .text / Association.o |
Start |
End |
Size |
% |
Line |
.text.AssociationPoll_DataRx |
0x0001dac4 |
0x0001dbd0 |
268 |
46% |
9923 |
.text.AssociationPoll_SendStatus |
0x0001dbd0 |
0x0001dc60 |
144 |
25% |
9926 |
.text.AssociationReq_SendStatus |
0x0001dc60 |
0x0001dd10 |
176 |
30% |
9929 |
Expected total in Association.o file: |
588 |
Actual: |
588 |
100% |
9923 |
m_text / .text / DataRx.o |
Start |
End |
Size |
% |
Line |
.text.Mac_PostponeActiveSeq |
0x0001dd10 |
0x0001dd50 |
64 |
10% |
9932 |
.text.Mac_ProcessDataIndication |
0x0001dd50 |
0x0001df9c |
588 |
91% |
9935 |
Expected total in DataRx.o file: |
652 |
Actual: |
652 |
100% |
9932 |
m_text / .text / DataTx.o |
Start |
End |
Size |
% |
Line |
.text.DataTx_SendData |
0x0001df9c |
0x0001dfb4 |
24 |
5% |
9938 |
.text.DataTx_InitSeq |
0x0001dfb4 |
0x0001e0cc |
280 |
58% |
9941 |
.text.DataTx_CheckForExpirePackets |
0x0001e0cc |
0x0001e148 |
124 |
26% |
9944 |
.text.DataTx_SendDataWithBackoff |
0x0001e148 |
0x0001e184 |
60 |
13% |
9947 |
Expected total in DataTx.o file: |
488 |
Actual: |
488 |
100% |
9938 |
m_text / .text / Disassociation.o |
Start |
End |
Size |
% |
Line |
.text.Disassociation_SendStatus |
0x0001e184 |
0x0001e1f0 |
108 |
100% |
9950 |
Expected total in Disassociation.o file: |
108 |
Actual: |
108 |
100% |
9950 |
m_text / .text / Poll.o |
Start |
End |
Size |
% |
Line |
.text.Poll_Timeout |
0x0001e1f0 |
0x0001e230 |
64 |
17% |
9953 |
.text.Poll_VerifyParameters |
0x0001e230 |
0x0001e26c |
60 |
16% |
9956 |
.text.Poll_SendStatus |
0x0001e26c |
0x0001e2b4 |
72 |
19% |
9959 |
.text.Poll_DataRx |
0x0001e2b4 |
0x0001e370 |
188 |
49% |
9962 |
Expected total in Poll.o file: |
384 |
Actual: |
384 |
100% |
9953 |
m_text / .text / RxEnable.o |
Start |
End |
Size |
% |
Line |
.text.RxEnable_InitSeq |
0x0001e370 |
0x0001e3bc |
76 |
100% |
9965 |
Expected total in RxEnable.o file: |
76 |
Actual: |
76 |
100% |
9965 |
m_text / .text / Scan.o |
Start |
End |
Size |
% |
Line |
.text.Scan_SendDataWithBackoff |
0x0001e3bc |
0x0001e3ec |
48 |
10% |
9968 |
.text.Scan_StartTimer |
0x0001e3ec |
0x0001e418 |
44 |
9% |
9970 |
.text.Scan_StartActivePassiveScan |
0x0001e418 |
0x0001e484 |
108 |
21% |
9973 |
.text.Scan_StartOrphanScan |
0x0001e484 |
0x0001e4bc |
56 |
11% |
9976 |
.text.Scan_ActivePassiveAcquire |
0x0001e4bc |
0x0001e5c4 |
264 |
51% |
9979 |
Expected total in Scan.o file: |
520 |
Actual: |
520 |
100% |
9968 |
m_text / .text / Start.o |
Start |
End |
Size |
% |
Line |
.text.Start_VerifyParameters |
0x0001e5c4 |
0x0001e690 |
204 |
100% |
9982 |
Expected total in Start.o file: |
204 |
Actual: |
204 |
100% |
9982 |
m_text / .text / MacSec.o |
Start |
End |
Size |
% |
Line |
.text.Sec_DetermineASHLength |
0x0001e690 |
0x0001e6c0 |
48 |
100% |
9985 |
Expected total in MacSec.o file: |
48 |
Actual: |
48 |
100% |
9985 |
m_text / .text / MacPib.o |
Start |
End |
Size |
% |
Line |
.text.Mac_GetNextFreeDevTblEntry |
0x0001e6c0 |
0x0001e6e8 |
40 |
2% |
9988 |
.text.macVerifySetReq |
0x0001e6e8 |
0x0001e814 |
300 |
12% |
9990 |
.text.mlmeGetSizeOfPIB |
0x0001e814 |
0x0001e828 |
20 |
1% |
9993 |
.text.mlmeGetSetReq |
0x0001e828 |
0x0001ee24 |
1532 |
60% |
9996 |
.text.macInitPIBs |
0x0001ee24 |
0x0001f0e4 |
704 |
28% |
9999 |
Expected total in MacPib.o file: |
2596 |
Actual: |
2596 |
100% |
9988 |
m_text / .text / MacFrames.o |
Start |
End |
Size |
% |
Line |
.text.FrameBuild_Command |
0x0001f0e4 |
0x0001f29c |
440 |
24% |
10002 |
.text.FrameBuild_AssociationRequest |
0x0001f29c |
0x0001f308 |
108 |
6% |
10004 |
.text.FrameBuild_AssociationResponse |
0x0001f308 |
0x0001f380 |
120 |
7% |
10007 |
.text.FrameBuild_OrphanNotification |
0x0001f380 |
0x0001f3b8 |
56 |
3% |
10010 |
.text.FrameBuild_BeaconRequest |
0x0001f3b8 |
0x0001f3f4 |
60 |
4% |
10013 |
.text.FrameBuild_CoordinatorRealignment |
0x0001f3f4 |
0x0001f504 |
272 |
15% |
10016 |
.text.FrameBuild_Data |
0x0001f504 |
0x0001f6c0 |
444 |
24% |
10019 |
.text.Mac_GetMacHeader |
0x0001f6c0 |
0x0001f7e8 |
296 |
16% |
10022 |
.text.Mac_GetOverheadSize |
0x0001f7e8 |
0x0001f834 |
76 |
5% |
10025 |
Expected total in MacFrames.o file: |
1872 |
Actual: |
1872 |
100% |
10002 |
m_text / .text / MacMem.o |
Start |
End |
Size |
% |
Line |
.text.Mac_MemAllocZero |
0x0001f834 |
0x0001f854 |
32 |
100% |
10028 |
Expected total in MacMem.o file: |
32 |
Actual: |
32 |
100% |
10028 |
m_text / .text / zps_tsv.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vTsvInit |
0x0001f854 |
0x0001f860 |
12 |
30% |
10031 |
.text.ZPS_eTsvOpen |
0x0001f860 |
0x0001f87c |
28 |
70% |
10034 |
Expected total in zps_tsv.o file: |
40 |
Actual: |
40 |
100% |
10031 |
m_text / .text / lib_a-abs.o |
Start |
End |
Size |
% |
Line |
.text.abs |
0x0001f87c |
0x0001f884 |
8 |
100% |
10037 |
Expected total in lib_a-abs.o file: |
8 |
Actual: |
8 |
100% |
10037 |
m_text / .text / lib_a-exit.o |
Start |
End |
Size |
% |
Line |
.text.exit |
0x0001f884 |
0x0001f8a4 |
32 |
100% |
10039 |
Expected total in lib_a-exit.o file: |
32 |
Actual: |
32 |
100% |
10039 |
m_text / .text / lib_a-init.o |
Start |
End |
Size |
% |
Line |
.text.__libc_init_array |
0x0001f8a4 |
0x0001f8ec |
72 |
100% |
10041 |
Expected total in lib_a-init.o file: |
72 |
Actual: |
72 |
100% |
10041 |
m_text / .text / lib_a-memcmp.o |
Start |
End |
Size |
% |
Line |
.text.memcmp |
0x0001f8ec |
0x0001f94c |
96 |
100% |
10044 |
Expected total in lib_a-memcmp.o file: |
96 |
Actual: |
96 |
100% |
10044 |
m_text / .text / lib_a-memmove.o |
Start |
End |
Size |
% |
Line |
.text.memmove |
0x0001f94c |
0x0001fa44 |
248 |
100% |
10046 |
Expected total in lib_a-memmove.o file: |
248 |
Actual: |
248 |
100% |
10046 |
m_text / .text / lib_a-memset.o |
Start |
End |
Size |
% |
Line |
.text.memset |
0x0001fa44 |
0x0001fae8 |
164 |
100% |
10048 |
Expected total in lib_a-memset.o file: |
164 |
Actual: |
164 |
100% |
10048 |
m_text / .text / lib_a-strlen-stub.o |
Start |
End |
Size |
% |
Line |
.text.strlen |
0x0001fae8 |
0x0001fb44 |
92 |
100% |
10050 |
Expected total in lib_a-strlen-stub.o file: |
92 |
Actual: |
92 |
100% |
10050 |
m_text / .text / lib_a-strncpy.o |
Start |
End |
Size |
% |
Line |
.text.strncpy |
0x0001fb44 |
0x0001fba8 |
100 |
100% |
10052 |
Expected total in lib_a-strncpy.o file: |
100 |
Actual: |
100 |
100% |
10052 |
m_text / .text / lib_a-__call_atexit.o |
Start |
End |
Size |
% |
Line |
.text.startup.register_fini |
0x0001fba8 |
0x0001fbbc |
20 |
10% |
10054 |
.text.__call_exitprocs |
0x0001fbbc |
0x0001fc84 |
200 |
91% |
10056 |
Expected total in lib_a-__call_atexit.o file: |
220 |
Actual: |
220 |
100% |
10054 |
m_text / .text / lib_a-atexit.o |
Start |
End |
Size |
% |
Line |
.text.atexit |
0x0001fc84 |
0x0001fc90 |
12 |
100% |
10059 |
Expected total in lib_a-atexit.o file: |
12 |
Actual: |
12 |
100% |
10059 |
m_text / .text / lib_a-fini.o |
Start |
End |
Size |
% |
Line |
.text.__libc_fini_array |
0x0001fc90 |
0x0001fcbc |
44 |
100% |
10061 |
Expected total in lib_a-fini.o file: |
44 |
Actual: |
44 |
100% |
10061 |
m_text / .text / lib_a-lock.o |
Start |
End |
Size |
% |
Line |
.text.__retarget_lock_acquire_recursive |
0x0001fcbc |
0x0001fcc0 |
4 |
50% |
10064 |
.text.__retarget_lock_release_recursive |
0x0001fcc0 |
0x0001fcc4 |
4 |
50% |
10067 |
Expected total in lib_a-lock.o file: |
8 |
Actual: |
8 |
100% |
10064 |
m_text / .text / lib_a-__atexit.o |
Start |
End |
Size |
% |
Line |
.text.__register_exitproc |
0x0001fcc4 |
0x0001fd54 |
144 |
100% |
10070 |
Expected total in lib_a-__atexit.o file: |
144 |
Actual: |
144 |
100% |
10070 |
m_text / .text / port_JN518x.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_u8ReleaseMutexLock |
0x0001fd54 |
0x0001fd72 |
30 |
100% |
10073 |
Expected total in port_JN518x.o file: |
30 |
Actual: |
30 |
100% |
10073 |
m_text / .text / zps_gen.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_u32ApsFcSaveCountBitShift |
0x0001fd72 |
0x0001fd76 |
4 |
50% |
10076 |
.text.ZPS_u32NwkFcSaveCountBitShift |
0x0001fd76 |
0x0001fd7a |
4 |
50% |
10079 |
Expected total in zps_gen.o file: |
8 |
Actual: |
8 |
100% |
10076 |
m_text / .text / app_zcl_task.o |
Start |
End |
Size |
% |
Line |
.text.APP_ZCL_cbGeneralCallback |
0x0001fd7a |
0x0001fd7c |
2 |
8% |
10082 |
.text.APP_ZCL_vEventHandler |
0x0001fd7c |
0x0001fd94 |
24 |
93% |
10084 |
Expected total in app_zcl_task.o file: |
26 |
Actual: |
26 |
100% |
10082 |
m_text / .text / hardware_init.o |
Start |
End |
Size |
% |
Line |
.text.CLOCK_EnableClock.part.0 |
0x0001fd94 |
0x0001fdc2 |
46 |
100% |
10087 |
Expected total in hardware_init.o file: |
46 |
Actual: |
46 |
100% |
10087 |
m_text / .text / pin_mux.o |
Start |
End |
Size |
% |
Line |
.text.CLOCK_EnableClock.part.0 |
0x0001fdc2 |
0x0001fdf0 |
46 |
100% |
10089 |
Expected total in pin_mux.o file: |
46 |
Actual: |
46 |
100% |
10089 |
m_text / .text / board.o |
Start |
End |
Size |
% |
Line |
.text.CLOCK_SetIpSrc.part.0 |
0x0001fdf0 |
0x0001fe04 |
20 |
34% |
10091 |
.text.CLOCK_EnableClockLPMode.part.0.constprop.0 |
0x0001fe04 |
0x0001fe2c |
40 |
67% |
10093 |
Expected total in board.o file: |
60 |
Actual: |
60 |
100% |
10091 |
m_text / .text / fsl_component_mem_manager_light.o |
Start |
End |
Size |
% |
Line |
.text.MEM_BlockHeaderSetGuards |
0x0001fe2c |
0x0001fe48 |
28 |
9% |
10095 |
.text.MEM_BlockHeaderCheck |
0x0001fe48 |
0x0001fe80 |
56 |
17% |
10097 |
.text.MEM_ReinitRamBank |
0x0001fe80 |
0x0001fe82 |
2 |
1% |
10099 |
.text.MEM_BufferAllocateFromArea |
0x0001fe82 |
0x0001ff80 |
254 |
74% |
10102 |
.text.MEM_BufferAllocWithId |
0x0001ff80 |
0x0001ff84 |
4 |
2% |
10104 |
Expected total in fsl_component_mem_manager_light.o file: |
344 |
Actual: |
344 |
100% |
10095 |
m_text / .text / fsl_edma.o |
Start |
End |
Size |
% |
Line |
.text.EDMA_GetChannelStatusFlags |
0x0001ff84 |
0x0001ffaa |
38 |
17% |
10107 |
.text.EDMA_HandleIRQ |
0x0001ffaa |
0x00020064 |
186 |
84% |
10110 |
Expected total in fsl_edma.o file: |
224 |
Actual: |
224 |
100% |
10107 |
m_text / .text / PWRM_adapter.o |
Start |
End |
Size |
% |
Line |
.text.PWRM_eFinishActivity |
0x00020064 |
0x0002006e |
10 |
34% |
10113 |
.text.PWRM_eStartActivity |
0x0002006e |
0x00020078 |
10 |
34% |
10116 |
.text.PWRM_u16GetActivityCount |
0x00020078 |
0x00020082 |
10 |
34% |
10119 |
Expected total in PWRM_adapter.o file: |
30 |
Actual: |
30 |
100% |
10113 |
m_text / .text / HWParameter.o |
Start |
End |
Size |
% |
Line |
.text.NV_ComputeCrc.constprop.0 |
0x00020082 |
0x000200b6 |
52 |
100% |
10122 |
Expected total in HWParameter.o file: |
52 |
Actual: |
52 |
100% |
10122 |
m_text / .text / fsl_lptmr.o |
Start |
End |
Size |
% |
Line |
.text.LPTMR_Init |
0x000200b6 |
0x000200f4 |
62 |
66% |
10124 |
.text.LPTMR_GetDefaultConfig |
0x000200f4 |
0x00020114 |
32 |
35% |
10127 |
Expected total in fsl_lptmr.o file: |
94 |
Actual: |
94 |
100% |
10124 |
m_text / .text / rpmsg_env_bm.o |
Start |
End |
Size |
% |
Line |
.text.env_tx_callback |
0x00020114 |
0x00020116 |
2 |
4% |
10130 |
.text.env_memset |
0x00020116 |
0x0002011a |
4 |
7% |
10133 |
.text.env_memcpy |
0x0002011a |
0x0002011e |
4 |
7% |
10136 |
.text.env_strncpy |
0x0002011e |
0x00020122 |
4 |
7% |
10139 |
.text.env_mb |
0x00020122 |
0x00020128 |
6 |
10% |
10142 |
.text.env_rmb |
0x00020128 |
0x0002012e |
6 |
10% |
10144 |
.text.env_wmb |
0x0002012e |
0x00020134 |
6 |
10% |
10146 |
.text.env_map_vatopa |
0x00020134 |
0x00020138 |
4 |
7% |
10148 |
.text.env_map_patova |
0x00020138 |
0x0002013c |
4 |
7% |
10151 |
.text.env_create_mutex |
0x0002013c |
0x00020142 |
6 |
10% |
10154 |
.text.env_delete_mutex |
0x00020142 |
0x00020144 |
2 |
4% |
10157 |
.text.env_lock_mutex |
0x00020144 |
0x00020146 |
2 |
4% |
10160 |
.text.env_unlock_mutex |
0x00020146 |
0x00020148 |
2 |
4% |
10163 |
.text.env_sleep_msec |
0x00020148 |
0x0002014c |
4 |
7% |
10166 |
.text.env_enable_interrupt |
0x0002014c |
0x00020150 |
4 |
7% |
10169 |
.text.env_disable_interrupt |
0x00020150 |
0x00020154 |
4 |
7% |
10172 |
Expected total in rpmsg_env_bm.o file: |
64 |
Actual: |
64 |
100% |
10130 |
m_text / .text / fwk_platform.o |
Start |
End |
Size |
% |
Line |
.text.PLATFORM_InitMulticore |
0x00020154 |
0x00020166 |
18 |
14% |
10175 |
.text.PLATFORM_GetOscCap32KValue |
0x00020166 |
0x00020198 |
50 |
38% |
10178 |
.text.PLATFORM_LoadHwParams |
0x00020198 |
0x000201ba |
34 |
26% |
10181 |
.text.PLATFORM_WaitTimeout |
0x000201ba |
0x000201d2 |
24 |
18% |
10184 |
.text.mcmgr_imu_remote_active_rel |
0x000201d2 |
0x000201d6 |
4 |
3% |
10187 |
.text.mcmgr_imu_remote_active_req |
0x000201d6 |
0x000201da |
4 |
3% |
10190 |
Expected total in fwk_platform.o file: |
134 |
Actual: |
134 |
100% |
10175 |
m_text / .text / sss_aes.o |
Start |
End |
Size |
% |
Line |
.text.SSS_aes_init |
0x000201da |
0x000201fe |
36 |
100% |
10193 |
Expected total in sss_aes.o file: |
36 |
Actual: |
36 |
100% |
10193 |
m_text / .text / glue.o |
Start |
End |
Size |
% |
Line |
.text.RND_u32GetRand256 |
0x000201fe |
0x00020210 |
18 |
20% |
10196 |
.text.RND_u32GetRand |
0x00020210 |
0x0002022e |
30 |
33% |
10199 |
.text.OSA_InterruptEnableRestricted |
0x0002022e |
0x0002024a |
28 |
31% |
10202 |
.text.OSA_InterruptEnableRestore |
0x0002024a |
0x00020252 |
8 |
9% |
10205 |
.text._exit |
0x00020252 |
0x00020254 |
2 |
3% |
10208 |
.text.vMiniMac_PurgeAssocResp |
0x00020254 |
0x00020256 |
2 |
3% |
10210 |
.text.zps_eSocMacSetTxBuffers |
0x00020256 |
0x0002025a |
4 |
5% |
10213 |
Expected total in glue.o file: |
92 |
Actual: |
92 |
100% |
10196 |
m_text / .text / FunctionLib.o |
Start |
End |
Size |
% |
Line |
.text.FLib_MemCpy |
0x0002025a |
0x0002026e |
20 |
11% |
10216 |
.text.FLib_MemCpyReverseOrder |
0x0002026e |
0x000202d4 |
102 |
54% |
10219 |
.text.FLib_MemCmp |
0x000202d4 |
0x000202f4 |
32 |
17% |
10222 |
.text.FLib_MemCmpToVal |
0x000202f4 |
0x0002030a |
22 |
12% |
10225 |
.text.FLib_MemSet |
0x0002030a |
0x00020318 |
14 |
8% |
10228 |
Expected total in FunctionLib.o file: |
190 |
Actual: |
190 |
100% |
10216 |
m_text / .text / fsl_lpuart.o |
Start |
End |
Size |
% |
Line |
.text.LPUART_GetDefaultConfig |
0x00020318 |
0x00020336 |
30 |
12% |
10231 |
.text.LPUART_WriteBlocking |
0x00020336 |
0x00020354 |
30 |
12% |
10234 |
.text.LPUART_ReadBlocking |
0x00020354 |
0x00020418 |
196 |
77% |
10237 |
Expected total in fsl_lpuart.o file: |
256 |
Actual: |
256 |
100% |
10231 |
m_text / .text / fsl_sss_sscp.o |
Start |
End |
Size |
% |
Line |
.text.sss_sscp_rng_context_init |
0x00020418 |
0x00020422 |
10 |
39% |
10240 |
.text.sss_sscp_rng_free |
0x00020422 |
0x00020432 |
16 |
62% |
10243 |
Expected total in fsl_sss_sscp.o file: |
26 |
Actual: |
26 |
100% |
10240 |
m_text / .text / fsl_adapter_k4_flash.o |
Start |
End |
Size |
% |
Line |
.text.HAL_FlashProgram |
0x00020432 |
0x00020436 |
4 |
3% |
10246 |
.text.HAL_FlashProgramUnaligned |
0x00020436 |
0x000204be |
136 |
87% |
10249 |
.text.HAL_FlashRead |
0x000204be |
0x000204d0 |
18 |
12% |
10252 |
Expected total in fsl_adapter_k4_flash.o file: |
158 |
Actual: |
158 |
100% |
10246 |
m_text / .text / fsl_k4_flash.o |
Start |
End |
Size |
% |
Line |
.text.FLASH_Init |
0x000204d0 |
0x0002050a |
58 |
33% |
10255 |
.text.FLASH_VerifyErasePhrase |
0x0002050a |
0x00020546 |
60 |
34% |
10258 |
.text.FLASH_VerifyEraseIFRPhrase |
0x00020546 |
0x00020582 |
60 |
34% |
10261 |
Expected total in fsl_k4_flash.o file: |
178 |
Actual: |
178 |
100% |
10255 |
m_text / .text / SecLib_sss.o |
Start |
End |
Size |
% |
Line |
.text.SecLib_Init |
0x00020582 |
0x00020586 |
4 |
3% |
10264 |
.text.AES_128_Encrypt |
0x00020586 |
0x000205a8 |
34 |
18% |
10267 |
.text.AES_128_ECB_Encrypt |
0x000205a8 |
0x000205d2 |
42 |
22% |
10270 |
.text.AES_128_CCM |
0x000205d2 |
0x00020644 |
114 |
59% |
10273 |
Expected total in SecLib_sss.o file: |
194 |
Actual: |
194 |
100% |
10264 |
m_text / .text / fsl_component_generic_list.o |
Start |
End |
Size |
% |
Line |
.text.LIST_Init |
0x00020644 |
0x00020650 |
12 |
5% |
10276 |
.text.LIST_AddTail |
0x00020650 |
0x00020688 |
56 |
22% |
10279 |
.text.LIST_RemoveHead |
0x00020688 |
0x000206b8 |
48 |
19% |
10282 |
.text.LIST_GetHead |
0x000206b8 |
0x000206bc |
4 |
2% |
10285 |
.text.LIST_GetNext |
0x000206bc |
0x000206c0 |
4 |
2% |
10288 |
.text.LIST_RemoveElement |
0x000206c0 |
0x000206fa |
58 |
23% |
10291 |
.text.LIST_AddPrevElement |
0x000206fa |
0x0002073e |
68 |
26% |
10294 |
.text.LIST_GetSize |
0x0002073e |
0x00020742 |
4 |
2% |
10297 |
.text.LIST_GetAvailableSize |
0x00020742 |
0x0002074a |
8 |
4% |
10300 |
Expected total in fsl_component_generic_list.o file: |
262 |
Actual: |
262 |
100% |
10276 |
m_text / .text / fsl_gpio.o |
Start |
End |
Size |
% |
Line |
.text.GPIO_PinInit |
0x0002074a |
0x0002076e |
36 |
86% |
10303 |
.text.GPIO_GpioClearInterruptFlags |
0x0002076e |
0x00020774 |
6 |
15% |
10306 |
Expected total in fsl_gpio.o file: |
42 |
Actual: |
42 |
100% |
10303 |
m_text / .text / fsl_elemu.o |
Start |
End |
Size |
% |
Line |
.text.ELEMU_mu_hal_send_data |
0x00020774 |
0x0002078c |
24 |
6% |
10309 |
.text.ELEMU_mu_hal_receive_data |
0x0002078c |
0x000207c0 |
52 |
13% |
10312 |
.text.ELEMU_mu_hal_receive_data_wait |
0x000207c0 |
0x00020804 |
68 |
17% |
10315 |
.text.ELEMU_mu_send_message |
0x00020804 |
0x0002083a |
54 |
13% |
10318 |
.text.ELEMU_mu_read_message |
0x0002083a |
0x00020880 |
70 |
17% |
10321 |
.text.ELEMU_mu_read_data_wait |
0x00020880 |
0x000208c6 |
70 |
17% |
10324 |
.text.ELEMU_mu_get_response |
0x000208c6 |
0x000208ee |
40 |
10% |
10327 |
.text.ELEMU_mu_wait_for_data |
0x000208ee |
0x00020914 |
38 |
10% |
10330 |
.text.ELEMU_mu_init |
0x00020914 |
0x00020916 |
2 |
1% |
10333 |
Expected total in fsl_elemu.o file: |
418 |
Actual: |
418 |
100% |
10309 |
m_text / .text / fsl_wdog32.o |
Start |
End |
Size |
% |
Line |
.text.WDOG32_GetDefaultConfig |
0x00020916 |
0x00020940 |
42 |
100% |
10336 |
Expected total in fsl_wdog32.o file: |
42 |
Actual: |
42 |
100% |
10336 |
m_text / .text / mcmgr.o |
Start |
End |
Size |
% |
Line |
.text.MCMGR_FeedStartupDataEventHandler |
0x00020940 |
0x00020962 |
34 |
48% |
10339 |
.text.MCMGR_StartupDataEventHandler |
0x00020962 |
0x00020988 |
38 |
53% |
10341 |
Expected total in mcmgr.o file: |
72 |
Actual: |
72 |
100% |
10339 |
m_text / .text / rpmsg_platform.o |
Start |
End |
Size |
% |
Line |
.text.mcmgr_event_handler |
0x00020988 |
0x0002098c |
4 |
50% |
10343 |
.text.platform_vatopa |
0x0002098c |
0x0002098e |
2 |
25% |
10345 |
.text.platform_patova |
0x0002098e |
0x00020990 |
2 |
25% |
10348 |
Expected total in rpmsg_platform.o file: |
8 |
Actual: |
8 |
100% |
10343 |
m_text / .text / fsl_k4_controller.o |
Start |
End |
Size |
% |
Line |
.text.flash_command_complete |
0x00020990 |
0x000209b6 |
38 |
29% |
10351 |
.text.FLASH_CMD_EraseSector |
0x000209b6 |
0x000209cc |
22 |
17% |
10353 |
.text.FLASH_CMD_ProgramPhrase |
0x000209cc |
0x000209e4 |
24 |
19% |
10356 |
.text.FLASH_CMD_VerifyErasePhrase |
0x000209e4 |
0x000209fc |
24 |
19% |
10359 |
.text.FLASH_CMD_VerifyEraseIFRPhrase |
0x000209fc |
0x00020a14 |
24 |
19% |
10362 |
Expected total in fsl_k4_controller.o file: |
132 |
Actual: |
132 |
100% |
10351 |
m_text / .text / fsl_component_messaging.o |
Start |
End |
Size |
% |
Line |
.text.MSG_QueueAddTail |
0x00020a14 |
0x00020a28 |
20 |
15% |
10365 |
.text.MSG_QueueRemove |
0x00020a28 |
0x00020a3c |
20 |
15% |
10368 |
.text.MSG_QueueRemoveHead |
0x00020a3c |
0x00020a48 |
12 |
9% |
10371 |
.text.MSG_QueueGetHead |
0x00020a48 |
0x00020a54 |
12 |
9% |
10374 |
.text.MSG_QueueGetNext |
0x00020a54 |
0x00020a62 |
14 |
11% |
10377 |
.text.MSG_Alloc |
0x00020a62 |
0x00020a84 |
34 |
25% |
10380 |
.text.MSG_Free |
0x00020a84 |
0x00020a9c |
24 |
18% |
10383 |
Expected total in fsl_component_messaging.o file: |
136 |
Actual: |
136 |
100% |
10365 |
m_text / .text / virtqueue.o |
Start |
End |
Size |
% |
Line |
.text.vq_ring_update_avail |
0x00020a9c |
0x00020aca |
46 |
8% |
10386 |
.text.vq_ring_update_used |
0x00020aca |
0x00020af0 |
38 |
6% |
10388 |
.text.virtqueue_create_static |
0x00020af0 |
0x00020b6a |
122 |
20% |
10390 |
.text.virtqueue_add_buffer |
0x00020b6a |
0x00020b80 |
22 |
4% |
10393 |
.text.virtqueue_fill_avail_buffers |
0x00020b80 |
0x00020bd2 |
82 |
13% |
10396 |
.text.virtqueue_get_buffer |
0x00020bd2 |
0x00020c2a |
88 |
14% |
10399 |
.text.virtqueue_get_buffer_length |
0x00020c2a |
0x00020c34 |
10 |
2% |
10402 |
.text.virtqueue_fill_used_buffers |
0x00020c34 |
0x00020c7e |
74 |
12% |
10405 |
.text.virtqueue_disable_cb |
0x00020c7e |
0x00020ca6 |
40 |
7% |
10408 |
.text.virtqueue_kick |
0x00020ca6 |
0x00020cec |
70 |
12% |
10411 |
.text.vq_ring_init |
0x00020cec |
0x00020d0c |
32 |
6% |
10414 |
.text.virtqueue_notification |
0x00020d0c |
0x00020d16 |
10 |
2% |
10417 |
Expected total in virtqueue.o file: |
634 |
Actual: |
634 |
100% |
10386 |
m_text / .text / fsl_spc.o |
Start |
End |
Size |
% |
Line |
.text.SPC_SetLowPowerModeBandgapmodeConfig |
0x00020d16 |
0x00020d66 |
80 |
9% |
10420 |
.text.SPC_EnableActiveModeCoreHighVoltageDetect |
0x00020d66 |
0x00020d7e |
24 |
3% |
10423 |
.text.SPC_EnableActiveModeCoreLowVoltageDetect |
0x00020d7e |
0x00020d96 |
24 |
3% |
10426 |
.text.SPC_EnableLowPowerModeCoreHighVoltageDetect |
0x00020d96 |
0x00020dae |
24 |
3% |
10429 |
.text.SPC_EnableLowPowerModeCoreLowVoltageDetect |
0x00020dae |
0x00020dc6 |
24 |
3% |
10432 |
.text.SPC_EnableActiveModeSystemHighVoltageDetect |
0x00020dc6 |
0x00020dde |
24 |
3% |
10435 |
.text.SPC_EnableActiveModeSystemLowVoltageDetect |
0x00020dde |
0x00020df6 |
24 |
3% |
10438 |
.text.SPC_EnableLowPowerModeSystemHighVoltageDetect |
0x00020df6 |
0x00020e0e |
24 |
3% |
10441 |
.text.SPC_EnableLowPowerModeSystemLowVoltageDetect |
0x00020e0e |
0x00020e26 |
24 |
3% |
10444 |
.text.SPC_EnableActiveModeIOHighVoltageDetect |
0x00020e26 |
0x00020e3e |
24 |
3% |
10447 |
.text.SPC_EnableActiveModeIOLowVoltageDetect |
0x00020e3e |
0x00020e56 |
24 |
3% |
10450 |
.text.SPC_EnableLowPowerModeIOHighVoltageDetect |
0x00020e56 |
0x00020e6e |
24 |
3% |
10453 |
.text.SPC_EnableLowPowerModeIOLowVoltageDetect |
0x00020e6e |
0x00020e86 |
24 |
3% |
10456 |
.text.SPC_SetActiveModeCoreLDORegulatorConfig |
0x00020e86 |
0x00020eec |
102 |
11% |
10459 |
.text.SPC_SetLowPowerModeCoreLDORegulatorConfig |
0x00020eec |
0x00020f58 |
108 |
12% |
10462 |
.text.SPC_SetLowPowerModeSystemLDORegulatorConfig |
0x00020f58 |
0x00020f98 |
64 |
7% |
10465 |
.text.SPC_SetActiveModeDCDCRegulatorConfig |
0x00020f98 |
0x00020fe6 |
78 |
9% |
10468 |
.text.SPC_SetLowPowerModeDCDCRegulatorConfig |
0x00020fe6 |
0x0002103c |
86 |
9% |
10471 |
.text.SPC_SetLowPowerModeRegulatorsConfig |
0x0002103c |
0x000210b8 |
124 |
13% |
10474 |
.text.SPC_SetSRAMOperateVoltage |
0x000210b8 |
0x000210de |
38 |
4% |
10477 |
Expected total in fsl_spc.o file: |
968 |
Actual: |
968 |
100% |
10420 |
m_text / .text / llist.o |
Start |
End |
Size |
% |
Line |
.text.add_to_list |
0x000210de |
0x000210fc |
30 |
100% |
10480 |
Expected total in llist.o file: |
30 |
Actual: |
30 |
100% |
10480 |
m_text / .text / fsl_adapter_rpmsg.o |
Start |
End |
Size |
% |
Line |
.text.rpmsg_ept_read_cb |
0x000210fc |
0x0002110a |
14 |
37% |
10483 |
.text.HAL_RpmsgSend |
0x0002110a |
0x00021112 |
8 |
22% |
10485 |
.text.HAL_RpmsgAllocTxBuffer |
0x00021112 |
0x0002111a |
8 |
22% |
10488 |
.text.HAL_RpmsgInstallRxCallback |
0x0002111a |
0x00021122 |
8 |
22% |
10491 |
Expected total in fsl_adapter_rpmsg.o file: |
38 |
Actual: |
38 |
100% |
10483 |
m_text / .text / fsl_ltc.o |
Start |
End |
Size |
% |
Line |
.text.LTC_Init |
0x00021122 |
0x00021124 |
2 |
100% |
10494 |
Expected total in fsl_ltc.o file: |
2 |
Actual: |
2 |
100% |
10494 |
m_text / .text / rpmsg_lite.o |
Start |
End |
Size |
% |
Line |
.text.virtqueue_notify |
0x00021124 |
0x0002112c |
8 |
2% |
10497 |
.text.vq_tx_master |
0x0002112c |
0x0002113a |
14 |
4% |
10499 |
.text.vq_rx_free_master |
0x0002113a |
0x0002113e |
4 |
1% |
10501 |
.text.vq_tx_alloc_master |
0x0002113e |
0x00021142 |
4 |
1% |
10503 |
.text.rpmsg_lite_tx_callback |
0x00021142 |
0x00021154 |
18 |
5% |
10505 |
.text.rpmsg_lite_get_endpoint_from_addr.isra.0 |
0x00021154 |
0x00021164 |
16 |
4% |
10507 |
.text.rpmsg_lite_rx_callback |
0x00021164 |
0x000211ba |
86 |
21% |
10509 |
.text.vq_rx_master |
0x000211ba |
0x000211be |
4 |
1% |
10511 |
.text.rpmsg_lite_create_ept |
0x000211be |
0x00021232 |
116 |
28% |
10513 |
.text.rpmsg_lite_is_link_up |
0x00021232 |
0x0002123e |
12 |
3% |
10516 |
.text.rpmsg_lite_alloc_tx_buffer |
0x0002123e |
0x000212c8 |
138 |
33% |
10519 |
Expected total in rpmsg_lite.o file: |
420 |
Actual: |
420 |
100% |
10497 |
m_text / .text / aes_mmo.o |
Start |
End |
Size |
% |
Line |
.text.AESSW_vMMOBlockUpdate |
0x000212c8 |
0x000212f6 |
46 |
12% |
10522 |
.text.AESSW_vMMOFinalUpdate |
0x000212f6 |
0x000213dc |
230 |
57% |
10525 |
.text.AESSW_vHMAC_MMO |
0x000213dc |
0x00021462 |
134 |
33% |
10528 |
Expected total in aes_mmo.o file: |
410 |
Actual: |
410 |
100% |
10522 |
m_text / .text / mcmgr_internal_core_api_k32w1.o |
Start |
End |
Size |
% |
Line |
.text.mcmgr_early_init_internal |
0x00021462 |
0x00021486 |
36 |
49% |
10531 |
.text.mcmgr_trigger_event_internal |
0x00021486 |
0x000214ac |
38 |
52% |
10534 |
Expected total in mcmgr_internal_core_api_k32w1.o file: |
74 |
Actual: |
74 |
100% |
10531 |
m_text / .text / system_K32W1480.o |
Start |
End |
Size |
% |
Line |
.text.SystemCoreClockUpdate |
0x000214ac |
0x000214ae |
2 |
100% |
10537 |
Expected total in system_K32W1480.o file: |
2 |
Actual: |
2 |
100% |
10537 |
m_text / .text / fsl_adapter_lptmr.o |
Start |
End |
Size |
% |
Line |
.text.PWT_LPTMR0_IRQHandler |
0x000214ae |
0x000214b4 |
6 |
28% |
10540 |
.text.LPTMR0_IRQHandler |
0x000214b4 |
0x000214b8 |
4 |
19% |
10543 |
.text.LPTMR1_IRQHandler |
0x000214b8 |
0x000214be |
6 |
28% |
10546 |
.text.HAL_TimerInstallCallback |
0x000214be |
0x000214c4 |
6 |
28% |
10549 |
Expected total in fsl_adapter_lptmr.o file: |
22 |
Actual: |
22 |
100% |
10540 |
m_text / .text / fsl_component_panic.o |
Start |
End |
Size |
% |
Line |
.text.panic |
0x000214c4 |
0x000214cc |
8 |
100% |
10552 |
Expected total in fsl_component_panic.o file: |
8 |
Actual: |
8 |
100% |
10552 |
m_text / .text / RNG.o |
Start |
End |
Size |
% |
Line |
.text.RNG_GetRandomNo |
0x000214cc |
0x000214d2 |
6 |
10% |
10554 |
.text.RNG_SetPseudoRandomNoSeed |
0x000214d2 |
0x000214f6 |
36 |
60% |
10557 |
.text.RNG_GetPseudoRandomNo |
0x000214f6 |
0x00021508 |
18 |
30% |
10560 |
Expected total in RNG.o file: |
60 |
Actual: |
60 |
100% |
10554 |
m_text / .text / sss_ccm.o |
Start |
End |
Size |
% |
Line |
.text.SSS_ccm_free |
0x00021508 |
0x00021534 |
44 |
23% |
10563 |
.text.SSS_ccm_encrypt_and_tag |
0x00021534 |
0x0002157e |
74 |
39% |
10566 |
.text.SSS_ccm_auth_decrypt |
0x0002157e |
0x000215c8 |
74 |
39% |
10569 |
Expected total in sss_ccm.o file: |
192 |
Actual: |
192 |
100% |
10563 |
m_text / .text / fsl_component_timer_manager.o |
Start |
End |
Size |
% |
Line |
.text.TimersUpdateSyncTask |
0x000215c8 |
0x000215d8 |
16 |
67% |
10572 |
.text.TM_InstallCallback |
0x000215d8 |
0x000215e0 |
8 |
34% |
10574 |
Expected total in fsl_component_timer_manager.o file: |
24 |
Actual: |
24 |
100% |
10572 |
m_text / .text / fsl_debug_console.o |
Start |
End |
Size |
% |
Line |
.text.DbgConsole_Printf |
0x000215e0 |
0x000215fa |
26 |
100% |
10577 |
Expected total in fsl_debug_console.o file: |
26 |
Actual: |
26 |
100% |
10577 |
m_text / .text / PDM_adapter.o |
Start |
End |
Size |
% |
Line |
.text.rb_search_and_fix |
0x000215fa |
0x00021682 |
136 |
100% |
10580 |
Expected total in PDM_adapter.o file: |
136 |
Actual: |
136 |
100% |
10580 |
m_text / .text / timer.o |
Start |
End |
Size |
% |
Line |
.text.zbPlatGetTime |
0x00021682 |
0x00021686 |
4 |
100% |
10582 |
Expected total in timer.o file: |
4 |
Actual: |
4 |
100% |
10582 |
m_text / .text / fsl_os_abstraction_bm.o |
Start |
End |
Size |
% |
Line |
.text.OSA_EnterCritical |
0x00021686 |
0x00021690 |
10 |
5% |
10585 |
.text.OSA_TimeDiff |
0x00021690 |
0x00021694 |
4 |
2% |
10588 |
.text.OSA_MutexCreate |
0x00021694 |
0x0002169e |
10 |
5% |
10591 |
.text.OSA_MutexLock |
0x0002169e |
0x000216d2 |
52 |
24% |
10594 |
.text.OSA_MutexUnlock |
0x000216d2 |
0x000216ec |
26 |
12% |
10597 |
.text.OSA_EventCreate |
0x000216ec |
0x000216fe |
18 |
9% |
10600 |
.text.OSA_EventSet |
0x000216fe |
0x00021724 |
38 |
18% |
10603 |
.text.OSA_EventClear |
0x00021724 |
0x00021750 |
44 |
20% |
10606 |
.text.OSA_InterruptEnable |
0x00021750 |
0x00021754 |
4 |
2% |
10609 |
.text.OSA_InterruptDisable |
0x00021754 |
0x00021758 |
4 |
2% |
10612 |
.text.OSA_Start |
0x00021758 |
0x00021764 |
12 |
6% |
10615 |
Expected total in fsl_os_abstraction_bm.o file: |
222 |
Actual: |
222 |
100% |
10585 |
m_text / .text / ZQueue.o |
Start |
End |
Size |
% |
Line |
.text.ZQ_vQueueCreate |
0x00021764 |
0x00021772 |
14 |
8% |
10618 |
.text.ZQ_bQueueSend |
0x00021772 |
0x000217b6 |
68 |
38% |
10621 |
.text.ZQ_bQueueReceive |
0x000217b6 |
0x000217f6 |
64 |
36% |
10624 |
.text.ZQ_bQueueIsEmpty |
0x000217f6 |
0x00021800 |
10 |
6% |
10627 |
.text.ZQ_u32QueueGetQueueSize |
0x00021800 |
0x00021804 |
4 |
3% |
10630 |
.text.ZQ_u32QueueGetQueueMessageWaiting |
0x00021804 |
0x00021808 |
4 |
3% |
10633 |
.text.ZQ_pvGetFirstElementOnQueue |
0x00021808 |
0x0002180c |
4 |
3% |
10636 |
.text.ZQ_pvGetNextElementOnQueue |
0x0002180c |
0x0002181a |
14 |
8% |
10639 |
Expected total in ZQueue.o file: |
182 |
Actual: |
182 |
100% |
10618 |
m_text / .text / appZdpExtraction.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdpUnpackNodeDescResponse |
0x0002181a |
0x00021892 |
120 |
100% |
10642 |
Expected total in appZdpExtraction.o file: |
120 |
Actual: |
120 |
100% |
10642 |
m_text / .text / GreenPower.o |
Start |
End |
Size |
% |
Line |
.text.u16GP_APduInstanceReadWriteLongString |
0x00021892 |
0x000218f8 |
102 |
7% |
10645 |
.text.eGP_FindGpCluster |
0x000218f8 |
0x00021930 |
56 |
4% |
10648 |
.text.u16GP_DeriveAliasSrcAddr |
0x00021930 |
0x00021970 |
64 |
5% |
10651 |
.text.u8GP_DeriveAliasSeqNum |
0x00021970 |
0x0002199c |
44 |
3% |
10654 |
.text.bGP_IsDuplicatePkt |
0x0002199c |
0x00021ac6 |
298 |
20% |
10657 |
.text.bGP_AliasPresent |
0x00021ac6 |
0x00021bee |
296 |
20% |
10660 |
.text.vGP_CallbackForPersistData |
0x00021bee |
0x00021c36 |
72 |
5% |
10663 |
.text.bGP_CheckFrameToBeProcessed |
0x00021c36 |
0x00021c72 |
60 |
4% |
10666 |
.text.bGP_GetGPDKey |
0x00021c72 |
0x00021cfa |
136 |
10% |
10669 |
.text.eGP_AddDeviceSecurity |
0x00021cfa |
0x00021e1a |
288 |
20% |
10672 |
.text.u8GP_SecurityProcessCallback |
0x00021e1a |
0x00021e76 |
92 |
7% |
10675 |
Expected total in GreenPower.o file: |
1508 |
Actual: |
1508 |
100% |
10645 |
m_text / .text / GreenPowerCommissioningNotification.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpCommissioningNotificationReceive |
0x00021e76 |
0x00021fc4 |
334 |
100% |
10678 |
Expected total in GreenPowerCommissioningNotification.o file: |
334 |
Actual: |
334 |
100% |
10678 |
m_text / .text / GreenPowerCommon.o |
Start |
End |
Size |
% |
Line |
.text.bGP_GiveCommIndAndUpdateTable |
0x00021fc4 |
0x00021fc8 |
4 |
1% |
10681 |
.text.bGP_ValidateCommandType |
0x00021fc8 |
0x00022014 |
76 |
3% |
10684 |
.text.bGP_GetFreeProxySinkTableEntry |
0x00022014 |
0x00022066 |
82 |
3% |
10687 |
.text.u16GP_GetStringSizeOfProxyTable |
0x00022066 |
0x00022124 |
190 |
7% |
10690 |
.text.bGP_IsFreshPkt |
0x00022124 |
0x0002215c |
56 |
2% |
10693 |
.text.vCreateDataIndFromBufferedCmd |
0x0002215c |
0x000221f0 |
148 |
5% |
10696 |
.text.u8GP_GetLQIQuality |
0x000221f0 |
0x00022212 |
34 |
2% |
10699 |
.text.u8GP_GetProxyDistance |
0x00022212 |
0x00022220 |
14 |
1% |
10702 |
.text.u8GP_GetProxyDelay |
0x00022220 |
0x00022232 |
18 |
1% |
10705 |
.text.eGp_BufferTransmissionPacket |
0x00022232 |
0x0002234c |
282 |
9% |
10708 |
.text.u8GP_GetDataReqHandle |
0x0002234c |
0x0002235e |
18 |
1% |
10711 |
.text.vGP_ExitCommMode |
0x0002235e |
0x000223da |
124 |
4% |
10714 |
.text.bValidatePacketLength |
0x000223da |
0x0002240c |
50 |
2% |
10717 |
.text.u8GetGPDFKeyMAP |
0x0002240c |
0x00022456 |
74 |
3% |
10720 |
.text.bGP_ValidateGPDF_Fields |
0x00022456 |
0x000224ac |
86 |
3% |
10723 |
.text.bGP_SecurityValidation |
0x000224ac |
0x000224ca |
30 |
1% |
10726 |
.text.u16GetProxyTableEntrySize |
0x000224ca |
0x00022532 |
104 |
4% |
10729 |
.text.u16GetProxyTableString |
0x00022532 |
0x000226a6 |
372 |
12% |
10732 |
.text.u16GP_ReadProxyTableToString |
0x000226a6 |
0x00022702 |
92 |
3% |
10735 |
.text.bGP_CheckGPDAddressMatch |
0x00022702 |
0x000227aa |
168 |
6% |
10738 |
.text.bGP_IsProxyTableEntryPresent |
0x000227aa |
0x00022812 |
104 |
4% |
10741 |
.text.vGP_RemoveGPDFromProxySinkTable |
0x00022812 |
0x0002288a |
120 |
4% |
10744 |
.text.bGP_GPDFValidityCheck |
0x0002288a |
0x00022964 |
218 |
7% |
10747 |
.text.bIsInvolveTC |
0x00022964 |
0x00022992 |
46 |
2% |
10750 |
.text.vBackUpTxQueueMsg |
0x00022992 |
0x00022a14 |
130 |
5% |
10753 |
.text.vSendToTxQueue |
0x00022a14 |
0x00022ac2 |
174 |
6% |
10756 |
.text.vGp_TransmissionTimerCallback |
0x00022ac2 |
0x00022c06 |
324 |
11% |
10759 |
Expected total in GreenPowerCommon.o file: |
3138 |
Actual: |
3138 |
100% |
10681 |
m_text / .text / GreenPowerCustomCommandResponses.o |
Start |
End |
Size |
% |
Line |
.text.eGP_HandleSinkTableResponse |
0x00022c06 |
0x00022c52 |
76 |
3% |
10762 |
.text.eGP_HandleProxyTableRequest |
0x00022c52 |
0x00022db4 |
354 |
12% |
10765 |
.text.eGP_HandleProxyTableResponse |
0x00022db4 |
0x00022e00 |
76 |
3% |
10768 |
.text.eGP_HandleProxyCommissioningMode |
0x00022e00 |
0x00022eec |
236 |
8% |
10771 |
.text.vGetRSSIAndLQIFromGPPGPDLink |
0x00022eec |
0x00022f00 |
20 |
1% |
10774 |
.text.vFillDataIndicationFromNotif |
0x00022f00 |
0x00022f8a |
138 |
5% |
10777 |
.text.vFillDataIndication |
0x00022f8a |
0x0002303e |
180 |
6% |
10780 |
.text.vGP_SendResponseGPDF |
0x0002303e |
0x000230f8 |
186 |
6% |
10783 |
.text.eGP_HandleZgpReponse |
0x000230f8 |
0x000231ae |
182 |
6% |
10786 |
.text.bBestGPD_GPPLink |
0x000231ae |
0x000231d6 |
40 |
2% |
10789 |
.text.bGP_CheckIfCmdToBeBuffered |
0x000231d6 |
0x000232e8 |
274 |
9% |
10792 |
.text.eGP_HandleZgpCommissioningNotification |
0x000232e8 |
0x0002337e |
150 |
5% |
10795 |
.text.bGP_CheckIfCmdToBeNotified |
0x0002337e |
0x00023404 |
134 |
5% |
10798 |
.text.eGP_HandleZgpNotification |
0x00023404 |
0x000234ce |
202 |
7% |
10801 |
.text.bGP_IsPairingCmdValid |
0x000234ce |
0x00023502 |
52 |
2% |
10804 |
.text.eGP_HandleZgpPairing |
0x00023502 |
0x00023882 |
896 |
29% |
10807 |
Expected total in GreenPowerCustomCommandResponses.o file: |
3196 |
Actual: |
3196 |
100% |
10762 |
m_text / .text / GreenPowerDataIndication.o |
Start |
End |
Size |
% |
Line |
.text.vAddRemoveBufferedTxQMsg |
0x00023882 |
0x00023902 |
128 |
100% |
10810 |
Expected total in GreenPowerDataIndication.o file: |
128 |
Actual: |
128 |
100% |
10810 |
m_text / .text / GreenPowerDirectCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.vGP_FormGPDataIndication |
0x00023902 |
0x000239da |
216 |
71% |
10813 |
.text.eGP_GreenPowerDirectCommandHandler |
0x000239da |
0x00023a36 |
92 |
30% |
10816 |
Expected total in GreenPowerDirectCommandHandler.o file: |
308 |
Actual: |
308 |
100% |
10813 |
m_text / .text / GreenPowerNotification.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpNotificationReceive |
0x00023a36 |
0x00023b5e |
296 |
100% |
10819 |
Expected total in GreenPowerNotification.o file: |
296 |
Actual: |
296 |
100% |
10819 |
m_text / .text / GreenPowerPairing.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpPairingReceive |
0x00023b5e |
0x00023e68 |
778 |
100% |
10822 |
Expected total in GreenPowerPairing.o file: |
778 |
Actual: |
778 |
100% |
10822 |
m_text / .text / GreenPowerProxyCommissioningMode.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyCommissioningModeSend |
0x00023e68 |
0x00023ed8 |
112 |
18% |
10825 |
.text.eGP_ProxyCommissioningMode |
0x00023ed8 |
0x00024062 |
394 |
63% |
10828 |
.text.eGP_ProxyCommissioningModeReceive |
0x00024062 |
0x000240dc |
122 |
20% |
10831 |
Expected total in GreenPowerProxyCommissioningMode.o file: |
628 |
Actual: |
628 |
100% |
10825 |
m_text / .text / GreenPowerProxyGPDHandler.o |
Start |
End |
Size |
% |
Line |
.text.vGP_HandleGPDCommand |
0x000240dc |
0x00024546 |
1130 |
100% |
10834 |
Expected total in GreenPowerProxyGPDHandler.o file: |
1130 |
Actual: |
1130 |
100% |
10834 |
m_text / .text / GreenPowerProxyTableRequest.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyTableRequestReceive |
0x00024546 |
0x000245f4 |
174 |
100% |
10837 |
Expected total in GreenPowerProxyTableRequest.o file: |
174 |
Actual: |
174 |
100% |
10837 |
m_text / .text / GreenPowerProxyTableResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyTableResponseSend |
0x000245f4 |
0x0002465e |
106 |
40% |
10840 |
.text.eGP_ProxyTableResponseReceive |
0x0002465e |
0x000246fe |
160 |
61% |
10843 |
Expected total in GreenPowerProxyTableResponse.o file: |
266 |
Actual: |
266 |
100% |
10840 |
m_text / .text / GreenPowerResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpResponseReceive |
0x000246fe |
0x000247d6 |
216 |
100% |
10846 |
Expected total in GreenPowerResponse.o file: |
216 |
Actual: |
216 |
100% |
10846 |
m_text / .text / GreenPowerScheduler.o |
Start |
End |
Size |
% |
Line |
.text.eGP_Update20mS |
0x000247d6 |
0x0002485a |
132 |
70% |
10849 |
.text.eGP_Update1mS |
0x0002485a |
0x00024894 |
58 |
31% |
10852 |
Expected total in GreenPowerScheduler.o file: |
190 |
Actual: |
190 |
100% |
10849 |
m_text / .text / GreenPowerSinkTableResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_SinkTableResponseReceive |
0x00024894 |
0x0002492a |
150 |
100% |
10855 |
Expected total in GreenPowerSinkTableResponse.o file: |
150 |
Actual: |
150 |
100% |
10855 |
m_text / .text / BasicClientCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCommandResetToFactoryDefaultsReceive |
0x0002492a |
0x0002493c |
18 |
100% |
10858 |
Expected total in BasicClientCommands.o file: |
18 |
Actual: |
18 |
100% |
10858 |
m_text / .text / BasicCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCommandHandler |
0x0002493c |
0x0002499e |
98 |
100% |
10861 |
Expected total in BasicCommandHandler.o file: |
98 |
Actual: |
98 |
100% |
10861 |
m_text / .text / Groups.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsSetIdentifying |
0x0002499e |
0x000249c2 |
36 |
27% |
10864 |
.text.eCLD_GroupsCheckGroupExists |
0x000249c2 |
0x00024a28 |
102 |
74% |
10867 |
Expected total in Groups.o file: |
138 |
Actual: |
138 |
100% |
10864 |
m_text / .text / GroupsCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsHandleAddGroupRequest.constprop.0.isra.0 |
0x00024a28 |
0x00024af2 |
202 |
25% |
10870 |
.text.eCLD_GroupsCommandHandler |
0x00024af2 |
0x00024d6c |
634 |
76% |
10872 |
Expected total in GroupsCommandHandler.o file: |
836 |
Actual: |
836 |
100% |
10870 |
m_text / .text / GroupsServerCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsCommandAddGroupResponseSend |
0x00024d6c |
0x00024dac |
64 |
23% |
10875 |
.text.eCLD_GroupsCommandViewGroupResponseSend |
0x00024dac |
0x00024dfa |
78 |
28% |
10878 |
.text.eCLD_GroupsCommandGetGroupMembershipResponseSend |
0x00024dfa |
0x00024e4a |
80 |
28% |
10881 |
.text.eCLD_GroupsCommandRemoveGroupResponseSend |
0x00024e4a |
0x00024e8c |
66 |
23% |
10884 |
Expected total in GroupsServerCommands.o file: |
288 |
Actual: |
288 |
100% |
10875 |
m_text / .text / GroupsTableManager.o |
Start |
End |
Size |
% |
Line |
.text.bCLD_GroupsSearchForGroup |
0x00024e8c |
0x00024eba |
46 |
11% |
10887 |
.text.iCLD_GroupsListGroups |
0x00024eba |
0x00024f24 |
106 |
24% |
10889 |
.text.iCLD_GroupsCountGroups |
0x00024f24 |
0x00024f76 |
82 |
19% |
10892 |
.text.iCLD_GroupsListMatchingGroups |
0x00024f76 |
0x00025006 |
144 |
33% |
10895 |
.text.eCLD_GroupsRemoveAllGroups |
0x00025006 |
0x00025048 |
66 |
15% |
10898 |
Expected total in GroupsTableManager.o file: |
444 |
Actual: |
444 |
100% |
10887 |
m_text / .text / Identify.o |
Start |
End |
Size |
% |
Line |
.text.vCLD_IdentifyTimerClickCallback |
0x00025048 |
0x000250c0 |
120 |
100% |
10901 |
Expected total in Identify.o file: |
120 |
Actual: |
120 |
100% |
10901 |
m_text / .text / IdentifyCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_IdentifyCommandHandler |
0x000250c0 |
0x000251cc |
268 |
100% |
10903 |
Expected total in IdentifyCommandHandler.o file: |
268 |
Actual: |
268 |
100% |
10903 |
m_text / .text / IdentifyServerCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_IdentifyCommandIdentifyQueryResponseSend |
0x000251cc |
0x000251fc |
48 |
30% |
10906 |
.text.eCLD_IdentifyCommandIdentifyRequestReceive |
0x000251fc |
0x00025222 |
38 |
24% |
10909 |
.text.eCLD_IdentifyCommandIdentifyQueryRequestReceive |
0x00025222 |
0x00025236 |
20 |
13% |
10912 |
.text.eCLD_IdentifyCommandTriggerEffectRequestReceive |
0x00025236 |
0x0002526c |
54 |
34% |
10915 |
Expected total in IdentifyServerCommands.o file: |
160 |
Actual: |
160 |
100% |
10906 |
m_text / .text / OnOff.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_OnOffSceneEventHandler |
0x0002526c |
0x00025294 |
40 |
100% |
10918 |
Expected total in OnOff.o file: |
40 |
Actual: |
40 |
100% |
10918 |
m_text / .text / OnOffCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_OnOffCommandHandler |
0x00025294 |
0x00025350 |
188 |
100% |
10920 |
Expected total in OnOffCommandHandler.o file: |
188 |
Actual: |
188 |
100% |
10920 |
m_text / .text / OnOffCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_OnOffCommandReceive |
0x00025350 |
0x00025362 |
18 |
100% |
10923 |
Expected total in OnOffCommands.o file: |
18 |
Actual: |
18 |
100% |
10923 |
m_text / .text / dlist.o |
Start |
End |
Size |
% |
Line |
.text.psSearchList |
0x00025362 |
0x0002538a |
40 |
12% |
10926 |
.text.vDLISTinitialise |
0x0002538a |
0x00025392 |
8 |
3% |
10928 |
.text.psDLISTgetHead |
0x00025392 |
0x00025396 |
4 |
2% |
10931 |
.text.psDLISTgetNext |
0x00025396 |
0x0002539a |
4 |
2% |
10934 |
.text.vDLISTinsertBefore |
0x0002539a |
0x000253b0 |
22 |
7% |
10937 |
.text.vDLISTinsertAfter |
0x000253b0 |
0x000253ca |
26 |
8% |
10940 |
.text.psDLISTsearchFromHead |
0x000253ca |
0x000253d2 |
8 |
3% |
10943 |
.text.boDLISTisEmpty |
0x000253d2 |
0x000253e4 |
18 |
6% |
10946 |
.text.vDLISTaddToHead |
0x000253e4 |
0x00025408 |
36 |
11% |
10949 |
.text.vDLISTaddToTail |
0x00025408 |
0x0002542e |
38 |
12% |
10952 |
.text.psDLISTremoveFromTail |
0x0002542e |
0x00025450 |
34 |
11% |
10955 |
.text.psDLISTremoveFromHead |
0x00025450 |
0x00025474 |
36 |
11% |
10958 |
.text.psDLISTremove |
0x00025474 |
0x000254b0 |
60 |
18% |
10961 |
Expected total in dlist.o file: |
334 |
Actual: |
334 |
100% |
10926 |
m_text / .text / zcl.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SetCustomCallBackEvent |
0x000254b0 |
0x000254c4 |
20 |
40% |
10964 |
.text.eZCL_SearchForEPIndex |
0x000254c4 |
0x000254ce |
10 |
20% |
10967 |
.text.vZCL_InitializeClusterInstance |
0x000254ce |
0x000254e2 |
20 |
40% |
10970 |
Expected total in zcl.o file: |
50 |
Actual: |
50 |
100% |
10964 |
m_text / .text / zcl_CustomCommandReceive.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CustomCommandReceive |
0x000254e2 |
0x0002561c |
314 |
100% |
10973 |
Expected total in zcl_CustomCommandReceive.o file: |
314 |
Actual: |
314 |
100% |
10973 |
m_text / .text / zcl_CustomCommandSend.o |
Start |
End |
Size |
% |
Line |
.text.bZCL_SendCommandResponse |
0x0002561c |
0x00025638 |
28 |
100% |
10976 |
Expected total in zcl_CustomCommandSend.o file: |
28 |
Actual: |
28 |
100% |
10976 |
m_text / .text / zcl_PDUbufferReadWrite.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteTypeNBO |
0x00025638 |
0x00025678 |
64 |
20% |
10979 |
.text.u16ZCL_APduInstanceWriteNBO |
0x00025678 |
0x000256c2 |
74 |
23% |
10982 |
.text.u16ZCL_ReadTypeNBO |
0x000256c2 |
0x0002573e |
124 |
37% |
10985 |
.text.u16ZCL_APduInstanceReadNBO |
0x0002573e |
0x00025788 |
74 |
23% |
10988 |
Expected total in zcl_PDUbufferReadWrite.o file: |
336 |
Actual: |
336 |
100% |
10979 |
m_text / .text / zcl_PDUbufferReadWriteString.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_GetStringSizeAndBufferFromStructure |
0x00025788 |
0x000257ec |
100 |
15% |
10991 |
.text.u16ZCL_APduInstanceWriteStringNBO |
0x000257ec |
0x000258a6 |
186 |
28% |
10994 |
.text.u16ZCL_GetStringAttributeTypeSizeFromBuffer |
0x000258a6 |
0x000258f8 |
82 |
13% |
10997 |
.text.eZCL_CheckUserStringStructureRead |
0x000258f8 |
0x0002593a |
66 |
10% |
11000 |
.text.u16ZCL_GetStringStructureSize |
0x0002593a |
0x0002595c |
34 |
6% |
11003 |
.text.u16ZCL_APduInstanceReadStringNBO |
0x0002595c |
0x00025a0a |
174 |
26% |
11006 |
.text.eZCL_GetStringLengthFieldSize |
0x00025a0a |
0x00025a2e |
36 |
6% |
11009 |
Expected total in zcl_PDUbufferReadWriteString.o file: |
678 |
Actual: |
678 |
100% |
10991 |
m_text / .text / zcl_WriteAttributesRequestHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleAttributesWriteRequest |
0x00025a2e |
0x00025d56 |
808 |
100% |
11012 |
Expected total in zcl_WriteAttributesRequestHandle.o file: |
808 |
Actual: |
808 |
100% |
11012 |
m_text / .text / zcl_attribute.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteAttributeValueIntoBuffer |
0x00025d56 |
0x00025dd8 |
130 |
17% |
11015 |
.text.u8ZCL_GetAttributeAllignToFourBytesBoundary |
0x00025dd8 |
0x00025dea |
18 |
3% |
11018 |
.text.eZCL_GetAttributeTypeSizeFromBuffer |
0x00025dea |
0x00025e74 |
138 |
18% |
11021 |
.text.u16ZCL_WriteAttributeValueIntoStructure |
0x00025e74 |
0x00025f1c |
168 |
22% |
11024 |
.text.eZCL_GetAttributeTypeSizeFromStructure |
0x00025f1c |
0x00025f66 |
74 |
10% |
11027 |
.text.bZCL_CheckManufacturerSpecificAttributeFlagMatch |
0x00025f66 |
0x00025f76 |
16 |
3% |
11030 |
.text.bZCL_CheckStringFitsInStructure |
0x00025f76 |
0x00025fee |
120 |
16% |
11033 |
.text.bZCL_AttributeTypeIsSigned |
0x00025fee |
0x00025ffa |
12 |
2% |
11036 |
.text.bZCL_CheckAttributeInvalid |
0x00025ffa |
0x00026034 |
58 |
8% |
11039 |
.text.bZCL_CheckAttributeDirectionFlagMatch |
0x00026034 |
0x00026056 |
34 |
5% |
11042 |
Expected total in zcl_attribute.o file: |
768 |
Actual: |
768 |
100% |
11015 |
m_text / .text / zcl_command.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteCommandHeader |
0x00026056 |
0x000260d8 |
130 |
55% |
11045 |
.text.u16ZCL_ReadCommandHeader |
0x000260d8 |
0x00026146 |
110 |
46% |
11048 |
Expected total in zcl_command.o file: |
240 |
Actual: |
240 |
100% |
11045 |
m_text / .text / zcl_common.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_Update100mS |
0x00026146 |
0x00026162 |
28 |
100% |
11051 |
Expected total in zcl_common.o file: |
28 |
Actual: |
28 |
100% |
11051 |
m_text / .text / zcl_event.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SetReceiveEventAddressStructure |
0x00026162 |
0x000261ce |
108 |
78% |
11054 |
.text.eZCL_BuildClientTransmitAddressStructure |
0x000261ce |
0x000261ee |
32 |
23% |
11057 |
Expected total in zcl_event.o file: |
140 |
Actual: |
140 |
100% |
11054 |
m_text / .text / zcl_library_options.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleEntireProfileCommand |
0x000261ee |
0x00026250 |
98 |
97% |
11060 |
.text.eZCL_CreateOptionalManagers |
0x00026250 |
0x00026254 |
4 |
4% |
11063 |
Expected total in zcl_library_options.o file: |
102 |
Actual: |
102 |
100% |
11060 |
m_text / .text / zcl_readAttributesRequestHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleAttributesReadRequest |
0x00026254 |
0x0002645c |
520 |
100% |
11066 |
Expected total in zcl_readAttributesRequestHandle.o file: |
520 |
Actual: |
520 |
100% |
11066 |
m_text / .text / zcl_readReportingConfigurationCommandHandle.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CalculateSizeOfReportRecord |
0x0002645c |
0x0002649c |
64 |
10% |
11069 |
.text.vZCL_HandleReadReportingConfigurationCommand |
0x0002649c |
0x0002671e |
642 |
91% |
11072 |
Expected total in zcl_readReportingConfigurationCommandHandle.o file: |
706 |
Actual: |
706 |
100% |
11069 |
m_text / .text / zcl_reportManager.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_SetDefaultReporting |
0x0002671e |
0x00026744 |
38 |
21% |
11075 |
.text.eZCL_SetReportableFlag |
0x00026744 |
0x000267da |
150 |
80% |
11078 |
Expected total in zcl_reportManager.o file: |
188 |
Actual: |
188 |
100% |
11075 |
m_text / .text / zcl_reportMaths.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_AlignNumericAttributeValueTo64 |
0x000267da |
0x0002687e |
164 |
30% |
11081 |
.text.eZCL_IndicateReportableChange |
0x0002687e |
0x000269a2 |
292 |
53% |
11083 |
.text.eZCL_StoreChangeAttributeValue |
0x000269a2 |
0x00026a08 |
102 |
19% |
11086 |
Expected total in zcl_reportMaths.o file: |
558 |
Actual: |
558 |
100% |
11081 |
m_text / .text / zcl_reportScheduler.o |
Start |
End |
Size |
% |
Line |
.text.bHasTimerFired |
0x00026a08 |
0x00026a56 |
78 |
100% |
11089 |
Expected total in zcl_reportScheduler.o file: |
78 |
Actual: |
78 |
100% |
11089 |
m_text / .text / zcl_reportStringHandling.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_SetPointerToStringStorage |
0x00026a56 |
0x00026a72 |
28 |
13% |
11091 |
.text.pu8ZCL_GetPointerToStringStorage |
0x00026a72 |
0x00026a88 |
22 |
10% |
11094 |
.text.vZCL_AllocateSpaceForStringReports |
0x00026a88 |
0x00026ab0 |
40 |
18% |
11097 |
.text.eZCL_CheckForStringAttributeChange |
0x00026ab0 |
0x00026af6 |
70 |
32% |
11100 |
.text.eZCL_CopyStringAttributeToPreviousValue |
0x00026af6 |
0x00026b36 |
64 |
29% |
11103 |
Expected total in zcl_reportStringHandling.o file: |
224 |
Actual: |
224 |
100% |
11091 |
m_text / .text / zcl_reportStructure.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_GetAttributeReportableEntry |
0x00026b36 |
0x00026b9e |
104 |
79% |
11106 |
.text.eZCL_DoesAttributeHaveReportableChange |
0x00026b9e |
0x00026bba |
28 |
22% |
11109 |
Expected total in zcl_reportStructure.o file: |
132 |
Actual: |
132 |
100% |
11106 |
m_text / .text / zcl_search.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SearchForAttributeEntry |
0x00026bba |
0x00026c44 |
138 |
19% |
11112 |
.text.eZCL_FindCluster |
0x00026c44 |
0x00026c84 |
64 |
9% |
11115 |
.text.pvZCL_GetAttributePointer |
0x00026c84 |
0x00026ce2 |
94 |
13% |
11118 |
.text.eZCL_GetLocalAttributeValue |
0x00026ce2 |
0x00026d7c |
154 |
22% |
11121 |
.text.eZCL_ReadLocalAttributeValue |
0x00026d7c |
0x00026db4 |
56 |
8% |
11124 |
.text.eZCL_SetLocalAttributeValue |
0x00026db4 |
0x00026e5c |
168 |
24% |
11127 |
.text.eZCL_WriteLocalAttributeValue |
0x00026e5c |
0x00026e94 |
56 |
8% |
11130 |
Expected total in zcl_search.o file: |
730 |
Actual: |
730 |
100% |
11112 |
m_text / .text / zcl_transmit.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_BuildTransmitAddressStructure |
0x00026e94 |
0x00026ef4 |
96 |
100% |
11133 |
Expected total in zcl_transmit.o file: |
96 |
Actual: |
96 |
100% |
11133 |
m_text / .text / bdb_start.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vStart |
0x00026ef4 |
0x00026efa |
6 |
50% |
11136 |
.text.BDB_vRejoinTimerCb |
0x00026efa |
0x00026f00 |
6 |
50% |
11139 |
Expected total in bdb_start.o file: |
12 |
Actual: |
12 |
100% |
11136 |
m_text / .text / bdb_state_machine.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vZclEventHandler |
0x00026f00 |
0x00026f10 |
16 |
100% |
11142 |
Expected total in bdb_state_machine.o file: |
16 |
Actual: |
16 |
100% |
11142 |
m_text / .text / bdb_ns.o |
Start |
End |
Size |
% |
Line |
.text.vNsTryNwkJoinAppCb |
0x00026f10 |
0x00026f12 |
2 |
100% |
11145 |
Expected total in bdb_ns.o file: |
2 |
Actual: |
2 |
100% |
11145 |
m_text / .text / bdb_nf.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vNfFormCentralizedNwk |
0x00026f12 |
0x00026f20 |
14 |
100% |
11148 |
Expected total in bdb_nf.o file: |
14 |
Actual: |
14 |
100% |
11148 |
m_text / .text / bdb_fb_common.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vFbZclHandler |
0x00026f20 |
0x00026f2c |
12 |
100% |
11151 |
Expected total in bdb_fb_common.o file: |
12 |
Actual: |
12 |
100% |
11151 |
m_text / .text / zps_apl_af.o |
Start |
End |
Size |
% |
Line |
.text.psFindSimpleDescContainer |
0x00026f2c |
0x00026f4c |
32 |
5% |
11154 |
.text.zps_eAplAfInit |
0x00026f4c |
0x00026f94 |
72 |
11% |
11156 |
.text.zps_eAplAfGetNodeDescriptor |
0x00026f94 |
0x00026fac |
24 |
4% |
11159 |
.text.zps_eAplAfUnicastDataReq |
0x00026fac |
0x00026ff4 |
72 |
11% |
11162 |
.text.zps_eAplAfUnicastAckDataReq |
0x00026ff4 |
0x0002703e |
74 |
11% |
11165 |
.text.zps_eAplAfUnicastIeeeDataReq |
0x0002703e |
0x00027070 |
50 |
8% |
11168 |
.text.zps_eAplAfUnicastIeeeAckDataReq |
0x00027070 |
0x000270a4 |
52 |
8% |
11171 |
.text.zps_eAplAfGroupDataReq |
0x000270a4 |
0x000270d2 |
46 |
7% |
11174 |
.text.zps_eAplAfBroadcastDataReq |
0x000270d2 |
0x00027118 |
70 |
10% |
11177 |
.text.zps_eAplAfBoundDataReq |
0x00027118 |
0x0002712a |
18 |
3% |
11180 |
.text.zps_eAplAfBoundAckDataReq |
0x0002712a |
0x0002713e |
20 |
3% |
11183 |
.text.ZPS_bIsGroupPresent |
0x0002713e |
0x00027176 |
56 |
8% |
11186 |
.text.vWrite16Nbo |
0x00027176 |
0x0002717e |
8 |
2% |
11189 |
.text.u16Read16Nbo |
0x0002717e |
0x00027182 |
4 |
1% |
11192 |
.text.vWrite32Nbo |
0x00027182 |
0x00027192 |
16 |
3% |
11195 |
.text.vWrite64Nbo |
0x00027192 |
0x000271b0 |
30 |
5% |
11198 |
.text.zps_eAfVerifyKeyReqRsp |
0x000271b0 |
0x000271ea |
58 |
9% |
11201 |
Expected total in zps_apl_af.o file: |
702 |
Actual: |
702 |
100% |
11154 |
m_text / .text / zps_apl_af_apsde.o |
Start |
End |
Size |
% |
Line |
.text.vFillApduErrorEvent |
0x000271ea |
0x00027228 |
62 |
9% |
11204 |
.text.vFillDataIndStruct |
0x00027228 |
0x0002727c |
84 |
12% |
11206 |
.text.zps_vAplAfHandleApsdeDcfmInd |
0x0002727c |
0x00027450 |
468 |
63% |
11208 |
.text.zps_vHandleApsdeDataFragIndNotSupported |
0x00027450 |
0x000274ae |
94 |
13% |
11211 |
.text.zps_vAplApsInitFragReceivePool |
0x000274ae |
0x000274d8 |
42 |
6% |
11214 |
Expected total in zps_apl_af_apsde.o file: |
750 |
Actual: |
750 |
100% |
11204 |
m_text / .text / zps_apl_task.o |
Start |
End |
Size |
% |
Line |
.text.psGetApsdeBuf |
0x000274d8 |
0x000274de |
6 |
4% |
11217 |
.text.psGetNldeBuf |
0x000274de |
0x000274e6 |
8 |
5% |
11219 |
.text.vPostNlmeDcfmInd |
0x000274e6 |
0x000274ea |
4 |
3% |
11221 |
.text.vPostApsmeDcfmInd |
0x000274ea |
0x000274ee |
4 |
3% |
11223 |
.text.vPostApsdeDcfmInd |
0x000274ee |
0x000274f2 |
4 |
3% |
11225 |
.text.vPostNldeDcfmInd |
0x000274f2 |
0x0002756e |
124 |
76% |
11227 |
.text.psGetNlmeBuf |
0x0002756e |
0x00027576 |
8 |
5% |
11229 |
.text.psGetApsmeBuf |
0x00027576 |
0x0002757c |
6 |
4% |
11231 |
Expected total in zps_apl_task.o file: |
164 |
Actual: |
164 |
100% |
11217 |
m_text / .text / zps_apl_apsde.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8AplApsTryFragmentation.constprop.0 |
0x0002757c |
0x000275be |
66 |
12% |
11233 |
.text.u8PostUnicastMsgToNHLE |
0x000275be |
0x0002760a |
76 |
14% |
11235 |
.text.ZPS_vAplRegisterApsdeDcfmIndCallbacks |
0x0002760a |
0x00027614 |
10 |
2% |
11237 |
.text.zps_vAplApsFillNldeAndDescend |
0x00027614 |
0x0002764a |
54 |
10% |
11240 |
.text.zps_vAplApsFillAndPostApsAck |
0x0002764a |
0x000276a0 |
86 |
16% |
11243 |
.text.zps_vAplApsInitDcfmPool |
0x000276a0 |
0x000276c4 |
36 |
7% |
11246 |
.text.zps_vApsApsFreeDcfmRecord |
0x000276c4 |
0x000276ca |
6 |
2% |
11249 |
.text.zps_u8AplApsGetNextDcfmHandle |
0x000276ca |
0x000276e0 |
22 |
4% |
11252 |
.text.zps_psApsApsGetDcfmRecord |
0x000276e0 |
0x0002770a |
42 |
8% |
11255 |
.text.zps_vAplApsInitFragTransmitPool |
0x0002770a |
0x0002772c |
34 |
7% |
11258 |
.text.zps_vAplApsCheckAndStartPollTimer |
0x0002772c |
0x00027766 |
58 |
11% |
11261 |
.text.zps_vAplApsPollTimer |
0x00027766 |
0x000277a2 |
60 |
11% |
11264 |
Expected total in zps_apl_apsde.o file: |
550 |
Actual: |
550 |
100% |
11233 |
m_text / .text / zps_apl_apsme.o |
Start |
End |
Size |
% |
Line |
.text.bIsBindTableMatch |
0x000277a2 |
0x000277e4 |
66 |
5% |
11267 |
.text.eRemoveEntryInBindingTable |
0x000277e4 |
0x0002784a |
102 |
8% |
11269 |
.text.eHandleRemoveEntryfromGroupTable |
0x0002784a |
0x000278c4 |
122 |
10% |
11271 |
.text.eHandleAddEntryToGroupTable |
0x000278c4 |
0x000278f6 |
50 |
4% |
11273 |
.text.ePopulatEndPointInGroupTable |
0x000278f6 |
0x000279a2 |
172 |
14% |
11275 |
.text.psApsmeRequestKeyGetHandle |
0x000279a2 |
0x000279fe |
92 |
7% |
11277 |
.text.ZPS_vAplRegisterApsmeDcfmIndCallbacks |
0x000279fe |
0x00027a08 |
10 |
1% |
11280 |
.text.zps_eAplApsmeBindReqRsp |
0x00027a08 |
0x00027ac0 |
184 |
14% |
11283 |
.text.zps_eAplApsmeUnBindReqRsp |
0x00027ac0 |
0x00027b5c |
156 |
12% |
11286 |
.text.zps_eAplApsmeAddGroupReqRsp |
0x00027b5c |
0x00027b78 |
28 |
3% |
11289 |
.text.zps_eAplApsmeRemoveGroupReqRsp |
0x00027b78 |
0x00027b94 |
28 |
3% |
11292 |
.text.zps_eAplApsmeRemoveAllGroupsReqRsp |
0x00027b94 |
0x00027bc6 |
50 |
4% |
11295 |
.text.zps_eAplApsmeCmdMgrSendCommand |
0x00027bc6 |
0x00027c7a |
180 |
14% |
11298 |
.text.zps_vAplApsmeCmdMgrRetryTimeout |
0x00027c7a |
0x00027ccc |
82 |
7% |
11301 |
Expected total in zps_apl_apsme.o file: |
1322 |
Actual: |
1322 |
100% |
11267 |
m_text / .text / zps_apl_aps_nlde.o |
Start |
End |
Size |
% |
Line |
.text.vStopTimerOnTransportKey |
0x00027ccc |
0x00027d00 |
52 |
60% |
11303 |
.text.zps_vAplApsInitDuplicateTable |
0x00027d00 |
0x00027d24 |
36 |
41% |
11305 |
Expected total in zps_apl_aps_nlde.o file: |
88 |
Actual: |
88 |
100% |
11303 |
m_text / .text / zps_apl_sec.o |
Start |
End |
Size |
% |
Line |
.text.vTransformKey.constprop.0 |
0x00027d24 |
0x00027d86 |
98 |
9% |
11308 |
.text.ZPS_u16crc |
0x00027d86 |
0x00027dca |
68 |
6% |
11310 |
.text.zps_pvAesGetKeyFromInstallCode |
0x00027dca |
0x00027e0e |
68 |
6% |
11313 |
.text.zps_vGenerateHashForVerifiedKey |
0x00027e0e |
0x00027e2e |
32 |
3% |
11316 |
.text.zps_psFindKeyDescr |
0x00027e2e |
0x00027f1a |
236 |
21% |
11319 |
.text.ZPS_u8AplGetJoinStatus |
0x00027f1a |
0x00027f50 |
54 |
5% |
11322 |
.text.zps_eAplSecEncryptPacket |
0x00027f50 |
0x00028066 |
278 |
24% |
11325 |
.text.zps_vAplSecSetInitialSecurityState |
0x00028066 |
0x000281b6 |
336 |
29% |
11328 |
Expected total in zps_apl_sec.o file: |
1170 |
Actual: |
1170 |
100% |
11308 |
m_text / .text / zps_apl_aib.o |
Start |
End |
Size |
% |
Line |
.text.zps_psAplAibGetAib |
0x000281b6 |
0x000281ba |
4 |
2% |
11331 |
.text.zps_u64AplAibGetApsUseExtendedPanId |
0x000281ba |
0x000281c2 |
8 |
3% |
11334 |
.text.zps_eAplAibSetApsUseExtendedPanId |
0x000281c2 |
0x000281d8 |
22 |
6% |
11337 |
.text.zps_pu32AplAibGetApsChannelMask |
0x000281d8 |
0x00028208 |
48 |
13% |
11340 |
.text.zps_eAplAibSetApsChannelMaskByMacID |
0x00028208 |
0x00028222 |
26 |
7% |
11343 |
.text.zps_eAplAibSetApsChannelMask |
0x00028222 |
0x0002823c |
26 |
7% |
11346 |
.text.zps_eAplAibSetApsUseInstallCode |
0x0002823c |
0x00028246 |
10 |
3% |
11349 |
.text.zps_bAplAibGetApsUseInsecureJoin |
0x00028246 |
0x00028252 |
12 |
4% |
11352 |
.text.zps_eAplAibSetApsTrustCenterAddress |
0x00028252 |
0x00028268 |
22 |
6% |
11355 |
.text.zps_eAplAibGetApsTrustCenterAddress |
0x00028268 |
0x00028270 |
8 |
3% |
11358 |
.text.zps_eAplAibRemoveBindTableEntryForMacAddress |
0x00028270 |
0x000282c8 |
88 |
23% |
11361 |
.text.zps_eAplAibSetDeviceApsKeyType |
0x000282c8 |
0x00028332 |
106 |
28% |
11364 |
.text.zps_psAplDefaultTrustCenterAPSLinkKey |
0x00028332 |
0x00028338 |
6 |
2% |
11367 |
Expected total in zps_apl_aib.o file: |
386 |
Actual: |
386 |
100% |
11331 |
m_text / .text / zps_apl_zdo_nwkmanager.o |
Start |
End |
Size |
% |
Line |
.text.zps_vExpireRequestKeyReq |
0x00028338 |
0x0002837e |
70 |
3% |
11370 |
.text.vHandleUpdateDeviceIndication |
0x0002837e |
0x000283b6 |
56 |
2% |
11372 |
.text.zps_vAplInitFactoryNewDistributedNetwork |
0x000283b6 |
0x000284b6 |
256 |
9% |
11374 |
.text.vAplSecAuthPollTimerExpiry |
0x000284b6 |
0x000284ee |
56 |
2% |
11376 |
.text.u32GetScanChannels.constprop.0 |
0x000284ee |
0x0002851e |
48 |
2% |
11378 |
.text.eStartNetworkDiscovery |
0x0002851e |
0x00028572 |
84 |
3% |
11380 |
.text.eRequestNetworkFormation |
0x00028572 |
0x000285b6 |
68 |
3% |
11382 |
.text.vOnMultiMacAuxChannelSelection |
0x000285b6 |
0x000285f6 |
64 |
3% |
11384 |
.text.vHandleSwitchKeyIndication |
0x000285f6 |
0x0002865a |
100 |
4% |
11386 |
.text.vAplSecRemoveLinkKey |
0x0002865a |
0x00028714 |
186 |
7% |
11388 |
.text.zps_vSaveAllZpsRecords |
0x00028714 |
0x00028736 |
34 |
2% |
11390 |
.text.zps_vAplLoadPersistedApsRecords |
0x00028736 |
0x000288cc |
406 |
14% |
11393 |
.text.zps_u8AplZdoGetRadioChannel |
0x000288cc |
0x000288d4 |
8 |
1% |
11396 |
.text.zps_eAplZdoGetDeviceType |
0x000288d4 |
0x000288da |
6 |
1% |
11399 |
.text.zps_pvAplZdoGetNwkHandle |
0x000288da |
0x000288de |
4 |
1% |
11402 |
.text.zps_psAplZdoGetNib |
0x000288de |
0x000288e2 |
4 |
1% |
11405 |
.text.zps_bAplZdoTrustCenterGetDevicePermissions |
0x000288e2 |
0x00028936 |
84 |
3% |
11408 |
.text.zps_eAplZdoAddReplaceLinkKey_W |
0x00028936 |
0x00028a3c |
262 |
9% |
11411 |
.text.eDiscoverNetworks |
0x00028a3c |
0x00028a7e |
66 |
3% |
11414 |
.text.zps_vAplZdoHandleApsmeDcfmInd |
0x00028a7e |
0x00028b00 |
130 |
5% |
11417 |
.text.ZPS_u8NwkManagerState |
0x00028b00 |
0x00028b0c |
12 |
1% |
11420 |
.text.ZPS_u16AplGetUnAuthenTimeoutValue |
0x00028b0c |
0x00028b18 |
12 |
1% |
11423 |
.text.zps_vPurgeAddressMap |
0x00028b18 |
0x00028b68 |
80 |
3% |
11426 |
.text.ZPS_bIsMacAddressUsedInApsTable |
0x00028b68 |
0x00028c22 |
186 |
7% |
11429 |
.text.ZPS_vSwapApsTableEntries |
0x00028c22 |
0x00028cca |
168 |
6% |
11432 |
.text.ZPS_vRemoveMacTableEntry |
0x00028cca |
0x00028d1c |
82 |
3% |
11435 |
.text.zps_eAplZdoStartRouter |
0x00028d1c |
0x00028dca |
174 |
6% |
11438 |
.text.zps_eAplFormDistributedNetworkRouter |
0x00028dca |
0x00028de4 |
26 |
1% |
11441 |
.text.ZPS_u8AplGetMaxPayloadSize |
0x00028de4 |
0x00028df4 |
16 |
1% |
11444 |
.text.ZPS_bAplDoesDeviceSupportFragmentation |
0x00028df4 |
0x00028e00 |
12 |
1% |
11447 |
.text.ZPS_vNMPurgeEntry |
0x00028e00 |
0x00028f14 |
276 |
10% |
11450 |
.text.zps_pu8AplZdoGetVsOUI |
0x00028f14 |
0x00028f18 |
4 |
1% |
11453 |
Expected total in zps_apl_zdo_nwkmanager.o file: |
3040 |
Actual: |
3040 |
100% |
11370 |
m_text / .text / zps_apl_zdo_trust_center.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplTrustCenterFindDevice |
0x00028f18 |
0x00028f5a |
66 |
87% |
11456 |
.text.ZPS_vSetTCLockDownOverride |
0x00028f5a |
0x00028f64 |
10 |
14% |
11459 |
Expected total in zps_apl_zdo_trust_center.o file: |
76 |
Actual: |
76 |
100% |
11456 |
m_text / .text / zps_apl_zdo_common.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdoNlmePermitJoiningWrapper |
0x00028f64 |
0x00028f8e |
42 |
39% |
11462 |
.text.zps_eAplZdoSendZdpResponse |
0x00028f8e |
0x00028fd0 |
66 |
62% |
11465 |
Expected total in zps_apl_zdo_common.o file: |
108 |
Actual: |
108 |
100% |
11462 |
m_text / .text / zps_apl_zdo_default_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoDefaultServerInit |
0x00028fd0 |
0x00028fd4 |
4 |
100% |
11468 |
Expected total in zps_apl_zdo_default_server.o file: |
4 |
Actual: |
4 |
100% |
11468 |
m_text / .text / zps_apl_mac_isr.o |
Start |
End |
Size |
% |
Line |
.text.vPostMcpsDcfmInd |
0x00028fd4 |
0x00028fd8 |
4 |
3% |
11471 |
.text.vPostMlmeDcfmInd |
0x00028fd8 |
0x00029076 |
158 |
85% |
11473 |
.text.zps_vAplAfPostImmediateToTimerQueue |
0x00029076 |
0x00029090 |
26 |
14% |
11475 |
Expected total in zps_apl_mac_isr.o file: |
188 |
Actual: |
188 |
100% |
11471 |
m_text / .text / zps_apl_zdo_nwk_addr_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoNwkAddrServerInit |
0x00029090 |
0x00029094 |
4 |
5% |
11478 |
.text.vZdoNwkAddrServerSendExtendResponse |
0x00029094 |
0x000290e0 |
76 |
95% |
11481 |
Expected total in zps_apl_zdo_nwk_addr_server.o file: |
80 |
Actual: |
80 |
100% |
11478 |
m_text / .text / zps_apl_zdo_ieee_addr_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoIeeeAddrServerInit |
0x000290e0 |
0x000290e4 |
4 |
5% |
11484 |
.text.vZdoIeeeAddrServerSendExtendResponse |
0x000290e4 |
0x00029130 |
76 |
95% |
11487 |
Expected total in zps_apl_zdo_ieee_addr_server.o file: |
80 |
Actual: |
80 |
100% |
11484 |
m_text / .text / zps_apl_zdo_match_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMatchDescServerInit |
0x00029130 |
0x00029134 |
4 |
100% |
11490 |
Expected total in zps_apl_zdo_match_desc_server.o file: |
4 |
Actual: |
4 |
100% |
11490 |
m_text / .text / zps_apl_zdo_node_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoNodeDescServerInit |
0x00029134 |
0x00029138 |
4 |
100% |
11493 |
Expected total in zps_apl_zdo_node_desc_server.o file: |
4 |
Actual: |
4 |
100% |
11493 |
m_text / .text / zps_apl_zdo_simple_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoSimpleDescServerInit |
0x00029138 |
0x0002913c |
4 |
100% |
11496 |
Expected total in zps_apl_zdo_simple_desc_server.o file: |
4 |
Actual: |
4 |
100% |
11496 |
m_text / .text / zps_apl_zdo_power_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoPowerDescServerInit |
0x0002913c |
0x00029140 |
4 |
100% |
11499 |
Expected total in zps_apl_zdo_power_desc_server.o file: |
4 |
Actual: |
4 |
100% |
11499 |
m_text / .text / zps_apl_zdo_active_ep_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoActiveEpServerInit |
0x00029140 |
0x00029144 |
4 |
100% |
11502 |
Expected total in zps_apl_zdo_active_ep_server.o file: |
4 |
Actual: |
4 |
100% |
11502 |
m_text / .text / zps_apl_zdo_device_annce_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoDeviceAnnceServerInit |
0x00029144 |
0x00029146 |
2 |
100% |
11505 |
Expected total in zps_apl_zdo_device_annce_server.o file: |
2 |
Actual: |
2 |
100% |
11505 |
m_text / .text / zps_apl_zdo_permit_joining_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoPermitJoiningServerInit |
0x00029146 |
0x0002914a |
4 |
100% |
11508 |
Expected total in zps_apl_zdo_permit_joining_server.o file: |
4 |
Actual: |
4 |
100% |
11508 |
m_text / .text / zps_apl_zdo_system_server_discovery_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoSystemServerDiscoveryServerInit |
0x0002914a |
0x0002914e |
4 |
100% |
11511 |
Expected total in zps_apl_zdo_system_server_discovery_server.o file: |
4 |
Actual: |
4 |
100% |
11511 |
m_text / .text / zps_apl_zdo_mgmt_lqi_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtLqiServerInit |
0x0002914e |
0x00029152 |
4 |
100% |
11514 |
Expected total in zps_apl_zdo_mgmt_lqi_server.o file: |
4 |
Actual: |
4 |
100% |
11514 |
m_text / .text / zps_apl_zdo_mgmt_rtg_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtRtgServerInit |
0x00029152 |
0x00029156 |
4 |
100% |
11517 |
Expected total in zps_apl_zdo_mgmt_rtg_server.o file: |
4 |
Actual: |
4 |
100% |
11517 |
m_text / .text / zps_apl_zdo_mgmt_leave_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtLeaveServerInit |
0x00029156 |
0x00029160 |
10 |
100% |
11520 |
Expected total in zps_apl_zdo_mgmt_leave_server.o file: |
10 |
Actual: |
10 |
100% |
11520 |
m_text / .text / zps_apl_zdo_mgmt_nwk_update_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtNWKUpdateServerInit |
0x00029160 |
0x00029178 |
24 |
14% |
11523 |
.text.u16CalculateFailedTxCount |
0x00029178 |
0x000291a2 |
42 |
24% |
11526 |
.text.vResetFailedTxCount |
0x000291a2 |
0x000291c6 |
36 |
20% |
11529 |
.text.vChangeChannelTimerExpiry |
0x000291c6 |
0x00029214 |
78 |
44% |
11532 |
Expected total in zps_apl_zdo_mgmt_nwk_update_server.o file: |
180 |
Actual: |
180 |
100% |
11523 |
m_text / .text / zps_apl_zdo_bind_unbind_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoBindUnbindServerInit |
0x00029214 |
0x00029218 |
4 |
7% |
11534 |
.text.vAplZdoBindUnbindServerMapApsmeToZdp |
0x00029218 |
0x00029256 |
62 |
94% |
11537 |
Expected total in zps_apl_zdo_bind_unbind_server.o file: |
66 |
Actual: |
66 |
100% |
11534 |
m_text / .text / zps_apl_zdo_bound_data_request_manager.o |
Start |
End |
Size |
% |
Line |
.text.vZdoBdrmBackStopTimerExpiry |
0x00029256 |
0x00029276 |
32 |
100% |
11540 |
Expected total in zps_apl_zdo_bound_data_request_manager.o file: |
32 |
Actual: |
32 |
100% |
11540 |
m_text / .text / zps_apl_zdo_mgmt_bind_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtBindServerInit |
0x00029276 |
0x0002927a |
4 |
100% |
11543 |
Expected total in zps_apl_zdo_mgmt_bind_server.o file: |
4 |
Actual: |
4 |
100% |
11543 |
m_text / .text / zps_apl_zdp_apsde_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpResponseApsdeReq |
0x0002927a |
0x00029290 |
22 |
100% |
11546 |
Expected total in zps_apl_zdp_apsde_req.o file: |
22 |
Actual: |
22 |
100% |
11546 |
m_text / .text / zps_apl_zdp_bind_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpBindResponse |
0x00029290 |
0x000292b6 |
38 |
100% |
11549 |
Expected total in zps_apl_zdp_bind_rsp.o file: |
38 |
Actual: |
38 |
100% |
11549 |
m_text / .text / zps_apl_zdp_unbind_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpUnbindResponse |
0x000292b6 |
0x000292dc |
38 |
100% |
11552 |
Expected total in zps_apl_zdp_unbind_rsp.o file: |
38 |
Actual: |
38 |
100% |
11552 |
m_text / .text / zps_apl_zdp_mgmt_leave_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtLeaveResponse |
0x000292dc |
0x00029302 |
38 |
100% |
11555 |
Expected total in zps_apl_zdp_mgmt_leave_rsp.o file: |
38 |
Actual: |
38 |
100% |
11555 |
m_text / .text / zps_apl_zdp_mgmt_permit_joining_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtPermitJoiningResponse |
0x00029302 |
0x00029328 |
38 |
100% |
11558 |
Expected total in zps_apl_zdp_mgmt_permit_joining_rsp.o file: |
38 |
Actual: |
38 |
100% |
11558 |
m_text / .text / zps_mac_common.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_eMacRadioTypeFromPage |
0x00029328 |
0x00029336 |
14 |
6% |
11561 |
.text.ZPS_eMacRadioTypeFromChannelMask |
0x00029336 |
0x0002933c |
6 |
3% |
11564 |
.text.ZPS_u8MacGetLowChanForPage |
0x0002933c |
0x00029352 |
22 |
9% |
11567 |
.text.ZPS_u8MacGetChannelOffsetFromMask |
0x00029352 |
0x00029358 |
6 |
3% |
11570 |
.text.ZPS_u32MacGetChannelMaskFromNum |
0x00029358 |
0x0002939c |
68 |
27% |
11573 |
.text.zps_bMacConvertEnhancedBeacon |
0x0002939c |
0x000293e6 |
74 |
29% |
11576 |
.text.zps_vMacCommonMlmeCallBackHandler |
0x000293e6 |
0x0002941c |
54 |
21% |
11579 |
.text.vMacShimException |
0x0002941c |
0x00029426 |
10 |
4% |
11582 |
.text.TSV_eClose |
0x00029426 |
0x0002942a |
4 |
2% |
11585 |
Expected total in zps_mac_common.o file: |
258 |
Actual: |
258 |
100% |
11561 |
m_text / .text / zps_mac_ie.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8MacIECopyZigbeePayloadSubIE |
0x0002942a |
0x000294ee |
196 |
100% |
11588 |
Expected total in zps_mac_ie.o file: |
196 |
Actual: |
196 |
100% |
11588 |
m_text / .text / zps_mac_if_table.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_u8MacIFTGetNumInterfaces |
0x000294ee |
0x000294fa |
12 |
2% |
11591 |
.text.ZPS_u16MacIFTGetIDByChannelMask |
0x000294fa |
0x00029526 |
44 |
5% |
11594 |
.text.ZPS_u16MacIFTCheckForRadioType |
0x00029526 |
0x0002954c |
38 |
4% |
11597 |
.text.ZPS_u16MacIFTGetIDByRadioType |
0x0002954c |
0x00029574 |
40 |
5% |
11600 |
.text.ZPS_vMacIFTSetActiveChannel |
0x00029574 |
0x00029582 |
14 |
2% |
11603 |
.text.ZPS_u8GetChannelOffset |
0x00029582 |
0x000295aa |
40 |
5% |
11606 |
.text.ZPS_u8MacIFTGetChannelMaskCount |
0x000295aa |
0x000295ec |
66 |
7% |
11609 |
.text.ZPS_pu32MacIFTGetChannelMaskForPage |
0x000295ec |
0x0002962c |
64 |
7% |
11612 |
.text.ZPS_u8MacIFTAddUpdateChannelMask |
0x0002962c |
0x000296a2 |
118 |
12% |
11615 |
.text.ZPS_u8MacIFTNumOfEnabledInterfaces |
0x000296a2 |
0x000296ce |
44 |
5% |
11618 |
.text.ZPS_u8MacIFTGetIntfState |
0x000296ce |
0x000296f0 |
34 |
4% |
11621 |
.text.ZPS_vMacIFTSetIntfState |
0x000296f0 |
0x0002971a |
42 |
5% |
11624 |
.text.ZPS_u8MacIFTGetRouterAllowed |
0x0002971a |
0x0002973c |
34 |
4% |
11627 |
.text.ZPS_vMacIFTGetChannelMaskFromMacId |
0x0002973c |
0x0002977e |
66 |
7% |
11630 |
.text.ZPS_vMacIFTSetRouterAllowed |
0x0002977e |
0x000297a8 |
42 |
5% |
11633 |
.text.ZPS_vMacIFTUpdateMacInterface |
0x000297a8 |
0x000297ea |
66 |
7% |
11636 |
.text.ZPS_u32MacIFTGetChanMaskFromActChan |
0x000297ea |
0x0002984e |
100 |
11% |
11639 |
.text.ZPS_vMacIFTClearCounts |
0x0002984e |
0x000298d4 |
134 |
14% |
11642 |
Expected total in zps_mac_if_table.o file: |
998 |
Actual: |
998 |
100% |
11591 |
m_text / .text / zps_mac_shim.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_bMacIsMultiMac |
0x000298d4 |
0x000298d8 |
4 |
2% |
11645 |
.text.ZPS_u8MultiMacInitAuxChannel |
0x000298d8 |
0x000298dc |
4 |
2% |
11648 |
.text.ZPS_u8MultiMacSelectAuxChannel |
0x000298dc |
0x000298e0 |
4 |
2% |
11651 |
.text.ZPS_vMacModifyForZgp |
0x000298e0 |
0x000298e4 |
4 |
2% |
11654 |
.text.ZPS_vNwkHandleMcpsDcfmInd |
0x000298e4 |
0x000298e6 |
2 |
1% |
11657 |
.text.ZPS_u32MacSetTxBuffers |
0x000298e6 |
0x000298ea |
4 |
2% |
11660 |
.text.ZPS_vMacTask |
0x000298ea |
0x000298ec |
2 |
1% |
11663 |
.text.ZPS_u16MacPibGetCoordShortAddress |
0x000298ec |
0x000298f0 |
4 |
2% |
11666 |
.text.ZPS_u16MacPibGetPanId |
0x000298f0 |
0x000298f4 |
4 |
2% |
11669 |
.text.ZPS_u16MacPibGetShortAddr |
0x000298f4 |
0x000298f8 |
4 |
2% |
11672 |
.text.ZPS_bMacPibGetRxOnWhenIdle |
0x000298f8 |
0x000298fc |
4 |
2% |
11675 |
.text.ZPS_sMacPibGetCoordExtAddr |
0x000298fc |
0x00029908 |
12 |
6% |
11678 |
.text.ZPS_u8MacPibGetDsn |
0x00029908 |
0x0002990c |
4 |
2% |
11681 |
.text.ZPS_vMacPibSetCoordShortAddress |
0x0002990c |
0x00029910 |
4 |
2% |
11684 |
.text.ZPS_vMacPibSetMaxFrameTotalWaitTime |
0x00029910 |
0x00029914 |
4 |
2% |
11687 |
.text.ZPS_vMacPibSetTransactionPersistenceTime |
0x00029914 |
0x00029918 |
4 |
2% |
11690 |
.text.ZPS_vMacPibSetPanId |
0x00029918 |
0x0002991c |
4 |
2% |
11693 |
.text.ZPS_vMacPibSetShortAddr |
0x0002991c |
0x00029920 |
4 |
2% |
11696 |
.text.ZPS_vMacPibSetMinBe |
0x00029920 |
0x00029924 |
4 |
2% |
11699 |
.text.ZPS_vMacPibSetMaxBe |
0x00029924 |
0x00029928 |
4 |
2% |
11702 |
.text.ZPS_vMacPibSetMaxCsmaBackoffs |
0x00029928 |
0x0002992c |
4 |
2% |
11705 |
.text.ZPS_vMacPibSetRxOnWhenIdle |
0x0002992c |
0x00029930 |
4 |
2% |
11708 |
.text.ZPS_vMacPibSetRxOnWhenIdleForInterface |
0x00029930 |
0x00029938 |
8 |
4% |
11711 |
.text.ZPS_vMacPibSetCoordExtAddr |
0x00029938 |
0x0002994a |
18 |
8% |
11714 |
.text.ZPS_vMacPibSetAssociationPermit |
0x0002994a |
0x00029958 |
14 |
7% |
11717 |
.text.ZPS_vMacSetEBRPayloadJoin |
0x00029958 |
0x0002995a |
2 |
1% |
11720 |
.text.ZPS_vMacSetEBRPayloadReJoin |
0x0002995a |
0x0002995c |
2 |
1% |
11723 |
.text.ZPS_vMacPibSetDsn |
0x0002995c |
0x00029960 |
4 |
2% |
11726 |
.text.ZPS_vMacPibSetExtAddr |
0x00029960 |
0x00029964 |
4 |
2% |
11729 |
.text.ZPS_vMacPibSetRxInCca |
0x00029964 |
0x00029968 |
4 |
2% |
11732 |
.text.ZPS_vMacSetVsOUIBytes |
0x00029968 |
0x0002996a |
2 |
1% |
11735 |
.text.ZPS_eMacPlmeGet |
0x0002996a |
0x0002996e |
4 |
2% |
11738 |
.text.ZPS_eMacPlmeSet |
0x0002996e |
0x00029972 |
4 |
2% |
11741 |
.text.ZPS_vMacBeaconRequest |
0x00029972 |
0x00029980 |
14 |
7% |
11744 |
.text.ZPS_vMacRestoreInterfaceState |
0x00029980 |
0x00029982 |
2 |
1% |
11747 |
.text.ZPS_u8MacSetTXPower |
0x00029982 |
0x00029986 |
4 |
2% |
11750 |
.text.ZPS_u8MacGetTXPower |
0x00029986 |
0x0002998a |
4 |
2% |
11753 |
.text.ZPS_u8MacDeleteTXPower |
0x0002998a |
0x0002998e |
4 |
2% |
11756 |
.text.ZPS_u8MacClearTXPowerTable |
0x0002998e |
0x00029992 |
4 |
2% |
11759 |
.text.TSV_eOpen |
0x00029992 |
0x0002999e |
12 |
6% |
11762 |
.text.TSV_eStop |
0x0002999e |
0x000299b0 |
18 |
8% |
11765 |
.text.APP_bMultimaskJoinCallBack |
0x000299b0 |
0x000299b8 |
8 |
4% |
11768 |
Expected total in zps_mac_shim.o file: |
228 |
Actual: |
228 |
100% |
11645 |
m_text / .text / zps_fslMac.o |
Start |
End |
Size |
% |
Line |
.text.MAC_GetPib.isra.0 |
0x000299b8 |
0x000299fe |
70 |
49% |
11771 |
.text.MAC_SetPib.isra.0 |
0x000299fe |
0x00029a32 |
52 |
37% |
11773 |
.text.SOC_ZPS_vMacPibSetBeaconRequestLqiThreshold |
0x00029a32 |
0x00029a34 |
2 |
2% |
11775 |
.text.SOC_ZPS_vMacPibSetRxInCca |
0x00029a34 |
0x00029a36 |
2 |
2% |
11778 |
.text.SOC_ZPS_u8MacSetTXPower |
0x00029a36 |
0x00029a3a |
4 |
3% |
11781 |
.text.SOC_ZPS_u8MacGetTXPower |
0x00029a3a |
0x00029a3e |
4 |
3% |
11784 |
.text.vAppApiEnableBeaconResponse |
0x00029a3e |
0x00029a40 |
2 |
2% |
11787 |
.text.SOC_ZPS_u8MacDeleteTXPower |
0x00029a40 |
0x00029a44 |
4 |
3% |
11790 |
.text.SOC_ZPS_u8MacClearTXPowerTable |
0x00029a44 |
0x00029a48 |
4 |
3% |
11793 |
Expected total in zps_fslMac.o file: |
144 |
Actual: |
144 |
100% |
11771 |
m_text / .text / zps_nwk_dcim.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkRegisterNlmeDcfmIndCallbacks |
0x00029a48 |
0x00029a56 |
14 |
19% |
11796 |
.text.ZPS_vNwkRegisterNldeDcfmIndCallbacks |
0x00029a56 |
0x00029a64 |
14 |
19% |
11799 |
.text.zps_psNwkDcfmIndGetBuf |
0x00029a64 |
0x00029a7a |
22 |
29% |
11802 |
.text.zps_eNwkDcfmIndPost |
0x00029a7a |
0x00029a94 |
26 |
35% |
11805 |
Expected total in zps_nwk_dcim.o file: |
76 |
Actual: |
76 |
100% |
11796 |
m_text / .text / zps_nwk_leave.o |
Start |
End |
Size |
% |
Line |
.text.eLeaveDataDcfmRemoteLeave |
0x00029a94 |
0x00029ad2 |
62 |
22% |
11808 |
.text.eLeaveDataDcfmLocalLeave |
0x00029ad2 |
0x00029b2c |
90 |
32% |
11810 |
.text.eLeaveReset |
0x00029b2c |
0x00029b84 |
88 |
31% |
11812 |
.text.zps_psNwkPropagateLocalLeave |
0x00029b84 |
0x00029bb0 |
44 |
16% |
11814 |
Expected total in zps_nwk_leave.o file: |
284 |
Actual: |
284 |
100% |
11808 |
m_text / .text / zps_nwk_lib.o |
Start |
End |
Size |
% |
Line |
.text.zps_eSmeGenlIllegal |
0x00029bb0 |
0x00029bb6 |
6 |
7% |
11817 |
.text.zps_eSceGenlIllegal |
0x00029bb6 |
0x00029bbc |
6 |
7% |
11820 |
.text.zps_vNwkLibU16ToPayload |
0x00029bbc |
0x00029bc4 |
8 |
9% |
11823 |
.text.zps_vNwkLibU32ToPayload |
0x00029bc4 |
0x00029bd4 |
16 |
18% |
11826 |
.text.zps_vNwkLibU64ToPayload |
0x00029bd4 |
0x00029bf2 |
30 |
34% |
11829 |
.text.zps_u16NwkLibFromPayload |
0x00029bf2 |
0x00029bf6 |
4 |
5% |
11832 |
.text.zps_u64NwkLibFromPayload |
0x00029bf6 |
0x00029bfe |
8 |
9% |
11835 |
.text.zps_u8NwkLibChannelLow |
0x00029bfe |
0x00029c04 |
6 |
7% |
11838 |
.text.zps_u8NwkLibChannelHigh |
0x00029c04 |
0x00029c0a |
6 |
7% |
11841 |
Expected total in zps_nwk_lib.o file: |
90 |
Actual: |
90 |
100% |
11817 |
m_text / .text / zps_nwk_lkst.o |
Start |
End |
Size |
% |
Line |
.text.eSendLinkStatusDataDcfmCb |
0x00029c0a |
0x00029c38 |
46 |
10% |
11844 |
.text.zps_vAgeRouter |
0x00029c38 |
0x00029c8e |
86 |
18% |
11846 |
.text.zps_vAddToSortedActiveNtList |
0x00029c8e |
0x00029cf0 |
98 |
20% |
11849 |
.text.zps_eNwkHandleSceLinkStatus |
0x00029cf0 |
0x00029df4 |
260 |
54% |
11852 |
Expected total in zps_nwk_lkst.o file: |
490 |
Actual: |
490 |
100% |
11844 |
m_text / .text / zps_nwk_maint.o |
Start |
End |
Size |
% |
Line |
.text.eUnsolicitedRejoinRspDataDcfm |
0x00029df4 |
0x00029e18 |
36 |
3% |
11855 |
.text.zps_vSendNwkStatusInd |
0x00029e18 |
0x00029e3e |
38 |
3% |
11857 |
.text.vHandleNwkLocalUpdateAfterBcast |
0x00029e3e |
0x00029ea6 |
104 |
7% |
11860 |
.text.vHandleNwkRemoteUpdateAfterBcast |
0x00029ea6 |
0x00029ef6 |
80 |
5% |
11862 |
.text.eEdTimeoutRequestDataDcfm |
0x00029ef6 |
0x00029f14 |
30 |
2% |
11864 |
.text.zps_bNwkIsBeaconZigbee |
0x00029f14 |
0x00029f26 |
18 |
2% |
11866 |
.text.zps_vNwkRemoveConflictedBroadcast |
0x00029f26 |
0x00029f70 |
74 |
5% |
11869 |
.text.zps_vProcessLocalAddrConflict |
0x00029f70 |
0x0002a022 |
178 |
11% |
11872 |
.text.zps_eNwkHandleSceNwkStatus |
0x0002a022 |
0x0002a160 |
318 |
20% |
11875 |
.text.zps_psSendNetworkReportCmd |
0x0002a160 |
0x0002a234 |
212 |
13% |
11878 |
.text.vSendNetworkReport |
0x0002a234 |
0x0002a238 |
4 |
1% |
11881 |
.text.vSendNetworkUpdate |
0x0002a238 |
0x0002a2d0 |
152 |
10% |
11883 |
.text.ZPS_vRemoveEntryFromAddressMap |
0x0002a2d0 |
0x0002a31e |
78 |
5% |
11885 |
.text.ZPS_u64NwkNibGetMappedIeeeAddr |
0x0002a31e |
0x0002a344 |
38 |
3% |
11888 |
.text.eCheckAddrConflict.constprop.0 |
0x0002a344 |
0x0002a3ce |
138 |
9% |
11891 |
.text.ZPS_vNwkUpdateTxBytesForNeighbor |
0x0002a3ce |
0x0002a402 |
52 |
4% |
11893 |
.text.ZPS_vNwkUpdateRxBytesForNeighbor |
0x0002a402 |
0x0002a436 |
52 |
4% |
11896 |
.text.ZPS_u8nwkNewIDtest |
0x0002a436 |
0x0002a458 |
34 |
3% |
11899 |
Expected total in zps_nwk_maint.o file: |
1636 |
Actual: |
1636 |
100% |
11855 |
m_text / .text / zps_nwk_mcps.o |
Start |
End |
Size |
% |
Line |
.text.vNwkMcpsTimerCallback |
0x0002a458 |
0x0002a46c |
20 |
3% |
11902 |
.text.vProcessTimedList |
0x0002a46c |
0x0002a4ac |
64 |
8% |
11905 |
.text.vInitUnknownNeighbor |
0x0002a4ac |
0x0002a53e |
146 |
17% |
11907 |
.text.ZPS_bHookMcpsDcfmFail |
0x0002a53e |
0x0002a540 |
2 |
1% |
11909 |
.text.ZPS_bHookMcpsDcfmInd |
0x0002a540 |
0x0002a554 |
20 |
3% |
11912 |
.text.zps_vNwkMcpsMgrPostTimed |
0x0002a554 |
0x0002a56a |
22 |
3% |
11915 |
.text.zps_psNwkMcpsMgrAllocateReqDescr |
0x0002a56a |
0x0002a572 |
8 |
1% |
11918 |
.text.zps_bNwkMcpsMgrRemoveDescrFromLists |
0x0002a572 |
0x0002a5b0 |
62 |
7% |
11921 |
.text.zps_bNwkMcpsMgrDfcmBitmapUpdateAndCheck |
0x0002a5b0 |
0x0002a5e8 |
56 |
7% |
11924 |
.text.zps_psNwkMcpsMgrFindSubmittedByHandle |
0x0002a5e8 |
0x0002a602 |
26 |
3% |
11927 |
.text.zps_psNwkMcpsMgrFindPendingByNwkDstAddr |
0x0002a602 |
0x0002a614 |
18 |
3% |
11930 |
.text.zps_psNwkMcpsMgrFindByBtr |
0x0002a614 |
0x0002a63a |
38 |
5% |
11933 |
.text.zps_vNwkMcpsMgrTidyBtrReqDescr |
0x0002a63a |
0x0002a65e |
36 |
5% |
11936 |
.text.zps_u8NwkAllocateMcpsHandle |
0x0002a65e |
0x0002a6a4 |
70 |
8% |
11939 |
.text.zps_vNwkFreeMcpsHandle |
0x0002a6a4 |
0x0002a6c2 |
30 |
4% |
11942 |
.text.ZPS_vNwkMacDataPollRequest |
0x0002a6c2 |
0x0002a720 |
94 |
11% |
11945 |
.text.zps_vNwkMcpsMgrPost |
0x0002a720 |
0x0002a742 |
34 |
4% |
11948 |
.text.zps_vNwkMcpsMgrRemoveAndMakeLimbo |
0x0002a742 |
0x0002a76a |
40 |
5% |
11951 |
.text.ZPS_vNwkHandleMcpsVsDcfm |
0x0002a76a |
0x0002a7d0 |
102 |
12% |
11954 |
Expected total in zps_nwk_mcps.o file: |
888 |
Actual: |
888 |
100% |
11902 |
m_text / .text / zps_nwk_nib.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkDefaultStateMachines |
0x0002a7d0 |
0x0002a82c |
92 |
3% |
11957 |
.text.ZPS_psNwkNibGetHandle |
0x0002a82c |
0x0002a832 |
6 |
1% |
11960 |
.text.ZPS_u16NwkNibGetNwkAddr |
0x0002a832 |
0x0002a836 |
4 |
1% |
11963 |
.text.ZPS_u64NwkNibGetExtAddr |
0x0002a836 |
0x0002a83a |
4 |
1% |
11966 |
.text.ZPS_u16NwkNibGetMacPanId |
0x0002a83a |
0x0002a83e |
4 |
1% |
11969 |
.text.ZPS_vNwkNibIncSeqNum |
0x0002a83e |
0x0002a84a |
12 |
1% |
11972 |
.text.ZPS_u64NwkNibGetEpid |
0x0002a84a |
0x0002a850 |
6 |
1% |
11975 |
.text.ZPS_vNwkNibClearTables |
0x0002a850 |
0x0002a956 |
262 |
9% |
11978 |
.text.ZPS_vNwkNibClearDiscoveryNT |
0x0002a956 |
0x0002a976 |
32 |
2% |
11981 |
.text.ZPS_bNwkNibNtActvMatch |
0x0002a976 |
0x0002aa0a |
148 |
5% |
11984 |
.text.bCheckNwkAddr |
0x0002aa0a |
0x0002aa52 |
72 |
3% |
11987 |
.text.ZPS_bNwkNibNtActvUnusedChild |
0x0002aa52 |
0x0002aa7a |
40 |
2% |
11990 |
.text.ZPS_u8NwkNibNtDiscMatch |
0x0002aa7a |
0x0002ab00 |
134 |
5% |
11993 |
.text.ZPS_u64NwkNibFindExtAddr |
0x0002ab00 |
0x0002abac |
172 |
6% |
11996 |
.text.ZPS_u16NwkNibFindNwkAddr |
0x0002abac |
0x0002ac4a |
158 |
6% |
11999 |
.text.ZPS_vNwkNibSetNwkAddrNibOnly |
0x0002ac4a |
0x0002ac54 |
10 |
1% |
12002 |
.text.ZPS_vNwkNibSetKeySeqNum |
0x0002ac54 |
0x0002ac68 |
20 |
1% |
12005 |
.text.ZPS_vNwkNibSetPanId |
0x0002ac68 |
0x0002ac84 |
28 |
1% |
12008 |
.text.ZPS_vNwkNibSetCapabilityInfo |
0x0002ac84 |
0x0002acac |
40 |
2% |
12011 |
.text.ZPS_vNwkNibSetChannel |
0x0002acac |
0x0002acce |
34 |
2% |
12014 |
.text.ZPS_vNwkNibSetAuxChannel |
0x0002acce |
0x0002acf0 |
34 |
2% |
12017 |
.text.ZPS_vNwkNibSetParentAddr |
0x0002acf0 |
0x0002ad0a |
26 |
1% |
12020 |
.text.ZPS_vNwkSaveNt |
0x0002ad0a |
0x0002ad26 |
28 |
1% |
12023 |
.text.ZPS_vNwkSaveSecMat |
0x0002ad26 |
0x0002ad5e |
56 |
2% |
12026 |
.text.ZPS_vNwkSaveAllRecords |
0x0002ad5e |
0x0002ad74 |
22 |
1% |
12029 |
.text.ZPS_pvNwkRestoreFrameCounter |
0x0002ad74 |
0x0002ad9c |
40 |
2% |
12032 |
.text.ZPS_vNwkNibSetTables |
0x0002ad9c |
0x0002add6 |
58 |
2% |
12035 |
.text.ZPS_bNwkGetAliasStatus |
0x0002add6 |
0x0002addc |
6 |
1% |
12038 |
.text.ZPS_bNwkGetAliasApsCounter |
0x0002addc |
0x0002ade2 |
6 |
1% |
12041 |
.text.ZPS_vNwkPurgeMacAddressAndRelatedEntries |
0x0002ade2 |
0x0002af02 |
288 |
10% |
12044 |
.text.ZPS_vNwkNibCheckAndUpdateAddresses |
0x0002af02 |
0x0002afc6 |
196 |
7% |
12047 |
.text.zps_vBuildSortedActvNTList |
0x0002afc6 |
0x0002b016 |
80 |
3% |
12050 |
.text.ZPS_vNtSetAuthStatus |
0x0002b016 |
0x0002b03c |
38 |
2% |
12053 |
.text.zps_sNwkNibNtCheckJoin |
0x0002b03c |
0x0002b2a2 |
614 |
20% |
12056 |
.text.zps_vNwkSetZgpAlias |
0x0002b2a2 |
0x0002b2b6 |
20 |
1% |
12059 |
.text.ZPS_vNwkMacEntriesClear |
0x0002b2b6 |
0x0002b364 |
174 |
6% |
12062 |
.text.ZPS_vPurgeJoinManagerEntry |
0x0002b364 |
0x0002b384 |
32 |
2% |
12065 |
.text.zps_vCleanUnAuthenHandleExpiry |
0x0002b384 |
0x0002b416 |
146 |
5% |
12068 |
.text.ZPS_vHookfcOverflowEvent |
0x0002b416 |
0x0002b418 |
2 |
1% |
12071 |
Expected total in zps_nwk_nib.o file: |
3144 |
Actual: |
3144 |
100% |
11957 |
m_text / .text / zps_nwk_nlde.o |
Start |
End |
Size |
% |
Line |
.text.eNldeDataDcfm |
0x0002b418 |
0x0002b43e |
38 |
43% |
12074 |
.text.ZPS_u8NwkCalcNldeReqOverhead |
0x0002b43e |
0x0002b472 |
52 |
58% |
12076 |
Expected total in zps_nwk_nlde.o file: |
90 |
Actual: |
90 |
100% |
12074 |
m_text / .text / zps_nwk_pmjn.o |
Start |
End |
Size |
% |
Line |
.text.vPermitJoinHandleExpiry |
0x0002b472 |
0x0002b478 |
6 |
100% |
12079 |
Expected total in zps_nwk_pmjn.o file: |
6 |
Actual: |
6 |
100% |
12079 |
m_text / .text / zps_nwk_rt.o |
Start |
End |
Size |
% |
Line |
.text.eRouteRequestDataDcfm |
0x0002b478 |
0x0002b4a6 |
46 |
4% |
12081 |
.text.zps_vExpireOldRoutes |
0x0002b4a6 |
0x0002b500 |
90 |
7% |
12083 |
.text.vFreePendingReqDescr |
0x0002b500 |
0x0002b554 |
84 |
7% |
12086 |
.text.zps_vNwkHandleCmeStartRouterReq |
0x0002b554 |
0x0002b5a4 |
80 |
7% |
12089 |
.text.zps_vStartRouter |
0x0002b5a4 |
0x0002b5a8 |
4 |
1% |
12092 |
.text.zps_psNwkRtMatchNwkAddr |
0x0002b5a8 |
0x0002b5ea |
66 |
5% |
12095 |
.text.zps_vRemoveRoute |
0x0002b5ea |
0x0002b666 |
124 |
10% |
12098 |
.text.zps_vRemoveNextHop |
0x0002b666 |
0x0002b70e |
168 |
13% |
12101 |
.text.zps_eNwkRtDiscMatch |
0x0002b70e |
0x0002b770 |
98 |
8% |
12104 |
.text.zps_eNwkRctMatchNwkAddr |
0x0002b770 |
0x0002b7d2 |
98 |
8% |
12107 |
.text.zps_eNwkHandleSceRouteRecord |
0x0002b7d2 |
0x0002b8c0 |
238 |
19% |
12110 |
.text.zps_vNwkSendAnyPendingData |
0x0002b8c0 |
0x0002b8fc |
60 |
5% |
12113 |
.text.vHandleRouteDiscoveryExpiry |
0x0002b8fc |
0x0002b9a0 |
164 |
13% |
12116 |
Expected total in zps_nwk_rt.o file: |
1320 |
Actual: |
1320 |
100% |
12081 |
m_text / .text / zps_nwk_sec.o |
Start |
End |
Size |
% |
Line |
.text.zps_eNwkSecEncryptPacket |
0x0002b9a0 |
0x0002ba64 |
196 |
34% |
12118 |
.text.ZPS_bNwkSecCheckFC |
0x0002ba64 |
0x0002baba |
86 |
15% |
12121 |
.text.zps_vNwkSecClearMatSet |
0x0002baba |
0x0002bae0 |
38 |
7% |
12124 |
.text.ZPS_bNwkSecFindMatSet |
0x0002bae0 |
0x0002bb10 |
48 |
9% |
12127 |
.text.ZPS_bNwkSecCheckMatSet |
0x0002bb10 |
0x0002bb3e |
46 |
8% |
12130 |
.text.ZPS_bNwkSecHaveNetworkKey |
0x0002bb3e |
0x0002bb6e |
48 |
9% |
12133 |
.text.ZPS_vNwkSecResetDevice |
0x0002bb6e |
0x0002bbb0 |
66 |
12% |
12136 |
.text.ZPS_pvNwkSecGetNetworkKey |
0x0002bbb0 |
0x0002bbe2 |
50 |
9% |
12139 |
Expected total in zps_nwk_sec.o file: |
578 |
Actual: |
578 |
100% |
12118 |
m_text / .text / zps_nwk_slist.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkSlistInit |
0x0002bbe2 |
0x0002bbea |
8 |
6% |
12142 |
.text.zps_vNwkSlistAddToHead |
0x0002bbea |
0x0002bbf6 |
12 |
9% |
12145 |
.text.zps_vNwkSlistAddToTail |
0x0002bbf6 |
0x0002bc0a |
20 |
15% |
12148 |
.text.zps_vNwkSlistInsertAfter |
0x0002bc0a |
0x0002bc1c |
18 |
13% |
12151 |
.text.zps_psNwkSlistRemoveFromHead |
0x0002bc1c |
0x0002bc2c |
16 |
12% |
12154 |
.text.zps_psNwkSlistRemove |
0x0002bc2c |
0x0002bc5c |
48 |
35% |
12157 |
.text.zps_vNwkSlistMakeLimboNode |
0x0002bc5c |
0x0002bc64 |
8 |
6% |
12160 |
.text.zps_bNwkSlistIsLimboNode |
0x0002bc64 |
0x0002bc6e |
10 |
8% |
12163 |
Expected total in zps_nwk_slist.o file: |
140 |
Actual: |
140 |
100% |
12142 |
m_text / .text / zps_nwk_subghz.o |
Start |
End |
Size |
% |
Line |
.text.zps_eNwkHandleSmeDutyCycleInd |
0x0002bc6e |
0x0002bc92 |
36 |
5% |
12166 |
.text.zps_eNwkHandleSceNwkLinkPowerDelta |
0x0002bc92 |
0x0002bdc4 |
306 |
40% |
12169 |
.text.ZPS_bNwkCoordLinkPowerDeltaNtfcn |
0x0002bdc4 |
0x0002be58 |
148 |
20% |
12172 |
.text.ZPS_vLinkPowerDeltaTimerExpiry |
0x0002be58 |
0x0002be66 |
14 |
2% |
12175 |
.text.ZPS_vNwkNibNTUpdateTxPower |
0x0002be66 |
0x0002beca |
100 |
13% |
12178 |
.text.ZPS_bMACTxPowerTableInitialise |
0x0002beca |
0x0002bf26 |
92 |
12% |
12181 |
.text.ZPS_u16NwkNibNtGetMacIDByAddress |
0x0002bf26 |
0x0002bf70 |
74 |
10% |
12184 |
Expected total in zps_nwk_subghz.o file: |
770 |
Actual: |
770 |
100% |
12166 |
m_text / .text / zps_nwk_actv_st.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeGetResources |
0x0002bf70 |
0x0002c000 |
144 |
95% |
12187 |
.text.zps_eNwkActvStInit |
0x0002c000 |
0x0002c008 |
8 |
6% |
12190 |
Expected total in zps_nwk_actv_st.o file: |
152 |
Actual: |
152 |
100% |
12187 |
m_text / .text / zps_nwk_btt.o |
Start |
End |
Size |
% |
Line |
.text.vNwkBttTimerExpiry |
0x0002c008 |
0x0002c0e8 |
224 |
89% |
12193 |
.text.zps_vNwkBttProcessPassiveAck |
0x0002c0e8 |
0x0002c104 |
28 |
12% |
12195 |
Expected total in zps_nwk_btt.o file: |
252 |
Actual: |
252 |
100% |
12193 |
m_text / .text / zps_nwk_disc_st.o |
Start |
End |
Size |
% |
Line |
.text.eSmeEdScScanDcfm |
0x0002c104 |
0x0002c142 |
62 |
9% |
12198 |
.text.eSmeASFlBeaconInd |
0x0002c142 |
0x0002c160 |
30 |
5% |
12200 |
.text.zps_NwkSortDiscoveryTable.constprop.0 |
0x0002c160 |
0x0002c1d6 |
118 |
17% |
12202 |
.text.eSmeGenlScanDcfm |
0x0002c1d6 |
0x0002c232 |
92 |
14% |
12204 |
.text.psAddToDiscNt.constprop.0 |
0x0002c232 |
0x0002c392 |
352 |
51% |
12206 |
.text.eSmeUDNTBeaconInd |
0x0002c392 |
0x0002c3b8 |
38 |
6% |
12208 |
.text.zps_eNwkDiscStInit |
0x0002c3b8 |
0x0002c3c0 |
8 |
2% |
12210 |
Expected total in zps_nwk_disc_st.o file: |
700 |
Actual: |
700 |
100% |
12198 |
m_text / .text / zps_nwk_form_st.o |
Start |
End |
Size |
% |
Line |
.text.bCheckMatchingEntry |
0x0002c3c0 |
0x0002c3e4 |
36 |
15% |
12213 |
.text.vSendDcfm |
0x0002c3e4 |
0x0002c406 |
34 |
15% |
12215 |
.text.eSmeEdScScanDcfm |
0x0002c406 |
0x0002c4b2 |
172 |
72% |
12217 |
Expected total in zps_nwk_form_st.o file: |
242 |
Actual: |
242 |
100% |
12213 |
m_text / .text / zps_nwk_frm.o |
Start |
End |
Size |
% |
Line |
.text.zps_eDefaultDataDcfm |
0x0002c4b2 |
0x0002c5c8 |
278 |
25% |
12219 |
.text.zps_bProcessUnicastRoute |
0x0002c5c8 |
0x0002c7ec |
548 |
50% |
12222 |
.text.zps_psSendBroadcastFrm |
0x0002c7ec |
0x0002c88a |
158 |
15% |
12225 |
.text.zps_psNwkInitCmdFrame |
0x0002c88a |
0x0002c90c |
130 |
12% |
12228 |
Expected total in zps_nwk_frm.o file: |
1114 |
Actual: |
1114 |
100% |
12219 |
m_text / .text / zps_nwk_join.o |
Start |
End |
Size |
% |
Line |
.text.zps_vCheckActvNtForDuplicate |
0x0002c90c |
0x0002c9b4 |
168 |
12% |
12231 |
.text.zps_vSendJoinDcfm |
0x0002c9b4 |
0x0002c9f2 |
62 |
5% |
12234 |
.text.zps_vNwkHandleCmeDirectJoinReq |
0x0002c9f2 |
0x0002ca6a |
120 |
9% |
12237 |
.text.zps_eNwkHandleSmeOrphanInd |
0x0002ca6a |
0x0002cb1e |
180 |
13% |
12240 |
.text.zps_vTidyActvNtAfterJoin |
0x0002cb1e |
0x0002cba8 |
138 |
10% |
12243 |
.text.eRejoinRspDataDcfm |
0x0002cba8 |
0x0002cc3a |
146 |
11% |
12246 |
.text.zps_eNwkHandleSceRejnResponse |
0x0002cc3a |
0x0002cc88 |
78 |
6% |
12248 |
.text.zps_vnwkJoinContinueRejoin |
0x0002cc88 |
0x0002cd22 |
154 |
11% |
12251 |
.text.zps_vNwkHandleCmeNwkActvJoinReq |
0x0002cd22 |
0x0002cd2c |
10 |
1% |
12254 |
.text.zps_eNwkSendJoinResponse |
0x0002cd2c |
0x0002ce60 |
308 |
22% |
12257 |
.text.zps_eNwkHandleSmeAssocInd |
0x0002ce60 |
0x0002ce90 |
48 |
4% |
12260 |
Expected total in zps_nwk_join.o file: |
1412 |
Actual: |
1412 |
100% |
12231 |
m_text / .text / zps_nwk_join_st.o |
Start |
End |
Size |
% |
Line |
.text.vGiveUp |
0x0002ce90 |
0x0002cec0 |
48 |
6% |
12263 |
.text.vFinish |
0x0002cec0 |
0x0002cf40 |
128 |
14% |
12264 |
.text.eSmeOrphScanDcfm |
0x0002cf40 |
0x0002cfae |
110 |
12% |
12265 |
.text.vCheckSleepingSendPoll |
0x0002cfae |
0x0002d02a |
124 |
14% |
12267 |
.text.eSmeRjPCPollDcfm |
0x0002d02a |
0x0002d066 |
60 |
7% |
12269 |
.text.eSmeAsocAssocDcfm |
0x0002d066 |
0x0002d10a |
164 |
18% |
12271 |
.text.eSceRjRsRejoinRsp |
0x0002d10a |
0x0002d1f4 |
234 |
25% |
12273 |
.text.zps_eRejoinDataDcfm |
0x0002d1f4 |
0x0002d234 |
64 |
7% |
12275 |
.text.zps_eNwkJoinStInit |
0x0002d234 |
0x0002d23c |
8 |
1% |
12278 |
Expected total in zps_nwk_join_st.o file: |
940 |
Actual: |
940 |
100% |
12263 |
m_text / .text / zps_nwk_mac.o |
Start |
End |
Size |
% |
Line |
.text.MAC_u64GetExtAddr |
0x0002d23c |
0x0002d248 |
12 |
100% |
12281 |
Expected total in zps_nwk_mac.o file: |
12 |
Actual: |
12 |
100% |
12281 |
m_text / .text / zps_nwk_scan.o |
Start |
End |
Size |
% |
Line |
.text.zps_sNwkLibSubmitScan |
0x0002d248 |
0x0002d284 |
60 |
47% |
12284 |
.text.zps_vNwkHandleCmeEdScanReq |
0x0002d284 |
0x0002d2c8 |
68 |
54% |
12287 |
Expected total in zps_nwk_scan.o file: |
128 |
Actual: |
128 |
100% |
12284 |
m_text / .text / zps_nwk_sync.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeSyncReq |
0x0002d2c8 |
0x0002d33a |
114 |
76% |
12290 |
.text.zps_eNwkHandleSmePollDcfm |
0x0002d33a |
0x0002d35e |
36 |
24% |
12293 |
Expected total in zps_nwk_sync.o file: |
150 |
Actual: |
150 |
100% |
12290 |
m_text / .text / zps_nwk_intf.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeSetInterface |
0x0002d35e |
0x0002d482 |
292 |
53% |
12296 |
.text.zps_vNwkHandleCmeGetInterface |
0x0002d482 |
0x0002d58e |
268 |
48% |
12299 |
Expected total in zps_nwk_intf.o file: |
560 |
Actual: |
560 |
100% |
12296 |
m_text / .text / zps_nwk_form.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeNwkFormReq |
0x0002d58e |
0x0002d636 |
168 |
97% |
12302 |
.text.zps_vNwkHandleCmeIdleNwkFormReq |
0x0002d636 |
0x0002d63c |
6 |
4% |
12305 |
Expected total in zps_nwk_form.o file: |
174 |
Actual: |
174 |
100% |
12302 |
m_text / .text / zps_apl_options.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vRegisterInterPanHandlers |
0x0002d63c |
0x0002d648 |
12 |
11% |
12308 |
.text.ZPS_vRegistercStubGreenPower |
0x0002d648 |
0x0002d654 |
12 |
11% |
12311 |
.text.ZPS_vInterceptMcpsDataCallback |
0x0002d654 |
0x0002d6ae |
90 |
79% |
12314 |
Expected total in zps_apl_options.o file: |
114 |
Actual: |
114 |
100% |
12308 |
m_text / .text / zps_apl_gp.o |
Start |
End |
Size |
% |
Line |
.text.zps_vZgpDeviceActiveTimerExpiry |
0x0002d6ae |
0x0002d76e |
192 |
25% |
12317 |
.text.vZGPdCfm |
0x0002d76e |
0x0002d79e |
48 |
7% |
12320 |
.text.vZGPParseMacMcpsData |
0x0002d79e |
0x0002d896 |
248 |
32% |
12323 |
.text.vPostToGreenPowerEndpoint |
0x0002d896 |
0x0002d9bc |
294 |
38% |
12326 |
Expected total in zps_apl_gp.o file: |
782 |
Actual: |
782 |
100% |
12317 |
m_text / .text / zps_bdir_gp.o |
Start |
End |
Size |
% |
Line |
.text.vZgpAgeTxQueue |
0x0002d9bc |
0x0002da50 |
148 |
13% |
12329 |
.text.zps_vCStub_DataReq |
0x0002da50 |
0x0002dc64 |
532 |
46% |
12332 |
.text.psFindGpTxQentry |
0x0002dc64 |
0x0002dcc2 |
94 |
9% |
12335 |
.text.zps_sZgpAddTxQueue |
0x0002dcc2 |
0x0002dd9c |
218 |
19% |
12338 |
.text.zps_bZgpRemoveTxQueue |
0x0002dd9c |
0x0002de24 |
136 |
12% |
12341 |
.text.vZgpSendTxAfterRx |
0x0002de24 |
0x0002de52 |
46 |
4% |
12344 |
Expected total in zps_bdir_gp.o file: |
1174 |
Actual: |
1174 |
100% |
12329 |
m_text / .text / zps_apl_gp_security.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_psZgpFindGpstEntry |
0x0002de52 |
0x0002deaa |
88 |
8% |
12347 |
.text.ZPS_sZgpAddDeviceSecurity |
0x0002deaa |
0x0002df62 |
184 |
16% |
12350 |
.text.ZPS_vZgpInitGpSecurityTable |
0x0002df62 |
0x0002df8e |
44 |
4% |
12353 |
.text.u8ZgpCCMStarEncrypt |
0x0002df8e |
0x0002e14c |
446 |
37% |
12356 |
.text.u8ZgpCCMStarDecrypt |
0x0002e14c |
0x0002e30a |
446 |
37% |
12359 |
Expected total in zps_apl_gp_security.o file: |
1208 |
Actual: |
1208 |
100% |
12347 |
m_text / .text / zps_apl_interpan.o |
Start |
End |
Size |
% |
Line |
.text.vHandleApsInterPanDcfmData |
0x0002e30a |
0x0002e34c |
66 |
55% |
12362 |
.text.vFillApduErrorEventInterPan |
0x0002e34c |
0x0002e382 |
54 |
45% |
12365 |
Expected total in zps_apl_interpan.o file: |
120 |
Actual: |
120 |
100% |
12362 |
m_text / .text / Phy.o |
Start |
End |
Size |
% |
Line |
.text.PHY_get_ctx |
0x0002e382 |
0x0002e3b0 |
46 |
100% |
12368 |
Expected total in Phy.o file: |
46 |
Actual: |
46 |
100% |
12368 |
m_text / .text / MacMain.o |
Start |
End |
Size |
% |
Line |
.text.Dumy_MCPS_NWK_SapHandler |
0x0002e3b0 |
0x0002e3ba |
10 |
4% |
12371 |
.text.Dumy_MLME_NWK_SapHandler |
0x0002e3ba |
0x0002e3c4 |
10 |
4% |
12374 |
.text.Mac_TimerNotify |
0x0002e3c4 |
0x0002e3cc |
8 |
3% |
12377 |
.text.PLME_MAC_SapHandler |
0x0002e3cc |
0x0002e3d0 |
4 |
2% |
12379 |
.text.Mlme_VerifyNwkInput |
0x0002e3d0 |
0x0002e4c4 |
244 |
89% |
12382 |
Expected total in MacMain.o file: |
276 |
Actual: |
276 |
100% |
12371 |
m_text / .text / MacStateMachine.o |
Start |
End |
Size |
% |
Line |
.text.Mac_TransactionExpire |
0x0002e4c4 |
0x0002e4cc |
8 |
7% |
12385 |
.text.Mac_McpsDataReqHandle |
0x0002e4cc |
0x0002e546 |
122 |
94% |
12388 |
Expected total in MacStateMachine.o file: |
130 |
Actual: |
130 |
100% |
12385 |
m_text / .text / MacTimer.o |
Start |
End |
Size |
% |
Line |
.text.clear_event |
0x0002e546 |
0x0002e552 |
12 |
100% |
12391 |
Expected total in MacTimer.o file: |
12 |
Actual: |
12 |
100% |
12391 |
m_text / .text / Association.o |
Start |
End |
Size |
% |
Line |
.text.Association_TriggerPoll |
0x0002e552 |
0x0002e560 |
14 |
5% |
12393 |
.text.Association_VerifyParameters |
0x0002e560 |
0x0002e5a2 |
66 |
21% |
12396 |
.text.Association_InitSeq |
0x0002e5a2 |
0x0002e610 |
110 |
35% |
12399 |
.text.AssociationRes_VerifyParameters |
0x0002e610 |
0x0002e63c |
44 |
14% |
12402 |
.text.AssociationRes_SendStatus |
0x0002e63c |
0x0002e68e |
82 |
26% |
12405 |
Expected total in Association.o file: |
316 |
Actual: |
316 |
100% |
12393 |
m_text / .text / DataRx.o |
Start |
End |
Size |
% |
Line |
.text.Mac_CreateMcpsDataInd |
0x0002e68e |
0x0002e740 |
178 |
20% |
12408 |
.text.Mac_CreateMlmeCommStatusInd |
0x0002e740 |
0x0002e7de |
158 |
18% |
12411 |
.text.Mac_PreProcessDataIndication |
0x0002e7de |
0x0002e846 |
104 |
12% |
12414 |
.text.Mac_CreateMlmeSyncLossInd |
0x0002e846 |
0x0002e89c |
86 |
10% |
12417 |
.text.Mac_IsPanIdConflict |
0x0002e89c |
0x0002e8e8 |
76 |
9% |
12420 |
.text.Mac_ProcessBeaconFrame |
0x0002e8e8 |
0x0002ea24 |
316 |
35% |
12423 |
Expected total in DataRx.o file: |
918 |
Actual: |
918 |
100% |
12408 |
m_text / .text / DataTx.o |
Start |
End |
Size |
% |
Line |
.text.DataTx_Backoff |
0x0002ea24 |
0x0002ea38 |
20 |
3% |
12426 |
.text.DataTx_VerifyParameters |
0x0002ea38 |
0x0002eaa8 |
112 |
13% |
12429 |
.text.DataTx_BuildFrame |
0x0002eaa8 |
0x0002eb66 |
190 |
21% |
12432 |
.text.DataTx_SendStatus |
0x0002eb66 |
0x0002ec76 |
272 |
30% |
12435 |
.text.Mac_GetRandomBackoff |
0x0002ec76 |
0x0002ec9c |
38 |
5% |
12438 |
.text.DataTx_CsmaCaRetry |
0x0002ec9c |
0x0002ecc6 |
42 |
5% |
12441 |
.text.DataTx_SendEmptyFrame |
0x0002ecc6 |
0x0002ed06 |
64 |
8% |
12444 |
.text.DataTx_SendDataConfirm |
0x0002ed06 |
0x0002edb6 |
176 |
20% |
12447 |
Expected total in DataTx.o file: |
914 |
Actual: |
914 |
100% |
12426 |
m_text / .text / Disassociation.o |
Start |
End |
Size |
% |
Line |
.text.Disassociation_VerifyParameters |
0x0002edb6 |
0x0002ee1e |
104 |
59% |
12450 |
.text.Disassociation_InitSeq |
0x0002ee1e |
0x0002ee68 |
74 |
42% |
12453 |
Expected total in Disassociation.o file: |
178 |
Actual: |
178 |
100% |
12450 |
m_text / .text / Orphan.o |
Start |
End |
Size |
% |
Line |
.text.Orphan_VerifyParameters |
0x0002ee68 |
0x0002ee9c |
52 |
25% |
12456 |
.text.Orphan_SendStatus |
0x0002ee9c |
0x0002eeee |
82 |
40% |
12459 |
.text.Orphan_InitSeq |
0x0002eeee |
0x0002ef38 |
74 |
36% |
12462 |
Expected total in Orphan.o file: |
208 |
Actual: |
208 |
100% |
12456 |
m_text / .text / Poll.o |
Start |
End |
Size |
% |
Line |
.text.Poll_SendConfirm |
0x0002ef38 |
0x0002ef90 |
88 |
62% |
12465 |
.text.Poll_InitSeq |
0x0002ef90 |
0x0002efc8 |
56 |
39% |
12468 |
Expected total in Poll.o file: |
144 |
Actual: |
144 |
100% |
12465 |
m_text / .text / Reset.o |
Start |
End |
Size |
% |
Line |
.text.mlmeResetReq |
0x0002efc8 |
0x0002f0e0 |
280 |
100% |
12471 |
Expected total in Reset.o file: |
280 |
Actual: |
280 |
100% |
12471 |
m_text / .text / RxEnable.o |
Start |
End |
Size |
% |
Line |
.text.RxEnable_Deactivate |
0x0002f0e0 |
0x0002f116 |
54 |
48% |
12474 |
.text.RxEnable_SetRx |
0x0002f116 |
0x0002f152 |
60 |
53% |
12477 |
Expected total in RxEnable.o file: |
114 |
Actual: |
114 |
100% |
12474 |
m_text / .text / Scan.o |
Start |
End |
Size |
% |
Line |
.text.Scan_SendData |
0x0002f152 |
0x0002f15c |
10 |
1% |
12480 |
.text.Scan_StopTimer |
0x0002f15c |
0x0002f170 |
20 |
2% |
12482 |
.text.Scan_Deactivate |
0x0002f170 |
0x0002f1ee |
126 |
13% |
12485 |
.text.Scan_NextChannel |
0x0002f1ee |
0x0002f2a6 |
184 |
19% |
12487 |
.text.Scan_StartFastEDScan |
0x0002f2a6 |
0x0002f2f4 |
78 |
8% |
12489 |
.text.Scan_StartEDScan |
0x0002f2f4 |
0x0002f366 |
114 |
12% |
12492 |
.text.Scan_Advance |
0x0002f366 |
0x0002f38a |
36 |
4% |
12495 |
.text.Scan_Timeout |
0x0002f38a |
0x0002f3a6 |
28 |
3% |
12498 |
.text.Scan_FastEdAcquire |
0x0002f3a6 |
0x0002f3f4 |
78 |
8% |
12500 |
.text.Scan_EdAcquire |
0x0002f3f4 |
0x0002f42c |
56 |
6% |
12503 |
.text.Scan_OrphanAcquire |
0x0002f42c |
0x0002f4bc |
144 |
15% |
12506 |
.text.Mac_ScanMsgHandler |
0x0002f4bc |
0x0002f544 |
136 |
14% |
12509 |
Expected total in Scan.o file: |
1010 |
Actual: |
1010 |
100% |
12480 |
m_text / .text / Start.o |
Start |
End |
Size |
% |
Line |
.text.Start_SetPIBs |
0x0002f544 |
0x0002f5b4 |
112 |
39% |
12512 |
.text.Start_SeqTerminate |
0x0002f5b4 |
0x0002f5f8 |
68 |
24% |
12515 |
.text.CoordRealignment_SendStatus |
0x0002f5f8 |
0x0002f620 |
40 |
14% |
12518 |
.text.Start_InitSeq |
0x0002f620 |
0x0002f668 |
72 |
25% |
12521 |
Expected total in Start.o file: |
292 |
Actual: |
292 |
100% |
12512 |
m_text / .text / MacSec.o |
Start |
End |
Size |
% |
Line |
.text.Sec_LookupKeyDescriptor |
0x0002f668 |
0x0002f6d6 |
110 |
6% |
12524 |
.text.Sec_DetermineNonPayloadFieldsLength |
0x0002f6d6 |
0x0002f72e |
88 |
5% |
12526 |
.text.Sec_CheckBeaconSecurityParameters |
0x0002f72e |
0x0002f7e4 |
182 |
9% |
12528 |
.text.Sec_SecureTxFrame |
0x0002f7e4 |
0x0002f98e |
426 |
22% |
12531 |
.text.Sec_CreateAuxSecHeader |
0x0002f98e |
0x0002f9fc |
110 |
6% |
12534 |
.text.Sec_UnsecureRxFrame |
0x0002f9fc |
0x0002fe52 |
1110 |
55% |
12537 |
Expected total in MacSec.o file: |
2026 |
Actual: |
2026 |
100% |
12524 |
m_text / .text / SecurityLib.o |
Start |
End |
Size |
% |
Line |
.text.AES_128_CCM_Star |
0x0002fe52 |
0x0002febc |
106 |
100% |
12540 |
Expected total in SecurityLib.o file: |
106 |
Actual: |
106 |
100% |
12540 |
m_text / .text / MacPib.o |
Start |
End |
Size |
% |
Line |
.text.Mac_ComputeMaxFrameTotalWaitTime |
0x0002febc |
0x0002ff16 |
90 |
24% |
12543 |
.text.Mac_SetPhyPIBs |
0x0002ff16 |
0x0003002c |
278 |
74% |
12545 |
.text.Mac_GetTurnoroundTime |
0x0003002c |
0x00030030 |
4 |
2% |
12548 |
.text.Mac_GetCCATime |
0x00030030 |
0x00030034 |
4 |
2% |
12551 |
Expected total in MacPib.o file: |
376 |
Actual: |
376 |
100% |
12543 |
m_text / .text / MacFrames.o |
Start |
End |
Size |
% |
Line |
.text.FrameBuild_DisassociationNotification |
0x00030034 |
0x00030098 |
100 |
14% |
12554 |
.text.FrameBuild_DataRequest |
0x00030098 |
0x0003014e |
182 |
25% |
12557 |
.text.FrameBuild_PanIdConflictNotification |
0x0003014e |
0x00030184 |
54 |
8% |
12560 |
.text.FrameBuild_Beacon |
0x00030184 |
0x000302b6 |
306 |
41% |
12563 |
.text.FrameBuild_ZeroLengthPayload |
0x000302b6 |
0x00030328 |
114 |
16% |
12566 |
Expected total in MacFrames.o file: |
756 |
Actual: |
756 |
100% |
12554 |
m_text / .text / MacSequenceMngr.o |
Start |
End |
Size |
% |
Line |
.text.getFirstSequenceByChecksum |
0x00030328 |
0x00030340 |
24 |
10% |
12569 |
.text.getLastSequenceByChecksum |
0x00030340 |
0x0003035e |
30 |
12% |
12572 |
.text.getSequenceByMsduHandle |
0x0003035e |
0x0003037c |
30 |
12% |
12575 |
.text.createNewSeq |
0x0003037c |
0x00030390 |
20 |
8% |
12578 |
.text.getChecksum |
0x00030390 |
0x000303c2 |
50 |
20% |
12581 |
.text.getSequenceByDestination |
0x000303c2 |
0x000303f2 |
48 |
20% |
12584 |
.text.getFreeIndex |
0x000303f2 |
0x00030422 |
48 |
20% |
12587 |
Expected total in MacSequenceMngr.o file: |
250 |
Actual: |
250 |
100% |
12569 |
m_text / .text / zps_tsv.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_eTsvClose |
0x00030422 |
0x00030426 |
4 |
7% |
12590 |
.text.ZPS_eTsvStart |
0x00030426 |
0x00030442 |
28 |
47% |
12593 |
.text.ZPS_eTsvStop |
0x00030442 |
0x0003045e |
28 |
47% |
12596 |
Expected total in zps_tsv.o file: |
60 |
Actual: |
60 |
100% |
12590 |
m_text / .text / zps_apl_inl.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pu8AplZdoGetVsOUI |
0x0003045e |
0x0003046c |
14 |
100% |
12599 |
Expected total in zps_apl_inl.o file: |
14 |
Actual: |
14 |
100% |
12599 |
m_text / .text / fsl_k4_flash.o |
Start |
End |
Size |
% |
Line |
.rodata |
0x0003046c |
0x000304fc |
144 |
100% |
12603 |
Expected total in fsl_k4_flash.o file: |
144 |
Actual: |
144 |
100% |
12603 |
m_text / .text / zcl_attribute.o |
Start |
End |
Size |
% |
Line |
.rodata |
0x000304fc |
0x00030504 |
8 |
100% |
12604 |
Expected total in zcl_attribute.o file: |
8 |
Actual: |
8 |
100% |
12604 |
m_text / .text / zps_nwk_join.o |
Start |
End |
Size |
% |
Line |
.rodata |
0x00030504 |
0x0003050c |
8 |
100% |
12605 |
Expected total in zps_nwk_join.o file: |
8 |
Actual: |
8 |
100% |
12605 |
m_text / .text / zps_gen.o |
Start |
End |
Size |
% |
Line |
.rodata.s_ahEndpoint0InputClusterAPdus |
0x0003050c |
0x00030654 |
328 |
53% |
12608 |
.rodata.s_ahEndpoint1InputClusterAPdus |
0x00030654 |
0x00030670 |
28 |
5% |
12610 |
.rodata.s_ahEndpoint242InputClusterAPdus |
0x00030670 |
0x00030674 |
4 |
1% |
12612 |
.rodata.s_asAplZdoServers |
0x00030674 |
0x0003071c |
168 |
27% |
12614 |
.rodata.s_sNibInitialValues |
0x0003071c |
0x0003073c |
32 |
6% |
12616 |
.rodata.s_sNwkTbl |
0x0003073c |
0x0003077c |
64 |
11% |
12618 |
Expected total in zps_gen.o file: |
624 |
Actual: |
624 |
100% |
12608 |
m_text / .text / clock_config.o |
Start |
End |
Size |
% |
Line |
.rodata.g_scgFircConfig_BOARD_BootClockRUN |
0x0003077c |
0x00030788 |
12 |
43% |
12620 |
.rodata.g_scgSysOscConfig_BOARD_BootClockRUN |
0x00030788 |
0x00030794 |
12 |
43% |
12623 |
.rodata.g_sysClkConfig_BOARD_BootClockRUN |
0x00030794 |
0x00030798 |
4 |
15% |
12626 |
Expected total in clock_config.o file: |
28 |
Actual: |
28 |
100% |
12620 |
m_text / .text / glue.o |
Start |
End |
Size |
% |
Line |
.rodata.g_pfnVectors |
0x00030798 |
0x0003079c |
4 |
100% |
12629 |
Expected total in glue.o file: |
4 |
Actual: |
4 |
100% |
12629 |
m_text / .text / fsl_lpuart.o |
Start |
End |
Size |
% |
Line |
.rodata.s_lpuartClock |
0x0003079c |
0x000307a4 |
8 |
100% |
12632 |
Expected total in fsl_lpuart.o file: |
8 |
Actual: |
8 |
100% |
12632 |
m_text / .text / fwk_platform_ics.o |
Start |
End |
Size |
% |
Line |
.rodata.fwkRpmsgConfig |
0x000307a4 |
0x000307b0 |
12 |
100% |
12634 |
Expected total in fwk_platform_ics.o file: |
12 |
Actual: |
12 |
100% |
12634 |
m_text / .text / rpmsg_lite.o |
Start |
End |
Size |
% |
Line |
.rodata.master_vq_ops |
0x000307b0 |
0x000307c0 |
16 |
100% |
12636 |
Expected total in rpmsg_lite.o file: |
16 |
Actual: |
16 |
100% |
12636 |
m_text / .text / mcmgr_internal_core_api_k32w1.o |
Start |
End |
Size |
% |
Line |
.rodata.g_mcmgrSystem |
0x000307c0 |
0x000307cc |
12 |
43% |
12638 |
.rodata.s_mcmgrCores |
0x000307cc |
0x000307dc |
16 |
58% |
12641 |
Expected total in mcmgr_internal_core_api_k32w1.o file: |
28 |
Actual: |
28 |
100% |
12638 |
m_text / .text / fsl_adapter_lptmr.o |
Start |
End |
Size |
% |
Line |
.rodata.s_LptmrBase |
0x000307dc |
0x000307e4 |
8 |
100% |
12643 |
Expected total in fsl_adapter_lptmr.o file: |
8 |
Actual: |
8 |
100% |
12643 |
m_text / .text / fsl_adapter_lpuart.o |
Start |
End |
Size |
% |
Line |
.rodata.s_LpuartAdapterBase |
0x000307e4 |
0x000307ec |
8 |
100% |
12645 |
Expected total in fsl_adapter_lpuart.o file: |
8 |
Actual: |
8 |
100% |
12645 |
m_text / .text / fsl_os_abstraction_bm.o |
Start |
End |
Size |
% |
Line |
.rodata.os_thread_def_main_task |
0x000307ec |
0x0003080c |
32 |
100% |
12647 |
Expected total in fsl_os_abstraction_bm.o file: |
32 |
Actual: |
32 |
100% |
12647 |
m_text / .text / zps_mac_common.o |
Start |
End |
Size |
% |
Line |
.rodata.CSWTCH.25 |
0x0003080c |
0x0003088c |
128 |
100% |
12649 |
Expected total in zps_mac_common.o file: |
128 |
Actual: |
128 |
100% |
12649 |
m_text / .text / zps_nwk_mcps.o |
Start |
End |
Size |
% |
Line |
.rodata.s_apsStSceTbl |
0x0003088c |
0x000308a0 |
20 |
100% |
12651 |
Expected total in zps_nwk_mcps.o file: |
20 |
Actual: |
20 |
100% |
12651 |
m_text / .text / zps_nwk_mlme.o |
Start |
End |
Size |
% |
Line |
.rodata.s_apsStSmeTbl |
0x000308a0 |
0x000308b4 |
20 |
100% |
12653 |
Expected total in zps_nwk_mlme.o file: |
20 |
Actual: |
20 |
100% |
12653 |
m_text / .text / zps_nwk_nib.o |
Start |
End |
Size |
% |
Line |
.rodata.au32NwkPdmRecordOffsets |
0x000308b4 |
0x000308cc |
24 |
29% |
12655 |
.rodata.au32EndDeviceTimeoutConstants |
0x000308cc |
0x00030908 |
60 |
72% |
12658 |
Expected total in zps_nwk_nib.o file: |
84 |
Actual: |
84 |
100% |
12655 |
m_text / .text / zps_nwk_nlme.o |
Start |
End |
Size |
% |
Line |
.rodata.atCfmSize |
0x00030908 |
0x00030948 |
64 |
100% |
12661 |
Expected total in zps_nwk_nlme.o file: |
64 |
Actual: |
64 |
100% |
12661 |
m_text / .text / zps_nwk_actv_st.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_sActvSceTbl |
0x00030948 |
0x00030954 |
12 |
8% |
12663 |
.rodata.zps_sActvSmeTbl |
0x00030954 |
0x00030960 |
12 |
8% |
12666 |
.rodata.s_aprActvStHandleSce |
0x00030960 |
0x00030998 |
56 |
36% |
12669 |
.rodata.s_aprActvStHandleSme |
0x00030998 |
0x000309b4 |
28 |
18% |
12671 |
.rodata.s_aprActvStHandleCme |
0x000309b4 |
0x000309e4 |
48 |
31% |
12673 |
Expected total in zps_nwk_actv_st.o file: |
156 |
Actual: |
156 |
100% |
12663 |
m_text / .text / zps_nwk_disc_st.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_sDiscSmeTbl |
0x000309e4 |
0x000309f0 |
12 |
30% |
12675 |
.rodata.s_aprDiscStHandleSme |
0x000309f0 |
0x00030a0c |
28 |
70% |
12678 |
Expected total in zps_nwk_disc_st.o file: |
40 |
Actual: |
40 |
100% |
12675 |
m_text / .text / zps_nwk_form_st.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_sFormSmeTbl |
0x00030a0c |
0x00030a18 |
12 |
43% |
12680 |
.rodata.s_aprFormStHandleSme |
0x00030a18 |
0x00030a28 |
16 |
58% |
12683 |
Expected total in zps_nwk_form_st.o file: |
28 |
Actual: |
28 |
100% |
12680 |
m_text / .text / zps_nwk_idle_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aprIdleStHandleCme |
0x00030a28 |
0x00030a3c |
20 |
100% |
12685 |
Expected total in zps_nwk_idle_st.o file: |
20 |
Actual: |
20 |
100% |
12685 |
m_text / .text / zps_nwk_join_st.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_sJoinSceTbl |
0x00030a3c |
0x00030a48 |
12 |
24% |
12687 |
.rodata.zps_sJoinSmeTbl |
0x00030a48 |
0x00030a54 |
12 |
24% |
12690 |
.rodata.s_aprJoinStHandleSce |
0x00030a54 |
0x00030a60 |
12 |
24% |
12693 |
.rodata.s_aprJoinStHandleSme |
0x00030a60 |
0x00030a70 |
16 |
31% |
12695 |
Expected total in zps_nwk_join_st.o file: |
52 |
Actual: |
52 |
100% |
12687 |
m_text / .text / MacGlobals.o |
Start |
End |
Size |
% |
Line |
.rodata.os_thread_def_Mac_Task |
0x00030a70 |
0x00030a90 |
32 |
100% |
12697 |
Expected total in MacGlobals.o file: |
32 |
Actual: |
32 |
100% |
12697 |
m_text / .text / lib_a-impure.o |
Start |
End |
Size |
% |
Line |
.rodata._global_impure_ptr |
0x00030a90 |
0x00030a94 |
4 |
100% |
12700 |
Expected total in lib_a-impure.o file: |
4 |
Actual: |
4 |
100% |
12700 |
m_text / .text / zps_gen.o |
Start |
End |
Size |
% |
Line |
.rodata.s_au16Endpoint0InputClusterList |
0x00030a94 |
0x00030b38 |
164 |
44% |
12703 |
.rodata.s_au16Endpoint0OutputClusterList |
0x00030b38 |
0x00030bdc |
164 |
44% |
12705 |
.rodata.s_au16Endpoint1InputClusterList |
0x00030bdc |
0x00030bea |
14 |
4% |
12707 |
.rodata.s_au16Endpoint1OutputClusterList |
0x00030bea |
0x00030bf6 |
12 |
4% |
12709 |
.rodata.s_au16Endpoint242InputClusterList |
0x00030bf6 |
0x00030bf8 |
2 |
1% |
12711 |
.rodata.s_au16Endpoint242OutputClusterList |
0x00030bf8 |
0x00030bfa |
2 |
1% |
12713 |
.rodata.s_sNwkTblSize |
0x00030bfa |
0x00030c0a |
16 |
5% |
12715 |
Expected total in zps_gen.o file: |
374 |
Actual: |
374 |
100% |
12703 |
m_text / .text / clock_config.o |
Start |
End |
Size |
% |
Line |
.rodata.FircTrimConfig_BOARD_BootClockRUN |
0x00030c0a |
0x00030c12 |
8 |
100% |
12717 |
Expected total in clock_config.o file: |
8 |
Actual: |
8 |
100% |
12717 |
m_text / .text / GreenPower.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_GreenPowerClusterAttributeDefinitionsClient |
0x00030c12 |
0x00030c5a |
72 |
100% |
12719 |
Expected total in GreenPower.o file: |
72 |
Actual: |
72 |
100% |
12719 |
m_text / .text / Basic.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_BasicClusterAttributeDefinitions |
0x00030c5a |
0x00030cb2 |
88 |
100% |
12722 |
Expected total in Basic.o file: |
88 |
Actual: |
88 |
100% |
12722 |
m_text / .text / Groups.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_GroupsClusterAttributeDefinitions |
0x00030cb2 |
0x00030cca |
24 |
100% |
12725 |
Expected total in Groups.o file: |
24 |
Actual: |
24 |
100% |
12725 |
m_text / .text / Identify.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_IdentifyClusterAttributeDefinitions |
0x00030cca |
0x00030ce2 |
24 |
100% |
12728 |
Expected total in Identify.o file: |
24 |
Actual: |
24 |
100% |
12728 |
m_text / .text / OnOff.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_OnOffClusterAttributeDefinitions |
0x00030ce2 |
0x00030cfa |
24 |
100% |
12731 |
Expected total in OnOff.o file: |
24 |
Actual: |
24 |
100% |
12731 |
m_text / .text / MacMain.o |
Start |
End |
Size |
% |
Line |
.rodata.gMacLocalDataSize |
0x00030cfa |
0x00030cfc |
2 |
100% |
12734 |
Expected total in MacMain.o file: |
2 |
Actual: |
2 |
100% |
12734 |
m_text / .text / app_main.o |
Start |
End |
Size |
% |
Line |
.rodata.main_task.str1.1 |
0x00030cfc |
0x00030d10 |
20 |
100% |
12737 |
Expected total in app_main.o file: |
20 |
Actual: |
20 |
100% |
12737 |
m_text / .text / app_start.o |
Start |
End |
Size |
% |
Line |
.rodata.vfExtendedStatusCallBack.str1.1 |
0x00030d10 |
0x00030d30 |
32 |
25% |
12739 |
.rodata.vAppMain.str1.1 |
0x00030d30 |
0x00030d94 |
100 |
76% |
12741 |
Expected total in app_start.o file: |
132 |
Actual: |
132 |
100% |
12739 |
m_text / .text / app_window_covering.o |
Start |
End |
Size |
% |
Line |
.rodata.APP_taskRouter.str1.1 |
0x00030d94 |
0x00030e7d |
233 |
90% |
12744 |
.rodata.APP_vInitialiseRouter.str1.1 |
0x00030e7d |
0x00030e99 |
28 |
11% |
12746 |
Expected total in app_window_covering.o file: |
261 |
Actual: |
261 |
100% |
12744 |
m_text / .text / app_zcl_task.o |
Start |
End |
Size |
% |
Line |
.rodata.APP_vZCL_DeviceSpecific_Init.str1.1 |
0x00030e99 |
0x00030ebb |
34 |
100% |
12749 |
Expected total in app_zcl_task.o file: |
34 |
Actual: |
34 |
100% |
12749 |
m_text / .text / board_dcdc.o |
Start |
End |
Size |
% |
Line |
.rodata.spcLpCfg |
0x00030ebb |
0x00030ec4 |
9 |
100% |
12751 |
Expected total in board_dcdc.o file: |
9 |
Actual: |
9 |
100% |
12751 |
m_text / .text / clock_config.o |
Start |
End |
Size |
% |
Line |
.rodata.g_scgSircConfig_BOARD_BootClockRUN |
0x00030ec4 |
0x00030ec5 |
1 |
100% |
12753 |
Expected total in clock_config.o file: |
1 |
Actual: |
1 |
100% |
12753 |
m_text / .text / app_green_power.o |
Start |
End |
Size |
% |
Line |
.rodata.vApp_GP_RegisterDevice.str1.1 |
0x00030ec5 |
0x00030ed6 |
17 |
100% |
12756 |
Expected total in app_green_power.o file: |
17 |
Actual: |
17 |
100% |
12756 |
m_text / .text / HWParameter.o |
Start |
End |
Size |
% |
Line |
.rodata.mProdDataIdentifier |
0x00030ed6 |
0x00030ee0 |
10 |
100% |
12758 |
Expected total in HWParameter.o file: |
10 |
Actual: |
10 |
100% |
12758 |
m_text / .text / ModuleInfo.o |
Start |
End |
Size |
% |
Line |
.rodata.str1.1 |
0x00030ee0 |
0x00030efe |
30 |
100% |
12760 |
Expected total in ModuleInfo.o file: |
30 |
Actual: |
30 |
100% |
12760 |
m_text / .text / rpmsg_lite.o |
Start |
End |
Size |
% |
Line |
.rodata.rpmsg_lite_master_init.str1.1 |
0x00030efe |
0x00030f0a |
12 |
100% |
12762 |
Expected total in rpmsg_lite.o file: |
12 |
Actual: |
12 |
100% |
12762 |
m_text / .text / mcmgr_internal_core_api_k32w1.o |
Start |
End |
Size |
% |
Line |
.rodata.str1.1 |
0x00030f0a |
0x00030f19 |
15 |
100% |
12764 |
Expected total in mcmgr_internal_core_api_k32w1.o file: |
15 |
Actual: |
15 |
100% |
12764 |
m_text / .text / wdog.o |
Start |
End |
Size |
% |
Line |
.rodata.WDOG0_IRQHandler.str1.1 |
0x00030f19 |
0x00030f57 |
62 |
100% |
12766 |
Expected total in wdog.o file: |
62 |
Actual: |
62 |
100% |
12766 |
m_text / .text / fwk_platform_ot.o |
Start |
End |
Size |
% |
Line |
.rodata.gIeee802_15_4_ADDR_OUI_c |
0x00030f57 |
0x00030f5a |
3 |
100% |
12768 |
Expected total in fwk_platform_ot.o file: |
3 |
Actual: |
3 |
100% |
12768 |
m_text / .text / fsl_os_abstraction_bm.o |
Start |
End |
Size |
% |
Line |
.rodata.str1.1 |
0x00030f5a |
0x00030f64 |
10 |
91% |
12770 |
.rodata.gUseRtos_c |
0x00030f64 |
0x00030f65 |
1 |
10% |
12772 |
Expected total in fsl_os_abstraction_bm.o file: |
11 |
Actual: |
11 |
100% |
12770 |
m_text / .text / GreenPower.o |
Start |
End |
Size |
% |
Line |
.rodata.vGP_RestorePersistedData.str1.1 |
0x00030f65 |
0x00030f76 |
17 |
100% |
12775 |
Expected total in GreenPower.o file: |
17 |
Actual: |
17 |
100% |
12775 |
m_text / .text / zcl_attribute.o |
Start |
End |
Size |
% |
Line |
.rodata.au8ConstSizeArray |
0x00030f76 |
0x00031078 |
258 |
100% |
12777 |
Expected total in zcl_attribute.o file: |
258 |
Actual: |
258 |
100% |
12777 |
m_text / .text / bdb_ns.o |
Start |
End |
Size |
% |
Line |
.rodata.BDB_vNsStateMachine.str1.1 |
0x00031078 |
0x000310aa |
50 |
100% |
12780 |
Expected total in bdb_ns.o file: |
50 |
Actual: |
50 |
100% |
12780 |
m_text / .text / zps_apl_apsde.o |
Start |
End |
Size |
% |
Line |
.rodata.eUnfragmentedUnicastTransmission.str1.1 |
0x000310aa |
0x000310b1 |
7 |
50% |
12782 |
.rodata.ZPS_vAplHandleApsdeReqRsp.str1.1 |
0x000310b1 |
0x000310b8 |
7 |
50% |
12784 |
Expected total in zps_apl_apsde.o file: |
14 |
Actual: |
14 |
100% |
12782 |
m_text / .text / zps_apl_apsme.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_vInitAPSMECmdHdr.str1.1 |
0x000310b8 |
0x000310bf |
7 |
22% |
12786 |
.rodata.zps_eAplSendApsmeCmdFrame.str1.1 |
0x000310b8 |
0x000310bd |
5 |
16% |
12789 |
.rodata.zps_eAplApsmeTransportKeyReqRsp.str1.1 |
0x000310bd |
0x000310cf |
18 |
55% |
12791 |
.rodata.zps_eAplApsmeUpdateDeviceReqRsp.str1.1 |
0x000310cf |
0x000310d4 |
5 |
16% |
12793 |
.rodata.zps_eAplApsmeVerifyKeyReqRsp.str1.1 |
0x000310d4 |
0x000310d9 |
5 |
16% |
12795 |
.rodata.zps_eAplApsmeRequestKeyReqRsp.str1.1 |
0x000310d4 |
0x000310d9 |
5 |
16% |
12798 |
Expected total in zps_apl_apsme.o file: |
33 |
Actual: |
45 |
137% |
12786 |
m_text / .text / zps_apl_aps_nlde.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_vAplApsHandleNldeDcfmInd.str1.1 |
0x000310d4 |
0x000310d7 |
3 |
100% |
12801 |
Expected total in zps_apl_aps_nlde.o file: |
3 |
Actual: |
3 |
100% |
12801 |
m_text / .text / zps_apl_sec.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplSecDecryptPacket.str1.1 |
0x000310d7 |
0x000310da |
3 |
100% |
12804 |
Expected total in zps_apl_sec.o file: |
3 |
Actual: |
3 |
100% |
12804 |
m_text / .text / zps_apl_aib.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_u8AplAibGetDeviceApsKeyType.str1.1 |
0x000310da |
0x00031168 |
142 |
100% |
12807 |
Expected total in zps_apl_aib.o file: |
142 |
Actual: |
142 |
100% |
12807 |
m_text / .text / zps_apl_zdo_nwkmanager.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vSetKeys.str1.1 |
0x00031168 |
0x00031179 |
17 |
100% |
12809 |
Expected total in zps_apl_zdo_nwkmanager.o file: |
17 |
Actual: |
17 |
100% |
12809 |
m_text / .text / zps_apl_zdo_default_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoDefaultServer.str1.1 |
0x00031179 |
0x00031190 |
23 |
100% |
12812 |
Expected total in zps_apl_zdo_default_server.o file: |
23 |
Actual: |
23 |
100% |
12812 |
m_text / .text / zps_apl_zdo_nwk_addr_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoNwkAddrServer.str1.1 |
0x00031190 |
0x000311a7 |
23 |
100% |
12815 |
Expected total in zps_apl_zdo_nwk_addr_server.o file: |
23 |
Actual: |
23 |
100% |
12815 |
m_text / .text / zps_apl_zdo_ieee_addr_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoIeeeAddrServer.str1.1 |
0x00031190 |
0x000311a7 |
23 |
100% |
12818 |
Expected total in zps_apl_zdo_ieee_addr_server.o file: |
23 |
Actual: |
23 |
100% |
12818 |
m_text / .text / zps_apl_zdo_match_desc_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMatchDescServer.str1.1 |
0x00031190 |
0x000311a7 |
23 |
100% |
12821 |
Expected total in zps_apl_zdo_match_desc_server.o file: |
23 |
Actual: |
23 |
100% |
12821 |
m_text / .text / zps_apl_zdo_simple_desc_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoSimpleDescServer.str1.1 |
0x00031190 |
0x000311a7 |
23 |
100% |
12824 |
Expected total in zps_apl_zdo_simple_desc_server.o file: |
23 |
Actual: |
23 |
100% |
12824 |
m_text / .text / zps_apl_zdo_device_annce_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoDeviceAnnceServer.str1.1 |
0x00031190 |
0x000311a7 |
23 |
100% |
12827 |
Expected total in zps_apl_zdo_device_annce_server.o file: |
23 |
Actual: |
23 |
100% |
12827 |
m_text / .text / zps_apl_zdo_parent_annce_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoParentAnnceServer.str1.1 |
0x00031190 |
0x00031192 |
2 |
67% |
12830 |
.rodata.ZPS_vSendParentAnnounce.str1.1 |
0x00031190 |
0x00031193 |
3 |
100% |
12832 |
Expected total in zps_apl_zdo_parent_annce_server.o file: |
3 |
Actual: |
5 |
167% |
12830 |
m_text / .text / zps_apl_zdo_permit_joining_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoPermitJoiningServer.str1.1 |
0x00031190 |
0x00031193 |
3 |
100% |
12834 |
Expected total in zps_apl_zdo_permit_joining_server.o file: |
3 |
Actual: |
3 |
100% |
12834 |
m_text / .text / zps_apl_zdo_mgmt_leave_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtLeaveServer.str1.1 |
0x00031190 |
0x000311a7 |
23 |
100% |
12836 |
Expected total in zps_apl_zdo_mgmt_leave_server.o file: |
23 |
Actual: |
23 |
100% |
12836 |
m_text / .text / zps_apl_zdo_mgmt_nwk_update_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtNWKUpdateServer.str1.1 |
0x00031190 |
0x0003119a |
10 |
100% |
12839 |
Expected total in zps_apl_zdo_mgmt_nwk_update_server.o file: |
10 |
Actual: |
10 |
100% |
12839 |
m_text / .text / zps_apl_zdo_bind_unbind_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoBindUnbindServer.str1.1 |
0x0003119a |
0x0003119f |
5 |
100% |
12842 |
Expected total in zps_apl_zdo_bind_unbind_server.o file: |
5 |
Actual: |
5 |
100% |
12842 |
m_text / .text / zps_apl_zdo_nwkmanager_client.o |
Start |
End |
Size |
% |
Line |
.rodata.eSendDeviceAnnounce.str1.1 |
0x0003119f |
0x000311a4 |
5 |
34% |
12845 |
.rodata.zps_vAplZdoClientLookupNwkAddress.str1.1 |
0x000311a4 |
0x000311a9 |
5 |
34% |
12847 |
.rodata.zps_bAplZdoZdoClient.str1.1 |
0x000311a9 |
0x000311ae |
5 |
34% |
12849 |
Expected total in zps_apl_zdo_nwkmanager_client.o file: |
15 |
Actual: |
15 |
100% |
12845 |
m_text / .text / zps_apl_zdo_mgmt_bind_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtBindServer.str1.1 |
0x000311a9 |
0x000311bc |
19 |
100% |
12852 |
Expected total in zps_apl_zdo_mgmt_bind_server.o file: |
19 |
Actual: |
19 |
100% |
12852 |
m_text / .text / zps_apl_zdp_apsde_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpGenStatusOnlyResponse.str1.1 |
0x000311bc |
0x000311bf |
3 |
100% |
12855 |
Expected total in zps_apl_zdp_apsde_req.o file: |
3 |
Actual: |
3 |
100% |
12855 |
m_text / .text / zps_apl_zdp_device_annce.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpDeviceAnnceRequest.str1.1 |
0x000311bc |
0x000311c1 |
5 |
100% |
12857 |
Expected total in zps_apl_zdp_device_annce.o file: |
5 |
Actual: |
5 |
100% |
12857 |
m_text / .text / zps_apl_zdp_mgmt_permit_joining_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtPermitJoiningRequest.str1.1 |
0x000311bc |
0x000311cf |
19 |
100% |
12859 |
Expected total in zps_apl_zdp_mgmt_permit_joining_req.o file: |
19 |
Actual: |
19 |
100% |
12859 |
m_text / .text / zps_apl_zdp_node_desc_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpNodeDescRequest.str1.1 |
0x000311bc |
0x000311cf |
19 |
100% |
12862 |
Expected total in zps_apl_zdp_node_desc_req.o file: |
19 |
Actual: |
19 |
100% |
12862 |
m_text / .text / zps_apl_zdp_nwk_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpNwkAddrResponse.str1.1 |
0x000311bc |
0x000311c1 |
5 |
100% |
12865 |
Expected total in zps_apl_zdp_nwk_addr_rsp.o file: |
5 |
Actual: |
5 |
100% |
12865 |
m_text / .text / zps_apl_zdp_ieee_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpIeeeAddrResponse.str1.1 |
0x000311c1 |
0x000311cf |
14 |
100% |
12868 |
Expected total in zps_apl_zdp_ieee_addr_rsp.o file: |
14 |
Actual: |
14 |
100% |
12868 |
m_text / .text / zps_apl_zdp_node_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpNodeDescResponse.str1.1 |
0x000311c1 |
0x000311ca |
9 |
100% |
12870 |
Expected total in zps_apl_zdp_node_desc_rsp.o file: |
9 |
Actual: |
9 |
100% |
12870 |
m_text / .text / zps_apl_zdp_parent_annce_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpParentAnnceResponse.str1.1 |
0x000311ca |
0x000311d0 |
6 |
100% |
12873 |
Expected total in zps_apl_zdp_parent_annce_rsp.o file: |
6 |
Actual: |
6 |
100% |
12873 |
m_text / .text / zps_apl_zdp_power_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpPowerDescResponse.str1.1 |
0x000311ca |
0x000311d0 |
6 |
100% |
12875 |
Expected total in zps_apl_zdp_power_desc_rsp.o file: |
6 |
Actual: |
6 |
100% |
12875 |
m_text / .text / zps_apl_zdp_simple_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpSimpleDescResponse.str1.1 |
0x000311ca |
0x000311d5 |
11 |
100% |
12877 |
Expected total in zps_apl_zdp_simple_desc_rsp.o file: |
11 |
Actual: |
11 |
100% |
12877 |
m_text / .text / zps_apl_zdp_active_ep_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpActiveEpResponse.str1.1 |
0x000311ca |
0x000311cf |
5 |
100% |
12879 |
Expected total in zps_apl_zdp_active_ep_rsp.o file: |
5 |
Actual: |
5 |
100% |
12879 |
m_text / .text / zps_apl_zdp_match_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpMatchDescResponse.str1.1 |
0x000311ca |
0x000311cf |
5 |
100% |
12881 |
Expected total in zps_apl_zdp_match_desc_rsp.o file: |
5 |
Actual: |
5 |
100% |
12881 |
m_text / .text / zps_apl_zdp_system_server_discovery_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpSystemServerDiscoveryResponse.str1.1 |
0x000311ca |
0x000311ce |
4 |
100% |
12883 |
Expected total in zps_apl_zdp_system_server_discovery_rsp.o file: |
4 |
Actual: |
4 |
100% |
12883 |
m_text / .text / zps_apl_zdp_mgmt_lqi_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtLqiResponse.str1.1 |
0x000311ca |
0x000311d2 |
8 |
100% |
12885 |
Expected total in zps_apl_zdp_mgmt_lqi_rsp.o file: |
8 |
Actual: |
8 |
100% |
12885 |
m_text / .text / zps_apl_zdp_mgmt_rtg_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtRtgResponse.str1.1 |
0x000311d2 |
0x000311da |
8 |
100% |
12888 |
Expected total in zps_apl_zdp_mgmt_rtg_rsp.o file: |
8 |
Actual: |
8 |
100% |
12888 |
m_text / .text / zps_apl_zdp_mgmt_nwk_update_notify_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpMgmtNwkUpdateNotifyResponse.str1.1 |
0x000311d2 |
0x000311da |
8 |
100% |
12891 |
Expected total in zps_apl_zdp_mgmt_nwk_update_notify_rsp.o file: |
8 |
Actual: |
8 |
100% |
12891 |
m_text / .text / zps_mac_common.o |
Start |
End |
Size |
% |
Line |
.rodata.CSWTCH.30 |
0x000311d2 |
0x000311f2 |
32 |
50% |
12894 |
.rodata.CSWTCH.27 |
0x000311f2 |
0x00031212 |
32 |
50% |
12896 |
Expected total in zps_mac_common.o file: |
64 |
Actual: |
64 |
100% |
12894 |
m_text / .text / zps_nwk_leave.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psNwkSendLeaveCmd.str1.1 |
0x00031212 |
0x00031215 |
3 |
100% |
12898 |
Expected total in zps_nwk_leave.o file: |
3 |
Actual: |
3 |
100% |
12898 |
m_text / .text / zps_nwk_lkst.o |
Start |
End |
Size |
% |
Line |
.rodata.CSWTCH.51 |
0x00031212 |
0x0003122c |
26 |
100% |
12900 |
Expected total in zps_nwk_lkst.o file: |
26 |
Actual: |
26 |
100% |
12900 |
m_text / .text / zps_nwk_maint.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendNetworkStatusCmd.str1.1 |
0x0003122c |
0x00031230 |
4 |
40% |
12902 |
.rodata.zps_psSendNetworkUpdateCmd.str1.1 |
0x0003122c |
0x00031232 |
6 |
60% |
12904 |
.rodata.zps_psSendNetworkEdTimeoutReqCmd.str1.1 |
0x00031232 |
0x00031236 |
4 |
40% |
12906 |
Expected total in zps_nwk_maint.o file: |
10 |
Actual: |
14 |
140% |
12902 |
m_text / .text / zps_nwk_mcps.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vNwkSendLeaveDirect.str1.1 |
0x00031232 |
0x00031235 |
3 |
50% |
12908 |
.rodata.ZPS_vNwkHandleMcpsVsInd.str1.1 |
0x00031232 |
0x00031238 |
6 |
100% |
12910 |
Expected total in zps_nwk_mcps.o file: |
6 |
Actual: |
9 |
150% |
12908 |
m_text / .text / zps_nwk_rt.o |
Start |
End |
Size |
% |
Line |
.rodata.psNwkSendRouteRecordCmd.str1.1 |
0x00031232 |
0x00031235 |
3 |
24% |
12913 |
.rodata.psSendRouteReplyCmd.isra.0.str1.1 |
0x00031232 |
0x00031239 |
7 |
54% |
12915 |
.rodata.zps_psNwkInitiateRouteDiscovery.str1.1 |
0x00031239 |
0x0003123f |
6 |
47% |
12917 |
Expected total in zps_nwk_rt.o file: |
13 |
Actual: |
16 |
124% |
12913 |
m_text / .text / zps_nwk_sec.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_bSecDecrypt.str1.1 |
0x0003123f |
0x00031242 |
3 |
38% |
12919 |
.rodata.zps_eNwkSecDecryptPacket.str1.1 |
0x00031242 |
0x00031247 |
5 |
63% |
12921 |
Expected total in zps_nwk_sec.o file: |
8 |
Actual: |
8 |
100% |
12919 |
m_text / .text / zps_nwk_subghz.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendNetworkLinkPowerDelta.isra.0.str1.1 |
0x00031247 |
0x0003124e |
7 |
100% |
12923 |
Expected total in zps_nwk_subghz.o file: |
7 |
Actual: |
7 |
100% |
12923 |
m_text / .text / zps_nwk_actv_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_atActvStSceStt |
0x00031247 |
0x00031254 |
13 |
19% |
12925 |
.rodata.s_aeNwkCmdToActvStSce |
0x00031254 |
0x00031261 |
13 |
19% |
12927 |
.rodata.s_atActvStSmeStt |
0x00031261 |
0x00031267 |
6 |
9% |
12929 |
.rodata.s_aeMlmeDcfmIndToActvStSme |
0x00031267 |
0x0003127e |
23 |
33% |
12931 |
.rodata.s_aeNlmeReqRspToActvStCme |
0x0003127e |
0x0003128e |
16 |
23% |
12933 |
Expected total in zps_nwk_actv_st.o file: |
71 |
Actual: |
71 |
100% |
12925 |
m_text / .text / zps_nwk_disc_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_atDiscStSmeStt |
0x0003128e |
0x00031296 |
8 |
26% |
12935 |
.rodata.s_aeMlmeDcfmIndToDiscStSme |
0x00031296 |
0x000312ad |
23 |
75% |
12937 |
Expected total in zps_nwk_disc_st.o file: |
31 |
Actual: |
31 |
100% |
12935 |
m_text / .text / zps_nwk_form_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_atFormStSmeStt |
0x000312ad |
0x000312b1 |
4 |
15% |
12939 |
.rodata.s_aeMlmeDcfmIndToFormStSme |
0x000312b1 |
0x000312c8 |
23 |
86% |
12941 |
Expected total in zps_nwk_form_st.o file: |
27 |
Actual: |
27 |
100% |
12939 |
m_text / .text / zps_nwk_frm.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendFrm.str1.1 |
0x000312c8 |
0x000312cb |
3 |
16% |
12943 |
.rodata.au8JitterLUT.0 |
0x000312c8 |
0x000312cf |
7 |
37% |
12945 |
.rodata.str1.1 |
0x000312cf |
0x000312db |
12 |
64% |
12947 |
Expected total in zps_nwk_frm.o file: |
19 |
Actual: |
22 |
116% |
12943 |
m_text / .text / zps_nwk_idle_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeNlmeReqRspToIdleStCme |
0x000312cf |
0x000312df |
16 |
100% |
12949 |
Expected total in zps_nwk_idle_st.o file: |
16 |
Actual: |
16 |
100% |
12949 |
m_text / .text / zps_nwk_join.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psNwkSendRejoinReqCmd.str1.1 |
0x000312df |
0x000312e2 |
3 |
9% |
12952 |
.rodata.zps_psNwkSendRejoinRspCmd.str1.1 |
0x000312df |
0x000312e4 |
5 |
15% |
12954 |
.rodata.zps_eNwkProcessJoinInd.str1.1 |
0x000312df |
0x00031301 |
34 |
100% |
12957 |
Expected total in zps_nwk_join.o file: |
34 |
Actual: |
42 |
124% |
12952 |
m_text / .text / zps_nwk_join_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_atJoinStSceStt |
0x00031301 |
0x00031306 |
5 |
9% |
12959 |
.rodata.s_aeNwkCmdToJoinStSce |
0x00031306 |
0x00031313 |
13 |
22% |
12961 |
.rodata.s_atJoinStSmeStt |
0x00031313 |
0x00031327 |
20 |
33% |
12963 |
.rodata.s_aeMlmeDcfmIndToJoinStSme |
0x00031327 |
0x0003133e |
23 |
38% |
12965 |
Expected total in zps_nwk_join_st.o file: |
61 |
Actual: |
61 |
100% |
12959 |
m_text / .text / zps_apl_gp.o |
Start |
End |
Size |
% |
Line |
.rodata.vZGPcStubMcpsInd.str1.1 |
0x0003133e |
0x00031342 |
4 |
100% |
12967 |
Expected total in zps_apl_gp.o file: |
4 |
Actual: |
4 |
100% |
12967 |
m_text / .text / zps_apl_gp_security.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vZgpTransformKey.str1.1 |
0x0003133e |
0x00031342 |
4 |
100% |
12969 |
Expected total in zps_apl_gp_security.o file: |
4 |
Actual: |
4 |
100% |
12969 |
m_text / .text / zps_apl_interpan.o |
Start |
End |
Size |
% |
Line |
.rodata.vApsInterPanMcpsDataInd.str1.1 |
0x00031342 |
0x00031346 |
4 |
100% |
12971 |
Expected total in zps_apl_interpan.o file: |
4 |
Actual: |
4 |
100% |
12971 |
m_text / .text / MacGlobals.o |
Start |
End |
Size |
% |
Line |
.rodata.gKeyIdModeToAshLen |
0x00031342 |
0x00031346 |
4 |
20% |
12973 |
.rodata.gAddrModeFieldLengthTable |
0x00031346 |
0x0003134a |
4 |
20% |
12976 |
.rodata.gMacWipeSecurityTables |
0x0003134a |
0x0003134b |
1 |
5% |
12979 |
.rodata.gMacNoOfInstances |
0x0003134b |
0x0003134c |
1 |
5% |
12982 |
.rodata.gMacPoolId |
0x0003134c |
0x0003134d |
1 |
5% |
12985 |
.rodata.str1.1 |
0x0003134d |
0x00031356 |
9 |
45% |
12988 |
Expected total in MacGlobals.o file: |
20 |
Actual: |
20 |
100% |
12973 |
m_text / .text / MacSec.o |
Start |
End |
Size |
% |
Line |
.rodata.keyIdModeToAshLengthTable |
0x00031356 |
0x0003135a |
4 |
100% |
12990 |
Expected total in MacSec.o file: |
4 |
Actual: |
4 |
100% |
12990 |
m_text / .text / MacPib.o |
Start |
End |
Size |
% |
Line |
.rodata.CSWTCH.79 |
0x0003135a |
0x000313d6 |
124 |
53% |
12993 |
.rodata.gMacReadOnlyPibs |
0x000313d6 |
0x000313e8 |
18 |
8% |
12995 |
.rodata.mPibAttributesRangeTable |
0x000313e8 |
0x00031448 |
96 |
41% |
12997 |
Expected total in MacPib.o file: |
238 |
Actual: |
238 |
100% |
12993 |
m_text / .text / MacFrames.o |
Start |
End |
Size |
% |
Line |
.rodata.addrModeFieldLengthTable |
0x00031448 |
0x0003144c |
4 |
100% |
12999 |
Expected total in MacFrames.o file: |
4 |
Actual: |
4 |
100% |
12999 |
m_text / .text / MacVersion.o |
Start |
End |
Size |
% |
Line |
.rodata.str1.1 |
0x0003144c |
0x000314d0 |
132 |
100% |
13002 |
Expected total in MacVersion.o file: |
132 |
Actual: |
132 |
100% |
13002 |
The memory used by each folder is listed below, grouped by section. The sizes and percentages are for the contents of that folder only, (so contents of subfolders are not included).
The percentage column is the percentage of the section memory that Folder occupies.
The memory used by each folder and file is listed below, grouped by section.The sizes given for folders include the contents of that folder and all subfolders. The percentage column is the percentage of the section memory that entry occupies.
m_text / .text |
Size |
% |
APP/ |
5674 |
3% |
| 1-Common/ |
1435 |
1% |
| | Source/ |
1435 |
1% |
| | | app_buttons.o |
572 |
1% |
| | | app_green_power.o |
309 |
1% |
| | | app_power_on_counter.o |
216 |
1% |
| | | board_k32w1/ |
338 |
1% |
| | | | app_leds.o |
108 |
1% |
| | | | hardware_init.o |
230 |
1% |
| 1-WindowCovering/ |
4239 |
3% |
| | Source/ |
4239 |
3% |
| | | app_main.o |
380 |
1% |
| | | app_reporting.o |
172 |
1% |
| | | app_start.o |
336 |
1% |
| | | app_window_covering.o |
1161 |
1% |
| | | app_zcl_task.o |
720 |
1% |
| | | pdum_gen.o |
40 |
1% |
| | | zps_gen.o |
1430 |
1% |
LIB/ |
126939 |
64% |
| SDKPackages/ |
124311 |
62% |
| | K32W148-EVK/ |
124311 |
62% |
| | | middleware/ |
124311 |
62% |
| | | | wireless/ |
124311 |
62% |
| | | | | framework/ |
6232 |
4% |
| | | | | | PDUM/ |
6232 |
4% |
| | | | | | | Library/ |
6232 |
4% |
| | | | | | | | libPDUM.a/ |
6232 |
4% |
| | | | | | | | | pdum.o |
2252 |
2% |
| | | | | | | | | pdum_apl.o |
1192 |
1% |
| | | | | | | | | pdum_nwk.o |
2788 |
2% |
| | | | | ieee-802.15.4/ |
20008 |
10% |
| | | | | | ieee_802_15_4/ |
20008 |
10% |
| | | | | | | lib/ |
20008 |
10% |
| | | | | | | | libieee-802.15.4_split.a/ |
20008 |
10% |
| | | | | | | | | Association.o |
904 |
1% |
| | | | | | | | | DataRx.o |
1570 |
1% |
| | | | | | | | | DataTx.o |
1402 |
1% |
| | | | | | | | | Disassociation.o |
286 |
1% |
| | | | | | | | | MacFrames.o |
2632 |
2% |
| | | | | | | | | MacGlobals.o |
296 |
1% |
| | | | | | | | | MacMain.o |
1382 |
1% |
| | | | | | | | | MacMem.o |
32 |
1% |
| | | | | | | | | MacPib.o |
3210 |
2% |
| | | | | | | | | MacSec.o |
2078 |
2% |
| | | | | | | | | MacSequenceMngr.o |
250 |
1% |
| | | | | | | | | MacStateMachine.o |
1582 |
1% |
| | | | | | | | | MacTimer.o |
384 |
1% |
| | | | | | | | | MacVersion.o |
132 |
1% |
| | | | | | | | | Orphan.o |
208 |
1% |
| | | | | | | | | Phy.o |
530 |
1% |
| | | | | | | | | Poll.o |
528 |
1% |
| | | | | | | | | Reset.o |
280 |
1% |
| | | | | | | | | RxEnable.o |
190 |
1% |
| | | | | | | | | Scan.o |
1530 |
1% |
| | | | | | | | | SecurityLib.o |
106 |
1% |
| | | | | | | | | Start.o |
496 |
1% |
| | | | | zigbee/ |
98071 |
49% |
| | | | | | platform/ |
98071 |
49% |
| | | | | | | K32W1/ |
98071 |
49% |
| | | | | | | | libs/ |
98071 |
49% |
| | | | | | | | | libZPSAPL.a/ |
42641 |
22% |
| | | | | | | | | | zps_apl_af.o |
966 |
1% |
| | | | | | | | | | zps_apl_af_apsde.o |
1378 |
1% |
| | | | | | | | | | zps_apl_aib.o |
784 |
1% |
| | | | | | | | | | zps_apl_aps_nlde.o |
3767 |
2% |
| | | | | | | | | | zps_apl_apsde.o |
3200 |
2% |
| | | | | | | | | | zps_apl_apsme.o |
3475 |
2% |
| | | | | | | | | | zps_apl_inl.o |
14 |
1% |
| | | | | | | | | | zps_apl_mac_isr.o |
652 |
1% |
| | | | | | | | | | zps_apl_sec.o |
1973 |
1% |
| | | | | | | | | | zps_apl_task.o |
616 |
1% |
| | | | | | | | | | zps_apl_zdo_active_ep_server.o |
224 |
1% |
| | | | | | | | | | zps_apl_zdo_bind_unbind_server.o |
687 |
1% |
| | | | | | | | | | zps_apl_zdo_bound_data_request_manager.o |
2208 |
2% |
| | | | | | | | | | zps_apl_zdo_common.o |
356 |
1% |
| | | | | | | | | | zps_apl_zdo_default_server.o |
563 |
1% |
| | | | | | | | | | zps_apl_zdo_device_annce_server.o |
461 |
1% |
| | | | | | | | | | zps_apl_zdo_group.o |
184 |
1% |
| | | | | | | | | | zps_apl_zdo_handle_zdp_event.o |
388 |
1% |
| | | | | | | | | | zps_apl_zdo_ieee_addr_server.o |
435 |
1% |
| | | | | | | | | | zps_apl_zdo_match_desc_server.o |
739 |
1% |
| | | | | | | | | | zps_apl_zdo_mgmt_bind_server.o |
503 |
1% |
| | | | | | | | | | zps_apl_zdo_mgmt_leave_server.o |
621 |
1% |
| | | | | | | | | | zps_apl_zdo_mgmt_lqi_server.o |
476 |
1% |
| | | | | | | | | | zps_apl_zdo_mgmt_nwk_update_server.o |
1726 |
1% |
| | | | | | | | | | zps_apl_zdo_mgmt_rtg_server.o |
312 |
1% |
| | | | | | | | | | zps_apl_zdo_node_desc_server.o |
320 |
1% |
| | | | | | | | | | zps_apl_zdo_nwk_addr_server.o |
451 |
1% |
| | | | | | | | | | zps_apl_zdo_nwkmanager.o |
9073 |
5% |
| | | | | | | | | | zps_apl_zdo_nwkmanager_client.o |
791 |
1% |
| | | | | | | | | | zps_apl_zdo_parent_annce_server.o |
739 |
1% |
| | | | | | | | | | zps_apl_zdo_permit_joining_server.o |
211 |
1% |
| | | | | | | | | | zps_apl_zdo_power_desc_server.o |
244 |
1% |
| | | | | | | | | | zps_apl_zdo_simple_desc_server.o |
587 |
1% |
| | | | | | | | | | zps_apl_zdo_system_server_discovery_server.o |
136 |
1% |
| | | | | | | | | | zps_apl_zdo_trust_center.o |
76 |
1% |
| | | | | | | | | | zps_apl_zdp_active_ep_rsp.o |
149 |
1% |
| | | | | | | | | | zps_apl_zdp_apsde_req.o |
417 |
1% |
| | | | | | | | | | zps_apl_zdp_bind_rsp.o |
38 |
1% |
| | | | | | | | | | zps_apl_zdp_device_annce.o |
109 |
1% |
| | | | | | | | | | zps_apl_zdp_ieee_addr_rsp.o |
234 |
1% |
| | | | | | | | | | zps_apl_zdp_match_desc_rsp.o |
149 |
1% |
| | | | | | | | | | zps_apl_zdp_mgmt_leave_rsp.o |
38 |
1% |
| | | | | | | | | | zps_apl_zdp_mgmt_lqi_rsp.o |
260 |
1% |
| | | | | | | | | | zps_apl_zdp_mgmt_nwk_update_notify_rsp.o |
184 |
1% |
| | | | | | | | | | zps_apl_zdp_mgmt_permit_joining_req.o |
207 |
1% |
| | | | | | | | | | zps_apl_zdp_mgmt_permit_joining_rsp.o |
38 |
1% |
| | | | | | | | | | zps_apl_zdp_mgmt_rtg_rsp.o |
204 |
1% |
| | | | | | | | | | zps_apl_zdp_node_desc_req.o |
143 |
1% |
| | | | | | | | | | zps_apl_zdp_node_desc_rsp.o |
173 |
1% |
| | | | | | | | | | zps_apl_zdp_nwk_addr_rsp.o |
225 |
1% |
| | | | | | | | | | zps_apl_zdp_parent_annce_rsp.o |
170 |
1% |
| | | | | | | | | | zps_apl_zdp_power_desc_rsp.o |
154 |
1% |
| | | | | | | | | | zps_apl_zdp_simple_desc_rsp.o |
251 |
1% |
| | | | | | | | | | zps_apl_zdp_system_server_discovery_rsp.o |
124 |
1% |
| | | | | | | | | | zps_apl_zdp_unbind_rsp.o |
38 |
1% |
| | | | | | | | | libZPSGP.a/ |
5474 |
3% |
| | | | | | | | | | zps_apl_gp.o |
1834 |
1% |
| | | | | | | | | | zps_apl_gp_security.o |
1352 |
1% |
| | | | | | | | | | zps_apl_options.o |
114 |
1% |
| | | | | | | | | | zps_bdir_gp.o |
2174 |
2% |
| | | | | | | | | libZPSIPAN.a/ |
904 |
1% |
| | | | | | | | | | zps_apl_interpan.o |
904 |
1% |
| | | | | | | | | libZPSMAC_Mini_SOC.a/ |
5996 |
3% |
| | | | | | | | | | zps_fslMac.o |
3360 |
2% |
| | | | | | | | | | zps_mac_common.o |
570 |
1% |
| | | | | | | | | | zps_mac_ie.o |
196 |
1% |
| | | | | | | | | | zps_mac_if_table.o |
998 |
1% |
| | | | | | | | | | zps_mac_shim.o |
872 |
1% |
| | | | | | | | | libZPSNWK.a/ |
42956 |
22% |
| | | | | | | | | | zps_nwk_actv_st.o |
427 |
1% |
| | | | | | | | | | zps_nwk_btt.o |
560 |
1% |
| | | | | | | | | | zps_nwk_dcim.o |
76 |
1% |
| | | | | | | | | | zps_nwk_disc.o |
376 |
1% |
| | | | | | | | | | zps_nwk_disc_st.o |
1243 |
1% |
| | | | | | | | | | zps_nwk_form.o |
174 |
1% |
| | | | | | | | | | zps_nwk_form_st.o |
1389 |
1% |
| | | | | | | | | | zps_nwk_frm.o |
2393 |
2% |
| | | | | | | | | | zps_nwk_idle_st.o |
84 |
1% |
| | | | | | | | | | zps_nwk_intf.o |
560 |
1% |
| | | | | | | | | | zps_nwk_join.o |
4918 |
3% |
| | | | | | | | | | zps_nwk_join_st.o |
1493 |
1% |
| | | | | | | | | | zps_nwk_leave.o |
1047 |
1% |
| | | | | | | | | | zps_nwk_lib.o |
478 |
1% |
| | | | | | | | | | zps_nwk_lkst.o |
1420 |
1% |
| | | | | | | | | | zps_nwk_mac.o |
12 |
1% |
| | | | | | | | | | zps_nwk_main.o |
152 |
1% |
| | | | | | | | | | zps_nwk_maint.o |
4066 |
3% |
| | | | | | | | | | zps_nwk_mcps.o |
6450 |
4% |
| | | | | | | | | | zps_nwk_mlme.o |
124 |
1% |
| | | | | | | | | | zps_nwk_nib.o |
6428 |
4% |
| | | | | | | | | | zps_nwk_nlde.o |
602 |
1% |
| | | | | | | | | | zps_nwk_nlme.o |
460 |
1% |
| | | | | | | | | | zps_nwk_pmjn.o |
130 |
1% |
| | | | | | | | | | zps_nwk_rt.o |
4861 |
3% |
| | | | | | | | | | zps_nwk_scan.o |
128 |
1% |
| | | | | | | | | | zps_nwk_sec.o |
1694 |
1% |
| | | | | | | | | | zps_nwk_slist.o |
140 |
1% |
| | | | | | | | | | zps_nwk_subghz.o |
921 |
1% |
| | | | | | | | | | zps_nwk_sync.o |
150 |
1% |
| | | | | | | | | libZPSTSV.a/ |
100 |
1% |
| | | | | | | | | | zps_tsv.o |
100 |
1% |
| gcc/ |
2628 |
2% |
| | arm-none-eabi/ |
2628 |
2% |
| | | 10.3.1/ |
2628 |
2% |
| | | | arm-none-eabi/ |
1604 |
1% |
| | | | | lib/ |
1604 |
1% |
| | | | | | thumb/ |
1604 |
1% |
| | | | | | | v8-m.main+fp/ |
1604 |
1% |
| | | | | | | | hard/ |
1604 |
1% |
| | | | | | | | | crt0.o |
124 |
1% |
| | | | | | | | | libc.a/ |
1480 |
1% |
| | | | | | | | | | lib_a-__atexit.o |
144 |
1% |
| | | | | | | | | | lib_a-__call_atexit.o |
220 |
1% |
| | | | | | | | | | lib_a-abs.o |
8 |
1% |
| | | | | | | | | | lib_a-atexit.o |
12 |
1% |
| | | | | | | | | | lib_a-exit.o |
32 |
1% |
| | | | | | | | | | lib_a-fini.o |
44 |
1% |
| | | | | | | | | | lib_a-impure.o |
4 |
1% |
| | | | | | | | | | lib_a-init.o |
72 |
1% |
| | | | | | | | | | lib_a-lock.o |
8 |
1% |
| | | | | | | | | | lib_a-memcmp.o |
96 |
1% |
| | | | | | | | | | lib_a-memcpy.o |
236 |
1% |
| | | | | | | | | | lib_a-memmove.o |
248 |
1% |
| | | | | | | | | | lib_a-memset.o |
164 |
1% |
| | | | | | | | | | lib_a-strlen-stub.o |
92 |
1% |
| | | | | | | | | | lib_a-strncpy.o |
100 |
1% |
| | | | thumb/ |
1024 |
1% |
| | | | | v8-m.main+fp/ |
1024 |
1% |
| | | | | | hard/ |
1024 |
1% |
| | | | | | | crtbegin.o |
64 |
1% |
| | | | | | | libgcc.a/ |
960 |
1% |
| | | | | | | | _aeabi_ldivmod.o |
160 |
1% |
| | | | | | | | _aeabi_uldivmod.o |
48 |
1% |
| | | | | | | | _dvmd_tls.o |
4 |
1% |
| | | | | | | | _udivmoddi4.o |
748 |
1% |
SDK/ |
68590 |
35% |
| SDKPackages/ |
68238 |
34% |
| | K32W148-EVK/ |
68238 |
34% |
| | | components/ |
4797 |
3% |
| | | | internal_flash/ |
342 |
1% |
| | | | | fsl_adapter_k4_flash.o |
342 |
1% |
| | | | lists/ |
262 |
1% |
| | | | | fsl_component_generic_list.o |
262 |
1% |
| | | | mem_manager/ |
792 |
1% |
| | | | | fsl_component_mem_manager_light.o |
792 |
1% |
| | | | messaging/ |
136 |
1% |
| | | | | fsl_component_messaging.o |
136 |
1% |
| | | | osa/ |
789 |
1% |
| | | | | fsl_os_abstraction_bm.o |
789 |
1% |
| | | | panic/ |
8 |
1% |
| | | | | fsl_component_panic.o |
8 |
1% |
| | | | rpmsg/ |
698 |
1% |
| | | | | fsl_adapter_rpmsg.o |
698 |
1% |
| | | | timer/ |
538 |
1% |
| | | | | fsl_adapter_lptmr.o |
538 |
1% |
| | | | timer_manager/ |
1012 |
1% |
| | | | | fsl_component_timer_manager.o |
1012 |
1% |
| | | | uart/ |
220 |
1% |
| | | | | fsl_adapter_lpuart.o |
220 |
1% |
| | | devices/ |
6572 |
4% |
| | | | K32W1480/ |
6572 |
4% |
| | | | | drivers/ |
4608 |
3% |
| | | | | | fsl_clock.o |
316 |
1% |
| | | | | | fsl_edma.o |
280 |
1% |
| | | | | | fsl_elemu.o |
618 |
1% |
| | | | | | fsl_gpio.o |
42 |
1% |
| | | | | | fsl_imu.o |
268 |
1% |
| | | | | | fsl_k4_controller.o |
132 |
1% |
| | | | | | fsl_k4_flash.o |
910 |
1% |
| | | | | | fsl_lpspi.o |
64 |
1% |
| | | | | | fsl_lptmr.o |
94 |
1% |
| | | | | | fsl_lpuart.o |
872 |
1% |
| | | | | | fsl_ltc.o |
2 |
1% |
| | | | | | fsl_spc.o |
968 |
1% |
| | | | | | fsl_wdog32.o |
42 |
1% |
| | | | | system_K32W1480.o |
218 |
1% |
| | | | | utilities/ |
1746 |
1% |
| | | | | | debug_console_lite/ |
1746 |
1% |
| | | | | | | fsl_debug_console.o |
1746 |
1% |
| | | middleware/ |
56869 |
29% |
| | | | multicore/ |
3021 |
2% |
| | | | | mcmgr/ |
605 |
1% |
| | | | | | src/ |
605 |
1% |
| | | | | | | mcmgr.o |
312 |
1% |
| | | | | | | mcmgr_imu_internal.o |
36 |
1% |
| | | | | | | mcmgr_internal_core_api_k32w1.o |
257 |
1% |
| | | | | rpmsg_lite/ |
2416 |
2% |
| | | | | | lib/ |
2416 |
2% |
| | | | | | | common/ |
30 |
1% |
| | | | | | | | llist.o |
30 |
1% |
| | | | | | | rpmsg_lite/ |
1752 |
1% |
| | | | | | | | porting/ |
456 |
1% |
| | | | | | | | | environment/ |
156 |
1% |
| | | | | | | | | | rpmsg_env_bm.o |
156 |
1% |
| | | | | | | | | platform/ |
300 |
1% |
| | | | | | | | | | k32w1/ |
300 |
1% |
| | | | | | | | | | | rpmsg_platform.o |
300 |
1% |
| | | | | | | | rpmsg_lite.o |
1296 |
1% |
| | | | | | | virtio/ |
634 |
1% |
| | | | | | | | virtqueue.o |
634 |
1% |
| | | | secure-subsystem/ |
2686 |
2% |
| | | | | port/ |
860 |
1% |
| | | | | | kw45_k4w1/ |
860 |
1% |
| | | | | | | sss_aes.o |
284 |
1% |
| | | | | | | sss_ccm.o |
416 |
1% |
| | | | | | | sss_init.o |
160 |
1% |
| | | | | src/ |
1826 |
1% |
| | | | | | sscp/ |
1826 |
1% |
| | | | | | | fsl_sscp_mu.o |
608 |
1% |
| | | | | | | fsl_sss_sscp.o |
1218 |
1% |
| | | | wireless/ |
51162 |
26% |
| | | | | XCVR/ |
336 |
1% |
| | | | | | drv/ |
336 |
1% |
| | | | | | | dma_capture.o |
64 |
1% |
| | | | | | | nxp_xcvr_ext_ctrl.o |
16 |
1% |
| | | | | | | rfmc_ctrl.o |
256 |
1% |
| | | | | framework/ |
10145 |
6% |
| | | | | | FunctionLib/ |
190 |
1% |
| | | | | | | FunctionLib.o |
190 |
1% |
| | | | | | HWParameter/ |
370 |
1% |
| | | | | | | HWParameter.o |
370 |
1% |
| | | | | | LowPower/ |
60 |
1% |
| | | | | | | PWR.o |
60 |
1% |
| | | | | | ModuleInfo/ |
30 |
1% |
| | | | | | | ModuleInfo.o |
30 |
1% |
| | | | | | NVM/ |
6792 |
4% |
| | | | | | | source/ |
6792 |
4% |
| | | | | | | | NV_Flash.o |
6792 |
4% |
| | | | | | Platform/ |
1525 |
1% |
| | | | | | | kw45_k32w1/ |
1525 |
1% |
| | | | | | | | fwk_platform.o |
886 |
1% |
| | | | | | | | fwk_platform_ics.o |
500 |
1% |
| | | | | | | | fwk_platform_ot.o |
139 |
1% |
| | | | | | RNG/ |
188 |
1% |
| | | | | | | RNG.o |
188 |
1% |
| | | | | | SecLib/ |
194 |
1% |
| | | | | | | SecLib_sss.o |
194 |
1% |
| | | | | | boards/ |
796 |
1% |
| | | | | | | kw45_k32w1/ |
796 |
1% |
| | | | | | | | K32W1480/ |
427 |
1% |
| | | | | | | | | clock_config.o |
281 |
1% |
| | | | | | | | | pin_mux.o |
146 |
1% |
| | | | | | | | board.o |
108 |
1% |
| | | | | | | | board_dcdc.o |
261 |
1% |
| | | | | zigbee/ |
40681 |
21% |
| | | | | | BDB/ |
4090 |
3% |
| | | | | | | Source/ |
4090 |
3% |
| | | | | | | | Common/ |
1460 |
1% |
| | | | | | | | | bdb_fr.o |
124 |
1% |
| | | | | | | | | bdb_start.o |
1172 |
1% |
| | | | | | | | | bdb_state_machine.o |
164 |
1% |
| | | | | | | | FindAndBind/ |
164 |
1% |
| | | | | | | | | bdb_fb_common.o |
12 |
1% |
| | | | | | | | | bdb_fb_target.o |
152 |
1% |
| | | | | | | | NwkFormation/ |
734 |
1% |
| | | | | | | | | bdb_nf.o |
734 |
1% |
| | | | | | | | NwkSteering/ |
1732 |
1% |
| | | | | | | | | bdb_ns.o |
1732 |
1% |
| | | | | | ZCIF/ |
15092 |
8% |
| | | | | | | Source/ |
15092 |
8% |
| | | | | | | | dlist.o |
334 |
1% |
| | | | | | | | zcl.o |
918 |
1% |
| | | | | | | | zcl_CustomCommandReceive.o |
314 |
1% |
| | | | | | | | zcl_CustomCommandSend.o |
656 |
1% |
| | | | | | | | zcl_PDUbufferReadWrite.o |
336 |
1% |
| | | | | | | | zcl_PDUbufferReadWriteString.o |
678 |
1% |
| | | | | | | | zcl_WriteAttributesRequestHandle.o |
808 |
1% |
| | | | | | | | zcl_attribute.o |
1302 |
1% |
| | | | | | | | zcl_buffer.o |
72 |
1% |
| | | | | | | | zcl_command.o |
304 |
1% |
| | | | | | | | zcl_common.o |
88 |
1% |
| | | | | | | | zcl_configureReportingCommandHandle.o |
1244 |
1% |
| | | | | | | | zcl_defaultResponse.o |
252 |
1% |
| | | | | | | | zcl_event.o |
1516 |
1% |
| | | | | | | | zcl_heap.o |
56 |
1% |
| | | | | | | | zcl_library_options.o |
102 |
1% |
| | | | | | | | zcl_readAttributesRequestHandle.o |
520 |
1% |
| | | | | | | | zcl_readReportingConfigurationCommandHandle.o |
706 |
1% |
| | | | | | | | zcl_reportManager.o |
1000 |
1% |
| | | | | | | | zcl_reportMaths.o |
558 |
1% |
| | | | | | | | zcl_reportScheduler.o |
726 |
1% |
| | | | | | | | zcl_reportStringHandling.o |
224 |
1% |
| | | | | | | | zcl_reportStructure.o |
132 |
1% |
| | | | | | | | zcl_search.o |
958 |
1% |
| | | | | | | | zcl_timer.o |
412 |
1% |
| | | | | | | | zcl_transmit.o |
876 |
1% |
| | | | | | ZCL/ |
18313 |
10% |
| | | | | | | Clusters/ |
17981 |
9% |
| | | | | | | | General/ |
3652 |
2% |
| | | | | | | | | Source/ |
3652 |
2% |
| | | | | | | | | | Basic.o |
196 |
1% |
| | | | | | | | | | BasicClientCommands.o |
18 |
1% |
| | | | | | | | | | BasicCommandHandler.o |
98 |
1% |
| | | | | | | | | | Groups.o |
462 |
1% |
| | | | | | | | | | GroupsCommandHandler.o |
836 |
1% |
| | | | | | | | | | GroupsServerCommands.o |
288 |
1% |
| | | | | | | | | | GroupsTableManager.o |
732 |
1% |
| | | | | | | | | | Identify.o |
264 |
1% |
| | | | | | | | | | IdentifyCommandHandler.o |
268 |
1% |
| | | | | | | | | | IdentifyServerCommands.o |
160 |
1% |
| | | | | | | | | | OnOff.o |
124 |
1% |
| | | | | | | | | | OnOffCommandHandler.o |
188 |
1% |
| | | | | | | | | | OnOffCommands.o |
18 |
1% |
| | | | | | | | GreenPower/ |
14329 |
8% |
| | | | | | | | | Source/ |
14329 |
8% |
| | | | | | | | | | GreenPower.o |
2097 |
2% |
| | | | | | | | | | GreenPowerCommissioningNotification.o |
666 |
1% |
| | | | | | | | | | GreenPowerCommon.o |
3286 |
2% |
| | | | | | | | | | GreenPowerCustomCommandHandler.o |
212 |
1% |
| | | | | | | | | | GreenPowerCustomCommandResponses.o |
3196 |
2% |
| | | | | | | | | | GreenPowerDataIndication.o |
460 |
1% |
| | | | | | | | | | GreenPowerDirectCommandHandler.o |
308 |
1% |
| | | | | | | | | | GreenPowerNotification.o |
572 |
1% |
| | | | | | | | | | GreenPowerPairing.o |
778 |
1% |
| | | | | | | | | | GreenPowerProxyCommissioningMode.o |
628 |
1% |
| | | | | | | | | | GreenPowerProxyGPDHandler.o |
1130 |
1% |
| | | | | | | | | | GreenPowerProxyTableRequest.o |
174 |
1% |
| | | | | | | | | | GreenPowerProxyTableResponse.o |
266 |
1% |
| | | | | | | | | | GreenPowerResponse.o |
216 |
1% |
| | | | | | | | | | GreenPowerScheduler.o |
190 |
1% |
| | | | | | | | | | GreenPowerSinkTableResponse.o |
150 |
1% |
| | | | | | | Devices/ |
332 |
1% |
| | | | | | | | ZGP/ |
136 |
1% |
| | | | | | | | | Source/ |
136 |
1% |
| | | | | | | | | | gp.o |
136 |
1% |
| | | | | | | | ZHA/ |
196 |
1% |
| | | | | | | | | Generic/ |
196 |
1% |
| | | | | | | | | | Source/ |
196 |
1% |
| | | | | | | | | | | base_device.o |
196 |
1% |
| | | | | | ZigbeeCommon/ |
1088 |
1% |
| | | | | | | Source/ |
1088 |
1% |
| | | | | | | | ZQueue.o |
182 |
1% |
| | | | | | | | ZTimer.o |
408 |
1% |
| | | | | | | | appZdpExtraction.o |
120 |
1% |
| | | | | | | | appZpsBeaconHandler.o |
288 |
1% |
| | | | | | | | app_zps_link_keys.o |
8 |
1% |
| | | | | | | | port_JN518x.o |
82 |
1% |
| | | | | | platform/ |
2098 |
2% |
| | | | | | | K32W1/ |
2098 |
2% |
| | | | | | | | framework/ |
1032 |
1% |
| | | | | | | | | PWRM/ |
30 |
1% |
| | | | | | | | | | PWRM_adapter.o |
30 |
1% |
| | | | | | | | | SecLib/ |
1002 |
1% |
| | | | | | | | | | SecLib_.o |
592 |
1% |
| | | | | | | | | | aes_mmo.o |
410 |
1% |
| | | | | | | | frameworkPDM/ |
668 |
1% |
| | | | | | | | | PDM_adapter.o |
668 |
1% |
| | | | | | | | platform/ |
398 |
1% |
| | | | | | | | | glue.o |
148 |
1% |
| | | | | | | | | timer.o |
4 |
1% |
| | | | | | | | | wdog.o |
246 |
1% |
| gcc/ |
352 |
1% |
| | startup_K32W1480.o |
352 |
1% |