mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-06-10 16:24:11 +09:00
Merge origin/develop into feature/BehaviorCloning — selective apply for can/can.h/Param_Match
This commit is contained in:
commit
93af387591
@ -49,6 +49,13 @@ BO_ 3221225472 VECTOR__INDEPENDENT_SIG_MSG: 0 Vector__XXX
|
||||
SG_ CAR_EPAM_Temperature : 0|8@1+ (1,-40) [-40|215] "℃" Vector__XXX
|
||||
SG_ CAR_MCU_InvTemp : 0|8@1+ (1,-50) [-40|200] "℃" Vector__XXX
|
||||
|
||||
BO_ 320 Target_Value: 8 VCU
|
||||
SG_ VCU_EstMassFlag : 62|2@1+ (1,0) [0|3] "-" Vector__XXX
|
||||
SG_ VCU_EstMass : 48|14@1+ (0.2,0) [0|3276.6] "kg" Vector__XXX
|
||||
SG_ IDB_Target_Command : 32|16@1+ (0.1,0) [0|6553.5] "Nm" Vector__XXX
|
||||
SG_ RWA_Target_Command : 16|16@1+ (0.02,-655) [-655|655.7] "deg" Vector__XXX
|
||||
SG_ MCU_Target_Command : 0|16@1+ (0.01,-200) [-200|455.35] "Nm" Vector__XXX
|
||||
|
||||
BO_ 66 RC_VCU_Fault_Flag: 8 RC
|
||||
SG_ ACU_Fault_Flag : 0|1@1+ (1,0) [0|1] "-" Vector__XXX
|
||||
SG_ RWA_Actuator_Fault_Flag : 6|1@1+ (1,0) [0|1] "-" VCU
|
||||
@ -156,6 +163,7 @@ BO_ 384 VCU_BCM_Signal2: 8 VCU
|
||||
SG_ HMI_LMP_1 : 0|2@1+ (1,0) [0|3] "" BCM
|
||||
|
||||
BO_ 65 RC_VCU_Signal2: 8 RC
|
||||
SG_ RC_ACU_Drive_Mode : 11|2@1+ (1,0) [0|2] "" Vector__XXX
|
||||
SG_ RC_VX_Limit : 16|8@1+ (1,0) [0|255] "km/h" VCU
|
||||
SG_ RC_VCU_ARC : 24|8@1+ (1,0) [0|255] "" VCU
|
||||
SG_ RC_VCU_long_Ctl_mode : 9|2@1+ (1,0) [0|2] "" VCU
|
||||
@ -200,7 +208,7 @@ BO_ 337 VCU_BCM_Signal_1: 8 VCU
|
||||
SG_ Lamp_BRAKE_CMD : 0|2@1+ (1,0) [0|3] "" BCM
|
||||
|
||||
BO_ 64 RC_VCU_Signal1: 8 RC
|
||||
SG_ RC_Drive_ACC_Cmd : 32|16@1+ (1E-05,-0.32768) [-0.32768|0.32767] "g" VCU
|
||||
SG_ RC_Drive_ACC_Cmd : 32|16@1+ (1E-005,-0.32768) [-0.32768|0.32767] "g" VCU
|
||||
SG_ RC_Vx_Command : 48|8@1+ (1,0) [0|255] "km/h" VCU
|
||||
SG_ RC_RWA_RackAngleCommand : 16|16@1+ (0.02,-655) [-655|655.7] "deg" VCU
|
||||
SG_ RC_BrakeTorqueCommand : 0|16@1+ (0.1,0) [0|6553.5] "Nm" VCU
|
||||
@ -220,8 +228,8 @@ BO_ 17 VCU_RC_Signals2: 8 VCU
|
||||
SG_ VCU_ParkBrake_Fbk : 18|2@1+ (1,0) [0|3] "" RC
|
||||
SG_ VCU_GearSelStat : 11|2@1+ (1,0) [0|3] "" RC
|
||||
SG_ VCU_Drive_Mode : 16|2@1+ (1,0) [0|3] "" RC
|
||||
SG_ VCU_Acc_Fbk : 32|16@1+ (1E-05,-0.32768) [-0.32768|0.32767] "g" RC
|
||||
SG_ VCU_Acc_Limit : 48|16@1+ (1E-05,-0.32768) [-0.32768|0.32767] "g" RC
|
||||
SG_ VCU_Acc_Fbk : 32|16@1+ (1E-005,-0.32768) [-0.32768|0.32767] "g" RC
|
||||
SG_ VCU_Acc_Limit : 48|16@1+ (1E-005,-0.32768) [-0.32768|0.32767] "g" RC
|
||||
SG_ VCU_RC_BMS_SOC : 0|8@1+ (1,0) [0|100] "%" RC
|
||||
|
||||
BO_ 592 VCU_MCU_Signals1: 8 VCU
|
||||
@ -528,6 +536,7 @@ x0xx = Initialisation is ready
|
||||
x1xx = Initialisation is running
|
||||
0xxx = Reserved
|
||||
1xxx = Reserved";
|
||||
CM_ SG_ 65 RC_ACU_Drive_Mode "모빌리티제어 시 ACU모드 = 0, RC 수동모드 = 1";
|
||||
CM_ SG_ 65 RC_VX_Limit "차량 속도 제어 제한
|
||||
";
|
||||
CM_ SG_ 65 RC_VCU_ARC "RC모듈 통신 이상감지용도 얼라이브 카운트
|
||||
@ -870,6 +879,7 @@ BA_ "GenSigStartValue" SG_ 16 VCU_MCU_EstTrq 2000;
|
||||
BA_ "GenSigStartValue" SG_ 17 VCU_Acc_Fbk 0;
|
||||
BA_ "GenSigStartValue" SG_ 17 VCU_Acc_Limit 0;
|
||||
BA_ "GenSigStartValue" SG_ 768 MCU_InvTemp 50;
|
||||
VAL_ 320 VCU_EstMassFlag 3 "invalid" 2 "Estimation complete" 1 "Estimation progress" 0 "Mismatched estimation condition" ;
|
||||
VAL_ 66 ACU_Fault_Flag 1 "High(On)" 0 "Low(Off)" ;
|
||||
VAL_ 66 RWA_Actuator_Fault_Flag 1 "High(On)" 0 "Low(Off)" ;
|
||||
VAL_ 66 MCU_Actuator_Fault_Flag 1 "High(On)" 0 "Low(Off)" ;
|
||||
104
GW/.cproject
104
GW/.cproject
@ -417,110 +417,6 @@
|
||||
<outputType id="org.eclipse.cdt.managedbuilder.ui.rcbs.outputtype.2096481329" name="Resource Custom Build Step Output Type"/>
|
||||
</tool>
|
||||
</fileInfo>
|
||||
<folderInfo id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.exe.debug.1470704758.211122661" name="/" resourcePath="src/Vehicle_System_Mode_Layer">
|
||||
<toolChain id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.toolchain.debug.1308134891" name="NXP GCC 9.2 for Arm 32-bit Bare-Metal" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.toolchain.debug" unusedChildren="">
|
||||
<option id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.addtools.printsize.1921145777.275521725.730579917" name="Print size" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.addtools.printsize.1921145777.275521725"/>
|
||||
<option id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.option.compiler.path.2048477677.1652221213.371449751" name="Path" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.option.compiler.path.2048477677.1652221213"/>
|
||||
<option id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.option.target.libraries.1548386322.1367975806.1182644119" name="Libraries support" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.option.target.libraries.1548386322.1367975806"/>
|
||||
<option id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.target.mcpu.175608189.1817456961.1281575964" name="Arm family" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.target.mcpu.175608189.1817456961"/>
|
||||
<option id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.target.instructionset.1944923035.1280633184.1770893332" name="Instruction set" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.target.instructionset.1944923035.1280633184"/>
|
||||
<option id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.target.endianness.1448734918.1762865074.1004613742" name="Endianness" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.target.endianness.1448734918.1762865074"/>
|
||||
<option id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.target.fpu.abi.742511086.13904000.1042990607" name="Float ABI" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.target.fpu.abi.742511086.13904000"/>
|
||||
<option id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.target.fpu.unit.2133448438.493375410.883242713" name="FPU Type" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.target.fpu.unit.2133448438.493375410"/>
|
||||
<option id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.addtools.createflash.1450406700.1786728069.1895784878" name="Create flash image" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.addtools.createflash.1450406700.1786728069"/>
|
||||
<option defaultValue="true" id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.addtools.printsize.1171890944" name="Print size" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.addtools.printsize" valueType="boolean"/>
|
||||
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="cdt.managedbuild.targetPlatform.gnu.cross" isAbstract="false" osList="all" superClass="cdt.managedbuild.targetPlatform.gnu.cross"/>
|
||||
<tool id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.tool.c.compiler.1284136760" name="Standard S32DS C Compiler" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.tool.c.compiler.1438247386">
|
||||
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.1360244090" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/MCU}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/VCU}""/>
|
||||
<listOptionValue builtIn="false" value="../RTD/include"/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/BCM}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/BMS}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/Vehicle_System_Mode_Layer/IGN}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/20240402_ecu3_uncripted.zip_expanded}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/Vehicle_System_Mode_Layer}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/FW344GW_Pllab_ECU3_240331.zip_expanded}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RemoteSystemsTempFiles}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/20240402_ecu3_uncripted.zip_expanded}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/FW344GW_Pllab_ECU3_240331.zip_expanded}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/FW344GW_Pllab_ECU3_240331.zip_expanded}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/FW344GW_Pllab_ECU3_240331.zip_expanded}""/>
|
||||
<listOptionValue builtIn="false" value="${ProjDirPath}/generate/include"/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/HAL/watchdog_hal/inc}""/>
|
||||
<listOptionValue builtIn="false" value="${ProjDirPath}/RTD/include"/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/uds}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/Operation_Mode_Layer}""/>
|
||||
<listOptionValue builtIn="false" value=""${ProjDirPath}/board""/>
|
||||
<listOptionValue builtIn="false" value=""${ProjDirPath}/generate\src""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src}""/>
|
||||
<listOptionValue builtIn="false" value=""${PLATFORMSDK_S32K3_2021_03_S32K344_M7_1.0.0_PATH}/SW32K3_RTD_4_4_0_9_0_D2103/Base_TS_T40D34M9I0R0/header""/>
|
||||
<listOptionValue builtIn="false" value=""${PLATFORMSDK_S32K3_2021_03_S32K344_M7_1.0.0_PATH}/SW32K3_RTD_4_4_0_9_0_D2103/Base_TS_T40D34M9I0R0/include""/>
|
||||
<listOptionValue builtIn="false" value=""${PLATFORMSDK_S32K3_2021_03_S32K344_M7_1.0.0_PATH}/SW32K3_RTD_4_4_0_9_0_D2103/Platform_TS_T40D34M9I0R0/include""/>
|
||||
<listOptionValue builtIn="false" value=""${PLATFORMSDK_S32K3_2021_03_S32K344_M7_1.0.0_PATH}/SW32K3_RTD_4_4_0_9_0_D2103/Platform_TS_T40D34M9I0R0/startup/include""/>
|
||||
</option>
|
||||
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.861474754" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
|
||||
</tool>
|
||||
<tool id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.tool.cpp.compiler.1537338394" name="Standard S32DS C++ Compiler" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.tool.cpp.compiler.671318691"/>
|
||||
<tool id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.tool.c.linker.91387787" name="Standard S32DS C Linker" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.tool.c.linker.586929547"/>
|
||||
<tool id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.tool.cpp.linker.345471295" name="Standard S32DS C++ Linker" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.tool.cpp.linker.1719762166"/>
|
||||
<tool id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.tool.archiver.671228488" name="Standard S32DS Archiver" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.tool.archiver.487240113"/>
|
||||
<tool id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.tool.assembler.1307586855" name="Standard S32DS Assembler" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.tool.assembler.18360335">
|
||||
<inputType id="cdt.managedbuild.tool.gnu.assembler.input.1223546100" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
|
||||
<inputType id="com.freescale.s32ds.cross.gnu.tool.assembler.inputType.asmfile.1748627014" superClass="com.freescale.s32ds.cross.gnu.tool.assembler.inputType.asmfile"/>
|
||||
</tool>
|
||||
<tool id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.tool.createflash.89996238" name="Standard S32DS Create Flash Image" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.tool.createflash.839118483"/>
|
||||
<tool id="com.freescale.s32ds.cross.gnu.tool.createlisting.165007769" name="Standard S32DS Create Listing" superClass="com.freescale.s32ds.cross.gnu.tool.createlisting.1673157898"/>
|
||||
<tool id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.tool.printsize.514409573" name="Standard S32DS Print Size" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.tool.printsize.1119836620"/>
|
||||
<tool id="com.freescale.s32ds.cross.gnu.c.preprocessor.1056529434" name="Standard S32DS C Preprocessor" superClass="com.freescale.s32ds.cross.gnu.c.preprocessor.1450795849"/>
|
||||
<tool id="com.freescale.s32ds.cross.gnu.cpp.preprocessor.1541531897" name="Standard S32DS C++ Preprocessor" superClass="com.freescale.s32ds.cross.gnu.cpp.preprocessor.2042244737"/>
|
||||
<tool id="com.freescale.s32ds.cross.gnu.disassembler.1760289712" name="Standard S32DS Disassembler" superClass="com.freescale.s32ds.cross.gnu.disassembler.204430591"/>
|
||||
</toolChain>
|
||||
</folderInfo>
|
||||
<fileInfo id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.exe.debug.1470704758.542828764" name="System_Check.c" rcbsApplicability="disable" resourcePath="src/Vehicle_System_Mode_Layer/System_Check.c" toolsToInvoke="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.tool.c.compiler.1284136760.256630145">
|
||||
<tool id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.tool.c.compiler.1284136760.256630145" name="Standard S32DS C Compiler" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.tool.c.compiler.1284136760">
|
||||
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.333215374" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
|
||||
<listOptionValue builtIn="false" value="../RTD/include"/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/VCU}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/MCU}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/Vehicle_System_Mode_Layer/EMERGENCY}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/BCM}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/BMS}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/Vehicle_System_Mode_Layer/IGN}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/20240402_ecu3_uncripted.zip_expanded}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/Vehicle_System_Mode_Layer}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/FW344GW_Pllab_ECU3_240331.zip_expanded}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/RemoteSystemsTempFiles}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/20240402_ecu3_uncripted.zip_expanded}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/FW344GW_Pllab_ECU3_240331.zip_expanded}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/FW344GW_Pllab_ECU3_240331.zip_expanded}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/FW344GW_Pllab_ECU3_240331.zip_expanded}""/>
|
||||
<listOptionValue builtIn="false" value="${ProjDirPath}/generate/include"/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/HAL/watchdog_hal/inc}""/>
|
||||
<listOptionValue builtIn="false" value="${ProjDirPath}/RTD/include"/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/uds}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src/Operation_Mode_Layer}""/>
|
||||
<listOptionValue builtIn="false" value=""${ProjDirPath}/board""/>
|
||||
<listOptionValue builtIn="false" value=""${ProjDirPath}/generate\src""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/src}""/>
|
||||
<listOptionValue builtIn="false" value=""${PLATFORMSDK_S32K3_2021_03_S32K344_M7_1.0.0_PATH}/SW32K3_RTD_4_4_0_9_0_D2103/Base_TS_T40D34M9I0R0/header""/>
|
||||
<listOptionValue builtIn="false" value=""${PLATFORMSDK_S32K3_2021_03_S32K344_M7_1.0.0_PATH}/SW32K3_RTD_4_4_0_9_0_D2103/Base_TS_T40D34M9I0R0/include""/>
|
||||
<listOptionValue builtIn="false" value=""${PLATFORMSDK_S32K3_2021_03_S32K344_M7_1.0.0_PATH}/SW32K3_RTD_4_4_0_9_0_D2103/Platform_TS_T40D34M9I0R0/include""/>
|
||||
<listOptionValue builtIn="false" value=""${PLATFORMSDK_S32K3_2021_03_S32K344_M7_1.0.0_PATH}/SW32K3_RTD_4_4_0_9_0_D2103/Platform_TS_T40D34M9I0R0/startup/include""/>
|
||||
</option>
|
||||
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.1027124879" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
|
||||
</tool>
|
||||
<tool customBuildStep="true" id="org.eclipse.cdt.managedbuilder.ui.rcbs.12103510" name="Resource Custom Build Step">
|
||||
<inputType id="org.eclipse.cdt.managedbuilder.ui.rcbs.inputtype.1448922823" name="Resource Custom Build Step Input Type">
|
||||
<additionalInput kind="additionalinputdependency" paths=""/>
|
||||
</inputType>
|
||||
<outputType id="org.eclipse.cdt.managedbuilder.ui.rcbs.outputtype.159501912" name="Resource Custom Build Step Output Type"/>
|
||||
</tool>
|
||||
</fileInfo>
|
||||
<folderInfo id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.exe.debug.1470704758.749497125" name="/" resourcePath="src/Operation_Layer">
|
||||
<toolChain id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.toolchain.debug.1760220100" name="NXP GCC 9.2 for Arm 32-bit Bare-Metal" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.gnu.9.2.toolchain.debug" unusedChildren="">
|
||||
<option id="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.addtools.printsize.1921145777.275521725.640858258" name="Print size" superClass="com.nxp.s32ds.cle.arm.mbs.arm32.bare.option.addtools.printsize.1921145777.275521725"/>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
||||
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
||||
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
|
||||
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1323266417467202530" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="436886902811845871" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||
</provider>
|
||||
@ -16,7 +16,7 @@
|
||||
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
||||
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
||||
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
|
||||
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1265764532722369986" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="494388787556678415" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||
</provider>
|
||||
@ -27,7 +27,7 @@
|
||||
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
||||
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
||||
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
|
||||
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1265764532722369986" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="494388787556678415" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||
</provider>
|
||||
@ -38,7 +38,7 @@
|
||||
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
|
||||
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
|
||||
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
|
||||
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1265764532722369986" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||
<provider class="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" console="false" env-hash="494388787556678415" id="com.freescale.s32ds.cross.gnu.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT S32DS Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||
</provider>
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
eclipse.preferences.version=1
|
||||
encoding//src/Global_Variable.c=UTF-8
|
||||
encoding//src/Global_Variable.h=UTF-8
|
||||
encoding//src/IG_Layer/Ignition.c=UTF-8
|
||||
encoding//src/Safety_Layer/CRC/CRC_UDM.c=UTF-8
|
||||
encoding//src/Safety_Layer/CRC/CRC_UDM_4BIT.c=UTF-8
|
||||
encoding//src/System_Layer/Drive_Mode.c=UTF-8
|
||||
encoding//src/board.c=UTF-8
|
||||
encoding//src/can.c=UTF-8
|
||||
encoding//src/can.h=UTF-8
|
||||
|
||||
@ -102,24 +102,20 @@
|
||||
"./src/can.o"
|
||||
"./src/main.o"
|
||||
"./src/HAL/watchdog_hal/src/watchdog_hal.o"
|
||||
"./src/IG_Layer/Ignition.o"
|
||||
"./src/Logic/ADM_Integrated_Logic.o"
|
||||
"./src/Logic/ADM_Integrated_Logic_data.o"
|
||||
"./src/Logic/Param_Match.o"
|
||||
"./src/Operation_Layer/Drive_Mode.o"
|
||||
"./src/Operation_Layer/Lamp/Lamp.o"
|
||||
"./src/Operation_Layer/MCU/Motor_Status.o"
|
||||
"./src/Operation_Layer/MCU/Vehicle_Speed.o"
|
||||
"./src/Operation_Layer/SW_Version/SW_VER.o"
|
||||
"./src/Operation_Layer/Wiper/Wiper.o"
|
||||
"./src/Safety_Layer/BMS/BMS_SOC.o"
|
||||
"./src/Safety_Layer/BMS/CE_ON_CMD.o"
|
||||
"./src/Safety_Layer/BMS/Charging_Status.o"
|
||||
"./src/Safety_Layer/CRC/CRC_UDM.o"
|
||||
"./src/Safety_Layer/CRC/CRC_UDM_4BIT.o"
|
||||
"./src/Safety_Layer/ECU_Check/ECU_Check.o"
|
||||
"./src/Safety_Layer/EMERGENCY/Emergency.o"
|
||||
"./src/Vehicle_System_Mode_Layer/System_Check.o"
|
||||
"./src/System_Layer/Drive_Mode.o"
|
||||
"./src/System_Layer/SW_Version/SW_VER.o"
|
||||
"./src/uds/ctl_dtc.o"
|
||||
"./src/uds/debug_util.o"
|
||||
"./src/uds/uds.o"
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
23175
GW/Debug_FLASH/GW.srec
23175
GW/Debug_FLASH/GW.srec
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@ Trivially needed symbols: undefined_handler SysTick_Handler PendSV_Handler Debug
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
Aux: @01733ea0
|
||||
@ -12,91 +12,91 @@ undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
Aux: @06a3ab60
|
||||
Aux: @06ae9b60
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
Aux: @06a3a620
|
||||
Aux: @06ae9620
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
Aux: @06a3a000
|
||||
Aux: @06ae9000
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
Aux: @06a3ad20
|
||||
Aux: @06ae9d20
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
Aux: @06a3aa80
|
||||
Aux: @06ae9a80
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
Aux: @06a3a7e0
|
||||
Aux: @06ae97e0
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
Aux: @06a3a460
|
||||
Aux: @06ae9460
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
Aux: @06a3a1c0
|
||||
Aux: @06ae91c0
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
Aux: @06a33d20
|
||||
Aux: @06ae2d20
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
Aux: @06a33ee0
|
||||
Aux: @06ae2ee0
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
@ -107,7 +107,7 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -115,7 +115,7 @@ undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -123,7 +123,7 @@ SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -131,7 +131,7 @@ PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -139,7 +139,7 @@ DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -147,7 +147,7 @@ SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -155,7 +155,7 @@ SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -163,7 +163,7 @@ UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -171,7 +171,7 @@ BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -179,7 +179,7 @@ MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -187,7 +187,7 @@ HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -199,7 +199,7 @@ NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -207,7 +207,7 @@ undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -215,7 +215,7 @@ SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -223,7 +223,7 @@ PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -231,7 +231,7 @@ DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -239,7 +239,7 @@ SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -247,7 +247,7 @@ SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -255,7 +255,7 @@ UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -263,7 +263,7 @@ BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -271,7 +271,7 @@ MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -279,7 +279,7 @@ HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -292,7 +292,7 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -300,7 +300,7 @@ undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -308,7 +308,7 @@ SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -316,7 +316,7 @@ PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -324,7 +324,7 @@ DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -332,7 +332,7 @@ SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -340,7 +340,7 @@ SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -348,7 +348,7 @@ UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -356,7 +356,7 @@ BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -364,7 +364,7 @@ MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -372,7 +372,7 @@ HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: public weak
|
||||
References:
|
||||
@ -386,7 +386,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Optimized Symbol table:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -395,7 +395,7 @@ undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
Function flags: count:107374 (estimated locally) body nonfreeing_fn executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -404,7 +404,7 @@ SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -413,7 +413,7 @@ PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -422,7 +422,7 @@ DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -431,7 +431,7 @@ SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -440,7 +440,7 @@ SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -449,7 +449,7 @@ UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -458,7 +458,7 @@ BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -467,7 +467,7 @@ MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -476,7 +476,7 @@ HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -507,7 +507,7 @@ Removing variables:
|
||||
|
||||
Final Symbol table:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
References:
|
||||
@ -516,7 +516,7 @@ undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
Function flags: count:107374 (estimated locally) nonfreeing_fn executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public weak
|
||||
References:
|
||||
@ -525,7 +525,7 @@ SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
Function flags: count:107374 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public weak
|
||||
References:
|
||||
@ -534,7 +534,7 @@ PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
Function flags: count:107374 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public weak
|
||||
References:
|
||||
@ -543,7 +543,7 @@ DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
Function flags: count:107374 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
References:
|
||||
@ -552,7 +552,7 @@ SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
Function flags: count:1073741823 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public weak
|
||||
References:
|
||||
@ -561,7 +561,7 @@ SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
Function flags: count:107374 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public weak
|
||||
References:
|
||||
@ -570,7 +570,7 @@ UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
Function flags: count:107374 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public weak
|
||||
References:
|
||||
@ -579,7 +579,7 @@ BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
Function flags: count:107374 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public weak
|
||||
References:
|
||||
@ -588,7 +588,7 @@ MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
Function flags: count:107374 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public weak
|
||||
References:
|
||||
@ -597,7 +597,7 @@ HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
Function flags: count:107374 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public weak
|
||||
References:
|
||||
|
||||
@ -13,7 +13,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -22,7 +22,7 @@ undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -31,7 +31,7 @@ SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -40,7 +40,7 @@ PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -49,7 +49,7 @@ DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -58,7 +58,7 @@ SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -67,7 +67,7 @@ SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -76,7 +76,7 @@ UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -85,7 +85,7 @@ BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -94,7 +94,7 @@ MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -103,7 +103,7 @@ HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
|
||||
@ -4,7 +4,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -13,7 +13,7 @@ undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -22,7 +22,7 @@ SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -31,7 +31,7 @@ PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -40,7 +40,7 @@ DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -49,7 +49,7 @@ SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -58,7 +58,7 @@ SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -67,7 +67,7 @@ UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -76,7 +76,7 @@ BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -85,7 +85,7 @@ MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -94,7 +94,7 @@ HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
|
||||
@ -14,7 +14,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -23,7 +23,7 @@ undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -32,7 +32,7 @@ SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -41,7 +41,7 @@ PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -50,7 +50,7 @@ DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -59,7 +59,7 @@ SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -68,7 +68,7 @@ SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -77,7 +77,7 @@ UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -86,7 +86,7 @@ BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -95,7 +95,7 @@ MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -104,7 +104,7 @@ HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Symbol table:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -9,7 +9,7 @@ undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -18,7 +18,7 @@ SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -27,7 +27,7 @@ PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -36,7 +36,7 @@ DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -45,7 +45,7 @@ SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -54,7 +54,7 @@ SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -63,7 +63,7 @@ UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -72,7 +72,7 @@ BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -81,7 +81,7 @@ MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -90,7 +90,7 @@ HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
|
||||
@ -62,7 +62,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -71,7 +71,7 @@ undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -80,7 +80,7 @@ SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -89,7 +89,7 @@ PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -98,7 +98,7 @@ DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -107,7 +107,7 @@ SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -116,7 +116,7 @@ SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -125,7 +125,7 @@ UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -134,7 +134,7 @@ BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -143,7 +143,7 @@ MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -152,7 +152,7 @@ HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
|
||||
@ -328,7 +328,7 @@ IPA function summary for NMI_Handler/0 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -337,7 +337,7 @@ undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -346,7 +346,7 @@ SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -355,7 +355,7 @@ PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -364,7 +364,7 @@ DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -373,7 +373,7 @@ SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -382,7 +382,7 @@ SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -391,7 +391,7 @@ UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -400,7 +400,7 @@ BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -409,7 +409,7 @@ MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -418,7 +418,7 @@ HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
|
||||
@ -267,7 +267,7 @@ IPA function summary for NMI_Handler/0 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -276,7 +276,7 @@ undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -285,7 +285,7 @@ SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -294,7 +294,7 @@ PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -303,7 +303,7 @@ DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -312,7 +312,7 @@ SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -321,7 +321,7 @@ SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -330,7 +330,7 @@ UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -339,7 +339,7 @@ BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -348,7 +348,7 @@ MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -357,7 +357,7 @@ HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
|
||||
@ -242,110 +242,110 @@ Function is locally looping.
|
||||
Function is locally const.
|
||||
callgraph:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4b38
|
||||
Aux: @06815188
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4b58
|
||||
Aux: @06815208
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4d98
|
||||
Aux: @06815348
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4e58
|
||||
Aux: @06815228
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4c18
|
||||
Aux: @06815428
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4e78
|
||||
Aux: @06815268
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4b78
|
||||
Aux: @06815288
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4bb8
|
||||
Aux: @068150a8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4df8
|
||||
Aux: @068152a8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4db8
|
||||
Aux: @068153c8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4b98
|
||||
Aux: @068152e8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
@ -355,110 +355,110 @@ NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
|
||||
|
||||
ordered call graph: reduced for nothrow
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4b38
|
||||
Aux: @06815188
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4b58
|
||||
Aux: @06815208
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4d98
|
||||
Aux: @06815348
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4e58
|
||||
Aux: @06815228
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4c18
|
||||
Aux: @06815428
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4e78
|
||||
Aux: @06815268
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4b78
|
||||
Aux: @06815288
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4bb8
|
||||
Aux: @068150a8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4df8
|
||||
Aux: @068152a8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4db8
|
||||
Aux: @068153c8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4b98
|
||||
Aux: @068152e8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
@ -496,110 +496,110 @@ HardFault_Handler: malloc_bottom
|
||||
NMI_Handler: malloc_bottom
|
||||
callgraph:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4e78
|
||||
Aux: @06815088
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4d98
|
||||
Aux: @06815308
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4e58
|
||||
Aux: @068153c8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4bd8
|
||||
Aux: @068150e8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4db8
|
||||
Aux: @06815428
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4c58
|
||||
Aux: @06815108
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4c38
|
||||
Aux: @068150c8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4df8
|
||||
Aux: @068150a8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4b58
|
||||
Aux: @06815188
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4c18
|
||||
Aux: @068151a8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4b78
|
||||
Aux: @068151c8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
@ -609,110 +609,110 @@ NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
|
||||
|
||||
ordered call graph: reduced
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4e78
|
||||
Aux: @06815088
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4d98
|
||||
Aux: @06815308
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4e58
|
||||
Aux: @068153c8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4bd8
|
||||
Aux: @068150e8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4db8
|
||||
Aux: @06815428
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4c58
|
||||
Aux: @06815108
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4c38
|
||||
Aux: @068150c8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4df8
|
||||
Aux: @068150a8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4b58
|
||||
Aux: @06815188
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4c18
|
||||
Aux: @068151a8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4b78
|
||||
Aux: @068151c8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
callgraph:
|
||||
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -9,7 +9,7 @@ undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
Function flags: count:107374 (estimated locally) body nonfreeing_fn executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -18,7 +18,7 @@ SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -27,7 +27,7 @@ PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -36,7 +36,7 @@ DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -45,7 +45,7 @@ SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -54,7 +54,7 @@ SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -63,7 +63,7 @@ UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -72,7 +72,7 @@ BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -81,7 +81,7 @@ MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -90,7 +90,7 @@ HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
References:
|
||||
@ -136,110 +136,110 @@ Function name:NMI_Handler/0:
|
||||
locals written:
|
||||
|
||||
ordered call graph: reduced
|
||||
undefined_handler/10 (undefined_handler) @06a3ab60
|
||||
undefined_handler/10 (undefined_handler) @06ae9b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4b58
|
||||
Aux: @068150e8
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:107374 (estimated locally) body nonfreeing_fn executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SysTick_Handler/9 (SysTick_Handler) @06a3a620
|
||||
SysTick_Handler/9 (SysTick_Handler) @06ae9620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4c38
|
||||
Aux: @068150c8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
PendSV_Handler/8 (PendSV_Handler) @06a3a000
|
||||
PendSV_Handler/8 (PendSV_Handler) @06ae9000
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4b78
|
||||
Aux: @068153c8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06a3ad20
|
||||
DebugMon_Handler/7 (DebugMon_Handler) @06ae9d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4b98
|
||||
Aux: @06815188
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVCHandler_main/6 (SVCHandler_main) @06a3aa80
|
||||
SVCHandler_main/6 (SVCHandler_main) @06ae9a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4d78
|
||||
Aux: @06815428
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SVC_Handler/5 (SVC_Handler) @06a3a7e0
|
||||
SVC_Handler/5 (SVC_Handler) @06ae97e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4c18
|
||||
Aux: @06815088
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06a3a460
|
||||
UsageFault_Handler/4 (UsageFault_Handler) @06ae9460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4bb8
|
||||
Aux: @068151a8
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
BusFault_Handler/3 (BusFault_Handler) @06a3a1c0
|
||||
BusFault_Handler/3 (BusFault_Handler) @06ae91c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4cd8
|
||||
Aux: @06815308
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
MemManage_Handler/2 (MemManage_Handler) @06a33d20
|
||||
MemManage_Handler/2 (MemManage_Handler) @06ae2d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4df8
|
||||
Aux: @06815208
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
HardFault_Handler/1 (HardFault_Handler) @06a33ee0
|
||||
HardFault_Handler/1 (HardFault_Handler) @06ae2ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4d18
|
||||
Aux: @06815228
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
Function flags: count:107374 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NMI_Handler/0 (NMI_Handler) @06a33c40
|
||||
NMI_Handler/0 (NMI_Handler) @06ae2c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public weak
|
||||
Aux: @063b4b38
|
||||
Aux: @06815108
|
||||
References:
|
||||
Referring:
|
||||
Availability: overwritable
|
||||
|
||||
@ -3,7 +3,7 @@ Trivially needed symbols: NVIC_SetPriority NVIC_DisableIRQ NVIC_EnableIRQ NVIC_S
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
Aux: @01733ea0
|
||||
@ -12,28 +12,28 @@ NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
Aux: @06b40ee0
|
||||
Aux: @06b90ee0
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
Aux: @06b40c40
|
||||
Aux: @06b90c40
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
Aux: @06b409a0
|
||||
Aux: @06b909a0
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
@ -44,7 +44,7 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -52,7 +52,7 @@ NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -60,7 +60,7 @@ NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -68,7 +68,7 @@ NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -80,7 +80,7 @@ NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -88,7 +88,7 @@ NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -96,7 +96,7 @@ NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -104,7 +104,7 @@ NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -117,7 +117,7 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -125,7 +125,7 @@ NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -133,7 +133,7 @@ NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -141,7 +141,7 @@ NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -155,7 +155,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Optimized Symbol table:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -164,7 +164,7 @@ NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -173,7 +173,7 @@ NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -182,7 +182,7 @@ NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -206,7 +206,7 @@ Removing variables:
|
||||
|
||||
Final Symbol table:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
References:
|
||||
@ -215,7 +215,7 @@ NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
Function flags: count:1073741824 (estimated locally) nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
References:
|
||||
@ -224,7 +224,7 @@ NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
Function flags: count:1073741824 (estimated locally) nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
References:
|
||||
@ -233,7 +233,7 @@ NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
Function flags: count:1073741824 (estimated locally) nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
References:
|
||||
|
||||
@ -13,7 +13,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -22,7 +22,7 @@ NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -31,7 +31,7 @@ NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -40,7 +40,7 @@ NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
|
||||
@ -4,7 +4,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -13,7 +13,7 @@ NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -22,7 +22,7 @@ NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -31,7 +31,7 @@ NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
|
||||
@ -14,7 +14,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -23,7 +23,7 @@ NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -32,7 +32,7 @@ NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -41,7 +41,7 @@ NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Symbol table:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -9,7 +9,7 @@ NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -18,7 +18,7 @@ NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -27,7 +27,7 @@ NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
|
||||
@ -61,7 +61,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -70,7 +70,7 @@ NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -79,7 +79,7 @@ NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -88,7 +88,7 @@ NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
|
||||
@ -98,7 +98,7 @@ IPA function summary for NVIC_SetPriorityGrouping/0 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -107,7 +107,7 @@ NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -116,7 +116,7 @@ NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -125,7 +125,7 @@ NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
|
||||
@ -118,7 +118,7 @@ IPA function summary for NVIC_SetPriorityGrouping/0 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -127,7 +127,7 @@ NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -136,7 +136,7 @@ NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -145,7 +145,7 @@ NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
|
||||
@ -47,40 +47,40 @@
|
||||
scanning: return;
|
||||
callgraph:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4930
|
||||
Aux: @04fd50c8
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4a30
|
||||
Aux: @04fd5028
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b49d0
|
||||
Aux: @04fd5048
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b49f0
|
||||
Aux: @04fd5088
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -90,40 +90,40 @@ NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
|
||||
|
||||
ordered call graph: reduced for nothrow
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4930
|
||||
Aux: @04fd50c8
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4a30
|
||||
Aux: @04fd5028
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b49d0
|
||||
Aux: @04fd5048
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b49f0
|
||||
Aux: @04fd5088
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -147,40 +147,40 @@ NVIC_EnableIRQ: malloc_bottom
|
||||
NVIC_SetPriorityGrouping: malloc_bottom
|
||||
callgraph:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4b10
|
||||
Aux: @04fd5028
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4930
|
||||
Aux: @04fd5048
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4ab0
|
||||
Aux: @04fd5068
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4a50
|
||||
Aux: @04fd5088
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -190,40 +190,40 @@ NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
|
||||
|
||||
ordered call graph: reduced
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4b10
|
||||
Aux: @04fd5028
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4930
|
||||
Aux: @04fd5048
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4ab0
|
||||
Aux: @04fd5068
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4a50
|
||||
Aux: @04fd5088
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
callgraph:
|
||||
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -9,7 +9,7 @@ NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -18,7 +18,7 @@ NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -27,7 +27,7 @@ NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -52,40 +52,40 @@ Function name:NVIC_SetPriorityGrouping/0:
|
||||
locals written:
|
||||
|
||||
ordered call graph: reduced
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b40ee0
|
||||
NVIC_SetPriority/3 (NVIC_SetPriority) @06b90ee0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4ab0
|
||||
Aux: @04fd5028
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b40c40
|
||||
NVIC_DisableIRQ/2 (NVIC_DisableIRQ) @06b90c40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b4930
|
||||
Aux: @04fd5048
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b409a0
|
||||
NVIC_EnableIRQ/1 (NVIC_EnableIRQ) @06b909a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b49d0
|
||||
Aux: @04fd5068
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b40700
|
||||
NVIC_SetPriorityGrouping/0 (NVIC_SetPriorityGrouping) @06b90700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063b49f0
|
||||
Aux: @04fd5088
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
|
||||
@ -3,21 +3,21 @@ Trivially needed symbols: init_data_bss
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06a88b88
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: init_data_bss/0 (addr)
|
||||
Availability: not-ready
|
||||
Varpool flags:
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06a88b40
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: init_data_bss/0 (addr)
|
||||
Availability: not-ready
|
||||
Varpool flags:
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
Aux: @01733ea0
|
||||
@ -31,21 +31,21 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06a88b88
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: init_data_bss/0 (addr)
|
||||
Availability: not-ready
|
||||
Varpool flags:
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06a88b40
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: init_data_bss/0 (addr)
|
||||
Availability: not-ready
|
||||
Varpool flags:
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References: __INIT_TABLE/1 (addr)__ZERO_TABLE/2 (addr)
|
||||
@ -57,21 +57,21 @@ init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06a88b88
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: init_data_bss/0 (addr)
|
||||
Availability: not-ready
|
||||
Varpool flags:
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06a88b40
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: init_data_bss/0 (addr)
|
||||
Availability: not-ready
|
||||
Varpool flags:
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References: __INIT_TABLE/1 (addr)__ZERO_TABLE/2 (addr)
|
||||
@ -84,21 +84,21 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06a88b88
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: init_data_bss/0 (addr)
|
||||
Availability: not-ready
|
||||
Varpool flags:
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06a88b40
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: init_data_bss/0 (addr)
|
||||
Availability: not-ready
|
||||
Varpool flags:
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References: __INIT_TABLE/1 (addr)__ZERO_TABLE/2 (addr)
|
||||
@ -112,7 +112,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Optimized Symbol table:
|
||||
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06a88b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -120,7 +120,7 @@ __ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
Referring: init_data_bss/0 (read)init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06a88b40
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -128,7 +128,7 @@ __INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
Referring: init_data_bss/0 (read)init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: __INIT_TABLE/1 (read)__INIT_TABLE/1 (addr)__ZERO_TABLE/2 (read)__ZERO_TABLE/2 (addr)
|
||||
@ -149,7 +149,7 @@ Removing variables:
|
||||
|
||||
Final Symbol table:
|
||||
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06a88b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -157,7 +157,7 @@ __ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
Referring:
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06a88b40
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -165,7 +165,7 @@ __INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
Referring:
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
References:
|
||||
|
||||
@ -13,7 +13,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06a88b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -21,7 +21,7 @@ __ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
Referring: init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06a88b40
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -29,7 +29,7 @@ __INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
Referring: init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: __INIT_TABLE/1 (addr)__ZERO_TABLE/2 (addr)
|
||||
|
||||
@ -4,7 +4,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06a88b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -12,7 +12,7 @@ __ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
Referring: init_data_bss/0 (read)init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06a88b40
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -20,7 +20,7 @@ __INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
Referring: init_data_bss/0 (read)init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: __INIT_TABLE/1 (read)__INIT_TABLE/1 (addr)__ZERO_TABLE/2 (read)__ZERO_TABLE/2 (addr)
|
||||
|
||||
@ -14,7 +14,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06a88b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -22,7 +22,7 @@ __ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
Referring: init_data_bss/0 (read)init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06a88b40
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -30,7 +30,7 @@ __INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
Referring: init_data_bss/0 (read)init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: __INIT_TABLE/1 (read)__INIT_TABLE/1 (addr)__ZERO_TABLE/2 (read)__ZERO_TABLE/2 (addr)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Symbol table:
|
||||
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06a88b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -8,7 +8,7 @@ __ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
Referring: init_data_bss/0 (read)init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06a88b40
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -16,7 +16,7 @@ __INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
Referring: init_data_bss/0 (read)init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: __INIT_TABLE/1 (read)__INIT_TABLE/1 (addr)__ZERO_TABLE/2 (read)__ZERO_TABLE/2 (addr)
|
||||
|
||||
@ -27,7 +27,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06a88b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -35,7 +35,7 @@ __ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
Referring: init_data_bss/0 (read)init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06a88b40
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -43,7 +43,7 @@ __INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
Referring: init_data_bss/0 (read)init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: __INIT_TABLE/1 (read)__INIT_TABLE/1 (addr)__ZERO_TABLE/2 (read)__ZERO_TABLE/2 (addr)
|
||||
|
||||
@ -55,7 +55,7 @@ IPA function summary for init_data_bss/0 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06a88b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -63,7 +63,7 @@ __ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
Referring: init_data_bss/0 (read)init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06a88b40
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -71,7 +71,7 @@ __INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
Referring: init_data_bss/0 (read)init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: __INIT_TABLE/1 (read)__INIT_TABLE/1 (addr)__ZERO_TABLE/2 (read)__ZERO_TABLE/2 (addr)
|
||||
|
||||
@ -37,7 +37,7 @@ IPA function summary for init_data_bss/0 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
__ZERO_TABLE/2 (__ZERO_TABLE) @06a88b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -45,7 +45,7 @@ __ZERO_TABLE/2 (__ZERO_TABLE) @06ac8b88
|
||||
Referring: init_data_bss/0 (read)init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
__INIT_TABLE/1 (__INIT_TABLE) @06a88b40
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -53,7 +53,7 @@ __INIT_TABLE/1 (__INIT_TABLE) @06ac8b40
|
||||
Referring: init_data_bss/0 (read)init_data_bss/0 (addr)
|
||||
Availability: not_available
|
||||
Varpool flags:
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: __INIT_TABLE/1 (read)__INIT_TABLE/1 (addr)__ZERO_TABLE/2 (read)__ZERO_TABLE/2 (addr)
|
||||
|
||||
@ -45,10 +45,10 @@
|
||||
scanning: return;
|
||||
callgraph:
|
||||
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063f4c70
|
||||
Aux: @067b50d0
|
||||
References: __INIT_TABLE/1 (read)__INIT_TABLE/1 (addr)__ZERO_TABLE/2 (read)__ZERO_TABLE/2 (addr)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -58,10 +58,10 @@ init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
|
||||
|
||||
ordered call graph: reduced for nothrow
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063f4c70
|
||||
Aux: @067b50d0
|
||||
References: __INIT_TABLE/1 (read)__INIT_TABLE/1 (addr)__ZERO_TABLE/2 (read)__ZERO_TABLE/2 (addr)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -79,10 +79,10 @@ MALLOC LATTICE after propagation:
|
||||
init_data_bss: malloc_bottom
|
||||
callgraph:
|
||||
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063f4b70
|
||||
Aux: @067b50d0
|
||||
References: __INIT_TABLE/1 (read)__INIT_TABLE/1 (addr)__ZERO_TABLE/2 (read)__ZERO_TABLE/2 (addr)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -92,10 +92,10 @@ init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
|
||||
|
||||
ordered call graph: reduced
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063f4b70
|
||||
Aux: @067b50d0
|
||||
References: __INIT_TABLE/1 (read)__INIT_TABLE/1 (addr)__ZERO_TABLE/2 (read)__ZERO_TABLE/2 (addr)
|
||||
Referring:
|
||||
Availability: available
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
callgraph:
|
||||
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: __INIT_TABLE/1 (read)__INIT_TABLE/1 (addr)__ZERO_TABLE/2 (read)__ZERO_TABLE/2 (addr)
|
||||
@ -16,10 +16,10 @@ Function name:init_data_bss/0:
|
||||
locals written:
|
||||
|
||||
ordered call graph: reduced
|
||||
init_data_bss/0 (init_data_bss) @06ac92a0
|
||||
init_data_bss/0 (init_data_bss) @06a892a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063f4e10
|
||||
Aux: @067b52f0
|
||||
References: __INIT_TABLE/1 (read)__INIT_TABLE/1 (addr)__ZERO_TABLE/2 (read)__ZERO_TABLE/2 (addr)
|
||||
Referring:
|
||||
Availability: available
|
||||
|
||||
@ -3,7 +3,7 @@ Trivially needed symbols: SystemInit Sys_GetCoreID default_interrupt_routine sta
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Aux: @01733ea0
|
||||
@ -12,7 +12,7 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: body optimize_size
|
||||
Called by: SystemInit/6
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
Aux: @01733ea0
|
||||
@ -21,53 +21,53 @@ SystemInit/6 (SystemInit) @06bcee00
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 Sys_GetCoreID/5
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
Aux: @06bcee00
|
||||
Aux: @06bffe00
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by: SystemInit/6
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
Aux: @06bceb60
|
||||
Aux: @06bffb60
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
Aux: @06bce8c0
|
||||
Aux: @06bff8c0
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bca900
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bfa900
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
Aux: @06bce620
|
||||
Aux: @06bff620
|
||||
References:
|
||||
Referring:
|
||||
Availability: not-ready
|
||||
Varpool flags: initialized
|
||||
rasr/1 (rasr) @06b4d3a8
|
||||
rasr/1 (rasr) @06b7c3a8
|
||||
Type: variable definition analyzed
|
||||
Visibility:
|
||||
Aux: @06b4d2d0
|
||||
Aux: @06b7c2d0
|
||||
References:
|
||||
Referring: SystemInit/6 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: initialized read-only const-value-known
|
||||
rbar/0 (rbar) @06b4d2d0
|
||||
rbar/0 (rbar) @06b7c2d0
|
||||
Type: variable definition analyzed
|
||||
Visibility:
|
||||
Aux: @06bce700
|
||||
Aux: @06bff700
|
||||
References:
|
||||
Referring: SystemInit/6 (read)
|
||||
Availability: not-ready
|
||||
@ -77,7 +77,7 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
References:
|
||||
@ -85,7 +85,7 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: body optimize_size
|
||||
Called by: SystemInit/6
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
@ -93,7 +93,7 @@ SystemInit/6 (SystemInit) @06bcee00
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 Sys_GetCoreID/5
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -101,7 +101,7 @@ Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Function flags: body optimize_size
|
||||
Called by: SystemInit/6
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -109,7 +109,7 @@ default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -117,21 +117,21 @@ startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bca900
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bfa900
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
Referring:
|
||||
Availability: not-ready
|
||||
Varpool flags: initialized
|
||||
rasr/1 (rasr) @06b4d3a8
|
||||
rasr/1 (rasr) @06b7c3a8
|
||||
Type: variable definition analyzed
|
||||
Visibility:
|
||||
References:
|
||||
Referring: SystemInit/6 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: initialized read-only const-value-known
|
||||
rbar/0 (rbar) @06b4d2d0
|
||||
rbar/0 (rbar) @06b7c2d0
|
||||
Type: variable definition analyzed
|
||||
Visibility:
|
||||
References:
|
||||
@ -142,7 +142,7 @@ rbar/0 (rbar) @06b4d2d0
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
References:
|
||||
@ -150,7 +150,7 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: body optimize_size
|
||||
Called by: SystemInit/6
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
@ -158,7 +158,7 @@ SystemInit/6 (SystemInit) @06bcee00
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 Sys_GetCoreID/5
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -166,7 +166,7 @@ Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Function flags: body optimize_size
|
||||
Called by: SystemInit/6
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -174,7 +174,7 @@ default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -182,21 +182,21 @@ startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bca900
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bfa900
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
Referring:
|
||||
Availability: not-ready
|
||||
Varpool flags: initialized
|
||||
rasr/1 (rasr) @06b4d3a8
|
||||
rasr/1 (rasr) @06b7c3a8
|
||||
Type: variable definition analyzed
|
||||
Visibility:
|
||||
References:
|
||||
Referring: SystemInit/6 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: initialized read-only const-value-known
|
||||
rbar/0 (rbar) @06b4d2d0
|
||||
rbar/0 (rbar) @06b7c2d0
|
||||
Type: variable definition analyzed
|
||||
Visibility:
|
||||
References:
|
||||
@ -208,7 +208,7 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
References:
|
||||
@ -216,7 +216,7 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: body optimize_size
|
||||
Called by: SystemInit/6
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
@ -224,7 +224,7 @@ SystemInit/6 (SystemInit) @06bcee00
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 Sys_GetCoreID/5
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -232,7 +232,7 @@ Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Function flags: body optimize_size
|
||||
Called by: SystemInit/6
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -240,7 +240,7 @@ default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -248,21 +248,21 @@ startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bca900
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bfa900
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
Referring:
|
||||
Availability: not-ready
|
||||
Varpool flags: initialized
|
||||
rasr/1 (rasr) @06b4d3a8
|
||||
rasr/1 (rasr) @06b7c3a8
|
||||
Type: variable definition analyzed
|
||||
Visibility:
|
||||
References:
|
||||
Referring: SystemInit/6 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: initialized read-only const-value-known
|
||||
rbar/0 (rbar) @06b4d2d0
|
||||
rbar/0 (rbar) @06b7c2d0
|
||||
Type: variable definition analyzed
|
||||
Visibility:
|
||||
References:
|
||||
@ -275,7 +275,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Optimized Symbol table:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
@ -285,7 +285,7 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: count:10737418 (estimated locally) body local optimize_size
|
||||
Called by: SystemInit/6 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
@ -294,7 +294,7 @@ SystemInit/6 (SystemInit) @06bcee00
|
||||
Function flags: count:10738492 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -303,7 +303,7 @@ Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -312,7 +312,7 @@ default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
Function flags: count:107374 (estimated locally) body nonfreeing_fn executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -321,21 +321,21 @@ startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bca900
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bfa900
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
rasr/1 (rasr) @06b4d3a8
|
||||
rasr/1 (rasr) @06b7c3a8
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: SystemInit/6 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized used-by-single-function read-only const-value-known
|
||||
rbar/0 (rbar) @06b4d2d0
|
||||
rbar/0 (rbar) @06b7c2d0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
@ -357,7 +357,7 @@ Removing variables:
|
||||
|
||||
Final Symbol table:
|
||||
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
References:
|
||||
@ -366,7 +366,7 @@ SystemInit/6 (SystemInit) @06bcee00
|
||||
Function flags: count:10738492 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
References:
|
||||
@ -375,7 +375,7 @@ Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Function flags: count:1073741824 (estimated locally) nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
References:
|
||||
@ -384,7 +384,7 @@ default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
Function flags: count:107374 (estimated locally) nonfreeing_fn executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
References:
|
||||
@ -393,7 +393,7 @@ startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
Function flags: count:1073741824 (estimated locally) nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bca900
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bfa900
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
Aux: @00000001
|
||||
@ -401,18 +401,18 @@ RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bca900
|
||||
Referring:
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
rasr/1 (rasr) @06b4d3a8
|
||||
rasr/1 (rasr) @06b7c3a8
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Aux: @06bca900
|
||||
Aux: @06bfa900
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Varpool flags: initialized used-by-single-function read-only const-value-known
|
||||
rbar/0 (rbar) @06b4d2d0
|
||||
rbar/0 (rbar) @06b7c2d0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Aux: @06b4d3a8
|
||||
Aux: @06b7c3a8
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
|
||||
@ -13,7 +13,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
@ -22,7 +22,7 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: body local optimize_size
|
||||
Called by: SystemInit/6
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
@ -31,7 +31,7 @@ SystemInit/6 (SystemInit) @06bcee00
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 Sys_GetCoreID/5
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -40,7 +40,7 @@ Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Function flags: body optimize_size
|
||||
Called by: SystemInit/6
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -49,7 +49,7 @@ default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -58,21 +58,21 @@ startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bca900
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bfa900
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
rasr/1 (rasr) @06b4d3a8
|
||||
rasr/1 (rasr) @06b7c3a8
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: SystemInit/6 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized read-only const-value-known
|
||||
rbar/0 (rbar) @06b4d2d0
|
||||
rbar/0 (rbar) @06b7c2d0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
|
||||
@ -4,7 +4,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
@ -13,7 +13,7 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: count:12992276 (estimated locally) body local optimize_size
|
||||
Called by: SystemInit/6 (10737418 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
@ -22,7 +22,7 @@ SystemInit/6 (SystemInit) @06bcee00
|
||||
Function flags: count:10738492 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 (10737418 (estimated locally),1.00 per call)
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -31,7 +31,7 @@ Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -40,7 +40,7 @@ default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -49,21 +49,21 @@ startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bca900
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bfa900
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
rasr/1 (rasr) @06b4d3a8
|
||||
rasr/1 (rasr) @06b7c3a8
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: SystemInit/6 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized read-only const-value-known
|
||||
rbar/0 (rbar) @06b4d2d0
|
||||
rbar/0 (rbar) @06b7c2d0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
|
||||
@ -14,7 +14,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
@ -23,7 +23,7 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: count:12992276 (estimated locally) body local optimize_size
|
||||
Called by: SystemInit/6 (10737418 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
@ -32,7 +32,7 @@ SystemInit/6 (SystemInit) @06bcee00
|
||||
Function flags: count:10738492 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 (10737418 (estimated locally),1.00 per call)
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -41,7 +41,7 @@ Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -50,7 +50,7 @@ default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -59,21 +59,21 @@ startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bca900
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bfa900
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
rasr/1 (rasr) @06b4d3a8
|
||||
rasr/1 (rasr) @06b7c3a8
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: SystemInit/6 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized read-only const-value-known
|
||||
rbar/0 (rbar) @06b4d2d0
|
||||
rbar/0 (rbar) @06b7c2d0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Symbol table:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
@ -9,7 +9,7 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: count:12992276 (estimated locally) body local optimize_size
|
||||
Called by: SystemInit/6 (10737418 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
@ -18,7 +18,7 @@ SystemInit/6 (SystemInit) @06bcee00
|
||||
Function flags: count:10738492 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 (10737418 (estimated locally),1.00 per call)
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -27,7 +27,7 @@ Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -36,7 +36,7 @@ default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -45,21 +45,21 @@ startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bca900
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bfa900
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
rasr/1 (rasr) @06b4d3a8
|
||||
rasr/1 (rasr) @06b7c3a8
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: SystemInit/6 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized read-only const-value-known
|
||||
rbar/0 (rbar) @06b4d2d0
|
||||
rbar/0 (rbar) @06b7c2d0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
|
||||
@ -39,7 +39,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
@ -48,7 +48,7 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: count:12992276 (estimated locally) body local optimize_size
|
||||
Called by: SystemInit/6 (10737418 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
@ -57,7 +57,7 @@ SystemInit/6 (SystemInit) @06bcee00
|
||||
Function flags: count:10738492 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 (10737418 (estimated locally),1.00 per call)
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -66,7 +66,7 @@ Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -75,7 +75,7 @@ default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -84,21 +84,21 @@ startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bca900
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bfa900
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
rasr/1 (rasr) @06b4d3a8
|
||||
rasr/1 (rasr) @06b7c3a8
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: SystemInit/6 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized read-only const-value-known
|
||||
rbar/0 (rbar) @06b4d2d0
|
||||
rbar/0 (rbar) @06b7c2d0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
|
||||
@ -159,7 +159,7 @@ IPA function summary for startup_go_to_user_mode/3 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
@ -168,7 +168,7 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: count:12992276 (estimated locally) body local optimize_size
|
||||
Called by: SystemInit/6 (10737418 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
@ -177,7 +177,7 @@ SystemInit/6 (SystemInit) @06bcee00
|
||||
Function flags: count:10738492 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 (10737418 (estimated locally),1.00 per call)
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -186,7 +186,7 @@ Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -195,7 +195,7 @@ default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -204,21 +204,21 @@ startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bca900
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bfa900
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
rasr/1 (rasr) @06b4d3a8
|
||||
rasr/1 (rasr) @06b7c3a8
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: SystemInit/6 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized read-only const-value-known
|
||||
rbar/0 (rbar) @06b4d2d0
|
||||
rbar/0 (rbar) @06b7c2d0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
|
||||
@ -127,7 +127,7 @@ IPA function summary for startup_go_to_user_mode/3 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
@ -137,7 +137,7 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: count:10737418 (estimated locally) body local optimize_size
|
||||
Called by: SystemInit/6 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
@ -146,7 +146,7 @@ SystemInit/6 (SystemInit) @06bcee00
|
||||
Function flags: count:10738492 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -155,7 +155,7 @@ Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -164,7 +164,7 @@ default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -173,21 +173,21 @@ startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bca900
|
||||
RESET_CATCH_CORE/2 (RESET_CATCH_CORE) @06bfa900
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
rasr/1 (rasr) @06b4d3a8
|
||||
rasr/1 (rasr) @06b7c3a8
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: SystemInit/6 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized read-only const-value-known
|
||||
rbar/0 (rbar) @06b4d2d0
|
||||
rbar/0 (rbar) @06b7c2d0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
|
||||
@ -171,10 +171,10 @@ Function is locally const.
|
||||
Function is locally const.
|
||||
callgraph:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Aux: @06474a50
|
||||
Aux: @06804eb0
|
||||
References:
|
||||
Referring:
|
||||
Function sys_m7_cache_init/7 is inline copy in SystemInit/6
|
||||
@ -182,40 +182,40 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: count:10737418 (estimated locally) body local optimize_size
|
||||
Called by: SystemInit/6 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @064746f0
|
||||
Aux: @06804c90
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:10738492 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474770
|
||||
Aux: @06804c50
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474690
|
||||
Aux: @06804c70
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474710
|
||||
Aux: @06804e30
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -225,10 +225,10 @@ startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
|
||||
|
||||
ordered call graph: reduced for nothrow
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Aux: @06474a50
|
||||
Aux: @06804eb0
|
||||
References:
|
||||
Referring:
|
||||
Function sys_m7_cache_init/7 is inline copy in SystemInit/6
|
||||
@ -236,40 +236,40 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: count:10737418 (estimated locally) body local optimize_size
|
||||
Called by: SystemInit/6 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @064746f0
|
||||
Aux: @06804c90
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:10738492 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474770
|
||||
Aux: @06804c50
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474690
|
||||
Aux: @06804c70
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474710
|
||||
Aux: @06804e30
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -295,10 +295,10 @@ default_interrupt_routine: malloc_bottom
|
||||
startup_go_to_user_mode: malloc_bottom
|
||||
callgraph:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Aux: @06474930
|
||||
Aux: @06804cb0
|
||||
References:
|
||||
Referring:
|
||||
Function sys_m7_cache_init/7 is inline copy in SystemInit/6
|
||||
@ -306,40 +306,40 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: count:10737418 (estimated locally) body local optimize_size
|
||||
Called by: SystemInit/6 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474870
|
||||
Aux: @06804fb0
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:10738492 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @064746f0
|
||||
Aux: @06804cd0
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474890
|
||||
Aux: @06804ef0
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474990
|
||||
Aux: @06804ff0
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -349,20 +349,20 @@ startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
|
||||
|
||||
ordered call graph: reduced
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474870
|
||||
Aux: @06804fb0
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:10738492 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Aux: @06474930
|
||||
Aux: @06804cb0
|
||||
References:
|
||||
Referring:
|
||||
Function sys_m7_cache_init/7 is inline copy in SystemInit/6
|
||||
@ -370,30 +370,30 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: count:10737418 (estimated locally) body local optimize_size
|
||||
Called by: SystemInit/6 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @064746f0
|
||||
Aux: @06804cd0
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474890
|
||||
Aux: @06804ef0
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:107374 (estimated locally) body executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474990
|
||||
Aux: @06804ff0
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
callgraph:
|
||||
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
@ -10,7 +10,7 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: count:10737418 (estimated locally) body local optimize_size
|
||||
Called by: SystemInit/6 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
@ -19,7 +19,7 @@ SystemInit/6 (SystemInit) @06bcee00
|
||||
Function flags: count:10738492 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -28,7 +28,7 @@ Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -37,7 +37,7 @@ default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
Function flags: count:107374 (estimated locally) body nonfreeing_fn executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -65,20 +65,20 @@ Function name:startup_go_to_user_mode/3:
|
||||
locals written:
|
||||
|
||||
ordered call graph: reduced
|
||||
SystemInit/6 (SystemInit) @06bcee00
|
||||
SystemInit/6 (SystemInit) @06bffe00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474910
|
||||
Aux: @06804ff0
|
||||
References: rbar/0 (read)rasr/1 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:10738492 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: sys_m7_cache_init/7 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
sys_m7_cache_init/7 (sys_m7_cache_init) @06bff700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Aux: @064748f0
|
||||
Aux: @06804c30
|
||||
References:
|
||||
Referring:
|
||||
Function sys_m7_cache_init/7 is inline copy in SystemInit/6
|
||||
@ -86,30 +86,30 @@ sys_m7_cache_init/7 (sys_m7_cache_init) @06bce700
|
||||
Function flags: count:10737418 (estimated locally) body local optimize_size
|
||||
Called by: SystemInit/6 (inlined) (10737418 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bceb60
|
||||
Sys_GetCoreID/5 (Sys_GetCoreID) @06bffb60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474850
|
||||
Aux: @06804c70
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bce8c0
|
||||
default_interrupt_routine/4 (default_interrupt_routine) @06bff8c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474890
|
||||
Aux: @06804d30
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:107374 (estimated locally) body nonfreeing_fn executed_once optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bce620
|
||||
startup_go_to_user_mode/3 (startup_go_to_user_mode) @06bff620
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @06474730
|
||||
Aux: @06804f90
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@ Trivially needed symbols: Adc_Sar_2_Isr Adc_Sar_1_Isr Adc_Sar_0_Isr
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -11,7 +11,7 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 Adc_Sar_1_Isr/2 Adc_Sar_0_Isr/1
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
Aux: @01733ea0
|
||||
@ -20,25 +20,25 @@ Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
Aux: @06c84b60
|
||||
Aux: @06c24b60
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
Aux: @06c84d20
|
||||
Aux: @06c24d20
|
||||
References:
|
||||
Referring:
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4
|
||||
DevAssert/0 (DevAssert) @06b28540
|
||||
DevAssert/0 (DevAssert) @06ac8540
|
||||
Type: function definition
|
||||
Visibility:
|
||||
References:
|
||||
@ -51,7 +51,7 @@ Removing unused symbols: DevAssert
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -59,7 +59,7 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 Adc_Sar_1_Isr/2 Adc_Sar_0_Isr/1
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -67,7 +67,7 @@ Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -75,7 +75,7 @@ Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -87,7 +87,7 @@ Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -95,7 +95,7 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 Adc_Sar_1_Isr/2 Adc_Sar_0_Isr/1
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -103,7 +103,7 @@ Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -111,7 +111,7 @@ Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -124,7 +124,7 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -132,7 +132,7 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 Adc_Sar_1_Isr/2 Adc_Sar_0_Isr/1
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -140,7 +140,7 @@ Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -148,7 +148,7 @@ Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: public
|
||||
References:
|
||||
@ -162,7 +162,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Optimized Symbol table:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -171,7 +171,7 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 (1073741824 (estimated locally),1.00 per call) Adc_Sar_1_Isr/2 (1073741824 (estimated locally),1.00 per call) Adc_Sar_0_Isr/1 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -180,7 +180,7 @@ Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -189,7 +189,7 @@ Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -212,7 +212,7 @@ Removing variables:
|
||||
|
||||
Final Symbol table:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -221,7 +221,7 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
References:
|
||||
@ -230,7 +230,7 @@ Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Function flags: count:1073741824 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
References:
|
||||
@ -239,7 +239,7 @@ Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Function flags: count:1073741824 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
References:
|
||||
|
||||
@ -13,7 +13,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -22,7 +22,7 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 Adc_Sar_1_Isr/2 Adc_Sar_0_Isr/1
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -31,7 +31,7 @@ Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -40,7 +40,7 @@ Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
|
||||
@ -4,7 +4,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -13,7 +13,7 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 (1073741824 (estimated locally),1.00 per call) Adc_Sar_1_Isr/2 (1073741824 (estimated locally),1.00 per call) Adc_Sar_0_Isr/1 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -22,7 +22,7 @@ Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -31,7 +31,7 @@ Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
|
||||
@ -14,7 +14,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -23,7 +23,7 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 (1073741824 (estimated locally),1.00 per call) Adc_Sar_1_Isr/2 (1073741824 (estimated locally),1.00 per call) Adc_Sar_0_Isr/1 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -32,7 +32,7 @@ Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -41,7 +41,7 @@ Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Symbol table:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -9,7 +9,7 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 (1073741824 (estimated locally),1.00 per call) Adc_Sar_1_Isr/2 (1073741824 (estimated locally),1.00 per call) Adc_Sar_0_Isr/1 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -18,7 +18,7 @@ Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -27,7 +27,7 @@ Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
|
||||
@ -34,7 +34,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -43,7 +43,7 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 (1073741824 (estimated locally),1.00 per call) Adc_Sar_1_Isr/2 (1073741824 (estimated locally),1.00 per call) Adc_Sar_0_Isr/1 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -52,7 +52,7 @@ Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -61,7 +61,7 @@ Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
|
||||
@ -78,7 +78,7 @@ IPA function summary for Adc_Sar_0_Isr/1 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -87,7 +87,7 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 (1073741824 (estimated locally),1.00 per call) Adc_Sar_1_Isr/2 (1073741824 (estimated locally),1.00 per call) Adc_Sar_0_Isr/1 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -96,7 +96,7 @@ Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -105,7 +105,7 @@ Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
|
||||
@ -102,7 +102,7 @@ IPA function summary for Adc_Sar_0_Isr/1 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -111,7 +111,7 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 (1073741824 (estimated locally),1.00 per call) Adc_Sar_1_Isr/2 (1073741824 (estimated locally),1.00 per call) Adc_Sar_0_Isr/1 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -120,7 +120,7 @@ Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -129,7 +129,7 @@ Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
|
||||
@ -18,7 +18,7 @@ Function is locally const.
|
||||
Function is locally const.
|
||||
callgraph:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -27,30 +27,30 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 (1073741824 (estimated locally),1.00 per call) Adc_Sar_1_Isr/2 (1073741824 (estimated locally),1.00 per call) Adc_Sar_0_Isr/1 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d4fe0
|
||||
Aux: @06775240
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d5060
|
||||
Aux: @06775340
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d5080
|
||||
Aux: @06775360
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -60,30 +60,30 @@ Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
|
||||
|
||||
ordered call graph: reduced for nothrow
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d4fe0
|
||||
Aux: @06775240
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d5060
|
||||
Aux: @06775340
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d5080
|
||||
Aux: @06775360
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -105,7 +105,7 @@ Adc_Sar_1_Isr: malloc_bottom
|
||||
Adc_Sar_0_Isr: malloc_bottom
|
||||
callgraph:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -114,30 +114,30 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 (1073741824 (estimated locally),1.00 per call) Adc_Sar_1_Isr/2 (1073741824 (estimated locally),1.00 per call) Adc_Sar_0_Isr/1 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d4fe0
|
||||
Aux: @06775240
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d5060
|
||||
Aux: @06775340
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d5080
|
||||
Aux: @06775360
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -147,30 +147,30 @@ Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
|
||||
|
||||
ordered call graph: reduced
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d4fe0
|
||||
Aux: @06775240
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d5060
|
||||
Aux: @06775340
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d5080
|
||||
Aux: @06775360
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
callgraph:
|
||||
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06a832a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -9,7 +9,7 @@ Adc_Sar_Ip_IRQHandler/4 (Adc_Sar_Ip_IRQHandler) @06ae32a0
|
||||
Function flags: optimize_size
|
||||
Called by: Adc_Sar_2_Isr/3 (1073741824 (estimated locally),1.00 per call) Adc_Sar_1_Isr/2 (1073741824 (estimated locally),1.00 per call) Adc_Sar_0_Isr/1 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -18,7 +18,7 @@ Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -27,7 +27,7 @@ Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -49,30 +49,30 @@ Function name:Adc_Sar_0_Isr/1:
|
||||
locals written:
|
||||
|
||||
ordered call graph: reduced
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c84b60
|
||||
Adc_Sar_2_Isr/3 (Adc_Sar_2_Isr) @06c24b60
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d4fe0
|
||||
Aux: @06775480
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c84d20
|
||||
Adc_Sar_1_Isr/2 (Adc_Sar_1_Isr) @06c24d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d51a0
|
||||
Aux: @06775340
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Adc_Sar_Ip_IRQHandler/4 (1073741824 (estimated locally),1.00 per call)
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c849a0
|
||||
Adc_Sar_0_Isr/1 (Adc_Sar_0_Isr) @06c249a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @067d5060
|
||||
Aux: @06775240
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -13,7 +13,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06fe6a80
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -22,7 +22,7 @@ OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
Function flags: optimize_size
|
||||
Called by: ClockTimeoutExpired/21
|
||||
Calls:
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06fe68c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -31,7 +31,7 @@ OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20
|
||||
Calls:
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06fe67e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -40,7 +40,7 @@ OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20
|
||||
Calls:
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06fe6460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -49,7 +49,7 @@ GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_GetClockFrequency/15
|
||||
Calls:
|
||||
consumerClockCallbacks/49 (consumerClockCallbacks) @06ffa3a8
|
||||
consumerClockCallbacks/49 (consumerClockCallbacks) @06fea3a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -57,7 +57,7 @@ consumerClockCallbacks/49 (consumerClockCallbacks) @06ffa3a8
|
||||
Referring: Clock_Ip_GetClockFrequency/15 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
HwPllName/48 (HwPllName) @06fecdc8
|
||||
HwPllName/48 (HwPllName) @06fdcdc8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -65,7 +65,7 @@ HwPllName/48 (HwPllName) @06fecdc8
|
||||
Referring: Clock_Ip_GetPllStatus/6 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
calcFreqCallbacks/47 (calcFreqCallbacks) @06fec9d8
|
||||
calcFreqCallbacks/47 (calcFreqCallbacks) @06fdc9d8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -73,7 +73,7 @@ calcFreqCallbacks/47 (calcFreqCallbacks) @06fec9d8
|
||||
Referring: Clock_Ip_Sleep/16 (read)Clock_Ip_TimeDelay/17 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f53e00
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -82,7 +82,7 @@ UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_PowerModeChangeNotification/11 Clock_Ip_DistributePll/7 Clock_Ip_InitClock/5
|
||||
Calls:
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f63d20
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f53d20
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -91,7 +91,7 @@ SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization)
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_DistributePll/7 Clock_Ip_InitClock/5
|
||||
Calls:
|
||||
gateCallbacks/44 (gateCallbacks) @06fec4c8
|
||||
gateCallbacks/44 (gateCallbacks) @06fdc4c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -99,7 +99,7 @@ gateCallbacks/44 (gateCallbacks) @06fec4c8
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
gateCallbackIndex/43 (gateCallbackIndex) @06fec480
|
||||
gateCallbackIndex/43 (gateCallbackIndex) @06fdc480
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -107,7 +107,7 @@ gateCallbackIndex/43 (gateCallbackIndex) @06fec480
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockName_sourceType/42 (clockName_sourceType) @06fec3a8
|
||||
clockName_sourceType/42 (clockName_sourceType) @06fdc3a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -115,7 +115,7 @@ clockName_sourceType/42 (clockName_sourceType) @06fec3a8
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerCallbacks/41 (dividerCallbacks) @06fec120
|
||||
dividerCallbacks/41 (dividerCallbacks) @06fdc120
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -123,7 +123,7 @@ dividerCallbacks/41 (dividerCallbacks) @06fec120
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerCallbackIndex/40 (dividerCallbackIndex) @06fec0d8
|
||||
dividerCallbackIndex/40 (dividerCallbackIndex) @06fdc0d8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -131,7 +131,7 @@ dividerCallbackIndex/40 (dividerCallbackIndex) @06fec0d8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fec000
|
||||
dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fdc000
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -139,7 +139,7 @@ dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fec000
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f70630
|
||||
dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f60630
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -147,7 +147,7 @@ dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f70630
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pcfsCallbacks/37 (pcfsCallbacks) @06f70ee8
|
||||
pcfsCallbacks/37 (pcfsCallbacks) @06f60ee8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -155,7 +155,7 @@ pcfsCallbacks/37 (pcfsCallbacks) @06f70ee8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f70ea0
|
||||
pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f60ea0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -163,7 +163,7 @@ pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f70ea0
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
intOscCallbacks/35 (intOscCallbacks) @06f70cf0
|
||||
intOscCallbacks/35 (intOscCallbacks) @06f60cf0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -171,7 +171,7 @@ intOscCallbacks/35 (intOscCallbacks) @06f70cf0
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f70ca8
|
||||
ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f60ca8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -179,7 +179,7 @@ ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f70ca8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
extOscCallbacks/33 (extOscCallbacks) @06f70bd0
|
||||
extOscCallbacks/33 (extOscCallbacks) @06f60bd0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -187,7 +187,7 @@ extOscCallbacks/33 (extOscCallbacks) @06f70bd0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
xoscCallbackIndex/32 (xoscCallbackIndex) @06f70b88
|
||||
xoscCallbackIndex/32 (xoscCallbackIndex) @06f60b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -195,7 +195,7 @@ xoscCallbackIndex/32 (xoscCallbackIndex) @06f70b88
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pllCallbacks/31 (pllCallbacks) @06f70ab0
|
||||
pllCallbacks/31 (pllCallbacks) @06f60ab0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -203,7 +203,7 @@ pllCallbacks/31 (pllCallbacks) @06f70ab0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pllCallbackIndex/30 (pllCallbackIndex) @06f70a68
|
||||
pllCallbackIndex/30 (pllCallbackIndex) @06f60a68
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -211,7 +211,7 @@ pllCallbackIndex/30 (pllCallbackIndex) @06f70a68
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
fracDivCallbacks/29 (fracDivCallbacks) @06f70990
|
||||
fracDivCallbacks/29 (fracDivCallbacks) @06f60990
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -219,7 +219,7 @@ fracDivCallbacks/29 (fracDivCallbacks) @06f70990
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f70948
|
||||
fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f60948
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -227,7 +227,7 @@ fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f70948
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
selectorCallbacks/27 (selectorCallbacks) @06f70870
|
||||
selectorCallbacks/27 (selectorCallbacks) @06f60870
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -235,7 +235,7 @@ selectorCallbacks/27 (selectorCallbacks) @06f70870
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
selectorCallbackIndex/26 (selectorCallbackIndex) @06f70828
|
||||
selectorCallbackIndex/26 (selectorCallbackIndex) @06f60828
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -243,7 +243,7 @@ selectorCallbackIndex/26 (selectorCallbackIndex) @06f70828
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f53c40
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -252,7 +252,7 @@ SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_InitClock/5
|
||||
Calls:
|
||||
cmuCallbacks/24 (cmuCallbacks) @06f70708
|
||||
cmuCallbacks/24 (cmuCallbacks) @06f60708
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -260,7 +260,7 @@ cmuCallbacks/24 (cmuCallbacks) @06f70708
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
cmuCallbackIndex/23 (cmuCallbackIndex) @06f706c0
|
||||
cmuCallbackIndex/23 (cmuCallbackIndex) @06f606c0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -268,7 +268,7 @@ cmuCallbackIndex/23 (cmuCallbackIndex) @06f706c0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/22 (clockFeatures) @06f70678
|
||||
clockFeatures/22 (clockFeatures) @06f60678
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -276,7 +276,7 @@ clockFeatures/22 (clockFeatures) @06f70678
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f53460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -285,7 +285,7 @@ ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_GetElapsed/53
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f531c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -294,7 +294,7 @@ ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_MicrosToTicks/52 OsIf_GetCounter/51
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f4cd20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (read)
|
||||
@ -304,7 +304,7 @@ ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f4c7e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -314,7 +314,7 @@ ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f4c2a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (read)calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)
|
||||
@ -324,7 +324,7 @@ Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f4cee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: ClockCalcFreqCallIdx/3 (read)calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)ClockCalcFreqCallIdx/3 (read)
|
||||
@ -334,7 +334,7 @@ Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Called by: Clock_Ip_InitClock/5
|
||||
Calls:
|
||||
Indirect call
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f4cc40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: consumerClockCallbacks/49 (read)
|
||||
@ -344,7 +344,7 @@ Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Called by:
|
||||
Calls: GetProducerClockFreq/50
|
||||
Indirect call
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f4c9a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -354,7 +354,7 @@ Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f4c700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -364,7 +364,7 @@ Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f5c460
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f4c460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (write)
|
||||
@ -373,7 +373,7 @@ Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback)
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f5c1c0
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f4c1c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -382,7 +382,7 @@ Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateFrequencies/46
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e22e00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -392,7 +392,7 @@ Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e228c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -402,7 +402,7 @@ Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e22380
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -412,7 +412,7 @@ Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e22d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockConfig/2 (read)clockConfig/2 (read)clockName_sourceType/42 (read)clockConfig/2 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockConfig/2 (read)clockConfig/2 (read)clockTreeIsConsumingPll/0 (read)clockConfig/2 (read)clockConfig/2 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (read)clockConfig/2 (read)
|
||||
@ -423,7 +423,7 @@ Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Calls: UpdateFrequencies/46 SpecificPeripheralClockInitialization/45
|
||||
Indirect call
|
||||
Indirect call
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e22a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: HwPllName/48 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)HwPllName/48 (read)
|
||||
@ -433,7 +433,7 @@ Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Called by: Clock_Ip_Init/4
|
||||
Calls:
|
||||
Indirect call
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e227e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (write)clockConfig/2 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (write)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)ircoscCallbackIndex/34 (read)intOscCallbacks/35 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)pcfsCallbackIndex/36 (read)pcfsCallbacks/37 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)dividerCallbackIndex/40 (read)dividerCallbacks/41 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockTreeIsConsumingPll/0 (write)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockTreeIsConsumingPll/0 (write)clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -458,7 +458,7 @@ Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Indirect call
|
||||
Indirect call
|
||||
Indirect call
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e22540
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockTreeIsConsumingPll/0 (read)
|
||||
@ -467,28 +467,28 @@ Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: Clock_Ip_DistributePll/7 Clock_Ip_GetPllStatus/6 Clock_Ip_InitClock/5
|
||||
ClockCalcFreqCallIdx/3 (ClockCalcFreqCallIdx) @06e2b678
|
||||
ClockCalcFreqCallIdx/3 (ClockCalcFreqCallIdx) @06e20678
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: Clock_Ip_InitClock/5 (write)Clock_Ip_Sleep/16 (read)Clock_Ip_Sleep/16 (read)Clock_Ip_Sleep/16 (write)Clock_Ip_Sleep/16 (read)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (write)
|
||||
Availability: available
|
||||
Varpool flags:
|
||||
clockConfig/2 (clockConfig) @06e2b5e8
|
||||
clockConfig/2 (clockConfig) @06e205e8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (write)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
clockNotificationsCallback/1 (clockNotificationsCallback) @06e2b5a0
|
||||
clockNotificationsCallback/1 (clockNotificationsCallback) @06e205a0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: ClockNotificatonsEmptyCallback/18 (addr)
|
||||
Referring: Clock_Ip_InstallNotificationsCallback/12 (write)ReportClockErrors/19 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
clockTreeIsConsumingPll/0 (clockTreeIsConsumingPll) @06e2b510
|
||||
clockTreeIsConsumingPll/0 (clockTreeIsConsumingPll) @06e20510
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
|
||||
@ -4,7 +4,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06fe6a80
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -13,7 +13,7 @@ OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
Function flags: optimize_size
|
||||
Called by: ClockTimeoutExpired/21 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06fe68c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -22,7 +22,7 @@ OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06fe67e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -31,7 +31,7 @@ OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06fe6460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -40,7 +40,7 @@ GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_GetClockFrequency/15 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
consumerClockCallbacks/49 (consumerClockCallbacks) @06ffa3a8
|
||||
consumerClockCallbacks/49 (consumerClockCallbacks) @06fea3a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -48,7 +48,7 @@ consumerClockCallbacks/49 (consumerClockCallbacks) @06ffa3a8
|
||||
Referring: Clock_Ip_GetClockFrequency/15 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
HwPllName/48 (HwPllName) @06fecdc8
|
||||
HwPllName/48 (HwPllName) @06fdcdc8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -56,7 +56,7 @@ HwPllName/48 (HwPllName) @06fecdc8
|
||||
Referring: Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
calcFreqCallbacks/47 (calcFreqCallbacks) @06fec9d8
|
||||
calcFreqCallbacks/47 (calcFreqCallbacks) @06fdc9d8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -64,7 +64,7 @@ calcFreqCallbacks/47 (calcFreqCallbacks) @06fec9d8
|
||||
Referring: Clock_Ip_Sleep/16 (read)Clock_Ip_TimeDelay/17 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f53e00
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -73,7 +73,7 @@ UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_PowerModeChangeNotification/11 (1073741824 (estimated locally),1.00 per call) Clock_Ip_DistributePll/7 (168730859 (estimated locally),1.00 per call) Clock_Ip_InitClock/5 (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f63d20
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f53d20
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -82,7 +82,7 @@ SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization)
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_DistributePll/7 (38976828 (estimated locally),0.23 per call) Clock_Ip_InitClock/5 (38976828 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
gateCallbacks/44 (gateCallbacks) @06fec4c8
|
||||
gateCallbacks/44 (gateCallbacks) @06fdc4c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -90,7 +90,7 @@ gateCallbacks/44 (gateCallbacks) @06fec4c8
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
gateCallbackIndex/43 (gateCallbackIndex) @06fec480
|
||||
gateCallbackIndex/43 (gateCallbackIndex) @06fdc480
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -98,7 +98,7 @@ gateCallbackIndex/43 (gateCallbackIndex) @06fec480
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockName_sourceType/42 (clockName_sourceType) @06fec3a8
|
||||
clockName_sourceType/42 (clockName_sourceType) @06fdc3a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -106,7 +106,7 @@ clockName_sourceType/42 (clockName_sourceType) @06fec3a8
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerCallbacks/41 (dividerCallbacks) @06fec120
|
||||
dividerCallbacks/41 (dividerCallbacks) @06fdc120
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -114,7 +114,7 @@ dividerCallbacks/41 (dividerCallbacks) @06fec120
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerCallbackIndex/40 (dividerCallbackIndex) @06fec0d8
|
||||
dividerCallbackIndex/40 (dividerCallbackIndex) @06fdc0d8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -122,7 +122,7 @@ dividerCallbackIndex/40 (dividerCallbackIndex) @06fec0d8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fec000
|
||||
dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fdc000
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -130,7 +130,7 @@ dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fec000
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f70630
|
||||
dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f60630
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -138,7 +138,7 @@ dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f70630
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pcfsCallbacks/37 (pcfsCallbacks) @06f70ee8
|
||||
pcfsCallbacks/37 (pcfsCallbacks) @06f60ee8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -146,7 +146,7 @@ pcfsCallbacks/37 (pcfsCallbacks) @06f70ee8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f70ea0
|
||||
pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f60ea0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -154,7 +154,7 @@ pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f70ea0
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
intOscCallbacks/35 (intOscCallbacks) @06f70cf0
|
||||
intOscCallbacks/35 (intOscCallbacks) @06f60cf0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -162,7 +162,7 @@ intOscCallbacks/35 (intOscCallbacks) @06f70cf0
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f70ca8
|
||||
ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f60ca8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -170,7 +170,7 @@ ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f70ca8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
extOscCallbacks/33 (extOscCallbacks) @06f70bd0
|
||||
extOscCallbacks/33 (extOscCallbacks) @06f60bd0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -178,7 +178,7 @@ extOscCallbacks/33 (extOscCallbacks) @06f70bd0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
xoscCallbackIndex/32 (xoscCallbackIndex) @06f70b88
|
||||
xoscCallbackIndex/32 (xoscCallbackIndex) @06f60b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -186,7 +186,7 @@ xoscCallbackIndex/32 (xoscCallbackIndex) @06f70b88
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pllCallbacks/31 (pllCallbacks) @06f70ab0
|
||||
pllCallbacks/31 (pllCallbacks) @06f60ab0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -194,7 +194,7 @@ pllCallbacks/31 (pllCallbacks) @06f70ab0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pllCallbackIndex/30 (pllCallbackIndex) @06f70a68
|
||||
pllCallbackIndex/30 (pllCallbackIndex) @06f60a68
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -202,7 +202,7 @@ pllCallbackIndex/30 (pllCallbackIndex) @06f70a68
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
fracDivCallbacks/29 (fracDivCallbacks) @06f70990
|
||||
fracDivCallbacks/29 (fracDivCallbacks) @06f60990
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -210,7 +210,7 @@ fracDivCallbacks/29 (fracDivCallbacks) @06f70990
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f70948
|
||||
fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f60948
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -218,7 +218,7 @@ fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f70948
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
selectorCallbacks/27 (selectorCallbacks) @06f70870
|
||||
selectorCallbacks/27 (selectorCallbacks) @06f60870
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -226,7 +226,7 @@ selectorCallbacks/27 (selectorCallbacks) @06f70870
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
selectorCallbackIndex/26 (selectorCallbackIndex) @06f70828
|
||||
selectorCallbackIndex/26 (selectorCallbackIndex) @06f60828
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -234,7 +234,7 @@ selectorCallbackIndex/26 (selectorCallbackIndex) @06f70828
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f53c40
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -243,7 +243,7 @@ SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_InitClock/5 (118111599 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
cmuCallbacks/24 (cmuCallbacks) @06f70708
|
||||
cmuCallbacks/24 (cmuCallbacks) @06f60708
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -251,7 +251,7 @@ cmuCallbacks/24 (cmuCallbacks) @06f70708
|
||||
Referring: Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
cmuCallbackIndex/23 (cmuCallbackIndex) @06f706c0
|
||||
cmuCallbackIndex/23 (cmuCallbackIndex) @06f606c0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -259,7 +259,7 @@ cmuCallbackIndex/23 (cmuCallbackIndex) @06f706c0
|
||||
Referring: Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/22 (clockFeatures) @06f70678
|
||||
clockFeatures/22 (clockFeatures) @06f60678
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -267,7 +267,7 @@ clockFeatures/22 (clockFeatures) @06f70678
|
||||
Referring: Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f53460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -276,7 +276,7 @@ ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_GetElapsed/53 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f531c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -285,7 +285,7 @@ ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_MicrosToTicks/52 (1073741824 (estimated locally),1.00 per call) OsIf_GetCounter/51 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f4cd20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (read)
|
||||
@ -295,7 +295,7 @@ ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f4c7e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -305,7 +305,7 @@ ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f4c2a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (read)calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)
|
||||
@ -315,7 +315,7 @@ Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f4cee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)ClockCalcFreqCallIdx/3 (read)
|
||||
@ -325,7 +325,7 @@ Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Called by: Clock_Ip_InitClock/5 (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Indirect call(955630223 (estimated locally),8.09 per call)
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f4cc40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: consumerClockCallbacks/49 (read)
|
||||
@ -335,7 +335,7 @@ Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Called by:
|
||||
Calls: GetProducerClockFreq/50 (354334802 (estimated locally),0.33 per call)
|
||||
Indirect call(719407023 (estimated locally),0.67 per call)
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f4c9a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -345,7 +345,7 @@ Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f4c700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -355,7 +355,7 @@ Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f5c460
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f4c460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (write)
|
||||
@ -364,7 +364,7 @@ Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback)
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f5c1c0
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f4c1c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -373,7 +373,7 @@ Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateFrequencies/46 (1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e22e00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -383,7 +383,7 @@ Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e228c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -393,7 +393,7 @@ Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e22380
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -403,7 +403,7 @@ Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e22d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockConfig/2 (read)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockConfig/2 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (read)
|
||||
@ -414,7 +414,7 @@ Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Calls: UpdateFrequencies/46 (168730859 (estimated locally),1.00 per call) SpecificPeripheralClockInitialization/45 (38976828 (estimated locally),0.23 per call)
|
||||
Indirect call(155907314 (estimated locally),0.92 per call)
|
||||
Indirect call(630715948 (estimated locally),3.74 per call)
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e22a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: HwPllName/48 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)
|
||||
@ -424,7 +424,7 @@ Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Called by: Clock_Ip_Init/4 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
Indirect call(1014686025 (estimated locally),8.83 per call)
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e227e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (write)clockConfig/2 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (write)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)ircoscCallbackIndex/34 (read)intOscCallbacks/35 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)pcfsCallbackIndex/36 (read)pcfsCallbacks/37 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)dividerCallbackIndex/40 (read)dividerCallbacks/41 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockTreeIsConsumingPll/0 (write)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockTreeIsConsumingPll/0 (write)clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -449,7 +449,7 @@ Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Indirect call(118111600 (estimated locally),1.00 per call)
|
||||
Indirect call(955630217 (estimated locally),8.09 per call)
|
||||
Indirect call(330712479 (estimated locally),2.80 per call)
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e22540
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockTreeIsConsumingPll/0 (read)
|
||||
@ -458,28 +458,28 @@ Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Clock_Ip_DistributePll/7 (116930485 (estimated locally),0.11 per call) Clock_Ip_GetPllStatus/6 (354334802 (estimated locally),0.33 per call) Clock_Ip_InitClock/5 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockCalcFreqCallIdx/3 (ClockCalcFreqCallIdx) @06e2b678
|
||||
ClockCalcFreqCallIdx/3 (ClockCalcFreqCallIdx) @06e20678
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: Clock_Ip_InitClock/5 (write)Clock_Ip_Sleep/16 (read)Clock_Ip_Sleep/16 (read)Clock_Ip_Sleep/16 (write)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (write)
|
||||
Availability: available
|
||||
Varpool flags:
|
||||
clockConfig/2 (clockConfig) @06e2b5e8
|
||||
clockConfig/2 (clockConfig) @06e205e8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (write)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
clockNotificationsCallback/1 (clockNotificationsCallback) @06e2b5a0
|
||||
clockNotificationsCallback/1 (clockNotificationsCallback) @06e205a0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: ClockNotificatonsEmptyCallback/18 (addr)
|
||||
Referring: Clock_Ip_InstallNotificationsCallback/12 (write)ReportClockErrors/19 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
clockTreeIsConsumingPll/0 (clockTreeIsConsumingPll) @06e2b510
|
||||
clockTreeIsConsumingPll/0 (clockTreeIsConsumingPll) @06e20510
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
|
||||
@ -14,7 +14,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06fe6a80
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -23,7 +23,7 @@ OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
Function flags: optimize_size
|
||||
Called by: ClockTimeoutExpired/21 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06fe68c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -32,7 +32,7 @@ OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06fe67e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -41,7 +41,7 @@ OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06fe6460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -50,7 +50,7 @@ GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_GetClockFrequency/15 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
consumerClockCallbacks/49 (consumerClockCallbacks) @06ffa3a8
|
||||
consumerClockCallbacks/49 (consumerClockCallbacks) @06fea3a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -58,7 +58,7 @@ consumerClockCallbacks/49 (consumerClockCallbacks) @06ffa3a8
|
||||
Referring: Clock_Ip_GetClockFrequency/15 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
HwPllName/48 (HwPllName) @06fecdc8
|
||||
HwPllName/48 (HwPllName) @06fdcdc8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -66,7 +66,7 @@ HwPllName/48 (HwPllName) @06fecdc8
|
||||
Referring: Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
calcFreqCallbacks/47 (calcFreqCallbacks) @06fec9d8
|
||||
calcFreqCallbacks/47 (calcFreqCallbacks) @06fdc9d8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -74,7 +74,7 @@ calcFreqCallbacks/47 (calcFreqCallbacks) @06fec9d8
|
||||
Referring: Clock_Ip_Sleep/16 (read)Clock_Ip_TimeDelay/17 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f53e00
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -83,7 +83,7 @@ UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_PowerModeChangeNotification/11 (1073741824 (estimated locally),1.00 per call) Clock_Ip_DistributePll/7 (168730859 (estimated locally),1.00 per call) Clock_Ip_InitClock/5 (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f63d20
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f53d20
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -92,7 +92,7 @@ SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization)
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_DistributePll/7 (38976828 (estimated locally),0.23 per call) Clock_Ip_InitClock/5 (38976828 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
gateCallbacks/44 (gateCallbacks) @06fec4c8
|
||||
gateCallbacks/44 (gateCallbacks) @06fdc4c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -100,7 +100,7 @@ gateCallbacks/44 (gateCallbacks) @06fec4c8
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
gateCallbackIndex/43 (gateCallbackIndex) @06fec480
|
||||
gateCallbackIndex/43 (gateCallbackIndex) @06fdc480
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -108,7 +108,7 @@ gateCallbackIndex/43 (gateCallbackIndex) @06fec480
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockName_sourceType/42 (clockName_sourceType) @06fec3a8
|
||||
clockName_sourceType/42 (clockName_sourceType) @06fdc3a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -116,7 +116,7 @@ clockName_sourceType/42 (clockName_sourceType) @06fec3a8
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerCallbacks/41 (dividerCallbacks) @06fec120
|
||||
dividerCallbacks/41 (dividerCallbacks) @06fdc120
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -124,7 +124,7 @@ dividerCallbacks/41 (dividerCallbacks) @06fec120
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerCallbackIndex/40 (dividerCallbackIndex) @06fec0d8
|
||||
dividerCallbackIndex/40 (dividerCallbackIndex) @06fdc0d8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -132,7 +132,7 @@ dividerCallbackIndex/40 (dividerCallbackIndex) @06fec0d8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fec000
|
||||
dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fdc000
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -140,7 +140,7 @@ dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fec000
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f70630
|
||||
dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f60630
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -148,7 +148,7 @@ dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f70630
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pcfsCallbacks/37 (pcfsCallbacks) @06f70ee8
|
||||
pcfsCallbacks/37 (pcfsCallbacks) @06f60ee8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -156,7 +156,7 @@ pcfsCallbacks/37 (pcfsCallbacks) @06f70ee8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f70ea0
|
||||
pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f60ea0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -164,7 +164,7 @@ pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f70ea0
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
intOscCallbacks/35 (intOscCallbacks) @06f70cf0
|
||||
intOscCallbacks/35 (intOscCallbacks) @06f60cf0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -172,7 +172,7 @@ intOscCallbacks/35 (intOscCallbacks) @06f70cf0
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f70ca8
|
||||
ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f60ca8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -180,7 +180,7 @@ ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f70ca8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
extOscCallbacks/33 (extOscCallbacks) @06f70bd0
|
||||
extOscCallbacks/33 (extOscCallbacks) @06f60bd0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -188,7 +188,7 @@ extOscCallbacks/33 (extOscCallbacks) @06f70bd0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
xoscCallbackIndex/32 (xoscCallbackIndex) @06f70b88
|
||||
xoscCallbackIndex/32 (xoscCallbackIndex) @06f60b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -196,7 +196,7 @@ xoscCallbackIndex/32 (xoscCallbackIndex) @06f70b88
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pllCallbacks/31 (pllCallbacks) @06f70ab0
|
||||
pllCallbacks/31 (pllCallbacks) @06f60ab0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -204,7 +204,7 @@ pllCallbacks/31 (pllCallbacks) @06f70ab0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pllCallbackIndex/30 (pllCallbackIndex) @06f70a68
|
||||
pllCallbackIndex/30 (pllCallbackIndex) @06f60a68
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -212,7 +212,7 @@ pllCallbackIndex/30 (pllCallbackIndex) @06f70a68
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
fracDivCallbacks/29 (fracDivCallbacks) @06f70990
|
||||
fracDivCallbacks/29 (fracDivCallbacks) @06f60990
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -220,7 +220,7 @@ fracDivCallbacks/29 (fracDivCallbacks) @06f70990
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f70948
|
||||
fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f60948
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -228,7 +228,7 @@ fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f70948
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
selectorCallbacks/27 (selectorCallbacks) @06f70870
|
||||
selectorCallbacks/27 (selectorCallbacks) @06f60870
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -236,7 +236,7 @@ selectorCallbacks/27 (selectorCallbacks) @06f70870
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
selectorCallbackIndex/26 (selectorCallbackIndex) @06f70828
|
||||
selectorCallbackIndex/26 (selectorCallbackIndex) @06f60828
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -244,7 +244,7 @@ selectorCallbackIndex/26 (selectorCallbackIndex) @06f70828
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f53c40
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -253,7 +253,7 @@ SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_InitClock/5 (118111599 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
cmuCallbacks/24 (cmuCallbacks) @06f70708
|
||||
cmuCallbacks/24 (cmuCallbacks) @06f60708
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -261,7 +261,7 @@ cmuCallbacks/24 (cmuCallbacks) @06f70708
|
||||
Referring: Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
cmuCallbackIndex/23 (cmuCallbackIndex) @06f706c0
|
||||
cmuCallbackIndex/23 (cmuCallbackIndex) @06f606c0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -269,7 +269,7 @@ cmuCallbackIndex/23 (cmuCallbackIndex) @06f706c0
|
||||
Referring: Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/22 (clockFeatures) @06f70678
|
||||
clockFeatures/22 (clockFeatures) @06f60678
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -277,7 +277,7 @@ clockFeatures/22 (clockFeatures) @06f70678
|
||||
Referring: Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f53460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -286,7 +286,7 @@ ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_GetElapsed/53 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f531c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -295,7 +295,7 @@ ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_MicrosToTicks/52 (1073741824 (estimated locally),1.00 per call) OsIf_GetCounter/51 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f4cd20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (read)
|
||||
@ -305,7 +305,7 @@ ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f4c7e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -315,7 +315,7 @@ ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f4c2a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (read)calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)
|
||||
@ -325,7 +325,7 @@ Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f4cee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)ClockCalcFreqCallIdx/3 (read)
|
||||
@ -335,7 +335,7 @@ Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Called by: Clock_Ip_InitClock/5 (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Indirect call(955630223 (estimated locally),8.09 per call)
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f4cc40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: consumerClockCallbacks/49 (read)
|
||||
@ -345,7 +345,7 @@ Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Called by:
|
||||
Calls: GetProducerClockFreq/50 (354334802 (estimated locally),0.33 per call)
|
||||
Indirect call(719407023 (estimated locally),0.67 per call)
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f4c9a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -355,7 +355,7 @@ Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f4c700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -365,7 +365,7 @@ Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f5c460
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f4c460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (write)
|
||||
@ -374,7 +374,7 @@ Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback)
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f5c1c0
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f4c1c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -383,7 +383,7 @@ Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateFrequencies/46 (1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e22e00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -393,7 +393,7 @@ Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e228c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -403,7 +403,7 @@ Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e22380
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -413,7 +413,7 @@ Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e22d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockConfig/2 (read)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockConfig/2 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (read)
|
||||
@ -424,7 +424,7 @@ Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Calls: UpdateFrequencies/46 (168730859 (estimated locally),1.00 per call) SpecificPeripheralClockInitialization/45 (38976828 (estimated locally),0.23 per call)
|
||||
Indirect call(155907314 (estimated locally),0.92 per call)
|
||||
Indirect call(630715948 (estimated locally),3.74 per call)
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e22a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: HwPllName/48 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)
|
||||
@ -434,7 +434,7 @@ Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Called by: Clock_Ip_Init/4 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
Indirect call(1014686025 (estimated locally),8.83 per call)
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e227e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (write)clockConfig/2 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (write)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)ircoscCallbackIndex/34 (read)intOscCallbacks/35 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)pcfsCallbackIndex/36 (read)pcfsCallbacks/37 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)dividerCallbackIndex/40 (read)dividerCallbacks/41 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockTreeIsConsumingPll/0 (write)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockTreeIsConsumingPll/0 (write)clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -459,7 +459,7 @@ Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Indirect call(118111600 (estimated locally),1.00 per call)
|
||||
Indirect call(955630217 (estimated locally),8.09 per call)
|
||||
Indirect call(330712479 (estimated locally),2.80 per call)
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e22540
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockTreeIsConsumingPll/0 (read)
|
||||
@ -468,28 +468,28 @@ Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Clock_Ip_DistributePll/7 (116930485 (estimated locally),0.11 per call) Clock_Ip_GetPllStatus/6 (354334802 (estimated locally),0.33 per call) Clock_Ip_InitClock/5 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockCalcFreqCallIdx/3 (ClockCalcFreqCallIdx) @06e2b678
|
||||
ClockCalcFreqCallIdx/3 (ClockCalcFreqCallIdx) @06e20678
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: Clock_Ip_InitClock/5 (write)Clock_Ip_Sleep/16 (read)Clock_Ip_Sleep/16 (read)Clock_Ip_Sleep/16 (write)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (write)
|
||||
Availability: available
|
||||
Varpool flags:
|
||||
clockConfig/2 (clockConfig) @06e2b5e8
|
||||
clockConfig/2 (clockConfig) @06e205e8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (write)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
clockNotificationsCallback/1 (clockNotificationsCallback) @06e2b5a0
|
||||
clockNotificationsCallback/1 (clockNotificationsCallback) @06e205a0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: ClockNotificatonsEmptyCallback/18 (addr)
|
||||
Referring: Clock_Ip_InstallNotificationsCallback/12 (write)ReportClockErrors/19 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
clockTreeIsConsumingPll/0 (clockTreeIsConsumingPll) @06e2b510
|
||||
clockTreeIsConsumingPll/0 (clockTreeIsConsumingPll) @06e20510
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Symbol table:
|
||||
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06fe6a80
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -9,7 +9,7 @@ OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
Function flags: optimize_size
|
||||
Called by: ClockTimeoutExpired/21 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06fe68c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -18,7 +18,7 @@ OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06fe67e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -27,7 +27,7 @@ OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06fe6460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -36,7 +36,7 @@ GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_GetClockFrequency/15 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
consumerClockCallbacks/49 (consumerClockCallbacks) @06ffa3a8
|
||||
consumerClockCallbacks/49 (consumerClockCallbacks) @06fea3a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -44,7 +44,7 @@ consumerClockCallbacks/49 (consumerClockCallbacks) @06ffa3a8
|
||||
Referring: Clock_Ip_GetClockFrequency/15 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
HwPllName/48 (HwPllName) @06fecdc8
|
||||
HwPllName/48 (HwPllName) @06fdcdc8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -52,7 +52,7 @@ HwPllName/48 (HwPllName) @06fecdc8
|
||||
Referring: Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
calcFreqCallbacks/47 (calcFreqCallbacks) @06fec9d8
|
||||
calcFreqCallbacks/47 (calcFreqCallbacks) @06fdc9d8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -60,7 +60,7 @@ calcFreqCallbacks/47 (calcFreqCallbacks) @06fec9d8
|
||||
Referring: Clock_Ip_Sleep/16 (read)Clock_Ip_TimeDelay/17 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f53e00
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -69,7 +69,7 @@ UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_PowerModeChangeNotification/11 (1073741824 (estimated locally),1.00 per call) Clock_Ip_DistributePll/7 (168730859 (estimated locally),1.00 per call) Clock_Ip_InitClock/5 (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f63d20
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f53d20
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -78,7 +78,7 @@ SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization)
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_DistributePll/7 (38976828 (estimated locally),0.23 per call) Clock_Ip_InitClock/5 (38976828 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
gateCallbacks/44 (gateCallbacks) @06fec4c8
|
||||
gateCallbacks/44 (gateCallbacks) @06fdc4c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -86,7 +86,7 @@ gateCallbacks/44 (gateCallbacks) @06fec4c8
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
gateCallbackIndex/43 (gateCallbackIndex) @06fec480
|
||||
gateCallbackIndex/43 (gateCallbackIndex) @06fdc480
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -94,7 +94,7 @@ gateCallbackIndex/43 (gateCallbackIndex) @06fec480
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockName_sourceType/42 (clockName_sourceType) @06fec3a8
|
||||
clockName_sourceType/42 (clockName_sourceType) @06fdc3a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -102,7 +102,7 @@ clockName_sourceType/42 (clockName_sourceType) @06fec3a8
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerCallbacks/41 (dividerCallbacks) @06fec120
|
||||
dividerCallbacks/41 (dividerCallbacks) @06fdc120
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -110,7 +110,7 @@ dividerCallbacks/41 (dividerCallbacks) @06fec120
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerCallbackIndex/40 (dividerCallbackIndex) @06fec0d8
|
||||
dividerCallbackIndex/40 (dividerCallbackIndex) @06fdc0d8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -118,7 +118,7 @@ dividerCallbackIndex/40 (dividerCallbackIndex) @06fec0d8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fec000
|
||||
dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fdc000
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -126,7 +126,7 @@ dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fec000
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f70630
|
||||
dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f60630
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -134,7 +134,7 @@ dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f70630
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pcfsCallbacks/37 (pcfsCallbacks) @06f70ee8
|
||||
pcfsCallbacks/37 (pcfsCallbacks) @06f60ee8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -142,7 +142,7 @@ pcfsCallbacks/37 (pcfsCallbacks) @06f70ee8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f70ea0
|
||||
pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f60ea0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -150,7 +150,7 @@ pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f70ea0
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
intOscCallbacks/35 (intOscCallbacks) @06f70cf0
|
||||
intOscCallbacks/35 (intOscCallbacks) @06f60cf0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -158,7 +158,7 @@ intOscCallbacks/35 (intOscCallbacks) @06f70cf0
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f70ca8
|
||||
ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f60ca8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -166,7 +166,7 @@ ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f70ca8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
extOscCallbacks/33 (extOscCallbacks) @06f70bd0
|
||||
extOscCallbacks/33 (extOscCallbacks) @06f60bd0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -174,7 +174,7 @@ extOscCallbacks/33 (extOscCallbacks) @06f70bd0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
xoscCallbackIndex/32 (xoscCallbackIndex) @06f70b88
|
||||
xoscCallbackIndex/32 (xoscCallbackIndex) @06f60b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -182,7 +182,7 @@ xoscCallbackIndex/32 (xoscCallbackIndex) @06f70b88
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pllCallbacks/31 (pllCallbacks) @06f70ab0
|
||||
pllCallbacks/31 (pllCallbacks) @06f60ab0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -190,7 +190,7 @@ pllCallbacks/31 (pllCallbacks) @06f70ab0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pllCallbackIndex/30 (pllCallbackIndex) @06f70a68
|
||||
pllCallbackIndex/30 (pllCallbackIndex) @06f60a68
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -198,7 +198,7 @@ pllCallbackIndex/30 (pllCallbackIndex) @06f70a68
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
fracDivCallbacks/29 (fracDivCallbacks) @06f70990
|
||||
fracDivCallbacks/29 (fracDivCallbacks) @06f60990
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -206,7 +206,7 @@ fracDivCallbacks/29 (fracDivCallbacks) @06f70990
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f70948
|
||||
fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f60948
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -214,7 +214,7 @@ fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f70948
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
selectorCallbacks/27 (selectorCallbacks) @06f70870
|
||||
selectorCallbacks/27 (selectorCallbacks) @06f60870
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -222,7 +222,7 @@ selectorCallbacks/27 (selectorCallbacks) @06f70870
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
selectorCallbackIndex/26 (selectorCallbackIndex) @06f70828
|
||||
selectorCallbackIndex/26 (selectorCallbackIndex) @06f60828
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -230,7 +230,7 @@ selectorCallbackIndex/26 (selectorCallbackIndex) @06f70828
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f53c40
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -239,7 +239,7 @@ SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_InitClock/5 (118111599 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
cmuCallbacks/24 (cmuCallbacks) @06f70708
|
||||
cmuCallbacks/24 (cmuCallbacks) @06f60708
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -247,7 +247,7 @@ cmuCallbacks/24 (cmuCallbacks) @06f70708
|
||||
Referring: Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
cmuCallbackIndex/23 (cmuCallbackIndex) @06f706c0
|
||||
cmuCallbackIndex/23 (cmuCallbackIndex) @06f606c0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -255,7 +255,7 @@ cmuCallbackIndex/23 (cmuCallbackIndex) @06f706c0
|
||||
Referring: Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/22 (clockFeatures) @06f70678
|
||||
clockFeatures/22 (clockFeatures) @06f60678
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -263,7 +263,7 @@ clockFeatures/22 (clockFeatures) @06f70678
|
||||
Referring: Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f53460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -272,7 +272,7 @@ ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_GetElapsed/53 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f531c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -281,7 +281,7 @@ ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_MicrosToTicks/52 (1073741824 (estimated locally),1.00 per call) OsIf_GetCounter/51 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f4cd20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (read)
|
||||
@ -291,7 +291,7 @@ ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f4c7e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -301,7 +301,7 @@ ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f4c2a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (read)calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)
|
||||
@ -311,7 +311,7 @@ Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f4cee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)ClockCalcFreqCallIdx/3 (read)
|
||||
@ -321,7 +321,7 @@ Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Called by: Clock_Ip_InitClock/5 (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Indirect call(955630223 (estimated locally),8.09 per call)
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f4cc40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: consumerClockCallbacks/49 (read)
|
||||
@ -331,7 +331,7 @@ Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Called by:
|
||||
Calls: GetProducerClockFreq/50 (354334802 (estimated locally),0.33 per call)
|
||||
Indirect call(719407023 (estimated locally),0.67 per call)
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f4c9a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -341,7 +341,7 @@ Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f4c700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -351,7 +351,7 @@ Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f5c460
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f4c460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (write)
|
||||
@ -360,7 +360,7 @@ Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback)
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f5c1c0
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f4c1c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -369,7 +369,7 @@ Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateFrequencies/46 (1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e22e00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -379,7 +379,7 @@ Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e228c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -389,7 +389,7 @@ Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e22380
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -399,7 +399,7 @@ Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e22d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockConfig/2 (read)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockConfig/2 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (read)
|
||||
@ -410,7 +410,7 @@ Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Calls: UpdateFrequencies/46 (168730859 (estimated locally),1.00 per call) SpecificPeripheralClockInitialization/45 (38976828 (estimated locally),0.23 per call)
|
||||
Indirect call(155907314 (estimated locally),0.92 per call)
|
||||
Indirect call(630715948 (estimated locally),3.74 per call)
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e22a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: HwPllName/48 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)
|
||||
@ -420,7 +420,7 @@ Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Called by: Clock_Ip_Init/4 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
Indirect call(1014686025 (estimated locally),8.83 per call)
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e227e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (write)clockConfig/2 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (write)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)ircoscCallbackIndex/34 (read)intOscCallbacks/35 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)pcfsCallbackIndex/36 (read)pcfsCallbacks/37 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)dividerCallbackIndex/40 (read)dividerCallbacks/41 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockTreeIsConsumingPll/0 (write)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockTreeIsConsumingPll/0 (write)clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -445,7 +445,7 @@ Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Indirect call(118111600 (estimated locally),1.00 per call)
|
||||
Indirect call(955630217 (estimated locally),8.09 per call)
|
||||
Indirect call(330712479 (estimated locally),2.80 per call)
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e22540
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockTreeIsConsumingPll/0 (read)
|
||||
@ -454,28 +454,28 @@ Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Clock_Ip_DistributePll/7 (116930485 (estimated locally),0.11 per call) Clock_Ip_GetPllStatus/6 (354334802 (estimated locally),0.33 per call) Clock_Ip_InitClock/5 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockCalcFreqCallIdx/3 (ClockCalcFreqCallIdx) @06e2b678
|
||||
ClockCalcFreqCallIdx/3 (ClockCalcFreqCallIdx) @06e20678
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: Clock_Ip_InitClock/5 (write)Clock_Ip_Sleep/16 (read)Clock_Ip_Sleep/16 (read)Clock_Ip_Sleep/16 (write)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (write)
|
||||
Availability: available
|
||||
Varpool flags:
|
||||
clockConfig/2 (clockConfig) @06e2b5e8
|
||||
clockConfig/2 (clockConfig) @06e205e8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (write)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
clockNotificationsCallback/1 (clockNotificationsCallback) @06e2b5a0
|
||||
clockNotificationsCallback/1 (clockNotificationsCallback) @06e205a0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: ClockNotificatonsEmptyCallback/18 (addr)
|
||||
Referring: Clock_Ip_InstallNotificationsCallback/12 (write)ReportClockErrors/19 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
clockTreeIsConsumingPll/0 (clockTreeIsConsumingPll) @06e2b510
|
||||
clockTreeIsConsumingPll/0 (clockTreeIsConsumingPll) @06e20510
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
|
||||
@ -537,7 +537,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06fe6a80
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -546,7 +546,7 @@ OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
Function flags: optimize_size
|
||||
Called by: ClockTimeoutExpired/21 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06fe68c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -555,7 +555,7 @@ OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06fe67e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -564,7 +564,7 @@ OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06fe6460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -573,7 +573,7 @@ GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_GetClockFrequency/15 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
consumerClockCallbacks/49 (consumerClockCallbacks) @06ffa3a8
|
||||
consumerClockCallbacks/49 (consumerClockCallbacks) @06fea3a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -581,7 +581,7 @@ consumerClockCallbacks/49 (consumerClockCallbacks) @06ffa3a8
|
||||
Referring: Clock_Ip_GetClockFrequency/15 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
HwPllName/48 (HwPllName) @06fecdc8
|
||||
HwPllName/48 (HwPllName) @06fdcdc8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -589,7 +589,7 @@ HwPllName/48 (HwPllName) @06fecdc8
|
||||
Referring: Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
calcFreqCallbacks/47 (calcFreqCallbacks) @06fec9d8
|
||||
calcFreqCallbacks/47 (calcFreqCallbacks) @06fdc9d8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -597,7 +597,7 @@ calcFreqCallbacks/47 (calcFreqCallbacks) @06fec9d8
|
||||
Referring: Clock_Ip_Sleep/16 (read)Clock_Ip_TimeDelay/17 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f53e00
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -606,7 +606,7 @@ UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_PowerModeChangeNotification/11 (1073741824 (estimated locally),1.00 per call) Clock_Ip_DistributePll/7 (168730859 (estimated locally),1.00 per call) Clock_Ip_InitClock/5 (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f63d20
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f53d20
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -615,7 +615,7 @@ SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization)
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_DistributePll/7 (38976828 (estimated locally),0.23 per call) Clock_Ip_InitClock/5 (38976828 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
gateCallbacks/44 (gateCallbacks) @06fec4c8
|
||||
gateCallbacks/44 (gateCallbacks) @06fdc4c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -623,7 +623,7 @@ gateCallbacks/44 (gateCallbacks) @06fec4c8
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
gateCallbackIndex/43 (gateCallbackIndex) @06fec480
|
||||
gateCallbackIndex/43 (gateCallbackIndex) @06fdc480
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -631,7 +631,7 @@ gateCallbackIndex/43 (gateCallbackIndex) @06fec480
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockName_sourceType/42 (clockName_sourceType) @06fec3a8
|
||||
clockName_sourceType/42 (clockName_sourceType) @06fdc3a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -639,7 +639,7 @@ clockName_sourceType/42 (clockName_sourceType) @06fec3a8
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerCallbacks/41 (dividerCallbacks) @06fec120
|
||||
dividerCallbacks/41 (dividerCallbacks) @06fdc120
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -647,7 +647,7 @@ dividerCallbacks/41 (dividerCallbacks) @06fec120
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerCallbackIndex/40 (dividerCallbackIndex) @06fec0d8
|
||||
dividerCallbackIndex/40 (dividerCallbackIndex) @06fdc0d8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -655,7 +655,7 @@ dividerCallbackIndex/40 (dividerCallbackIndex) @06fec0d8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fec000
|
||||
dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fdc000
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -663,7 +663,7 @@ dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fec000
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f70630
|
||||
dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f60630
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -671,7 +671,7 @@ dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f70630
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pcfsCallbacks/37 (pcfsCallbacks) @06f70ee8
|
||||
pcfsCallbacks/37 (pcfsCallbacks) @06f60ee8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -679,7 +679,7 @@ pcfsCallbacks/37 (pcfsCallbacks) @06f70ee8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f70ea0
|
||||
pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f60ea0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -687,7 +687,7 @@ pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f70ea0
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
intOscCallbacks/35 (intOscCallbacks) @06f70cf0
|
||||
intOscCallbacks/35 (intOscCallbacks) @06f60cf0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -695,7 +695,7 @@ intOscCallbacks/35 (intOscCallbacks) @06f70cf0
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f70ca8
|
||||
ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f60ca8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -703,7 +703,7 @@ ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f70ca8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
extOscCallbacks/33 (extOscCallbacks) @06f70bd0
|
||||
extOscCallbacks/33 (extOscCallbacks) @06f60bd0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -711,7 +711,7 @@ extOscCallbacks/33 (extOscCallbacks) @06f70bd0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
xoscCallbackIndex/32 (xoscCallbackIndex) @06f70b88
|
||||
xoscCallbackIndex/32 (xoscCallbackIndex) @06f60b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -719,7 +719,7 @@ xoscCallbackIndex/32 (xoscCallbackIndex) @06f70b88
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pllCallbacks/31 (pllCallbacks) @06f70ab0
|
||||
pllCallbacks/31 (pllCallbacks) @06f60ab0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -727,7 +727,7 @@ pllCallbacks/31 (pllCallbacks) @06f70ab0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pllCallbackIndex/30 (pllCallbackIndex) @06f70a68
|
||||
pllCallbackIndex/30 (pllCallbackIndex) @06f60a68
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -735,7 +735,7 @@ pllCallbackIndex/30 (pllCallbackIndex) @06f70a68
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
fracDivCallbacks/29 (fracDivCallbacks) @06f70990
|
||||
fracDivCallbacks/29 (fracDivCallbacks) @06f60990
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -743,7 +743,7 @@ fracDivCallbacks/29 (fracDivCallbacks) @06f70990
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f70948
|
||||
fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f60948
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -751,7 +751,7 @@ fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f70948
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
selectorCallbacks/27 (selectorCallbacks) @06f70870
|
||||
selectorCallbacks/27 (selectorCallbacks) @06f60870
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -759,7 +759,7 @@ selectorCallbacks/27 (selectorCallbacks) @06f70870
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
selectorCallbackIndex/26 (selectorCallbackIndex) @06f70828
|
||||
selectorCallbackIndex/26 (selectorCallbackIndex) @06f60828
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -767,7 +767,7 @@ selectorCallbackIndex/26 (selectorCallbackIndex) @06f70828
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f53c40
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -776,7 +776,7 @@ SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_InitClock/5 (118111599 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
cmuCallbacks/24 (cmuCallbacks) @06f70708
|
||||
cmuCallbacks/24 (cmuCallbacks) @06f60708
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -784,7 +784,7 @@ cmuCallbacks/24 (cmuCallbacks) @06f70708
|
||||
Referring: Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
cmuCallbackIndex/23 (cmuCallbackIndex) @06f706c0
|
||||
cmuCallbackIndex/23 (cmuCallbackIndex) @06f606c0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -792,7 +792,7 @@ cmuCallbackIndex/23 (cmuCallbackIndex) @06f706c0
|
||||
Referring: Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/22 (clockFeatures) @06f70678
|
||||
clockFeatures/22 (clockFeatures) @06f60678
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -800,7 +800,7 @@ clockFeatures/22 (clockFeatures) @06f70678
|
||||
Referring: Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f53460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -809,7 +809,7 @@ ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_GetElapsed/53 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f531c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -818,7 +818,7 @@ ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_MicrosToTicks/52 (1073741824 (estimated locally),1.00 per call) OsIf_GetCounter/51 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f4cd20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (read)
|
||||
@ -828,7 +828,7 @@ ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f4c7e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -838,7 +838,7 @@ ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f4c2a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (read)calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)
|
||||
@ -848,7 +848,7 @@ Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f4cee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)ClockCalcFreqCallIdx/3 (read)
|
||||
@ -858,7 +858,7 @@ Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Called by: Clock_Ip_InitClock/5 (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Indirect call(955630223 (estimated locally),8.09 per call)
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f4cc40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: consumerClockCallbacks/49 (read)
|
||||
@ -868,7 +868,7 @@ Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Called by:
|
||||
Calls: GetProducerClockFreq/50 (354334802 (estimated locally),0.33 per call)
|
||||
Indirect call(719407023 (estimated locally),0.67 per call)
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f4c9a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -878,7 +878,7 @@ Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f4c700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -888,7 +888,7 @@ Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f5c460
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f4c460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (write)
|
||||
@ -897,7 +897,7 @@ Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback)
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f5c1c0
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f4c1c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -906,7 +906,7 @@ Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateFrequencies/46 (1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e22e00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -916,7 +916,7 @@ Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e228c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -926,7 +926,7 @@ Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e22380
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -936,7 +936,7 @@ Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e22d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockConfig/2 (read)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockConfig/2 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (read)
|
||||
@ -947,7 +947,7 @@ Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Calls: UpdateFrequencies/46 (168730859 (estimated locally),1.00 per call) SpecificPeripheralClockInitialization/45 (38976828 (estimated locally),0.23 per call)
|
||||
Indirect call(155907314 (estimated locally),0.92 per call)
|
||||
Indirect call(630715948 (estimated locally),3.74 per call)
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e22a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: HwPllName/48 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)
|
||||
@ -957,7 +957,7 @@ Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Called by: Clock_Ip_Init/4 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
Indirect call(1014686025 (estimated locally),8.83 per call)
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e227e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (write)clockConfig/2 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (write)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)ircoscCallbackIndex/34 (read)intOscCallbacks/35 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)pcfsCallbackIndex/36 (read)pcfsCallbacks/37 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)dividerCallbackIndex/40 (read)dividerCallbacks/41 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockTreeIsConsumingPll/0 (write)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockTreeIsConsumingPll/0 (write)clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -982,7 +982,7 @@ Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Indirect call(118111600 (estimated locally),1.00 per call)
|
||||
Indirect call(955630217 (estimated locally),8.09 per call)
|
||||
Indirect call(330712479 (estimated locally),2.80 per call)
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e22540
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockTreeIsConsumingPll/0 (read)
|
||||
@ -991,28 +991,28 @@ Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Clock_Ip_DistributePll/7 (116930485 (estimated locally),0.11 per call) Clock_Ip_GetPllStatus/6 (354334802 (estimated locally),0.33 per call) Clock_Ip_InitClock/5 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockCalcFreqCallIdx/3 (ClockCalcFreqCallIdx) @06e2b678
|
||||
ClockCalcFreqCallIdx/3 (ClockCalcFreqCallIdx) @06e20678
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: Clock_Ip_InitClock/5 (write)Clock_Ip_Sleep/16 (read)Clock_Ip_Sleep/16 (read)Clock_Ip_Sleep/16 (write)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (write)
|
||||
Availability: available
|
||||
Varpool flags:
|
||||
clockConfig/2 (clockConfig) @06e2b5e8
|
||||
clockConfig/2 (clockConfig) @06e205e8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (write)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
clockNotificationsCallback/1 (clockNotificationsCallback) @06e2b5a0
|
||||
clockNotificationsCallback/1 (clockNotificationsCallback) @06e205a0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: ClockNotificatonsEmptyCallback/18 (addr)
|
||||
Referring: Clock_Ip_InstallNotificationsCallback/12 (write)ReportClockErrors/19 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
clockTreeIsConsumingPll/0 (clockTreeIsConsumingPll) @06e2b510
|
||||
clockTreeIsConsumingPll/0 (clockTreeIsConsumingPll) @06e20510
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
|
||||
@ -664,7 +664,7 @@ IPA function summary for Clock_Ip_Init/4 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06fe6a80
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -673,7 +673,7 @@ OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
Function flags: optimize_size
|
||||
Called by: ClockTimeoutExpired/21 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06fe68c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -682,7 +682,7 @@ OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06fe67e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -691,7 +691,7 @@ OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06fe6460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -700,7 +700,7 @@ GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_GetClockFrequency/15 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
consumerClockCallbacks/49 (consumerClockCallbacks) @06ffa3a8
|
||||
consumerClockCallbacks/49 (consumerClockCallbacks) @06fea3a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -708,7 +708,7 @@ consumerClockCallbacks/49 (consumerClockCallbacks) @06ffa3a8
|
||||
Referring: Clock_Ip_GetClockFrequency/15 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
HwPllName/48 (HwPllName) @06fecdc8
|
||||
HwPllName/48 (HwPllName) @06fdcdc8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -716,7 +716,7 @@ HwPllName/48 (HwPllName) @06fecdc8
|
||||
Referring: Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
calcFreqCallbacks/47 (calcFreqCallbacks) @06fec9d8
|
||||
calcFreqCallbacks/47 (calcFreqCallbacks) @06fdc9d8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -724,7 +724,7 @@ calcFreqCallbacks/47 (calcFreqCallbacks) @06fec9d8
|
||||
Referring: Clock_Ip_Sleep/16 (read)Clock_Ip_TimeDelay/17 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f53e00
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -733,7 +733,7 @@ UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_PowerModeChangeNotification/11 (1073741824 (estimated locally),1.00 per call) Clock_Ip_DistributePll/7 (168730859 (estimated locally),1.00 per call) Clock_Ip_InitClock/5 (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f63d20
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f53d20
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -742,7 +742,7 @@ SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization)
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_DistributePll/7 (38976828 (estimated locally),0.23 per call) Clock_Ip_InitClock/5 (38976828 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
gateCallbacks/44 (gateCallbacks) @06fec4c8
|
||||
gateCallbacks/44 (gateCallbacks) @06fdc4c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -750,7 +750,7 @@ gateCallbacks/44 (gateCallbacks) @06fec4c8
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
gateCallbackIndex/43 (gateCallbackIndex) @06fec480
|
||||
gateCallbackIndex/43 (gateCallbackIndex) @06fdc480
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -758,7 +758,7 @@ gateCallbackIndex/43 (gateCallbackIndex) @06fec480
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockName_sourceType/42 (clockName_sourceType) @06fec3a8
|
||||
clockName_sourceType/42 (clockName_sourceType) @06fdc3a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -766,7 +766,7 @@ clockName_sourceType/42 (clockName_sourceType) @06fec3a8
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerCallbacks/41 (dividerCallbacks) @06fec120
|
||||
dividerCallbacks/41 (dividerCallbacks) @06fdc120
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -774,7 +774,7 @@ dividerCallbacks/41 (dividerCallbacks) @06fec120
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerCallbackIndex/40 (dividerCallbackIndex) @06fec0d8
|
||||
dividerCallbackIndex/40 (dividerCallbackIndex) @06fdc0d8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -782,7 +782,7 @@ dividerCallbackIndex/40 (dividerCallbackIndex) @06fec0d8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fec000
|
||||
dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fdc000
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -790,7 +790,7 @@ dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fec000
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f70630
|
||||
dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f60630
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -798,7 +798,7 @@ dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f70630
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pcfsCallbacks/37 (pcfsCallbacks) @06f70ee8
|
||||
pcfsCallbacks/37 (pcfsCallbacks) @06f60ee8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -806,7 +806,7 @@ pcfsCallbacks/37 (pcfsCallbacks) @06f70ee8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f70ea0
|
||||
pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f60ea0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -814,7 +814,7 @@ pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f70ea0
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
intOscCallbacks/35 (intOscCallbacks) @06f70cf0
|
||||
intOscCallbacks/35 (intOscCallbacks) @06f60cf0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -822,7 +822,7 @@ intOscCallbacks/35 (intOscCallbacks) @06f70cf0
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f70ca8
|
||||
ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f60ca8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -830,7 +830,7 @@ ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f70ca8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
extOscCallbacks/33 (extOscCallbacks) @06f70bd0
|
||||
extOscCallbacks/33 (extOscCallbacks) @06f60bd0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -838,7 +838,7 @@ extOscCallbacks/33 (extOscCallbacks) @06f70bd0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
xoscCallbackIndex/32 (xoscCallbackIndex) @06f70b88
|
||||
xoscCallbackIndex/32 (xoscCallbackIndex) @06f60b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -846,7 +846,7 @@ xoscCallbackIndex/32 (xoscCallbackIndex) @06f70b88
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pllCallbacks/31 (pllCallbacks) @06f70ab0
|
||||
pllCallbacks/31 (pllCallbacks) @06f60ab0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -854,7 +854,7 @@ pllCallbacks/31 (pllCallbacks) @06f70ab0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pllCallbackIndex/30 (pllCallbackIndex) @06f70a68
|
||||
pllCallbackIndex/30 (pllCallbackIndex) @06f60a68
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -862,7 +862,7 @@ pllCallbackIndex/30 (pllCallbackIndex) @06f70a68
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
fracDivCallbacks/29 (fracDivCallbacks) @06f70990
|
||||
fracDivCallbacks/29 (fracDivCallbacks) @06f60990
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -870,7 +870,7 @@ fracDivCallbacks/29 (fracDivCallbacks) @06f70990
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f70948
|
||||
fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f60948
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -878,7 +878,7 @@ fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f70948
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
selectorCallbacks/27 (selectorCallbacks) @06f70870
|
||||
selectorCallbacks/27 (selectorCallbacks) @06f60870
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -886,7 +886,7 @@ selectorCallbacks/27 (selectorCallbacks) @06f70870
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
selectorCallbackIndex/26 (selectorCallbackIndex) @06f70828
|
||||
selectorCallbackIndex/26 (selectorCallbackIndex) @06f60828
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -894,7 +894,7 @@ selectorCallbackIndex/26 (selectorCallbackIndex) @06f70828
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f53c40
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -903,7 +903,7 @@ SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_InitClock/5 (118111599 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
cmuCallbacks/24 (cmuCallbacks) @06f70708
|
||||
cmuCallbacks/24 (cmuCallbacks) @06f60708
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -911,7 +911,7 @@ cmuCallbacks/24 (cmuCallbacks) @06f70708
|
||||
Referring: Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
cmuCallbackIndex/23 (cmuCallbackIndex) @06f706c0
|
||||
cmuCallbackIndex/23 (cmuCallbackIndex) @06f606c0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -919,7 +919,7 @@ cmuCallbackIndex/23 (cmuCallbackIndex) @06f706c0
|
||||
Referring: Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/22 (clockFeatures) @06f70678
|
||||
clockFeatures/22 (clockFeatures) @06f60678
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -927,7 +927,7 @@ clockFeatures/22 (clockFeatures) @06f70678
|
||||
Referring: Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f53460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -936,7 +936,7 @@ ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_GetElapsed/53 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f531c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -945,7 +945,7 @@ ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_MicrosToTicks/52 (1073741824 (estimated locally),1.00 per call) OsIf_GetCounter/51 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f4cd20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (read)
|
||||
@ -955,7 +955,7 @@ ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f4c7e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -965,7 +965,7 @@ ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f4c2a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (read)calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)
|
||||
@ -975,7 +975,7 @@ Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f4cee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)ClockCalcFreqCallIdx/3 (read)
|
||||
@ -985,7 +985,7 @@ Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Called by: Clock_Ip_InitClock/5 (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Indirect call(955630223 (estimated locally),8.09 per call)
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f4cc40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: consumerClockCallbacks/49 (read)
|
||||
@ -995,7 +995,7 @@ Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Called by:
|
||||
Calls: GetProducerClockFreq/50 (354334802 (estimated locally),0.33 per call)
|
||||
Indirect call(719407023 (estimated locally),0.67 per call)
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f4c9a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -1005,7 +1005,7 @@ Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f4c700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -1015,7 +1015,7 @@ Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f5c460
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f4c460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (write)
|
||||
@ -1024,7 +1024,7 @@ Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback)
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f5c1c0
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f4c1c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -1033,7 +1033,7 @@ Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateFrequencies/46 (1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e22e00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -1043,7 +1043,7 @@ Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e228c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -1053,7 +1053,7 @@ Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e22380
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -1063,7 +1063,7 @@ Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e22d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockConfig/2 (read)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockConfig/2 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (read)
|
||||
@ -1074,7 +1074,7 @@ Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Calls: UpdateFrequencies/46 (168730859 (estimated locally),1.00 per call) SpecificPeripheralClockInitialization/45 (38976828 (estimated locally),0.23 per call)
|
||||
Indirect call(155907314 (estimated locally),0.92 per call)
|
||||
Indirect call(630715948 (estimated locally),3.74 per call)
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e22a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: HwPllName/48 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)
|
||||
@ -1084,7 +1084,7 @@ Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Called by: Clock_Ip_Init/4 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
Indirect call(1014686025 (estimated locally),8.83 per call)
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e227e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (write)clockConfig/2 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (write)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)ircoscCallbackIndex/34 (read)intOscCallbacks/35 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)pcfsCallbackIndex/36 (read)pcfsCallbacks/37 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)dividerCallbackIndex/40 (read)dividerCallbacks/41 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockTreeIsConsumingPll/0 (write)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockTreeIsConsumingPll/0 (write)clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -1109,7 +1109,7 @@ Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Indirect call(118111600 (estimated locally),1.00 per call)
|
||||
Indirect call(955630217 (estimated locally),8.09 per call)
|
||||
Indirect call(330712479 (estimated locally),2.80 per call)
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e22540
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockTreeIsConsumingPll/0 (read)
|
||||
@ -1118,28 +1118,28 @@ Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Clock_Ip_DistributePll/7 (116930485 (estimated locally),0.11 per call) Clock_Ip_GetPllStatus/6 (354334802 (estimated locally),0.33 per call) Clock_Ip_InitClock/5 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockCalcFreqCallIdx/3 (ClockCalcFreqCallIdx) @06e2b678
|
||||
ClockCalcFreqCallIdx/3 (ClockCalcFreqCallIdx) @06e20678
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: Clock_Ip_InitClock/5 (write)Clock_Ip_Sleep/16 (read)Clock_Ip_Sleep/16 (read)Clock_Ip_Sleep/16 (write)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (write)
|
||||
Availability: available
|
||||
Varpool flags:
|
||||
clockConfig/2 (clockConfig) @06e2b5e8
|
||||
clockConfig/2 (clockConfig) @06e205e8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (write)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
clockNotificationsCallback/1 (clockNotificationsCallback) @06e2b5a0
|
||||
clockNotificationsCallback/1 (clockNotificationsCallback) @06e205a0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: ClockNotificatonsEmptyCallback/18 (addr)
|
||||
Referring: Clock_Ip_InstallNotificationsCallback/12 (write)ReportClockErrors/19 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
clockTreeIsConsumingPll/0 (clockTreeIsConsumingPll) @06e2b510
|
||||
clockTreeIsConsumingPll/0 (clockTreeIsConsumingPll) @06e20510
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
|
||||
@ -568,7 +568,7 @@ IPA function summary for Clock_Ip_Init/4 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06fe6a80
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -577,7 +577,7 @@ OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
Function flags: optimize_size
|
||||
Called by: ClockTimeoutExpired/21 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06fe68c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -586,7 +586,7 @@ OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06fe67e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -595,7 +595,7 @@ OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06fe6460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -604,7 +604,7 @@ GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_GetClockFrequency/15 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
consumerClockCallbacks/49 (consumerClockCallbacks) @06ffa3a8
|
||||
consumerClockCallbacks/49 (consumerClockCallbacks) @06fea3a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -612,7 +612,7 @@ consumerClockCallbacks/49 (consumerClockCallbacks) @06ffa3a8
|
||||
Referring: Clock_Ip_GetClockFrequency/15 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
HwPllName/48 (HwPllName) @06fecdc8
|
||||
HwPllName/48 (HwPllName) @06fdcdc8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -620,7 +620,7 @@ HwPllName/48 (HwPllName) @06fecdc8
|
||||
Referring: Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
calcFreqCallbacks/47 (calcFreqCallbacks) @06fec9d8
|
||||
calcFreqCallbacks/47 (calcFreqCallbacks) @06fdc9d8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -628,7 +628,7 @@ calcFreqCallbacks/47 (calcFreqCallbacks) @06fec9d8
|
||||
Referring: Clock_Ip_Sleep/16 (read)Clock_Ip_TimeDelay/17 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f53e00
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -637,7 +637,7 @@ UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_PowerModeChangeNotification/11 (1073741824 (estimated locally),1.00 per call) Clock_Ip_DistributePll/7 (168730859 (estimated locally),1.00 per call) Clock_Ip_InitClock/5 (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f63d20
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f53d20
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -646,7 +646,7 @@ SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization)
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_DistributePll/7 (38976828 (estimated locally),0.23 per call) Clock_Ip_InitClock/5 (38976828 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
gateCallbacks/44 (gateCallbacks) @06fec4c8
|
||||
gateCallbacks/44 (gateCallbacks) @06fdc4c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -654,7 +654,7 @@ gateCallbacks/44 (gateCallbacks) @06fec4c8
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
gateCallbackIndex/43 (gateCallbackIndex) @06fec480
|
||||
gateCallbackIndex/43 (gateCallbackIndex) @06fdc480
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -662,7 +662,7 @@ gateCallbackIndex/43 (gateCallbackIndex) @06fec480
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockName_sourceType/42 (clockName_sourceType) @06fec3a8
|
||||
clockName_sourceType/42 (clockName_sourceType) @06fdc3a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -670,7 +670,7 @@ clockName_sourceType/42 (clockName_sourceType) @06fec3a8
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerCallbacks/41 (dividerCallbacks) @06fec120
|
||||
dividerCallbacks/41 (dividerCallbacks) @06fdc120
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -678,7 +678,7 @@ dividerCallbacks/41 (dividerCallbacks) @06fec120
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerCallbackIndex/40 (dividerCallbackIndex) @06fec0d8
|
||||
dividerCallbackIndex/40 (dividerCallbackIndex) @06fdc0d8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -686,7 +686,7 @@ dividerCallbackIndex/40 (dividerCallbackIndex) @06fec0d8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fec000
|
||||
dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fdc000
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -694,7 +694,7 @@ dividerTriggerCallbacks/39 (dividerTriggerCallbacks) @06fec000
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f70630
|
||||
dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f60630
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -702,7 +702,7 @@ dividertriggerCallbackIndex/38 (dividertriggerCallbackIndex) @06f70630
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pcfsCallbacks/37 (pcfsCallbacks) @06f70ee8
|
||||
pcfsCallbacks/37 (pcfsCallbacks) @06f60ee8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -710,7 +710,7 @@ pcfsCallbacks/37 (pcfsCallbacks) @06f70ee8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f70ea0
|
||||
pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f60ea0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -718,7 +718,7 @@ pcfsCallbackIndex/36 (pcfsCallbackIndex) @06f70ea0
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
intOscCallbacks/35 (intOscCallbacks) @06f70cf0
|
||||
intOscCallbacks/35 (intOscCallbacks) @06f60cf0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -726,7 +726,7 @@ intOscCallbacks/35 (intOscCallbacks) @06f70cf0
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f70ca8
|
||||
ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f60ca8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -734,7 +734,7 @@ ircoscCallbackIndex/34 (ircoscCallbackIndex) @06f70ca8
|
||||
Referring: Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
extOscCallbacks/33 (extOscCallbacks) @06f70bd0
|
||||
extOscCallbacks/33 (extOscCallbacks) @06f60bd0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -742,7 +742,7 @@ extOscCallbacks/33 (extOscCallbacks) @06f70bd0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
xoscCallbackIndex/32 (xoscCallbackIndex) @06f70b88
|
||||
xoscCallbackIndex/32 (xoscCallbackIndex) @06f60b88
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -750,7 +750,7 @@ xoscCallbackIndex/32 (xoscCallbackIndex) @06f70b88
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pllCallbacks/31 (pllCallbacks) @06f70ab0
|
||||
pllCallbacks/31 (pllCallbacks) @06f60ab0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -758,7 +758,7 @@ pllCallbacks/31 (pllCallbacks) @06f70ab0
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
pllCallbackIndex/30 (pllCallbackIndex) @06f70a68
|
||||
pllCallbackIndex/30 (pllCallbackIndex) @06f60a68
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -766,7 +766,7 @@ pllCallbackIndex/30 (pllCallbackIndex) @06f70a68
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
fracDivCallbacks/29 (fracDivCallbacks) @06f70990
|
||||
fracDivCallbacks/29 (fracDivCallbacks) @06f60990
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -774,7 +774,7 @@ fracDivCallbacks/29 (fracDivCallbacks) @06f70990
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f70948
|
||||
fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f60948
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -782,7 +782,7 @@ fractional_dividerCallbackIndex/28 (fractional_dividerCallbackIndex) @06f70948
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
selectorCallbacks/27 (selectorCallbacks) @06f70870
|
||||
selectorCallbacks/27 (selectorCallbacks) @06f60870
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -790,7 +790,7 @@ selectorCallbacks/27 (selectorCallbacks) @06f70870
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
selectorCallbackIndex/26 (selectorCallbackIndex) @06f70828
|
||||
selectorCallbackIndex/26 (selectorCallbackIndex) @06f60828
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -798,7 +798,7 @@ selectorCallbackIndex/26 (selectorCallbackIndex) @06f70828
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f53c40
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -807,7 +807,7 @@ SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_InitClock/5 (118111599 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
cmuCallbacks/24 (cmuCallbacks) @06f70708
|
||||
cmuCallbacks/24 (cmuCallbacks) @06f60708
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -815,7 +815,7 @@ cmuCallbacks/24 (cmuCallbacks) @06f70708
|
||||
Referring: Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
cmuCallbackIndex/23 (cmuCallbackIndex) @06f706c0
|
||||
cmuCallbackIndex/23 (cmuCallbackIndex) @06f606c0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -823,7 +823,7 @@ cmuCallbackIndex/23 (cmuCallbackIndex) @06f706c0
|
||||
Referring: Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/22 (clockFeatures) @06f70678
|
||||
clockFeatures/22 (clockFeatures) @06f60678
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -831,7 +831,7 @@ clockFeatures/22 (clockFeatures) @06f70678
|
||||
Referring: Clock_Ip_DisableModuleClock/13 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_GetPllStatus/6 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DisableClockMonitor/8 (read)Clock_Ip_GetClockMonitorStatus/9 (read)Clock_Ip_ClearClockMonitorStatus/10 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_EnableModuleClock/14 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f53460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -840,7 +840,7 @@ ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_GetElapsed/53 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f531c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -849,7 +849,7 @@ ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_MicrosToTicks/52 (1073741824 (estimated locally),1.00 per call) OsIf_GetCounter/51 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f4cd20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (read)
|
||||
@ -859,7 +859,7 @@ ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f4c7e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -869,7 +869,7 @@ ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f4c2a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (read)calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)
|
||||
@ -879,7 +879,7 @@ Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f4cee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)ClockCalcFreqCallIdx/3 (read)
|
||||
@ -890,7 +890,7 @@ Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Called by: Clock_Ip_InitClock/5 (inlined) (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Indirect call(955630223 (estimated locally),8.09 per call)
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f4cc40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: consumerClockCallbacks/49 (read)
|
||||
@ -900,7 +900,7 @@ Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Called by:
|
||||
Calls: GetProducerClockFreq/50 (354334802 (estimated locally),0.33 per call)
|
||||
Indirect call(719407023 (estimated locally),0.67 per call)
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f4c9a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -910,7 +910,7 @@ Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f4c700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -920,7 +920,7 @@ Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f5c460
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f4c460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (write)
|
||||
@ -929,7 +929,7 @@ Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback)
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f5c1c0
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f4c1c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -938,7 +938,7 @@ Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateFrequencies/46 (1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e22e00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -948,7 +948,7 @@ Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e228c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -958,7 +958,7 @@ Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e22380
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -968,7 +968,7 @@ Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e22d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockConfig/2 (read)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockConfig/2 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (read)
|
||||
@ -979,7 +979,7 @@ Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Calls: UpdateFrequencies/46 (168730859 (estimated locally),1.00 per call) SpecificPeripheralClockInitialization/45 (38976828 (estimated locally),0.23 per call)
|
||||
Indirect call(155907314 (estimated locally),0.92 per call)
|
||||
Indirect call(630715948 (estimated locally),3.74 per call)
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e22a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: HwPllName/48 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)
|
||||
@ -989,7 +989,7 @@ Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Called by: Clock_Ip_Init/4 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
Indirect call(1014686025 (estimated locally),8.83 per call)
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e227e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (write)clockConfig/2 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (write)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)ircoscCallbackIndex/34 (read)intOscCallbacks/35 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)pcfsCallbackIndex/36 (read)pcfsCallbacks/37 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)dividerCallbackIndex/40 (read)dividerCallbacks/41 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockTreeIsConsumingPll/0 (write)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockTreeIsConsumingPll/0 (write)clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -1014,7 +1014,7 @@ Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Indirect call(118111600 (estimated locally),1.00 per call)
|
||||
Indirect call(955630217 (estimated locally),8.09 per call)
|
||||
Indirect call(330712479 (estimated locally),2.80 per call)
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e22540
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockTreeIsConsumingPll/0 (read)
|
||||
@ -1023,28 +1023,28 @@ Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Clock_Ip_DistributePll/7 (116930485 (estimated locally),0.11 per call) Clock_Ip_GetPllStatus/6 (354334802 (estimated locally),0.33 per call) Clock_Ip_InitClock/5 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockCalcFreqCallIdx/3 (ClockCalcFreqCallIdx) @06e2b678
|
||||
ClockCalcFreqCallIdx/3 (ClockCalcFreqCallIdx) @06e20678
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
Referring: Clock_Ip_InitClock/5 (write)Clock_Ip_Sleep/16 (read)Clock_Ip_Sleep/16 (read)Clock_Ip_Sleep/16 (write)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (read)Clock_Ip_TimeDelay/17 (write)
|
||||
Availability: available
|
||||
Varpool flags:
|
||||
clockConfig/2 (clockConfig) @06e2b5e8
|
||||
clockConfig/2 (clockConfig) @06e205e8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
Referring: Clock_Ip_InitClock/5 (read)Clock_Ip_InitClock/5 (write)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)Clock_Ip_DistributePll/7 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
clockNotificationsCallback/1 (clockNotificationsCallback) @06e2b5a0
|
||||
clockNotificationsCallback/1 (clockNotificationsCallback) @06e205a0
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: ClockNotificatonsEmptyCallback/18 (addr)
|
||||
Referring: Clock_Ip_InstallNotificationsCallback/12 (write)ReportClockErrors/19 (read)
|
||||
Availability: available
|
||||
Varpool flags: initialized
|
||||
clockTreeIsConsumingPll/0 (clockTreeIsConsumingPll) @06e2b510
|
||||
clockTreeIsConsumingPll/0 (clockTreeIsConsumingPll) @06e20510
|
||||
Type: variable definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References:
|
||||
|
||||
@ -687,7 +687,7 @@ Function is locally pure.
|
||||
Function is locally const.
|
||||
callgraph:
|
||||
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06fe6a80
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -696,7 +696,7 @@ OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
Function flags: optimize_size
|
||||
Called by: ClockTimeoutExpired/21 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06fe68c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -705,7 +705,7 @@ OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06fe67e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -714,7 +714,7 @@ OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06fe6460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -723,7 +723,7 @@ GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_GetClockFrequency/15 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f53e00
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -732,7 +732,7 @@ UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_PowerModeChangeNotification/11 (1073741824 (estimated locally),1.00 per call) Clock_Ip_DistributePll/7 (168730859 (estimated locally),1.00 per call) Clock_Ip_InitClock/5 (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f63d20
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f53d20
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -741,7 +741,7 @@ SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization)
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_DistributePll/7 (38976828 (estimated locally),0.23 per call) Clock_Ip_InitClock/5 (38976828 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f53c40
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -750,30 +750,30 @@ SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_InitClock/5 (118111599 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f53460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c81a8
|
||||
Aux: @04f25748
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_GetElapsed/53 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f531c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8148
|
||||
Aux: @04f25988
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_MicrosToTicks/52 (1073741824 (estimated locally),1.00 per call) OsIf_GetCounter/51 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f4cd20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8428
|
||||
Aux: @04f25768
|
||||
References: clockNotificationsCallback/1 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -781,21 +781,21 @@ ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f4c7e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @070c8168
|
||||
Aux: @04f257c8
|
||||
References:
|
||||
Referring: clockNotificationsCallback/1 (addr)
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f4c2a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8448
|
||||
Aux: @04f259a8
|
||||
References: ClockCalcFreqCallIdx/3 (read)calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -803,10 +803,10 @@ Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f4cee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Aux: @070c80c8
|
||||
Aux: @04f259c8
|
||||
References: calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)ClockCalcFreqCallIdx/3 (read)
|
||||
Referring:
|
||||
Function Clock_Ip_Sleep/16 is inline copy in Clock_Ip_InitClock/5
|
||||
@ -815,10 +815,10 @@ Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Called by: Clock_Ip_InitClock/5 (inlined) (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Indirect call(955630223 (estimated locally),8.09 per call)
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f4cc40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8248
|
||||
Aux: @04f25808
|
||||
References: consumerClockCallbacks/49 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -826,10 +826,10 @@ Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Called by:
|
||||
Calls: GetProducerClockFreq/50 (354334802 (estimated locally),0.33 per call)
|
||||
Indirect call(719407023 (estimated locally),0.67 per call)
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f4c9a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8288
|
||||
Aux: @04f259e8
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -837,10 +837,10 @@ Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f4c700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c80e8
|
||||
Aux: @04f25828
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -848,30 +848,30 @@ Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f5c460
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f4c460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c81c8
|
||||
Aux: @04f25a28
|
||||
References: clockNotificationsCallback/1 (write)
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f5c1c0
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f4c1c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c81e8
|
||||
Aux: @04f25848
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateFrequencies/46 (1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e22e00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c82a8
|
||||
Aux: @04f25868
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -879,10 +879,10 @@ Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e228c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8628
|
||||
Aux: @04f25508
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -890,10 +890,10 @@ Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e22380
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c84e8
|
||||
Aux: @04f25668
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -901,10 +901,10 @@ Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e22d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8648
|
||||
Aux: @04f25328
|
||||
References: clockConfig/2 (read)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockConfig/2 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -913,10 +913,10 @@ Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Calls: UpdateFrequencies/46 (168730859 (estimated locally),1.00 per call) SpecificPeripheralClockInitialization/45 (38976828 (estimated locally),0.23 per call)
|
||||
Indirect call(155907314 (estimated locally),0.92 per call)
|
||||
Indirect call(630715948 (estimated locally),3.74 per call)
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e22a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c86a8
|
||||
Aux: @04f25368
|
||||
References: HwPllName/48 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -924,10 +924,10 @@ Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Called by: Clock_Ip_Init/4 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
Indirect call(1014686025 (estimated locally),8.83 per call)
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e227e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c85a8
|
||||
Aux: @04f253a8
|
||||
References: ClockCalcFreqCallIdx/3 (write)clockConfig/2 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (write)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)ircoscCallbackIndex/34 (read)intOscCallbacks/35 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)pcfsCallbackIndex/36 (read)pcfsCallbacks/37 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)dividerCallbackIndex/40 (read)dividerCallbacks/41 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockTreeIsConsumingPll/0 (write)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockTreeIsConsumingPll/0 (write)clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -950,10 +950,10 @@ Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Indirect call(118111600 (estimated locally),1.00 per call)
|
||||
Indirect call(955630217 (estimated locally),8.09 per call)
|
||||
Indirect call(330712479 (estimated locally),2.80 per call)
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e22540
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8728
|
||||
Aux: @04f25408
|
||||
References: clockTreeIsConsumingPll/0 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -963,30 +963,30 @@ Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
|
||||
|
||||
ordered call graph: reduced for nothrow
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f53460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c81a8
|
||||
Aux: @04f25748
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_GetElapsed/53 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f531c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8148
|
||||
Aux: @04f25988
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_MicrosToTicks/52 (1073741824 (estimated locally),1.00 per call) OsIf_GetCounter/51 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f4cd20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8428
|
||||
Aux: @04f25768
|
||||
References: clockNotificationsCallback/1 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -994,21 +994,21 @@ ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f4c7e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @070c8168
|
||||
Aux: @04f257c8
|
||||
References:
|
||||
Referring: clockNotificationsCallback/1 (addr)
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f4c2a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8448
|
||||
Aux: @04f259a8
|
||||
References: ClockCalcFreqCallIdx/3 (read)calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1016,10 +1016,10 @@ Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f4cee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Aux: @070c80c8
|
||||
Aux: @04f259c8
|
||||
References: calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)ClockCalcFreqCallIdx/3 (read)
|
||||
Referring:
|
||||
Function Clock_Ip_Sleep/16 is inline copy in Clock_Ip_InitClock/5
|
||||
@ -1028,10 +1028,10 @@ Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Called by: Clock_Ip_InitClock/5 (inlined) (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Indirect call(955630223 (estimated locally),8.09 per call)
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f4cc40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8248
|
||||
Aux: @04f25808
|
||||
References: consumerClockCallbacks/49 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1039,10 +1039,10 @@ Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Called by:
|
||||
Calls: GetProducerClockFreq/50 (354334802 (estimated locally),0.33 per call)
|
||||
Indirect call(719407023 (estimated locally),0.67 per call)
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f4c9a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8288
|
||||
Aux: @04f259e8
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1050,10 +1050,10 @@ Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f4c700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c80e8
|
||||
Aux: @04f25828
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1061,30 +1061,30 @@ Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f5c460
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f4c460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c81c8
|
||||
Aux: @04f25a28
|
||||
References: clockNotificationsCallback/1 (write)
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f5c1c0
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f4c1c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c81e8
|
||||
Aux: @04f25848
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateFrequencies/46 (1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e22e00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c82a8
|
||||
Aux: @04f25868
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1092,10 +1092,10 @@ Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e228c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8628
|
||||
Aux: @04f25508
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1103,10 +1103,10 @@ Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e22380
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c84e8
|
||||
Aux: @04f25668
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1114,10 +1114,10 @@ Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e22d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8648
|
||||
Aux: @04f25328
|
||||
References: clockConfig/2 (read)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockConfig/2 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1126,10 +1126,10 @@ Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Calls: UpdateFrequencies/46 (168730859 (estimated locally),1.00 per call) SpecificPeripheralClockInitialization/45 (38976828 (estimated locally),0.23 per call)
|
||||
Indirect call(155907314 (estimated locally),0.92 per call)
|
||||
Indirect call(630715948 (estimated locally),3.74 per call)
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e22a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c86a8
|
||||
Aux: @04f25368
|
||||
References: HwPllName/48 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1137,10 +1137,10 @@ Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Called by: Clock_Ip_Init/4 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
Indirect call(1014686025 (estimated locally),8.83 per call)
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e227e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c85a8
|
||||
Aux: @04f253a8
|
||||
References: ClockCalcFreqCallIdx/3 (write)clockConfig/2 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (write)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)ircoscCallbackIndex/34 (read)intOscCallbacks/35 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)pcfsCallbackIndex/36 (read)pcfsCallbacks/37 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)dividerCallbackIndex/40 (read)dividerCallbacks/41 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockTreeIsConsumingPll/0 (write)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockTreeIsConsumingPll/0 (write)clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1163,10 +1163,10 @@ Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Indirect call(118111600 (estimated locally),1.00 per call)
|
||||
Indirect call(955630217 (estimated locally),8.09 per call)
|
||||
Indirect call(330712479 (estimated locally),2.80 per call)
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e22540
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8728
|
||||
Aux: @04f25408
|
||||
References: clockTreeIsConsumingPll/0 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1218,7 +1218,7 @@ Clock_Ip_InitClock: malloc_bottom
|
||||
Clock_Ip_Init: malloc_bottom
|
||||
callgraph:
|
||||
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06fe6a80
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -1227,7 +1227,7 @@ OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
Function flags: optimize_size
|
||||
Called by: ClockTimeoutExpired/21 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06fe68c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -1236,7 +1236,7 @@ OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06fe67e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -1245,7 +1245,7 @@ OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06fe6460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -1254,7 +1254,7 @@ GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_GetClockFrequency/15 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f53e00
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -1263,7 +1263,7 @@ UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_PowerModeChangeNotification/11 (1073741824 (estimated locally),1.00 per call) Clock_Ip_DistributePll/7 (168730859 (estimated locally),1.00 per call) Clock_Ip_InitClock/5 (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f63d20
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f53d20
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -1272,7 +1272,7 @@ SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization)
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_DistributePll/7 (38976828 (estimated locally),0.23 per call) Clock_Ip_InitClock/5 (38976828 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f53c40
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -1281,30 +1281,30 @@ SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_InitClock/5 (118111599 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f53460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c84e8
|
||||
Aux: @04f25408
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_GetElapsed/53 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f531c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c85a8
|
||||
Aux: @04f253a8
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_MicrosToTicks/52 (1073741824 (estimated locally),1.00 per call) OsIf_GetCounter/51 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f4cd20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8628
|
||||
Aux: @04f25668
|
||||
References: clockNotificationsCallback/1 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1312,21 +1312,21 @@ ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f4c7e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @070c8648
|
||||
Aux: @04f25328
|
||||
References:
|
||||
Referring: clockNotificationsCallback/1 (addr)
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f4c2a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c86a8
|
||||
Aux: @04f254e8
|
||||
References: ClockCalcFreqCallIdx/3 (read)calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1334,10 +1334,10 @@ Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f4cee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Aux: @070c8728
|
||||
Aux: @04f25508
|
||||
References: calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)ClockCalcFreqCallIdx/3 (read)
|
||||
Referring:
|
||||
Function Clock_Ip_Sleep/16 is inline copy in Clock_Ip_InitClock/5
|
||||
@ -1346,10 +1346,10 @@ Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Called by: Clock_Ip_InitClock/5 (inlined) (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Indirect call(955630223 (estimated locally),8.09 per call)
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f4cc40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8748
|
||||
Aux: @04f25368
|
||||
References: consumerClockCallbacks/49 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1357,10 +1357,10 @@ Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Called by:
|
||||
Calls: GetProducerClockFreq/50 (354334802 (estimated locally),0.33 per call)
|
||||
Indirect call(719407023 (estimated locally),0.67 per call)
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f4c9a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c80c8
|
||||
Aux: @04f259e8
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1368,10 +1368,10 @@ Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f4c700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8428
|
||||
Aux: @04f257c8
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1379,30 +1379,30 @@ Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f5c460
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f4c460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8288
|
||||
Aux: @04f25748
|
||||
References: clockNotificationsCallback/1 (write)
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f5c1c0
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f4c1c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8248
|
||||
Aux: @04f25988
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateFrequencies/46 (1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e22e00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c81a8
|
||||
Aux: @04f25808
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1410,10 +1410,10 @@ Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e228c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8448
|
||||
Aux: @04f259a8
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1421,10 +1421,10 @@ Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e22380
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c80e8
|
||||
Aux: @04f25768
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1432,10 +1432,10 @@ Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e22d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c81c8
|
||||
Aux: @04f25828
|
||||
References: clockConfig/2 (read)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockConfig/2 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1444,10 +1444,10 @@ Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Calls: UpdateFrequencies/46 (168730859 (estimated locally),1.00 per call) SpecificPeripheralClockInitialization/45 (38976828 (estimated locally),0.23 per call)
|
||||
Indirect call(155907314 (estimated locally),0.92 per call)
|
||||
Indirect call(630715948 (estimated locally),3.74 per call)
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e22a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8148
|
||||
Aux: @04f259c8
|
||||
References: HwPllName/48 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1455,10 +1455,10 @@ Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Called by: Clock_Ip_Init/4 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
Indirect call(1014686025 (estimated locally),8.83 per call)
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e227e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8168
|
||||
Aux: @04f25848
|
||||
References: ClockCalcFreqCallIdx/3 (write)clockConfig/2 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (write)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)ircoscCallbackIndex/34 (read)intOscCallbacks/35 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)pcfsCallbackIndex/36 (read)pcfsCallbacks/37 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)dividerCallbackIndex/40 (read)dividerCallbacks/41 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockTreeIsConsumingPll/0 (write)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockTreeIsConsumingPll/0 (write)clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1481,10 +1481,10 @@ Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Indirect call(118111600 (estimated locally),1.00 per call)
|
||||
Indirect call(955630217 (estimated locally),8.09 per call)
|
||||
Indirect call(330712479 (estimated locally),2.80 per call)
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e22540
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c81e8
|
||||
Aux: @04f25868
|
||||
References: clockTreeIsConsumingPll/0 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1494,30 +1494,30 @@ Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
|
||||
|
||||
ordered call graph: reduced
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f53460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c84e8
|
||||
Aux: @04f25408
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_GetElapsed/53 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f531c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c85a8
|
||||
Aux: @04f253a8
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_MicrosToTicks/52 (1073741824 (estimated locally),1.00 per call) OsIf_GetCounter/51 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f4cd20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8628
|
||||
Aux: @04f25668
|
||||
References: clockNotificationsCallback/1 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1525,21 +1525,21 @@ ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f4c7e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @070c8648
|
||||
Aux: @04f25328
|
||||
References:
|
||||
Referring: clockNotificationsCallback/1 (addr)
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f4c2a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c86a8
|
||||
Aux: @04f254e8
|
||||
References: ClockCalcFreqCallIdx/3 (read)calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1547,10 +1547,10 @@ Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f4cc40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8748
|
||||
Aux: @04f25368
|
||||
References: consumerClockCallbacks/49 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1558,10 +1558,10 @@ Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Called by:
|
||||
Calls: GetProducerClockFreq/50 (354334802 (estimated locally),0.33 per call)
|
||||
Indirect call(719407023 (estimated locally),0.67 per call)
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f4c9a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c80c8
|
||||
Aux: @04f259e8
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1569,10 +1569,10 @@ Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f4c700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8428
|
||||
Aux: @04f257c8
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1580,30 +1580,30 @@ Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f5c460
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f4c460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8288
|
||||
Aux: @04f25748
|
||||
References: clockNotificationsCallback/1 (write)
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f5c1c0
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f4c1c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8248
|
||||
Aux: @04f25988
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateFrequencies/46 (1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e22e00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c81a8
|
||||
Aux: @04f25808
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1611,10 +1611,10 @@ Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e228c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8448
|
||||
Aux: @04f259a8
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1622,10 +1622,10 @@ Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e22380
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c80e8
|
||||
Aux: @04f25768
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1633,20 +1633,20 @@ Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e22540
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c81e8
|
||||
Aux: @04f25868
|
||||
References: clockTreeIsConsumingPll/0 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Clock_Ip_DistributePll/7 (116930485 (estimated locally),0.11 per call) Clock_Ip_GetPllStatus/6 (354334802 (estimated locally),0.33 per call) Clock_Ip_InitClock/5 (1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e227e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8168
|
||||
Aux: @04f25848
|
||||
References: ClockCalcFreqCallIdx/3 (write)clockConfig/2 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (write)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)ircoscCallbackIndex/34 (read)intOscCallbacks/35 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)pcfsCallbackIndex/36 (read)pcfsCallbacks/37 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)dividerCallbackIndex/40 (read)dividerCallbacks/41 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockTreeIsConsumingPll/0 (write)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockTreeIsConsumingPll/0 (write)clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1669,10 +1669,10 @@ Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Indirect call(118111600 (estimated locally),1.00 per call)
|
||||
Indirect call(955630217 (estimated locally),8.09 per call)
|
||||
Indirect call(330712479 (estimated locally),2.80 per call)
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f4cee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Aux: @070c8728
|
||||
Aux: @04f25508
|
||||
References: calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)ClockCalcFreqCallIdx/3 (read)
|
||||
Referring:
|
||||
Function Clock_Ip_Sleep/16 is inline copy in Clock_Ip_InitClock/5
|
||||
@ -1681,10 +1681,10 @@ Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Called by: Clock_Ip_InitClock/5 (inlined) (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Indirect call(955630223 (estimated locally),8.09 per call)
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e22a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8148
|
||||
Aux: @04f259c8
|
||||
References: HwPllName/48 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -1692,10 +1692,10 @@ Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Called by: Clock_Ip_Init/4 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
Indirect call(1014686025 (estimated locally),8.83 per call)
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e22d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c81c8
|
||||
Aux: @04f25828
|
||||
References: clockConfig/2 (read)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockConfig/2 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
callgraph:
|
||||
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
OsIf_GetElapsed/53 (OsIf_GetElapsed) @06fe6a80
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -9,7 +9,7 @@ OsIf_GetElapsed/53 (OsIf_GetElapsed) @06ff6a80
|
||||
Function flags: optimize_size
|
||||
Called by: ClockTimeoutExpired/21 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06fe68c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -18,7 +18,7 @@ OsIf_MicrosToTicks/52 (OsIf_MicrosToTicks) @06ff68c0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
OsIf_GetCounter/51 (OsIf_GetCounter) @06fe67e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -27,7 +27,7 @@ OsIf_GetCounter/51 (OsIf_GetCounter) @06ff67e0
|
||||
Function flags: optimize_size
|
||||
Called by: ClockStartTimeout/20 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
GetProducerClockFreq/50 (GetProducerClockFreq) @06fe6460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -36,7 +36,7 @@ GetProducerClockFreq/50 (GetProducerClockFreq) @06ff6460
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_GetClockFrequency/15 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
UpdateFrequencies/46 (UpdateFrequencies) @06f53e00
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -45,7 +45,7 @@ UpdateFrequencies/46 (UpdateFrequencies) @06f63e00
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_PowerModeChangeNotification/11 (1073741824 (estimated locally),1.00 per call) Clock_Ip_DistributePll/7 (168730859 (estimated locally),1.00 per call) Clock_Ip_InitClock/5 (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f63d20
|
||||
SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization) @06f53d20
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -54,7 +54,7 @@ SpecificPeripheralClockInitialization/45 (SpecificPeripheralClockInitialization)
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_DistributePll/7 (38976828 (estimated locally),0.23 per call) Clock_Ip_InitClock/5 (38976828 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f53c40
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -63,7 +63,7 @@ SpecificPlatformInitClock/25 (SpecificPlatformInitClock) @06f63c40
|
||||
Function flags: optimize_size
|
||||
Called by: Clock_Ip_InitClock/5 (118111599 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f53460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -72,7 +72,7 @@ ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_GetElapsed/53 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f531c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -81,7 +81,7 @@ ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_MicrosToTicks/52 (1073741824 (estimated locally),1.00 per call) OsIf_GetCounter/51 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f4cd20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (read)
|
||||
@ -91,7 +91,7 @@ ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f4c7e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -101,7 +101,7 @@ ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f4c2a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (read)calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)
|
||||
@ -111,7 +111,7 @@ Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f4cee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
References: calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)ClockCalcFreqCallIdx/3 (read)
|
||||
@ -122,7 +122,7 @@ Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Called by: Clock_Ip_InitClock/5 (inlined) (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Indirect call(955630223 (estimated locally),8.09 per call)
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f4cc40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: consumerClockCallbacks/49 (read)
|
||||
@ -132,7 +132,7 @@ Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Called by:
|
||||
Calls: GetProducerClockFreq/50 (354334802 (estimated locally),0.33 per call)
|
||||
Indirect call(719407023 (estimated locally),0.67 per call)
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f4c9a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -142,7 +142,7 @@ Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f4c700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
@ -152,7 +152,7 @@ Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f5c460
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f4c460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockNotificationsCallback/1 (write)
|
||||
@ -161,7 +161,7 @@ Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback)
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f5c1c0
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f4c1c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References:
|
||||
@ -170,7 +170,7 @@ Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateFrequencies/46 (1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e22e00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -180,7 +180,7 @@ Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e228c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -190,7 +190,7 @@ Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e22380
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -200,7 +200,7 @@ Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e22d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockConfig/2 (read)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockConfig/2 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (read)
|
||||
@ -211,7 +211,7 @@ Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Calls: UpdateFrequencies/46 (168730859 (estimated locally),1.00 per call) SpecificPeripheralClockInitialization/45 (38976828 (estimated locally),0.23 per call)
|
||||
Indirect call(155907314 (estimated locally),0.92 per call)
|
||||
Indirect call(630715948 (estimated locally),3.74 per call)
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e22a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: HwPllName/48 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)
|
||||
@ -221,7 +221,7 @@ Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Called by: Clock_Ip_Init/4 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
Indirect call(1014686025 (estimated locally),8.83 per call)
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e227e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ClockCalcFreqCallIdx/3 (write)clockConfig/2 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (write)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)ircoscCallbackIndex/34 (read)intOscCallbacks/35 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)pcfsCallbackIndex/36 (read)pcfsCallbacks/37 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)dividerCallbackIndex/40 (read)dividerCallbacks/41 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockTreeIsConsumingPll/0 (write)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockTreeIsConsumingPll/0 (write)clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
@ -246,7 +246,7 @@ Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Indirect call(118111600 (estimated locally),1.00 per call)
|
||||
Indirect call(955630217 (estimated locally),8.09 per call)
|
||||
Indirect call(330712479 (estimated locally),2.80 per call)
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e22540
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: clockTreeIsConsumingPll/0 (read)
|
||||
@ -319,30 +319,30 @@ Function name:Clock_Ip_Init/4:
|
||||
locals written:
|
||||
|
||||
ordered call graph: reduced
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f63460
|
||||
ClockTimeoutExpired/21 (ClockTimeoutExpired) @06f53460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063f4468
|
||||
Aux: @04e74660
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_GetElapsed/53 (1073741824 (estimated locally),1.00 per call)
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f631c0
|
||||
ClockStartTimeout/20 (ClockStartTimeout) @06f531c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063f4628
|
||||
Aux: @04e74840
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: OsIf_MicrosToTicks/52 (1073741824 (estimated locally),1.00 per call) OsIf_GetCounter/51 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
ReportClockErrors/19 (ReportClockErrors) @06f4cd20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063f4708
|
||||
Aux: @04e747a0
|
||||
References: clockNotificationsCallback/1 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -350,21 +350,21 @@ ReportClockErrors/19 (ReportClockErrors) @06f5cd20
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f5c7e0
|
||||
ClockNotificatonsEmptyCallback/18 (ClockNotificatonsEmptyCallback) @06f4c7e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @063f44e8
|
||||
Aux: @04e74880
|
||||
References:
|
||||
Referring: clockNotificationsCallback/1 (addr)
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f4c2a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @063f43c8
|
||||
Aux: @04e74520
|
||||
References: ClockCalcFreqCallIdx/3 (read)calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -372,10 +372,10 @@ Clock_Ip_TimeDelay/17 (Clock_Ip_TimeDelay) @06f5c2a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f4cc40
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c84c8
|
||||
Aux: @04f252e8
|
||||
References: consumerClockCallbacks/49 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -383,10 +383,10 @@ Clock_Ip_GetClockFrequency/15 (Clock_Ip_GetClockFrequency) @06f5cc40
|
||||
Called by:
|
||||
Calls: GetProducerClockFreq/50 (354334802 (estimated locally),0.33 per call)
|
||||
Indirect call(719407023 (estimated locally),0.67 per call)
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f4c9a0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8828
|
||||
Aux: @04f255a8
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -394,10 +394,10 @@ Clock_Ip_EnableModuleClock/14 (Clock_Ip_EnableModuleClock) @06f5c9a0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f4c700
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c86e8
|
||||
Aux: @04f25308
|
||||
References: clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -405,30 +405,30 @@ Clock_Ip_DisableModuleClock/13 (Clock_Ip_DisableModuleClock) @06f5c700
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f5c460
|
||||
Clock_Ip_InstallNotificationsCallback/12 (Clock_Ip_InstallNotificationsCallback) @06f4c460
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8848
|
||||
Aux: @04f253c8
|
||||
References: clockNotificationsCallback/1 (write)
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f5c1c0
|
||||
Clock_Ip_PowerModeChangeNotification/11 (Clock_Ip_PowerModeChangeNotification) @06f4c1c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8668
|
||||
Aux: @04f25408
|
||||
References:
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateFrequencies/46 (1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e22e00
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8788
|
||||
Aux: @04f25608
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -436,10 +436,10 @@ Clock_Ip_ClearClockMonitorStatus/10 (Clock_Ip_ClearClockMonitorStatus) @06e2de00
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e228c0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c84e8
|
||||
Aux: @04f25328
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -447,10 +447,10 @@ Clock_Ip_GetClockMonitorStatus/9 (Clock_Ip_GetClockMonitorStatus) @06e2d8c0
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e22380
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8728
|
||||
Aux: @04f253e8
|
||||
References: clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -458,20 +458,20 @@ Clock_Ip_DisableClockMonitor/8 (Clock_Ip_DisableClockMonitor) @06e2d380
|
||||
Called by:
|
||||
Calls:
|
||||
Indirect call(1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e2d540
|
||||
Clock_Ip_Init/4 (Clock_Ip_Init) @06e22540
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8688
|
||||
Aux: @04f25468
|
||||
References: clockTreeIsConsumingPll/0 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: Clock_Ip_DistributePll/7 (116930485 (estimated locally),0.11 per call) Clock_Ip_GetPllStatus/6 (354334802 (estimated locally),0.33 per call) Clock_Ip_InitClock/5 (1073741824 (estimated locally),1.00 per call)
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e227e0
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8568
|
||||
Aux: @04f25388
|
||||
References: ClockCalcFreqCallIdx/3 (write)clockConfig/2 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (write)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)ircoscCallbackIndex/34 (read)intOscCallbacks/35 (read)clockFeatures/22 (read)xoscCallbackIndex/32 (read)extOscCallbacks/33 (read)clockFeatures/22 (read)pcfsCallbackIndex/36 (read)pcfsCallbacks/37 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)dividerCallbackIndex/40 (read)dividerCallbacks/41 (read)clockFeatures/22 (read)dividertriggerCallbackIndex/38 (read)dividerTriggerCallbacks/39 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)clockFeatures/22 (read)fractional_dividerCallbackIndex/28 (read)fracDivCallbacks/29 (read)clockTreeIsConsumingPll/0 (write)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockTreeIsConsumingPll/0 (write)clockFeatures/22 (read)gateCallbackIndex/43 (read)gateCallbacks/44 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -494,10 +494,10 @@ Clock_Ip_InitClock/5 (Clock_Ip_InitClock) @06e2d7e0
|
||||
Indirect call(118111600 (estimated locally),1.00 per call)
|
||||
Indirect call(955630217 (estimated locally),8.09 per call)
|
||||
Indirect call(330712479 (estimated locally),2.80 per call)
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f4cee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Aux: @070c87e8
|
||||
Aux: @04f25448
|
||||
References: calcFreqCallbacks/47 (read)ClockCalcFreqCallIdx/3 (read)ClockCalcFreqCallIdx/3 (write)ClockCalcFreqCallIdx/3 (read)
|
||||
Referring:
|
||||
Function Clock_Ip_Sleep/16 is inline copy in Clock_Ip_InitClock/5
|
||||
@ -506,10 +506,10 @@ Clock_Ip_Sleep/16 (Clock_Ip_Sleep) @06f5cee0
|
||||
Called by: Clock_Ip_InitClock/5 (inlined) (118111600 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
Indirect call(955630223 (estimated locally),8.09 per call)
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e22a80
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8868
|
||||
Aux: @04f252a8
|
||||
References: HwPllName/48 (read)clockFeatures/22 (read)pllCallbackIndex/30 (read)pllCallbacks/31 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
@ -517,10 +517,10 @@ Clock_Ip_GetPllStatus/6 (Clock_Ip_GetPllStatus) @06e2da80
|
||||
Called by: Clock_Ip_Init/4 (354334802 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
Indirect call(1014686025 (estimated locally),8.83 per call)
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e2dd20
|
||||
Clock_Ip_DistributePll/7 (Clock_Ip_DistributePll) @06e22d20
|
||||
Type: function definition analyzed
|
||||
Visibility: externally_visible public
|
||||
Aux: @070c8508
|
||||
Aux: @04f25628
|
||||
References: clockConfig/2 (read)clockName_sourceType/42 (read)clockFeatures/22 (read)selectorCallbackIndex/26 (read)selectorCallbacks/27 (read)clockConfig/2 (read)clockTreeIsConsumingPll/0 (read)clockFeatures/22 (read)cmuCallbackIndex/23 (read)cmuCallbacks/24 (read)clockConfig/2 (read)
|
||||
Referring:
|
||||
Availability: available
|
||||
|
||||
@ -3,14 +3,14 @@ Trivially needed symbols: dividerCallbacks
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
cgm/13 (cgm) @06f2e318
|
||||
cgm/13 (cgm) @06f8e318
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -18,7 +18,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -26,14 +26,14 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
pll/10 (pll) @06f214c8
|
||||
pll/10 (pll) @06f814c8
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -41,7 +41,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -49,7 +49,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -57,54 +57,54 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
clockFeatures/6 (clockFeatures) @06f213a8
|
||||
clockFeatures/6 (clockFeatures) @06f813a8
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
Aux: @06f147e0
|
||||
Aux: @06f747e0
|
||||
References: clockFeatures/6 (read)pll/10 (read)pll/10 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
Aux: @06f14380
|
||||
Aux: @06f74380
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)pll/10 (read)pll/10 (read)pll/10 (read)pll/10 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 UpdateClockState/11 GetClockState/12 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
Aux: @06ea0e00
|
||||
Aux: @06efee00
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 UpdateClockState/11 GetClockState/12 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7 UpdateClockState/11 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
Aux: @06ea0d20
|
||||
Aux: @06efed20
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 UpdateClockState/11 UpdateClockState/11 GetClockState/12 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -114,7 +114,7 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerCallbacks/0 (dividerCallbacks) @06ea5000
|
||||
dividerCallbacks/0 (dividerCallbacks) @06f03000
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
Aux: @01733ea0
|
||||
@ -127,14 +127,14 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
cgm/13 (cgm) @06f2e318
|
||||
cgm/13 (cgm) @06f8e318
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -142,7 +142,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -150,14 +150,14 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
pll/10 (pll) @06f214c8
|
||||
pll/10 (pll) @06f814c8
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -165,7 +165,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -173,7 +173,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -181,14 +181,14 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
clockFeatures/6 (clockFeatures) @06f213a8
|
||||
clockFeatures/6 (clockFeatures) @06f813a8
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -197,7 +197,7 @@ SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -206,7 +206,7 @@ SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 UpdateClockState/11 GetClockState/12 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -215,7 +215,7 @@ SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 UpdateClockState/11 GetClockState/12 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7 UpdateClockState/11 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -224,7 +224,7 @@ SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 UpdateClockState/11 UpdateClockState/11 GetClockState/12 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -233,7 +233,7 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerCallbacks/0 (dividerCallbacks) @06ea5000
|
||||
dividerCallbacks/0 (dividerCallbacks) @06f03000
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
References: Callback_DividerEmpty/1 (addr)SetCgmXDeDivStatWithoutPhase/2 (addr)SetCgmXDeDivStatWithPhase/3 (addr)SetPllPll0divDeDivOutput/4 (addr)SetPllPlldvOdiv2Output/5 (addr)
|
||||
@ -244,14 +244,14 @@ dividerCallbacks/0 (dividerCallbacks) @06ea5000
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
cgm/13 (cgm) @06f2e318
|
||||
cgm/13 (cgm) @06f8e318
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -259,7 +259,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -267,14 +267,14 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
pll/10 (pll) @06f214c8
|
||||
pll/10 (pll) @06f814c8
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -282,7 +282,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -290,7 +290,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -298,14 +298,14 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
clockFeatures/6 (clockFeatures) @06f213a8
|
||||
clockFeatures/6 (clockFeatures) @06f813a8
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -314,7 +314,7 @@ SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -323,7 +323,7 @@ SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 UpdateClockState/11 GetClockState/12 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -332,7 +332,7 @@ SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 UpdateClockState/11 GetClockState/12 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7 UpdateClockState/11 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -341,7 +341,7 @@ SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 UpdateClockState/11 UpdateClockState/11 GetClockState/12 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -350,7 +350,7 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerCallbacks/0 (dividerCallbacks) @06ea5000
|
||||
dividerCallbacks/0 (dividerCallbacks) @06f03000
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
References: Callback_DividerEmpty/1 (addr)SetCgmXDeDivStatWithoutPhase/2 (addr)SetCgmXDeDivStatWithPhase/3 (addr)SetPllPll0divDeDivOutput/4 (addr)SetPllPlldvOdiv2Output/5 (addr)
|
||||
@ -362,14 +362,14 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
cgm/13 (cgm) @06f2e318
|
||||
cgm/13 (cgm) @06f8e318
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -377,7 +377,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -385,14 +385,14 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
pll/10 (pll) @06f214c8
|
||||
pll/10 (pll) @06f814c8
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -400,7 +400,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -408,7 +408,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -416,14 +416,14 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
clockFeatures/6 (clockFeatures) @06f213a8
|
||||
clockFeatures/6 (clockFeatures) @06f813a8
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -432,7 +432,7 @@ SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -441,7 +441,7 @@ SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 UpdateClockState/11 GetClockState/12 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -450,7 +450,7 @@ SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 UpdateClockState/11 GetClockState/12 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7 UpdateClockState/11 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -459,7 +459,7 @@ SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 UpdateClockState/11 UpdateClockState/11 GetClockState/12 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -468,7 +468,7 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerCallbacks/0 (dividerCallbacks) @06ea5000
|
||||
dividerCallbacks/0 (dividerCallbacks) @06f03000
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
References: Callback_DividerEmpty/1 (addr)SetCgmXDeDivStatWithoutPhase/2 (addr)SetCgmXDeDivStatWithPhase/3 (addr)SetPllPll0divDeDivOutput/4 (addr)SetPllPlldvOdiv2Output/5 (addr)
|
||||
@ -481,7 +481,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Optimized Symbol table:
|
||||
|
||||
cgm/13 (cgm) @06f2e318
|
||||
cgm/13 (cgm) @06f8e318
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -489,7 +489,7 @@ cgm/13 (cgm) @06f2e318
|
||||
Referring: SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -498,7 +498,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call)
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -507,7 +507,7 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithoutPhase/2 (19205760 (estimated locally),0.12 per call) SetCgmXDeDivStatWithPhase/3 (12508639 (estimated locally),0.08 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call) SetPllPll0divDeDivOutput/4 (57431766 (estimated locally),0.17 per call) SetPllPlldvOdiv2Output/5 (348071309 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
pll/10 (pll) @06f214c8
|
||||
pll/10 (pll) @06f814c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -515,7 +515,7 @@ pll/10 (pll) @06f214c8
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -524,7 +524,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (37904965 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37405092 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (37904965 (estimated locally),0.11 per call) SetPllPlldvOdiv2Output/5 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -533,7 +533,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (1073741824 (estimated locally),6.96 per call) SetCgmXDeDivStatWithPhase/3 (1073741824 (estimated locally),7.05 per call) SetCgmXDeDivStatWithPhase/3 (1059581806 (estimated locally),6.96 per call) SetPllPll0divDeDivOutput/4 (1073741824 (estimated locally),3.08 per call) SetPllPlldvOdiv2Output/5 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -542,7 +542,7 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (114863532 (estimated locally),0.74 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetCgmXDeDivStatWithPhase/3 (113348764 (estimated locally),0.74 per call) SetPllPll0divDeDivOutput/4 (114863532 (estimated locally),0.33 per call) SetPllPlldvOdiv2Output/5 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
clockFeatures/6 (clockFeatures) @06f213a8
|
||||
clockFeatures/6 (clockFeatures) @06f813a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -550,7 +550,7 @@ clockFeatures/6 (clockFeatures) @06f213a8
|
||||
Referring: SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetPllPlldvOdiv2Output/5 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -560,7 +560,7 @@ SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (348071309 (estimated locally),1.00 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -570,7 +570,7 @@ SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (174035654 (estimated locally),0.50 per call) UpdateClockState/11 (57431766 (estimated locally),0.17 per call) GetClockState/12 (174035654 (estimated locally),0.50 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -580,7 +580,7 @@ SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
Function flags: count:152268625 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37405092 (estimated locally),0.25 per call) UpdateClockState/11 (12508639 (estimated locally),0.08 per call) GetClockState/12 (37904965 (estimated locally),0.25 per call) ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),7.05 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.75 per call) UpdateClockState/11 (114863532 (estimated locally),0.75 per call) ClockTimeoutExpired/8 (1059581806 (estimated locally),6.96 per call) ClockStartTimeout/7 (113348764 (estimated locally),0.74 per call)
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -590,7 +590,7 @@ SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
Function flags: count:154303509 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) UpdateClockState/11 (58199271 (estimated locally),0.38 per call) UpdateClockState/11 (19205760 (estimated locally),0.12 per call) GetClockState/12 (58199271 (estimated locally),0.38 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),6.96 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.74 per call)
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -600,7 +600,7 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerCallbacks/0 (dividerCallbacks) @06ea5000
|
||||
dividerCallbacks/0 (dividerCallbacks) @06f03000
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerEmpty/1 (addr)SetCgmXDeDivStatWithoutPhase/2 (addr)SetCgmXDeDivStatWithPhase/3 (addr)SetPllPll0divDeDivOutput/4 (addr)SetPllPlldvOdiv2Output/5 (addr)
|
||||
@ -623,7 +623,7 @@ Removing variables:
|
||||
|
||||
Final Symbol table:
|
||||
|
||||
cgm/13 (cgm) @06f2e318
|
||||
cgm/13 (cgm) @06f8e318
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -631,7 +631,7 @@ cgm/13 (cgm) @06f2e318
|
||||
Referring:
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -640,7 +640,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -649,7 +649,7 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
pll/10 (pll) @06f214c8
|
||||
pll/10 (pll) @06f814c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -657,7 +657,7 @@ pll/10 (pll) @06f214c8
|
||||
Referring:
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -666,7 +666,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -675,7 +675,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -684,7 +684,7 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
clockFeatures/6 (clockFeatures) @06f213a8
|
||||
clockFeatures/6 (clockFeatures) @06f813a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -692,7 +692,7 @@ clockFeatures/6 (clockFeatures) @06f213a8
|
||||
Referring:
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Address is taken.
|
||||
@ -702,7 +702,7 @@ SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
Function flags: count:348071309 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Address is taken.
|
||||
@ -712,7 +712,7 @@ SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
Function flags: count:348071309 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Address is taken.
|
||||
@ -722,7 +722,7 @@ SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
Function flags: count:152268625 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Address is taken.
|
||||
@ -732,7 +732,7 @@ SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
Function flags: count:154303509 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Address is taken.
|
||||
@ -742,7 +742,7 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Function flags: count:1073741824 (estimated locally) nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerCallbacks/0 (dividerCallbacks) @06ea5000
|
||||
dividerCallbacks/0 (dividerCallbacks) @06f03000
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
Aux: @00000001
|
||||
|
||||
@ -13,7 +13,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
cgm/13 (cgm) @06f2e318
|
||||
cgm/13 (cgm) @06f8e318
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -21,7 +21,7 @@ cgm/13 (cgm) @06f2e318
|
||||
Referring: SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -30,7 +30,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -39,7 +39,7 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
pll/10 (pll) @06f214c8
|
||||
pll/10 (pll) @06f814c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -47,7 +47,7 @@ pll/10 (pll) @06f214c8
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -56,7 +56,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -65,7 +65,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -74,7 +74,7 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 SetCgmXDeDivStatWithPhase/3 SetCgmXDeDivStatWithPhase/3 SetPllPll0divDeDivOutput/4 SetPllPlldvOdiv2Output/5
|
||||
Calls:
|
||||
clockFeatures/6 (clockFeatures) @06f213a8
|
||||
clockFeatures/6 (clockFeatures) @06f813a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -82,7 +82,7 @@ clockFeatures/6 (clockFeatures) @06f213a8
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -92,7 +92,7 @@ SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -102,7 +102,7 @@ SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 UpdateClockState/11 GetClockState/12 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -112,7 +112,7 @@ SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 UpdateClockState/11 GetClockState/12 ReportClockErrors/9 ClockTimeoutExpired/8 ClockStartTimeout/7 UpdateClockState/11 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -122,7 +122,7 @@ SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 UpdateClockState/11 UpdateClockState/11 GetClockState/12 ClockTimeoutExpired/8 ClockStartTimeout/7
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -132,7 +132,7 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerCallbacks/0 (dividerCallbacks) @06ea5000
|
||||
dividerCallbacks/0 (dividerCallbacks) @06f03000
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerEmpty/1 (addr)SetCgmXDeDivStatWithoutPhase/2 (addr)SetCgmXDeDivStatWithPhase/3 (addr)SetPllPll0divDeDivOutput/4 (addr)SetPllPlldvOdiv2Output/5 (addr)
|
||||
|
||||
@ -4,7 +4,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
cgm/13 (cgm) @06f2e318
|
||||
cgm/13 (cgm) @06f8e318
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -12,7 +12,7 @@ cgm/13 (cgm) @06f2e318
|
||||
Referring: SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -21,7 +21,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call)
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -30,7 +30,7 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithoutPhase/2 (19205760 (estimated locally),0.12 per call) SetCgmXDeDivStatWithPhase/3 (12508639 (estimated locally),0.08 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call) SetPllPll0divDeDivOutput/4 (57431766 (estimated locally),0.17 per call) SetPllPlldvOdiv2Output/5 (348071309 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
pll/10 (pll) @06f214c8
|
||||
pll/10 (pll) @06f814c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -38,7 +38,7 @@ pll/10 (pll) @06f214c8
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -47,7 +47,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (37904965 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37405092 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (37904965 (estimated locally),0.11 per call) SetPllPlldvOdiv2Output/5 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -56,7 +56,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (1073741824 (estimated locally),6.96 per call) SetCgmXDeDivStatWithPhase/3 (1073741824 (estimated locally),7.05 per call) SetCgmXDeDivStatWithPhase/3 (1059581806 (estimated locally),6.96 per call) SetPllPll0divDeDivOutput/4 (1073741824 (estimated locally),3.08 per call) SetPllPlldvOdiv2Output/5 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -65,7 +65,7 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (114863532 (estimated locally),0.74 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetCgmXDeDivStatWithPhase/3 (113348764 (estimated locally),0.74 per call) SetPllPll0divDeDivOutput/4 (114863532 (estimated locally),0.33 per call) SetPllPlldvOdiv2Output/5 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
clockFeatures/6 (clockFeatures) @06f213a8
|
||||
clockFeatures/6 (clockFeatures) @06f813a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -73,7 +73,7 @@ clockFeatures/6 (clockFeatures) @06f213a8
|
||||
Referring: SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetPllPlldvOdiv2Output/5 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -83,7 +83,7 @@ SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (348071309 (estimated locally),1.00 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -93,7 +93,7 @@ SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (174035654 (estimated locally),0.50 per call) UpdateClockState/11 (57431766 (estimated locally),0.17 per call) GetClockState/12 (174035654 (estimated locally),0.50 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -103,7 +103,7 @@ SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
Function flags: count:152268625 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37405092 (estimated locally),0.25 per call) UpdateClockState/11 (12508639 (estimated locally),0.08 per call) GetClockState/12 (37904965 (estimated locally),0.25 per call) ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),7.05 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.75 per call) UpdateClockState/11 (114863532 (estimated locally),0.75 per call) ClockTimeoutExpired/8 (1059581806 (estimated locally),6.96 per call) ClockStartTimeout/7 (113348764 (estimated locally),0.74 per call)
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -113,7 +113,7 @@ SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
Function flags: count:154303509 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) UpdateClockState/11 (58199271 (estimated locally),0.38 per call) UpdateClockState/11 (19205760 (estimated locally),0.12 per call) GetClockState/12 (58199271 (estimated locally),0.38 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),6.96 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.74 per call)
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -123,7 +123,7 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerCallbacks/0 (dividerCallbacks) @06ea5000
|
||||
dividerCallbacks/0 (dividerCallbacks) @06f03000
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerEmpty/1 (addr)SetCgmXDeDivStatWithoutPhase/2 (addr)SetCgmXDeDivStatWithPhase/3 (addr)SetPllPll0divDeDivOutput/4 (addr)SetPllPlldvOdiv2Output/5 (addr)
|
||||
|
||||
@ -14,7 +14,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
cgm/13 (cgm) @06f2e318
|
||||
cgm/13 (cgm) @06f8e318
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -22,7 +22,7 @@ cgm/13 (cgm) @06f2e318
|
||||
Referring: SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -31,7 +31,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call)
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -40,7 +40,7 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithoutPhase/2 (19205760 (estimated locally),0.12 per call) SetCgmXDeDivStatWithPhase/3 (12508639 (estimated locally),0.08 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call) SetPllPll0divDeDivOutput/4 (57431766 (estimated locally),0.17 per call) SetPllPlldvOdiv2Output/5 (348071309 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
pll/10 (pll) @06f214c8
|
||||
pll/10 (pll) @06f814c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -48,7 +48,7 @@ pll/10 (pll) @06f214c8
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -57,7 +57,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (37904965 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37405092 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (37904965 (estimated locally),0.11 per call) SetPllPlldvOdiv2Output/5 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -66,7 +66,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (1073741824 (estimated locally),6.96 per call) SetCgmXDeDivStatWithPhase/3 (1073741824 (estimated locally),7.05 per call) SetCgmXDeDivStatWithPhase/3 (1059581806 (estimated locally),6.96 per call) SetPllPll0divDeDivOutput/4 (1073741824 (estimated locally),3.08 per call) SetPllPlldvOdiv2Output/5 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -75,7 +75,7 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (114863532 (estimated locally),0.74 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetCgmXDeDivStatWithPhase/3 (113348764 (estimated locally),0.74 per call) SetPllPll0divDeDivOutput/4 (114863532 (estimated locally),0.33 per call) SetPllPlldvOdiv2Output/5 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
clockFeatures/6 (clockFeatures) @06f213a8
|
||||
clockFeatures/6 (clockFeatures) @06f813a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -83,7 +83,7 @@ clockFeatures/6 (clockFeatures) @06f213a8
|
||||
Referring: SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetPllPlldvOdiv2Output/5 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -93,7 +93,7 @@ SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (348071309 (estimated locally),1.00 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -103,7 +103,7 @@ SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (174035654 (estimated locally),0.50 per call) UpdateClockState/11 (57431766 (estimated locally),0.17 per call) GetClockState/12 (174035654 (estimated locally),0.50 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -113,7 +113,7 @@ SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
Function flags: count:152268625 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37405092 (estimated locally),0.25 per call) UpdateClockState/11 (12508639 (estimated locally),0.08 per call) GetClockState/12 (37904965 (estimated locally),0.25 per call) ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),7.05 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.75 per call) UpdateClockState/11 (114863532 (estimated locally),0.75 per call) ClockTimeoutExpired/8 (1059581806 (estimated locally),6.96 per call) ClockStartTimeout/7 (113348764 (estimated locally),0.74 per call)
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -123,7 +123,7 @@ SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
Function flags: count:154303509 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) UpdateClockState/11 (58199271 (estimated locally),0.38 per call) UpdateClockState/11 (19205760 (estimated locally),0.12 per call) GetClockState/12 (58199271 (estimated locally),0.38 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),6.96 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.74 per call)
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -133,7 +133,7 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerCallbacks/0 (dividerCallbacks) @06ea5000
|
||||
dividerCallbacks/0 (dividerCallbacks) @06f03000
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerEmpty/1 (addr)SetCgmXDeDivStatWithoutPhase/2 (addr)SetCgmXDeDivStatWithPhase/3 (addr)SetPllPll0divDeDivOutput/4 (addr)SetPllPlldvOdiv2Output/5 (addr)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Symbol table:
|
||||
|
||||
cgm/13 (cgm) @06f2e318
|
||||
cgm/13 (cgm) @06f8e318
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -8,7 +8,7 @@ cgm/13 (cgm) @06f2e318
|
||||
Referring: SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -17,7 +17,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call)
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -26,7 +26,7 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithoutPhase/2 (19205760 (estimated locally),0.12 per call) SetCgmXDeDivStatWithPhase/3 (12508639 (estimated locally),0.08 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call) SetPllPll0divDeDivOutput/4 (57431766 (estimated locally),0.17 per call) SetPllPlldvOdiv2Output/5 (348071309 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
pll/10 (pll) @06f214c8
|
||||
pll/10 (pll) @06f814c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -34,7 +34,7 @@ pll/10 (pll) @06f214c8
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -43,7 +43,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (37904965 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37405092 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (37904965 (estimated locally),0.11 per call) SetPllPlldvOdiv2Output/5 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -52,7 +52,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (1073741824 (estimated locally),6.96 per call) SetCgmXDeDivStatWithPhase/3 (1073741824 (estimated locally),7.05 per call) SetCgmXDeDivStatWithPhase/3 (1059581806 (estimated locally),6.96 per call) SetPllPll0divDeDivOutput/4 (1073741824 (estimated locally),3.08 per call) SetPllPlldvOdiv2Output/5 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -61,7 +61,7 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (114863532 (estimated locally),0.74 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetCgmXDeDivStatWithPhase/3 (113348764 (estimated locally),0.74 per call) SetPllPll0divDeDivOutput/4 (114863532 (estimated locally),0.33 per call) SetPllPlldvOdiv2Output/5 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
clockFeatures/6 (clockFeatures) @06f213a8
|
||||
clockFeatures/6 (clockFeatures) @06f813a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -69,7 +69,7 @@ clockFeatures/6 (clockFeatures) @06f213a8
|
||||
Referring: SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetPllPlldvOdiv2Output/5 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -79,7 +79,7 @@ SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (348071309 (estimated locally),1.00 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -89,7 +89,7 @@ SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (174035654 (estimated locally),0.50 per call) UpdateClockState/11 (57431766 (estimated locally),0.17 per call) GetClockState/12 (174035654 (estimated locally),0.50 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -99,7 +99,7 @@ SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
Function flags: count:152268625 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37405092 (estimated locally),0.25 per call) UpdateClockState/11 (12508639 (estimated locally),0.08 per call) GetClockState/12 (37904965 (estimated locally),0.25 per call) ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),7.05 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.75 per call) UpdateClockState/11 (114863532 (estimated locally),0.75 per call) ClockTimeoutExpired/8 (1059581806 (estimated locally),6.96 per call) ClockStartTimeout/7 (113348764 (estimated locally),0.74 per call)
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -109,7 +109,7 @@ SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
Function flags: count:154303509 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) UpdateClockState/11 (58199271 (estimated locally),0.38 per call) UpdateClockState/11 (19205760 (estimated locally),0.12 per call) GetClockState/12 (58199271 (estimated locally),0.38 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),6.96 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.74 per call)
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -119,7 +119,7 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerCallbacks/0 (dividerCallbacks) @06ea5000
|
||||
dividerCallbacks/0 (dividerCallbacks) @06f03000
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerEmpty/1 (addr)SetCgmXDeDivStatWithoutPhase/2 (addr)SetCgmXDeDivStatWithPhase/3 (addr)SetPllPll0divDeDivOutput/4 (addr)SetPllPlldvOdiv2Output/5 (addr)
|
||||
|
||||
@ -70,7 +70,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
cgm/13 (cgm) @06f2e318
|
||||
cgm/13 (cgm) @06f8e318
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -78,7 +78,7 @@ cgm/13 (cgm) @06f2e318
|
||||
Referring: SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -87,7 +87,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call)
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -96,7 +96,7 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithoutPhase/2 (19205760 (estimated locally),0.12 per call) SetCgmXDeDivStatWithPhase/3 (12508639 (estimated locally),0.08 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call) SetPllPll0divDeDivOutput/4 (57431766 (estimated locally),0.17 per call) SetPllPlldvOdiv2Output/5 (348071309 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
pll/10 (pll) @06f214c8
|
||||
pll/10 (pll) @06f814c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -104,7 +104,7 @@ pll/10 (pll) @06f214c8
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -113,7 +113,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (37904965 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37405092 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (37904965 (estimated locally),0.11 per call) SetPllPlldvOdiv2Output/5 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -122,7 +122,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (1073741824 (estimated locally),6.96 per call) SetCgmXDeDivStatWithPhase/3 (1073741824 (estimated locally),7.05 per call) SetCgmXDeDivStatWithPhase/3 (1059581806 (estimated locally),6.96 per call) SetPllPll0divDeDivOutput/4 (1073741824 (estimated locally),3.08 per call) SetPllPlldvOdiv2Output/5 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -131,7 +131,7 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (114863532 (estimated locally),0.74 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetCgmXDeDivStatWithPhase/3 (113348764 (estimated locally),0.74 per call) SetPllPll0divDeDivOutput/4 (114863532 (estimated locally),0.33 per call) SetPllPlldvOdiv2Output/5 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
clockFeatures/6 (clockFeatures) @06f213a8
|
||||
clockFeatures/6 (clockFeatures) @06f813a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -139,7 +139,7 @@ clockFeatures/6 (clockFeatures) @06f213a8
|
||||
Referring: SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetPllPlldvOdiv2Output/5 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -149,7 +149,7 @@ SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (348071309 (estimated locally),1.00 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -159,7 +159,7 @@ SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (174035654 (estimated locally),0.50 per call) UpdateClockState/11 (57431766 (estimated locally),0.17 per call) GetClockState/12 (174035654 (estimated locally),0.50 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -169,7 +169,7 @@ SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
Function flags: count:152268625 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37405092 (estimated locally),0.25 per call) UpdateClockState/11 (12508639 (estimated locally),0.08 per call) GetClockState/12 (37904965 (estimated locally),0.25 per call) ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),7.05 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.75 per call) UpdateClockState/11 (114863532 (estimated locally),0.75 per call) ClockTimeoutExpired/8 (1059581806 (estimated locally),6.96 per call) ClockStartTimeout/7 (113348764 (estimated locally),0.74 per call)
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -179,7 +179,7 @@ SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
Function flags: count:154303509 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) UpdateClockState/11 (58199271 (estimated locally),0.38 per call) UpdateClockState/11 (19205760 (estimated locally),0.12 per call) GetClockState/12 (58199271 (estimated locally),0.38 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),6.96 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.74 per call)
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -189,7 +189,7 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerCallbacks/0 (dividerCallbacks) @06ea5000
|
||||
dividerCallbacks/0 (dividerCallbacks) @06f03000
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerEmpty/1 (addr)SetCgmXDeDivStatWithoutPhase/2 (addr)SetCgmXDeDivStatWithPhase/3 (addr)SetPllPll0divDeDivOutput/4 (addr)SetPllPlldvOdiv2Output/5 (addr)
|
||||
|
||||
@ -304,7 +304,7 @@ IPA function summary for Callback_DividerEmpty/1 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
cgm/13 (cgm) @06f2e318
|
||||
cgm/13 (cgm) @06f8e318
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -312,7 +312,7 @@ cgm/13 (cgm) @06f2e318
|
||||
Referring: SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -321,7 +321,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call)
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -330,7 +330,7 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithoutPhase/2 (19205760 (estimated locally),0.12 per call) SetCgmXDeDivStatWithPhase/3 (12508639 (estimated locally),0.08 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call) SetPllPll0divDeDivOutput/4 (57431766 (estimated locally),0.17 per call) SetPllPlldvOdiv2Output/5 (348071309 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
pll/10 (pll) @06f214c8
|
||||
pll/10 (pll) @06f814c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -338,7 +338,7 @@ pll/10 (pll) @06f214c8
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -347,7 +347,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (37904965 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37405092 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (37904965 (estimated locally),0.11 per call) SetPllPlldvOdiv2Output/5 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -356,7 +356,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (1073741824 (estimated locally),6.96 per call) SetCgmXDeDivStatWithPhase/3 (1073741824 (estimated locally),7.05 per call) SetCgmXDeDivStatWithPhase/3 (1059581806 (estimated locally),6.96 per call) SetPllPll0divDeDivOutput/4 (1073741824 (estimated locally),3.08 per call) SetPllPlldvOdiv2Output/5 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -365,7 +365,7 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (114863532 (estimated locally),0.74 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetCgmXDeDivStatWithPhase/3 (113348764 (estimated locally),0.74 per call) SetPllPll0divDeDivOutput/4 (114863532 (estimated locally),0.33 per call) SetPllPlldvOdiv2Output/5 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
clockFeatures/6 (clockFeatures) @06f213a8
|
||||
clockFeatures/6 (clockFeatures) @06f813a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -373,7 +373,7 @@ clockFeatures/6 (clockFeatures) @06f213a8
|
||||
Referring: SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetPllPlldvOdiv2Output/5 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -383,7 +383,7 @@ SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (348071309 (estimated locally),1.00 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -393,7 +393,7 @@ SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (174035654 (estimated locally),0.50 per call) UpdateClockState/11 (57431766 (estimated locally),0.17 per call) GetClockState/12 (174035654 (estimated locally),0.50 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -403,7 +403,7 @@ SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
Function flags: count:152268625 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37405092 (estimated locally),0.25 per call) UpdateClockState/11 (12508639 (estimated locally),0.08 per call) GetClockState/12 (37904965 (estimated locally),0.25 per call) ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),7.05 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.75 per call) UpdateClockState/11 (114863532 (estimated locally),0.75 per call) ClockTimeoutExpired/8 (1059581806 (estimated locally),6.96 per call) ClockStartTimeout/7 (113348764 (estimated locally),0.74 per call)
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -413,7 +413,7 @@ SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
Function flags: count:154303509 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) UpdateClockState/11 (58199271 (estimated locally),0.38 per call) UpdateClockState/11 (19205760 (estimated locally),0.12 per call) GetClockState/12 (58199271 (estimated locally),0.38 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),6.96 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.74 per call)
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -423,7 +423,7 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerCallbacks/0 (dividerCallbacks) @06ea5000
|
||||
dividerCallbacks/0 (dividerCallbacks) @06f03000
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerEmpty/1 (addr)SetCgmXDeDivStatWithoutPhase/2 (addr)SetCgmXDeDivStatWithPhase/3 (addr)SetPllPll0divDeDivOutput/4 (addr)SetPllPlldvOdiv2Output/5 (addr)
|
||||
|
||||
@ -354,7 +354,7 @@ IPA function summary for Callback_DividerEmpty/1 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
cgm/13 (cgm) @06f2e318
|
||||
cgm/13 (cgm) @06f8e318
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -362,7 +362,7 @@ cgm/13 (cgm) @06f2e318
|
||||
Referring: SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -371,7 +371,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call)
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -380,7 +380,7 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithoutPhase/2 (19205760 (estimated locally),0.12 per call) SetCgmXDeDivStatWithPhase/3 (12508639 (estimated locally),0.08 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call) SetPllPll0divDeDivOutput/4 (57431766 (estimated locally),0.17 per call) SetPllPlldvOdiv2Output/5 (348071309 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
pll/10 (pll) @06f214c8
|
||||
pll/10 (pll) @06f814c8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -388,7 +388,7 @@ pll/10 (pll) @06f214c8
|
||||
Referring: SetPllPlldvOdiv2Output/5 (read)SetPllPll0divDeDivOutput/4 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -397,7 +397,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (37904965 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37405092 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (37904965 (estimated locally),0.11 per call) SetPllPlldvOdiv2Output/5 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -406,7 +406,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (1073741824 (estimated locally),6.96 per call) SetCgmXDeDivStatWithPhase/3 (1073741824 (estimated locally),7.05 per call) SetCgmXDeDivStatWithPhase/3 (1059581806 (estimated locally),6.96 per call) SetPllPll0divDeDivOutput/4 (1073741824 (estimated locally),3.08 per call) SetPllPlldvOdiv2Output/5 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -415,7 +415,7 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (114863532 (estimated locally),0.74 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetCgmXDeDivStatWithPhase/3 (113348764 (estimated locally),0.74 per call) SetPllPll0divDeDivOutput/4 (114863532 (estimated locally),0.33 per call) SetPllPlldvOdiv2Output/5 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
clockFeatures/6 (clockFeatures) @06f213a8
|
||||
clockFeatures/6 (clockFeatures) @06f813a8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -423,7 +423,7 @@ clockFeatures/6 (clockFeatures) @06f213a8
|
||||
Referring: SetPllPll0divDeDivOutput/4 (read)SetPllPll0divDeDivOutput/4 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetCgmXDeDivStatWithPhase/3 (read)SetPllPlldvOdiv2Output/5 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)SetCgmXDeDivStatWithoutPhase/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -433,7 +433,7 @@ SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (348071309 (estimated locally),1.00 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -443,7 +443,7 @@ SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (174035654 (estimated locally),0.50 per call) UpdateClockState/11 (57431766 (estimated locally),0.17 per call) GetClockState/12 (174035654 (estimated locally),0.50 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -453,7 +453,7 @@ SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
Function flags: count:152268625 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37405092 (estimated locally),0.25 per call) UpdateClockState/11 (12508639 (estimated locally),0.08 per call) GetClockState/12 (37904965 (estimated locally),0.25 per call) ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),7.05 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.75 per call) UpdateClockState/11 (114863532 (estimated locally),0.75 per call) ClockTimeoutExpired/8 (1059581806 (estimated locally),6.96 per call) ClockStartTimeout/7 (113348764 (estimated locally),0.74 per call)
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -463,7 +463,7 @@ SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
Function flags: count:154303509 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) UpdateClockState/11 (58199271 (estimated locally),0.38 per call) UpdateClockState/11 (19205760 (estimated locally),0.12 per call) GetClockState/12 (58199271 (estimated locally),0.38 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),6.96 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.74 per call)
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -473,7 +473,7 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerCallbacks/0 (dividerCallbacks) @06ea5000
|
||||
dividerCallbacks/0 (dividerCallbacks) @06f03000
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerEmpty/1 (addr)SetCgmXDeDivStatWithoutPhase/2 (addr)SetCgmXDeDivStatWithPhase/3 (addr)SetPllPll0divDeDivOutput/4 (addr)SetPllPlldvOdiv2Output/5 (addr)
|
||||
|
||||
@ -346,7 +346,7 @@
|
||||
Function is locally const.
|
||||
callgraph:
|
||||
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -355,7 +355,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call)
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -364,7 +364,7 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithoutPhase/2 (19205760 (estimated locally),0.12 per call) SetCgmXDeDivStatWithPhase/3 (12508639 (estimated locally),0.08 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call) SetPllPll0divDeDivOutput/4 (57431766 (estimated locally),0.17 per call) SetPllPlldvOdiv2Output/5 (348071309 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -373,7 +373,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (37904965 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37405092 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (37904965 (estimated locally),0.11 per call) SetPllPlldvOdiv2Output/5 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -382,7 +382,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (1073741824 (estimated locally),6.96 per call) SetCgmXDeDivStatWithPhase/3 (1073741824 (estimated locally),7.05 per call) SetCgmXDeDivStatWithPhase/3 (1059581806 (estimated locally),6.96 per call) SetPllPll0divDeDivOutput/4 (1073741824 (estimated locally),3.08 per call) SetPllPlldvOdiv2Output/5 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -391,55 +391,55 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (114863532 (estimated locally),0.74 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetCgmXDeDivStatWithPhase/3 (113348764 (estimated locally),0.74 per call) SetPllPll0divDeDivOutput/4 (114863532 (estimated locally),0.33 per call) SetPllPlldvOdiv2Output/5 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @068442f8
|
||||
Aux: @068a4358
|
||||
References: clockFeatures/6 (read)pll/10 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (348071309 (estimated locally),1.00 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @068442d8
|
||||
Aux: @068a4238
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)pll/10 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (174035654 (estimated locally),0.50 per call) UpdateClockState/11 (57431766 (estimated locally),0.17 per call) GetClockState/12 (174035654 (estimated locally),0.50 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @06844098
|
||||
Aux: @068a4338
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:152268625 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37405092 (estimated locally),0.25 per call) UpdateClockState/11 (12508639 (estimated locally),0.08 per call) GetClockState/12 (37904965 (estimated locally),0.25 per call) ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),7.05 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.75 per call) UpdateClockState/11 (114863532 (estimated locally),0.75 per call) ClockTimeoutExpired/8 (1059581806 (estimated locally),6.96 per call) ClockStartTimeout/7 (113348764 (estimated locally),0.74 per call)
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @068440d8
|
||||
Aux: @068a44f8
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:154303509 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) UpdateClockState/11 (58199271 (estimated locally),0.38 per call) UpdateClockState/11 (19205760 (estimated locally),0.12 per call) GetClockState/12 (58199271 (estimated locally),0.38 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),6.96 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.74 per call)
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @06844198
|
||||
Aux: @068a4438
|
||||
References:
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
@ -449,55 +449,55 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
|
||||
|
||||
ordered call graph: reduced for nothrow
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @068442f8
|
||||
Aux: @068a4358
|
||||
References: clockFeatures/6 (read)pll/10 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (348071309 (estimated locally),1.00 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @068442d8
|
||||
Aux: @068a4238
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)pll/10 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (174035654 (estimated locally),0.50 per call) UpdateClockState/11 (57431766 (estimated locally),0.17 per call) GetClockState/12 (174035654 (estimated locally),0.50 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @06844098
|
||||
Aux: @068a4338
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:152268625 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37405092 (estimated locally),0.25 per call) UpdateClockState/11 (12508639 (estimated locally),0.08 per call) GetClockState/12 (37904965 (estimated locally),0.25 per call) ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),7.05 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.75 per call) UpdateClockState/11 (114863532 (estimated locally),0.75 per call) ClockTimeoutExpired/8 (1059581806 (estimated locally),6.96 per call) ClockStartTimeout/7 (113348764 (estimated locally),0.74 per call)
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @068440d8
|
||||
Aux: @068a44f8
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:154303509 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) UpdateClockState/11 (58199271 (estimated locally),0.38 per call) UpdateClockState/11 (19205760 (estimated locally),0.12 per call) GetClockState/12 (58199271 (estimated locally),0.38 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),6.96 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.74 per call)
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @06844198
|
||||
Aux: @068a4438
|
||||
References:
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
@ -523,7 +523,7 @@ SetCgmXDeDivStatWithoutPhase: malloc_bottom
|
||||
Callback_DividerEmpty: malloc_bottom
|
||||
callgraph:
|
||||
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -532,7 +532,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call)
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -541,7 +541,7 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithoutPhase/2 (19205760 (estimated locally),0.12 per call) SetCgmXDeDivStatWithPhase/3 (12508639 (estimated locally),0.08 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call) SetPllPll0divDeDivOutput/4 (57431766 (estimated locally),0.17 per call) SetPllPlldvOdiv2Output/5 (348071309 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -550,7 +550,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (37904965 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37405092 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (37904965 (estimated locally),0.11 per call) SetPllPlldvOdiv2Output/5 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -559,7 +559,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (1073741824 (estimated locally),6.96 per call) SetCgmXDeDivStatWithPhase/3 (1073741824 (estimated locally),7.05 per call) SetCgmXDeDivStatWithPhase/3 (1059581806 (estimated locally),6.96 per call) SetPllPll0divDeDivOutput/4 (1073741824 (estimated locally),3.08 per call) SetPllPlldvOdiv2Output/5 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -568,55 +568,55 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (114863532 (estimated locally),0.74 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetCgmXDeDivStatWithPhase/3 (113348764 (estimated locally),0.74 per call) SetPllPll0divDeDivOutput/4 (114863532 (estimated locally),0.33 per call) SetPllPlldvOdiv2Output/5 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @06844198
|
||||
Aux: @068a4458
|
||||
References: clockFeatures/6 (read)pll/10 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (348071309 (estimated locally),1.00 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @068440d8
|
||||
Aux: @068a4238
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)pll/10 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (174035654 (estimated locally),0.50 per call) UpdateClockState/11 (57431766 (estimated locally),0.17 per call) GetClockState/12 (174035654 (estimated locally),0.50 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @06844278
|
||||
Aux: @068a4438
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:152268625 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37405092 (estimated locally),0.25 per call) UpdateClockState/11 (12508639 (estimated locally),0.08 per call) GetClockState/12 (37904965 (estimated locally),0.25 per call) ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),7.05 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.75 per call) UpdateClockState/11 (114863532 (estimated locally),0.75 per call) ClockTimeoutExpired/8 (1059581806 (estimated locally),6.96 per call) ClockStartTimeout/7 (113348764 (estimated locally),0.74 per call)
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @068441b8
|
||||
Aux: @068a43f8
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:154303509 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) UpdateClockState/11 (58199271 (estimated locally),0.38 per call) UpdateClockState/11 (19205760 (estimated locally),0.12 per call) GetClockState/12 (58199271 (estimated locally),0.38 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),6.96 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.74 per call)
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @068440f8
|
||||
Aux: @068a4338
|
||||
References:
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
@ -626,55 +626,55 @@ Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
|
||||
|
||||
ordered call graph: reduced
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @06844198
|
||||
Aux: @068a4458
|
||||
References: clockFeatures/6 (read)pll/10 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (348071309 (estimated locally),1.00 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @068440d8
|
||||
Aux: @068a4238
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)pll/10 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (174035654 (estimated locally),0.50 per call) UpdateClockState/11 (57431766 (estimated locally),0.17 per call) GetClockState/12 (174035654 (estimated locally),0.50 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @06844278
|
||||
Aux: @068a4438
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:152268625 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37405092 (estimated locally),0.25 per call) UpdateClockState/11 (12508639 (estimated locally),0.08 per call) GetClockState/12 (37904965 (estimated locally),0.25 per call) ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),7.05 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.75 per call) UpdateClockState/11 (114863532 (estimated locally),0.75 per call) ClockTimeoutExpired/8 (1059581806 (estimated locally),6.96 per call) ClockStartTimeout/7 (113348764 (estimated locally),0.74 per call)
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @068441b8
|
||||
Aux: @068a43f8
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:154303509 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) UpdateClockState/11 (58199271 (estimated locally),0.38 per call) UpdateClockState/11 (19205760 (estimated locally),0.12 per call) GetClockState/12 (58199271 (estimated locally),0.38 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),6.96 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.74 per call)
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @068440f8
|
||||
Aux: @068a4338
|
||||
References:
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
callgraph:
|
||||
|
||||
GetClockState/12 (GetClockState) @06f24380
|
||||
GetClockState/12 (GetClockState) @06f84380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -9,7 +9,7 @@ GetClockState/12 (GetClockState) @06f24380
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call)
|
||||
Calls:
|
||||
UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
UpdateClockState/11 (UpdateClockState) @06f840e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -18,7 +18,7 @@ UpdateClockState/11 (UpdateClockState) @06f240e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (58199271 (estimated locally),0.38 per call) SetCgmXDeDivStatWithoutPhase/2 (19205760 (estimated locally),0.12 per call) SetCgmXDeDivStatWithPhase/3 (12508639 (estimated locally),0.08 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetPllPll0divDeDivOutput/4 (174035654 (estimated locally),0.50 per call) SetPllPll0divDeDivOutput/4 (57431766 (estimated locally),0.17 per call) SetPllPlldvOdiv2Output/5 (348071309 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
ReportClockErrors/9 (ReportClockErrors) @06f84000
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -27,7 +27,7 @@ ReportClockErrors/9 (ReportClockErrors) @06f24000
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (37904965 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37405092 (estimated locally),0.25 per call) SetCgmXDeDivStatWithPhase/3 (37904965 (estimated locally),0.25 per call) SetPllPll0divDeDivOutput/4 (37904965 (estimated locally),0.11 per call) SetPllPlldvOdiv2Output/5 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f748c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -36,7 +36,7 @@ ClockTimeoutExpired/8 (ClockTimeoutExpired) @06f148c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (1073741824 (estimated locally),6.96 per call) SetCgmXDeDivStatWithPhase/3 (1073741824 (estimated locally),7.05 per call) SetCgmXDeDivStatWithPhase/3 (1059581806 (estimated locally),6.96 per call) SetPllPll0divDeDivOutput/4 (1073741824 (estimated locally),3.08 per call) SetPllPlldvOdiv2Output/5 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
ClockStartTimeout/7 (ClockStartTimeout) @06f74460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -45,7 +45,7 @@ ClockStartTimeout/7 (ClockStartTimeout) @06f14460
|
||||
Function flags: optimize_size
|
||||
Called by: SetCgmXDeDivStatWithoutPhase/2 (114863532 (estimated locally),0.74 per call) SetCgmXDeDivStatWithPhase/3 (114863532 (estimated locally),0.75 per call) SetCgmXDeDivStatWithPhase/3 (113348764 (estimated locally),0.74 per call) SetPllPll0divDeDivOutput/4 (114863532 (estimated locally),0.33 per call) SetPllPlldvOdiv2Output/5 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -55,7 +55,7 @@ SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (348071309 (estimated locally),1.00 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -65,7 +65,7 @@ SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (174035654 (estimated locally),0.50 per call) UpdateClockState/11 (57431766 (estimated locally),0.17 per call) GetClockState/12 (174035654 (estimated locally),0.50 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -75,7 +75,7 @@ SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
Function flags: count:152268625 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37405092 (estimated locally),0.25 per call) UpdateClockState/11 (12508639 (estimated locally),0.08 per call) GetClockState/12 (37904965 (estimated locally),0.25 per call) ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),7.05 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.75 per call) UpdateClockState/11 (114863532 (estimated locally),0.75 per call) ClockTimeoutExpired/8 (1059581806 (estimated locally),6.96 per call) ClockStartTimeout/7 (113348764 (estimated locally),0.74 per call)
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -85,7 +85,7 @@ SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
Function flags: count:154303509 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) UpdateClockState/11 (58199271 (estimated locally),0.38 per call) UpdateClockState/11 (19205760 (estimated locally),0.12 per call) GetClockState/12 (58199271 (estimated locally),0.38 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),6.96 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.74 per call)
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -114,55 +114,55 @@ Function name:Callback_DividerEmpty/1:
|
||||
locals written:
|
||||
|
||||
ordered call graph: reduced
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f14c40
|
||||
SetPllPlldvOdiv2Output/5 (SetPllPlldvOdiv2Output) @06f74c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @068441f8
|
||||
Aux: @068a43f8
|
||||
References: clockFeatures/6 (read)pll/10 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (348071309 (estimated locally),1.00 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f147e0
|
||||
SetPllPll0divDeDivOutput/4 (SetPllPll0divDeDivOutput) @06f747e0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @06844238
|
||||
Aux: @068a4418
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)pll/10 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/11 (174035654 (estimated locally),0.50 per call) UpdateClockState/11 (57431766 (estimated locally),0.17 per call) GetClockState/12 (174035654 (estimated locally),0.50 per call) ReportClockErrors/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.33 per call)
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f14380
|
||||
SetCgmXDeDivStatWithPhase/3 (SetCgmXDeDivStatWithPhase) @06f74380
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @06844298
|
||||
Aux: @068a4318
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:152268625 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37405092 (estimated locally),0.25 per call) UpdateClockState/11 (12508639 (estimated locally),0.08 per call) GetClockState/12 (37904965 (estimated locally),0.25 per call) ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),7.05 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.75 per call) UpdateClockState/11 (114863532 (estimated locally),0.75 per call) ClockTimeoutExpired/8 (1059581806 (estimated locally),6.96 per call) ClockStartTimeout/7 (113348764 (estimated locally),0.74 per call)
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06ea0e00
|
||||
SetCgmXDeDivStatWithoutPhase/2 (SetCgmXDeDivStatWithoutPhase) @06efee00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @06844378
|
||||
Aux: @068a4278
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)cgm/13 (read)
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:154303509 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/9 (37904965 (estimated locally),0.25 per call) UpdateClockState/11 (58199271 (estimated locally),0.38 per call) UpdateClockState/11 (19205760 (estimated locally),0.12 per call) GetClockState/12 (58199271 (estimated locally),0.38 per call) ClockTimeoutExpired/8 (1073741824 (estimated locally),6.96 per call) ClockStartTimeout/7 (114863532 (estimated locally),0.74 per call)
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06ea0d20
|
||||
Callback_DividerEmpty/1 (Callback_DividerEmpty) @06efed20
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @06844398
|
||||
Aux: @068a4438
|
||||
References:
|
||||
Referring: dividerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
|
||||
@ -3,7 +3,7 @@ Trivially needed symbols: dividerTriggerCallbacks
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -11,7 +11,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -19,7 +19,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -27,41 +27,41 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
cgm/5 (cgm) @06fb41b0
|
||||
cgm/5 (cgm) @06f041b0
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
clockFeatures/4 (clockFeatures) @06fb4168
|
||||
clockFeatures/4 (clockFeatures) @06f04168
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
Aux: @06f49e00
|
||||
Aux: @06e7ae00
|
||||
References: clockFeatures/4 (read)clockFeatures/4 (read)cgm/5 (read)cgm/5 (read)
|
||||
Referring: dividerTriggerCallbacks/0 (addr)
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/8 ClockTimeoutExpired/7 ClockStartTimeout/6
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
Aux: @06f49b60
|
||||
Aux: @06e7ab60
|
||||
References: clockFeatures/4 (read)clockFeatures/4 (read)cgm/5 (read)cgm/5 (read)cgm/5 (read)
|
||||
Referring: dividerTriggerCallbacks/0 (addr)
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -71,7 +71,7 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06f439d8
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06e749d8
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
Aux: @01733ea0
|
||||
@ -84,7 +84,7 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -92,7 +92,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -100,7 +100,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -108,21 +108,21 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
cgm/5 (cgm) @06fb41b0
|
||||
cgm/5 (cgm) @06f041b0
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
clockFeatures/4 (clockFeatures) @06fb4168
|
||||
clockFeatures/4 (clockFeatures) @06f04168
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -131,7 +131,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlH
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/8 ClockTimeoutExpired/7 ClockStartTimeout/6
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -140,7 +140,7 @@ ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdSt
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -149,7 +149,7 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06f439d8
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06e749d8
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
References: Callback_DividerTriggerEmpty/1 (addr)Callback_DividerTriggerEmpty/1 (addr)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (addr)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (addr)
|
||||
@ -160,7 +160,7 @@ dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06f439d8
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -168,7 +168,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -176,7 +176,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -184,21 +184,21 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
cgm/5 (cgm) @06fb41b0
|
||||
cgm/5 (cgm) @06f041b0
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
clockFeatures/4 (clockFeatures) @06fb4168
|
||||
clockFeatures/4 (clockFeatures) @06f04168
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -207,7 +207,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlH
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/8 ClockTimeoutExpired/7 ClockStartTimeout/6
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -216,7 +216,7 @@ ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdSt
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -225,7 +225,7 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06f439d8
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06e749d8
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
References: Callback_DividerTriggerEmpty/1 (addr)Callback_DividerTriggerEmpty/1 (addr)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (addr)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (addr)
|
||||
@ -237,7 +237,7 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -245,7 +245,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -253,7 +253,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -261,21 +261,21 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
cgm/5 (cgm) @06fb41b0
|
||||
cgm/5 (cgm) @06f041b0
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
clockFeatures/4 (clockFeatures) @06fb4168
|
||||
clockFeatures/4 (clockFeatures) @06f04168
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -284,7 +284,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlH
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/8 ClockTimeoutExpired/7 ClockStartTimeout/6
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -293,7 +293,7 @@ ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdSt
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -302,7 +302,7 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06f439d8
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06e749d8
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
References: Callback_DividerTriggerEmpty/1 (addr)Callback_DividerTriggerEmpty/1 (addr)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (addr)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (addr)
|
||||
@ -315,7 +315,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Optimized Symbol table:
|
||||
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06fb88c0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06f088c0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly artificial
|
||||
References:
|
||||
@ -325,7 +325,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCt
|
||||
Function flags: count:37904965 (estimated locally) first_run:1 body local split_part optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (inlined) (37904965 (estimated locally),0.11 per call)
|
||||
Calls: ReportClockErrors/8 (37904965 (estimated locally),0.11 per call)
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -334,7 +334,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -343,7 +343,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -352,7 +352,7 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
cgm/5 (cgm) @06fb41b0
|
||||
cgm/5 (cgm) @06f041b0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -360,7 +360,7 @@ cgm/5 (cgm) @06fb41b0
|
||||
Referring: ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/4 (clockFeatures) @06fb4168
|
||||
clockFeatures/4 (clockFeatures) @06f04168
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -368,7 +368,7 @@ clockFeatures/4 (clockFeatures) @06fb4168
|
||||
Referring: ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -378,7 +378,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlH
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (inlined) (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/7 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/6 (114863532 (estimated locally),0.33 per call)
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -388,7 +388,7 @@ ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdSt
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -398,7 +398,7 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06f439d8
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06e749d8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerTriggerEmpty/1 (addr)Callback_DividerTriggerEmpty/1 (addr)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (addr)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (addr)
|
||||
@ -419,7 +419,7 @@ Removing variables:
|
||||
|
||||
Final Symbol table:
|
||||
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -428,7 +428,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -437,7 +437,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -446,7 +446,7 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
cgm/5 (cgm) @06fb41b0
|
||||
cgm/5 (cgm) @06f041b0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -454,7 +454,7 @@ cgm/5 (cgm) @06fb41b0
|
||||
Referring:
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/4 (clockFeatures) @06fb4168
|
||||
clockFeatures/4 (clockFeatures) @06f04168
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -462,7 +462,7 @@ clockFeatures/4 (clockFeatures) @06fb4168
|
||||
Referring:
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Address is taken.
|
||||
@ -472,7 +472,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlH
|
||||
Function flags: count:348071309 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Address is taken.
|
||||
@ -482,7 +482,7 @@ ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdSt
|
||||
Function flags: count:1073741824 (estimated locally) nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Address is taken.
|
||||
@ -492,7 +492,7 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Function flags: count:1073741824 (estimated locally) nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06f439d8
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06e749d8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
Aux: @00000001
|
||||
|
||||
@ -13,7 +13,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -22,7 +22,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -31,7 +31,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -40,7 +40,7 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
Calls:
|
||||
cgm/5 (cgm) @06fb41b0
|
||||
cgm/5 (cgm) @06f041b0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -48,7 +48,7 @@ cgm/5 (cgm) @06fb41b0
|
||||
Referring: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/4 (clockFeatures) @06fb4168
|
||||
clockFeatures/4 (clockFeatures) @06f04168
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -56,7 +56,7 @@ clockFeatures/4 (clockFeatures) @06fb4168
|
||||
Referring: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -66,7 +66,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlH
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/8 ClockTimeoutExpired/7 ClockStartTimeout/6
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -76,7 +76,7 @@ ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdSt
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -86,7 +86,7 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06f439d8
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06e749d8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerTriggerEmpty/1 (addr)Callback_DividerTriggerEmpty/1 (addr)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (addr)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (addr)
|
||||
|
||||
@ -4,7 +4,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06fb88c0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06f088c0
|
||||
Type: function definition analyzed
|
||||
Visibility: artificial
|
||||
References:
|
||||
@ -13,7 +13,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCt
|
||||
Function flags: count:1073741824 (estimated locally) first_run:1 body local split_part optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (37904965 (estimated locally),0.11 per call)
|
||||
Calls: ReportClockErrors/8 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -22,7 +22,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -31,7 +31,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -40,7 +40,7 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
cgm/5 (cgm) @06fb41b0
|
||||
cgm/5 (cgm) @06f041b0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -48,7 +48,7 @@ cgm/5 (cgm) @06fb41b0
|
||||
Referring: ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/4 (clockFeatures) @06fb4168
|
||||
clockFeatures/4 (clockFeatures) @06f04168
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -56,7 +56,7 @@ clockFeatures/4 (clockFeatures) @06fb4168
|
||||
Referring: ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -66,7 +66,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlH
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/7 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/6 (114863532 (estimated locally),0.33 per call)
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -76,7 +76,7 @@ ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdSt
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -86,7 +86,7 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06f439d8
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06e749d8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerTriggerEmpty/1 (addr)Callback_DividerTriggerEmpty/1 (addr)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (addr)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (addr)
|
||||
|
||||
@ -14,7 +14,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06fb88c0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06f088c0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly artificial
|
||||
References:
|
||||
@ -23,7 +23,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCt
|
||||
Function flags: count:1073741824 (estimated locally) first_run:1 body local split_part optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (37904965 (estimated locally),0.11 per call)
|
||||
Calls: ReportClockErrors/8 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -32,7 +32,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -41,7 +41,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -50,7 +50,7 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
cgm/5 (cgm) @06fb41b0
|
||||
cgm/5 (cgm) @06f041b0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -58,7 +58,7 @@ cgm/5 (cgm) @06fb41b0
|
||||
Referring: ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/4 (clockFeatures) @06fb4168
|
||||
clockFeatures/4 (clockFeatures) @06f04168
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -66,7 +66,7 @@ clockFeatures/4 (clockFeatures) @06fb4168
|
||||
Referring: ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -76,7 +76,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlH
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/7 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/6 (114863532 (estimated locally),0.33 per call)
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -86,7 +86,7 @@ ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdSt
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -96,7 +96,7 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06f439d8
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06e749d8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerTriggerEmpty/1 (addr)Callback_DividerTriggerEmpty/1 (addr)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (addr)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (addr)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Symbol table:
|
||||
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06fb88c0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06f088c0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly artificial
|
||||
References:
|
||||
@ -9,7 +9,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCt
|
||||
Function flags: count:1073741824 (estimated locally) first_run:1 body local split_part optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (37904965 (estimated locally),0.11 per call)
|
||||
Calls: ReportClockErrors/8 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -18,7 +18,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -27,7 +27,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -36,7 +36,7 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
cgm/5 (cgm) @06fb41b0
|
||||
cgm/5 (cgm) @06f041b0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -44,7 +44,7 @@ cgm/5 (cgm) @06fb41b0
|
||||
Referring: ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/4 (clockFeatures) @06fb4168
|
||||
clockFeatures/4 (clockFeatures) @06f04168
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -52,7 +52,7 @@ clockFeatures/4 (clockFeatures) @06fb4168
|
||||
Referring: ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -62,7 +62,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlH
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/7 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/6 (114863532 (estimated locally),0.33 per call)
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -72,7 +72,7 @@ ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdSt
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -82,7 +82,7 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06f439d8
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06e749d8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerTriggerEmpty/1 (addr)Callback_DividerTriggerEmpty/1 (addr)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (addr)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (addr)
|
||||
|
||||
@ -69,7 +69,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06fb88c0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06f088c0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly artificial
|
||||
References:
|
||||
@ -78,7 +78,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCt
|
||||
Function flags: count:1073741824 (estimated locally) first_run:1 body local split_part optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (37904965 (estimated locally),0.11 per call)
|
||||
Calls: ReportClockErrors/8 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -87,7 +87,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -96,7 +96,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -105,7 +105,7 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
cgm/5 (cgm) @06fb41b0
|
||||
cgm/5 (cgm) @06f041b0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -113,7 +113,7 @@ cgm/5 (cgm) @06fb41b0
|
||||
Referring: ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/4 (clockFeatures) @06fb4168
|
||||
clockFeatures/4 (clockFeatures) @06f04168
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -121,7 +121,7 @@ clockFeatures/4 (clockFeatures) @06fb4168
|
||||
Referring: ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -131,7 +131,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlH
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/7 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/6 (114863532 (estimated locally),0.33 per call)
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -141,7 +141,7 @@ ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdSt
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -151,7 +151,7 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06f439d8
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06e749d8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerTriggerEmpty/1 (addr)Callback_DividerTriggerEmpty/1 (addr)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (addr)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (addr)
|
||||
|
||||
@ -139,7 +139,7 @@ IPA function summary for Callback_DividerTriggerEmpty/1 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06fb88c0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06f088c0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly artificial
|
||||
References:
|
||||
@ -148,7 +148,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCt
|
||||
Function flags: count:1073741824 (estimated locally) first_run:1 body local split_part optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (37904965 (estimated locally),0.11 per call)
|
||||
Calls: ReportClockErrors/8 (1073741824 (estimated locally),1.00 per call)
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -157,7 +157,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (1073741824 (estimated locally),1.00 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -166,7 +166,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -175,7 +175,7 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
cgm/5 (cgm) @06fb41b0
|
||||
cgm/5 (cgm) @06f041b0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -183,7 +183,7 @@ cgm/5 (cgm) @06fb41b0
|
||||
Referring: ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/4 (clockFeatures) @06fb4168
|
||||
clockFeatures/4 (clockFeatures) @06f04168
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -191,7 +191,7 @@ clockFeatures/4 (clockFeatures) @06fb4168
|
||||
Referring: ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -201,7 +201,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlH
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/7 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/6 (114863532 (estimated locally),0.33 per call)
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -211,7 +211,7 @@ ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdSt
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -221,7 +221,7 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06f439d8
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06e749d8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerTriggerEmpty/1 (addr)Callback_DividerTriggerEmpty/1 (addr)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (addr)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (addr)
|
||||
|
||||
@ -159,7 +159,7 @@ IPA function summary for Callback_DividerTriggerEmpty/1 inlinable
|
||||
|
||||
Symbol table:
|
||||
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06fb88c0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06f088c0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly artificial
|
||||
References:
|
||||
@ -169,7 +169,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCt
|
||||
Function flags: count:37904965 (estimated locally) first_run:1 body local split_part optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (inlined) (37904965 (estimated locally),0.11 per call)
|
||||
Calls: ReportClockErrors/8 (37904965 (estimated locally),0.11 per call)
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -178,7 +178,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -187,7 +187,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -196,7 +196,7 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
cgm/5 (cgm) @06fb41b0
|
||||
cgm/5 (cgm) @06f041b0
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -204,7 +204,7 @@ cgm/5 (cgm) @06fb41b0
|
||||
Referring: ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/4 (clockFeatures) @06fb4168
|
||||
clockFeatures/4 (clockFeatures) @06f04168
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -212,7 +212,7 @@ clockFeatures/4 (clockFeatures) @06fb4168
|
||||
Referring: ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -222,7 +222,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlH
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (inlined) (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/7 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/6 (114863532 (estimated locally),0.33 per call)
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -232,7 +232,7 @@ ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdSt
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -242,7 +242,7 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06f439d8
|
||||
dividerTriggerCallbacks/0 (dividerTriggerCallbacks) @06e749d8
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: Callback_DividerTriggerEmpty/1 (addr)Callback_DividerTriggerEmpty/1 (addr)ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (addr)TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (addr)
|
||||
|
||||
@ -68,10 +68,10 @@ Function is locally pure.
|
||||
Function is locally const.
|
||||
callgraph:
|
||||
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06fb88c0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06f088c0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly artificial
|
||||
Aux: @064f4a10
|
||||
Aux: @06814a98
|
||||
References:
|
||||
Referring:
|
||||
Function TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 is inline copy in TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
@ -79,7 +79,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCt
|
||||
Function flags: count:37904965 (estimated locally) first_run:1 body local split_part optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (inlined) (37904965 (estimated locally),0.11 per call)
|
||||
Calls: ReportClockErrors/8 (37904965 (estimated locally),0.11 per call)
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -88,7 +88,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -97,7 +97,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -106,33 +106,33 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f4c30
|
||||
Aux: @06814a18
|
||||
References: clockFeatures/4 (read)clockFeatures/4 (read)cgm/5 (read)
|
||||
Referring: dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (inlined) (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/7 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/6 (114863532 (estimated locally),0.33 per call)
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f4c70
|
||||
Aux: @06814ad8
|
||||
References: clockFeatures/4 (read)clockFeatures/4 (read)cgm/5 (read)cgm/5 (read)
|
||||
Referring: dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f4b30
|
||||
Aux: @06814978
|
||||
References:
|
||||
Referring: dividerTriggerCallbacks/0 (addr)dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
@ -142,10 +142,10 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
|
||||
|
||||
ordered call graph: reduced for nothrow
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06fb88c0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06f088c0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly artificial
|
||||
Aux: @064f4a10
|
||||
Aux: @06814a98
|
||||
References:
|
||||
Referring:
|
||||
Function TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 is inline copy in TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
@ -153,33 +153,33 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCt
|
||||
Function flags: count:37904965 (estimated locally) first_run:1 body local split_part optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (inlined) (37904965 (estimated locally),0.11 per call)
|
||||
Calls: ReportClockErrors/8 (37904965 (estimated locally),0.11 per call)
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f4c30
|
||||
Aux: @06814a18
|
||||
References: clockFeatures/4 (read)clockFeatures/4 (read)cgm/5 (read)
|
||||
Referring: dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (inlined) (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/7 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/6 (114863532 (estimated locally),0.33 per call)
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f4c70
|
||||
Aux: @06814ad8
|
||||
References: clockFeatures/4 (read)clockFeatures/4 (read)cgm/5 (read)cgm/5 (read)
|
||||
Referring: dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f4b30
|
||||
Aux: @06814978
|
||||
References:
|
||||
Referring: dividerTriggerCallbacks/0 (addr)dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
@ -203,10 +203,10 @@ ConfigureCgmXDivTrigCtrlTctlHhenUpdStat: malloc_bottom
|
||||
Callback_DividerTriggerEmpty: malloc_bottom
|
||||
callgraph:
|
||||
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06fb88c0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06f088c0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly artificial
|
||||
Aux: @064f4b30
|
||||
Aux: @06814978
|
||||
References:
|
||||
Referring:
|
||||
Function TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 is inline copy in TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
@ -214,7 +214,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCt
|
||||
Function flags: count:37904965 (estimated locally) first_run:1 body local split_part optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (inlined) (37904965 (estimated locally),0.11 per call)
|
||||
Calls: ReportClockErrors/8 (37904965 (estimated locally),0.11 per call)
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -223,7 +223,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -232,7 +232,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -241,33 +241,33 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f49f0
|
||||
Aux: @06814b18
|
||||
References: clockFeatures/4 (read)clockFeatures/4 (read)cgm/5 (read)
|
||||
Referring: dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (inlined) (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/7 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/6 (114863532 (estimated locally),0.33 per call)
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f4cf0
|
||||
Aux: @06814a58
|
||||
References: clockFeatures/4 (read)clockFeatures/4 (read)cgm/5 (read)cgm/5 (read)
|
||||
Referring: dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f4c70
|
||||
Aux: @06814758
|
||||
References:
|
||||
Referring: dividerTriggerCallbacks/0 (addr)dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
@ -277,21 +277,21 @@ Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
|
||||
|
||||
ordered call graph: reduced
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f49f0
|
||||
Aux: @06814b18
|
||||
References: clockFeatures/4 (read)clockFeatures/4 (read)cgm/5 (read)
|
||||
Referring: dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (inlined) (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/7 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/6 (114863532 (estimated locally),0.33 per call)
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06fb88c0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06f088c0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly artificial
|
||||
Aux: @064f4b30
|
||||
Aux: @06814978
|
||||
References:
|
||||
Referring:
|
||||
Function TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 is inline copy in TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
@ -299,22 +299,22 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCt
|
||||
Function flags: count:37904965 (estimated locally) first_run:1 body local split_part optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (inlined) (37904965 (estimated locally),0.11 per call)
|
||||
Calls: ReportClockErrors/8 (37904965 (estimated locally),0.11 per call)
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f4cf0
|
||||
Aux: @06814a58
|
||||
References: clockFeatures/4 (read)clockFeatures/4 (read)cgm/5 (read)cgm/5 (read)
|
||||
Referring: dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f4c70
|
||||
Aux: @06814758
|
||||
References:
|
||||
Referring: dividerTriggerCallbacks/0 (addr)dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
callgraph:
|
||||
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06fb88c0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06f088c0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly artificial
|
||||
References:
|
||||
@ -10,7 +10,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCt
|
||||
Function flags: count:37904965 (estimated locally) first_run:1 body local split_part optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (inlined) (37904965 (estimated locally),0.11 per call)
|
||||
Calls: ReportClockErrors/8 (37904965 (estimated locally),0.11 per call)
|
||||
ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
ReportClockErrors/8 (ReportClockErrors) @06f02540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -19,7 +19,7 @@ ReportClockErrors/8 (ReportClockErrors) @06fb2540
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (37904965 (estimated locally),0.11 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
ClockTimeoutExpired/7 (ClockTimeoutExpired) @06f02460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -28,7 +28,7 @@ ClockTimeoutExpired/7 (ClockTimeoutExpired) @06fb2460
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (1073741824 (estimated locally),3.08 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
ClockStartTimeout/6 (ClockStartTimeout) @06f02380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -37,7 +37,7 @@ ClockStartTimeout/6 (ClockStartTimeout) @06fb2380
|
||||
Function flags: optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (114863532 (estimated locally),0.33 per call)
|
||||
Calls:
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -47,7 +47,7 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlH
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (inlined) (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/7 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/6 (114863532 (estimated locally),0.33 per call)
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -57,7 +57,7 @@ ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdSt
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -83,21 +83,21 @@ Function name:Callback_DividerTriggerEmpty/1:
|
||||
locals written:
|
||||
|
||||
ordered call graph: reduced
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06f49ee0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat) @06e7aee0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f4c50
|
||||
Aux: @06814878
|
||||
References: clockFeatures/4 (read)clockFeatures/4 (read)cgm/5 (read)
|
||||
Referring: dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:348071309 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (inlined) (37904965 (estimated locally),0.11 per call) ClockTimeoutExpired/7 (1073741824 (estimated locally),3.08 per call) ClockStartTimeout/6 (114863532 (estimated locally),0.33 per call)
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06fb88c0
|
||||
TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0) @06f088c0
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly artificial
|
||||
Aux: @064f4d70
|
||||
Aux: @06814978
|
||||
References:
|
||||
Referring:
|
||||
Function TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 is inline copy in TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3
|
||||
@ -105,22 +105,22 @@ TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat.part.0/9 (TriggerUpdateCgmXDivTrigCt
|
||||
Function flags: count:37904965 (estimated locally) first_run:1 body local split_part optimize_size
|
||||
Called by: TriggerUpdateCgmXDivTrigCtrlTctlHhenUpdStat/3 (inlined) (37904965 (estimated locally),0.11 per call)
|
||||
Calls: ReportClockErrors/8 (37904965 (estimated locally),0.11 per call)
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06f49e00
|
||||
ConfigureCgmXDivTrigCtrlTctlHhenUpdStat/2 (ConfigureCgmXDivTrigCtrlTctlHhenUpdStat) @06e7ae00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f4b90
|
||||
Aux: @06814998
|
||||
References: clockFeatures/4 (read)clockFeatures/4 (read)cgm/5 (read)cgm/5 (read)
|
||||
Referring: dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06f49b60
|
||||
Callback_DividerTriggerEmpty/1 (Callback_DividerTriggerEmpty) @06e7ab60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
Aux: @064f4cb0
|
||||
Aux: @06814758
|
||||
References:
|
||||
Referring: dividerTriggerCallbacks/0 (addr)dividerTriggerCallbacks/0 (addr)
|
||||
Availability: available
|
||||
|
||||
@ -3,7 +3,7 @@ Trivially needed symbols: extOscCallbacks
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
UpdateClockState/16 (UpdateClockState) @06eb2540
|
||||
UpdateClockState/16 (UpdateClockState) @06f12540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -11,7 +11,7 @@ UpdateClockState/16 (UpdateClockState) @06eb2540
|
||||
Function flags: optimize_size
|
||||
Called by: ResetFxoscOsconBypEocvGmSel/2 SetFxoscOsconBypEocvGmSel/3 ResetSxoscOsconEocv/4 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06eb2460
|
||||
Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06f12460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -19,14 +19,14 @@ Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06eb2460
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
xosc/14 (xosc) @06eb3168
|
||||
xosc/14 (xosc) @06f13168
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/13 (ReportClockErrors) @06eb2380
|
||||
ReportClockErrors/13 (ReportClockErrors) @06f12380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -34,7 +34,7 @@ ReportClockErrors/13 (ReportClockErrors) @06eb2380
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
ClockTimeoutExpired/12 (ClockTimeoutExpired) @06eb22a0
|
||||
ClockTimeoutExpired/12 (ClockTimeoutExpired) @06f122a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -42,7 +42,7 @@ ClockTimeoutExpired/12 (ClockTimeoutExpired) @06eb22a0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
ClockStartTimeout/11 (ClockStartTimeout) @06eb21c0
|
||||
ClockStartTimeout/11 (ClockStartTimeout) @06f121c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -50,7 +50,7 @@ ClockStartTimeout/11 (ClockStartTimeout) @06eb21c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
McMeEnterKey/10 (McMeEnterKey) @06eb20e0
|
||||
McMeEnterKey/10 (McMeEnterKey) @06f120e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -58,75 +58,75 @@ McMeEnterKey/10 (McMeEnterKey) @06eb20e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06eb3000
|
||||
mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06f13000
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
mcmeSetPartitions/8 (mcmeSetPartitions) @06da7f78
|
||||
mcmeSetPartitions/8 (mcmeSetPartitions) @06f0cf78
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
mcmeGetPartitions/7 (mcmeGetPartitions) @06da7f30
|
||||
mcmeGetPartitions/7 (mcmeGetPartitions) @06f0cf30
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
clockFeatures/6 (clockFeatures) @06da7ee8
|
||||
clockFeatures/6 (clockFeatures) @06f0cee8
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06d9fb60
|
||||
SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06f04b60
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
Aux: @06d9f700
|
||||
Aux: @06f04700
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)mcmeGetPartitions/7 (read)mcmeSetPartitions/8 (read)mcmeSetPartitions/8 (read)mcmeTriggerPartitions/9 (read)mcmeTriggerPartitions/9 (read)mcmeTriggerPartitions/9 (read)mcmeTriggerPartitions/9 (read)mcmeGetPartitions/7 (read)xosc/14 (read)xosc/14 (read)
|
||||
Referring: extOscCallbacks/0 (addr)
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/13 UpdateClockState/16 ClockTimeoutExpired/12 Clock_Ip_TimeDelay/15 ClockStartTimeout/11 ReportClockErrors/13 ClockTimeoutExpired/12 ClockStartTimeout/11 McMeEnterKey/10
|
||||
ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06d9f700
|
||||
ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06f04700
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
Aux: @06d9f460
|
||||
Aux: @06f04460
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)mcmeGetPartitions/7 (read)xosc/14 (read)xosc/14 (read)
|
||||
Referring: extOscCallbacks/0 (addr)
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/16
|
||||
SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06d9f460
|
||||
SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06f04460
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
Aux: @06dd4c40
|
||||
Aux: @06e83c40
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)mcmeGetPartitions/7 (read)mcmeSetPartitions/8 (read)mcmeSetPartitions/8 (read)mcmeTriggerPartitions/9 (read)mcmeTriggerPartitions/9 (read)mcmeTriggerPartitions/9 (read)mcmeTriggerPartitions/9 (read)mcmeGetPartitions/7 (read)xosc/14 (read)xosc/14 (read)
|
||||
Referring: extOscCallbacks/0 (addr)
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/13 ReportClockErrors/13 UpdateClockState/16 ClockTimeoutExpired/12 Clock_Ip_TimeDelay/15 ClockStartTimeout/11 ReportClockErrors/13 ClockTimeoutExpired/12 ClockStartTimeout/11 McMeEnterKey/10
|
||||
ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06dd4c40
|
||||
ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06e83c40
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
Aux: @06dd4e00
|
||||
Aux: @06e83e00
|
||||
References: clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)clockFeatures/6 (read)mcmeGetPartitions/7 (read)xosc/14 (read)xosc/14 (read)
|
||||
Referring: extOscCallbacks/0 (addr)
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/16
|
||||
ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06dd4e00
|
||||
ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06e83e00
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -136,7 +136,7 @@ ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06dd4e00
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
extOscCallbacks/0 (extOscCallbacks) @06dceb40
|
||||
extOscCallbacks/0 (extOscCallbacks) @06e7db40
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
Aux: @01733ea0
|
||||
@ -149,7 +149,7 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
UpdateClockState/16 (UpdateClockState) @06eb2540
|
||||
UpdateClockState/16 (UpdateClockState) @06f12540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -157,7 +157,7 @@ UpdateClockState/16 (UpdateClockState) @06eb2540
|
||||
Function flags: optimize_size
|
||||
Called by: ResetFxoscOsconBypEocvGmSel/2 SetFxoscOsconBypEocvGmSel/3 ResetSxoscOsconEocv/4 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06eb2460
|
||||
Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06f12460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -165,14 +165,14 @@ Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06eb2460
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
xosc/14 (xosc) @06eb3168
|
||||
xosc/14 (xosc) @06f13168
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/13 (ReportClockErrors) @06eb2380
|
||||
ReportClockErrors/13 (ReportClockErrors) @06f12380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -180,7 +180,7 @@ ReportClockErrors/13 (ReportClockErrors) @06eb2380
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
ClockTimeoutExpired/12 (ClockTimeoutExpired) @06eb22a0
|
||||
ClockTimeoutExpired/12 (ClockTimeoutExpired) @06f122a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -188,7 +188,7 @@ ClockTimeoutExpired/12 (ClockTimeoutExpired) @06eb22a0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
ClockStartTimeout/11 (ClockStartTimeout) @06eb21c0
|
||||
ClockStartTimeout/11 (ClockStartTimeout) @06f121c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -196,7 +196,7 @@ ClockStartTimeout/11 (ClockStartTimeout) @06eb21c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
McMeEnterKey/10 (McMeEnterKey) @06eb20e0
|
||||
McMeEnterKey/10 (McMeEnterKey) @06f120e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -204,35 +204,35 @@ McMeEnterKey/10 (McMeEnterKey) @06eb20e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06eb3000
|
||||
mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06f13000
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
mcmeSetPartitions/8 (mcmeSetPartitions) @06da7f78
|
||||
mcmeSetPartitions/8 (mcmeSetPartitions) @06f0cf78
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
mcmeGetPartitions/7 (mcmeGetPartitions) @06da7f30
|
||||
mcmeGetPartitions/7 (mcmeGetPartitions) @06f0cf30
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
clockFeatures/6 (clockFeatures) @06da7ee8
|
||||
clockFeatures/6 (clockFeatures) @06f0cee8
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06d9fb60
|
||||
SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06f04b60
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -241,7 +241,7 @@ SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06d9fb60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/13 UpdateClockState/16 ClockTimeoutExpired/12 Clock_Ip_TimeDelay/15 ClockStartTimeout/11 ReportClockErrors/13 ClockTimeoutExpired/12 ClockStartTimeout/11 McMeEnterKey/10
|
||||
ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06d9f700
|
||||
ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06f04700
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -250,7 +250,7 @@ ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06d9f700
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/16
|
||||
SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06d9f460
|
||||
SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06f04460
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -259,7 +259,7 @@ SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06d9f460
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/13 ReportClockErrors/13 UpdateClockState/16 ClockTimeoutExpired/12 Clock_Ip_TimeDelay/15 ClockStartTimeout/11 ReportClockErrors/13 ClockTimeoutExpired/12 ClockStartTimeout/11 McMeEnterKey/10
|
||||
ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06dd4c40
|
||||
ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06e83c40
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -268,7 +268,7 @@ ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06dd4c40
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/16
|
||||
ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06dd4e00
|
||||
ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06e83e00
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -277,7 +277,7 @@ ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06dd4e00
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
extOscCallbacks/0 (extOscCallbacks) @06dceb40
|
||||
extOscCallbacks/0 (extOscCallbacks) @06e7db40
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
References: ExternalOscillatorEmpty/1 (addr)ExternalOscillatorEmpty/1 (addr)ResetFxoscOsconBypEocvGmSel/2 (addr)SetFxoscOsconBypEocvGmSel/3 (addr)ResetSxoscOsconEocv/4 (addr)SetSxoscOsconEocv/5 (addr)
|
||||
@ -288,7 +288,7 @@ extOscCallbacks/0 (extOscCallbacks) @06dceb40
|
||||
|
||||
Initial Symbol table:
|
||||
|
||||
UpdateClockState/16 (UpdateClockState) @06eb2540
|
||||
UpdateClockState/16 (UpdateClockState) @06f12540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -296,7 +296,7 @@ UpdateClockState/16 (UpdateClockState) @06eb2540
|
||||
Function flags: optimize_size
|
||||
Called by: ResetFxoscOsconBypEocvGmSel/2 SetFxoscOsconBypEocvGmSel/3 ResetSxoscOsconEocv/4 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06eb2460
|
||||
Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06f12460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -304,14 +304,14 @@ Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06eb2460
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
xosc/14 (xosc) @06eb3168
|
||||
xosc/14 (xosc) @06f13168
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/13 (ReportClockErrors) @06eb2380
|
||||
ReportClockErrors/13 (ReportClockErrors) @06f12380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -319,7 +319,7 @@ ReportClockErrors/13 (ReportClockErrors) @06eb2380
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
ClockTimeoutExpired/12 (ClockTimeoutExpired) @06eb22a0
|
||||
ClockTimeoutExpired/12 (ClockTimeoutExpired) @06f122a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -327,7 +327,7 @@ ClockTimeoutExpired/12 (ClockTimeoutExpired) @06eb22a0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
ClockStartTimeout/11 (ClockStartTimeout) @06eb21c0
|
||||
ClockStartTimeout/11 (ClockStartTimeout) @06f121c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -335,7 +335,7 @@ ClockStartTimeout/11 (ClockStartTimeout) @06eb21c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
McMeEnterKey/10 (McMeEnterKey) @06eb20e0
|
||||
McMeEnterKey/10 (McMeEnterKey) @06f120e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -343,35 +343,35 @@ McMeEnterKey/10 (McMeEnterKey) @06eb20e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06eb3000
|
||||
mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06f13000
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
mcmeSetPartitions/8 (mcmeSetPartitions) @06da7f78
|
||||
mcmeSetPartitions/8 (mcmeSetPartitions) @06f0cf78
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
mcmeGetPartitions/7 (mcmeGetPartitions) @06da7f30
|
||||
mcmeGetPartitions/7 (mcmeGetPartitions) @06f0cf30
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
clockFeatures/6 (clockFeatures) @06da7ee8
|
||||
clockFeatures/6 (clockFeatures) @06f0cee8
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06d9fb60
|
||||
SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06f04b60
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -380,7 +380,7 @@ SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06d9fb60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/13 UpdateClockState/16 ClockTimeoutExpired/12 Clock_Ip_TimeDelay/15 ClockStartTimeout/11 ReportClockErrors/13 ClockTimeoutExpired/12 ClockStartTimeout/11 McMeEnterKey/10
|
||||
ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06d9f700
|
||||
ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06f04700
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -389,7 +389,7 @@ ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06d9f700
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/16
|
||||
SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06d9f460
|
||||
SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06f04460
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -398,7 +398,7 @@ SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06d9f460
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/13 ReportClockErrors/13 UpdateClockState/16 ClockTimeoutExpired/12 Clock_Ip_TimeDelay/15 ClockStartTimeout/11 ReportClockErrors/13 ClockTimeoutExpired/12 ClockStartTimeout/11 McMeEnterKey/10
|
||||
ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06dd4c40
|
||||
ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06e83c40
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -407,7 +407,7 @@ ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06dd4c40
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/16
|
||||
ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06dd4e00
|
||||
ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06e83e00
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -416,7 +416,7 @@ ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06dd4e00
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
extOscCallbacks/0 (extOscCallbacks) @06dceb40
|
||||
extOscCallbacks/0 (extOscCallbacks) @06e7db40
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
References: ExternalOscillatorEmpty/1 (addr)ExternalOscillatorEmpty/1 (addr)ResetFxoscOsconBypEocvGmSel/2 (addr)SetFxoscOsconBypEocvGmSel/3 (addr)ResetSxoscOsconEocv/4 (addr)SetSxoscOsconEocv/5 (addr)
|
||||
@ -428,7 +428,7 @@ Removing unused symbols:
|
||||
|
||||
Reclaimed Symbol table:
|
||||
|
||||
UpdateClockState/16 (UpdateClockState) @06eb2540
|
||||
UpdateClockState/16 (UpdateClockState) @06f12540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -436,7 +436,7 @@ UpdateClockState/16 (UpdateClockState) @06eb2540
|
||||
Function flags: optimize_size
|
||||
Called by: ResetFxoscOsconBypEocvGmSel/2 SetFxoscOsconBypEocvGmSel/3 ResetSxoscOsconEocv/4 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06eb2460
|
||||
Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06f12460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -444,14 +444,14 @@ Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06eb2460
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
xosc/14 (xosc) @06eb3168
|
||||
xosc/14 (xosc) @06f13168
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/13 (ReportClockErrors) @06eb2380
|
||||
ReportClockErrors/13 (ReportClockErrors) @06f12380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -459,7 +459,7 @@ ReportClockErrors/13 (ReportClockErrors) @06eb2380
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
ClockTimeoutExpired/12 (ClockTimeoutExpired) @06eb22a0
|
||||
ClockTimeoutExpired/12 (ClockTimeoutExpired) @06f122a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -467,7 +467,7 @@ ClockTimeoutExpired/12 (ClockTimeoutExpired) @06eb22a0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
ClockStartTimeout/11 (ClockStartTimeout) @06eb21c0
|
||||
ClockStartTimeout/11 (ClockStartTimeout) @06f121c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -475,7 +475,7 @@ ClockStartTimeout/11 (ClockStartTimeout) @06eb21c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
McMeEnterKey/10 (McMeEnterKey) @06eb20e0
|
||||
McMeEnterKey/10 (McMeEnterKey) @06f120e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -483,35 +483,35 @@ McMeEnterKey/10 (McMeEnterKey) @06eb20e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06eb3000
|
||||
mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06f13000
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
mcmeSetPartitions/8 (mcmeSetPartitions) @06da7f78
|
||||
mcmeSetPartitions/8 (mcmeSetPartitions) @06f0cf78
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
mcmeGetPartitions/7 (mcmeGetPartitions) @06da7f30
|
||||
mcmeGetPartitions/7 (mcmeGetPartitions) @06f0cf30
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
clockFeatures/6 (clockFeatures) @06da7ee8
|
||||
clockFeatures/6 (clockFeatures) @06f0cee8
|
||||
Type: variable
|
||||
Visibility: external public
|
||||
References:
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not-ready
|
||||
Varpool flags: read-only
|
||||
SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06d9fb60
|
||||
SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06f04b60
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -520,7 +520,7 @@ SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06d9fb60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/13 UpdateClockState/16 ClockTimeoutExpired/12 Clock_Ip_TimeDelay/15 ClockStartTimeout/11 ReportClockErrors/13 ClockTimeoutExpired/12 ClockStartTimeout/11 McMeEnterKey/10
|
||||
ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06d9f700
|
||||
ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06f04700
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -529,7 +529,7 @@ ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06d9f700
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/16
|
||||
SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06d9f460
|
||||
SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06f04460
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -538,7 +538,7 @@ SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06d9f460
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/13 ReportClockErrors/13 UpdateClockState/16 ClockTimeoutExpired/12 Clock_Ip_TimeDelay/15 ClockStartTimeout/11 ReportClockErrors/13 ClockTimeoutExpired/12 ClockStartTimeout/11 McMeEnterKey/10
|
||||
ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06dd4c40
|
||||
ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06e83c40
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -547,7 +547,7 @@ ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06dd4c40
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/16
|
||||
ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06dd4e00
|
||||
ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06e83e00
|
||||
Type: function definition analyzed
|
||||
Visibility:
|
||||
Address is taken.
|
||||
@ -556,7 +556,7 @@ ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06dd4e00
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
extOscCallbacks/0 (extOscCallbacks) @06dceb40
|
||||
extOscCallbacks/0 (extOscCallbacks) @06e7db40
|
||||
Type: variable definition analyzed
|
||||
Visibility: public
|
||||
References: ExternalOscillatorEmpty/1 (addr)ExternalOscillatorEmpty/1 (addr)ResetFxoscOsconBypEocvGmSel/2 (addr)SetFxoscOsconBypEocvGmSel/3 (addr)ResetSxoscOsconEocv/4 (addr)SetSxoscOsconEocv/5 (addr)
|
||||
@ -569,7 +569,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Optimized Symbol table:
|
||||
|
||||
UpdateClockState/16 (UpdateClockState) @06eb2540
|
||||
UpdateClockState/16 (UpdateClockState) @06f12540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -578,7 +578,7 @@ UpdateClockState/16 (UpdateClockState) @06eb2540
|
||||
Function flags: optimize_size
|
||||
Called by: ResetFxoscOsconBypEocvGmSel/2 (1073741824 (estimated locally),1.00 per call) SetFxoscOsconBypEocvGmSel/3 (57431766 (estimated locally),0.06 per call) ResetSxoscOsconEocv/4 (1073741824 (estimated locally),1.00 per call) SetSxoscOsconEocv/5 (57431766 (estimated locally),0.25 per call)
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06eb2460
|
||||
Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06f12460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -587,7 +587,7 @@ Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06eb2460
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 (1073741824 (estimated locally),1.17 per call) SetSxoscOsconEocv/5 (1073741824 (estimated locally),4.67 per call)
|
||||
Calls:
|
||||
xosc/14 (xosc) @06eb3168
|
||||
xosc/14 (xosc) @06f13168
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -595,7 +595,7 @@ xosc/14 (xosc) @06eb3168
|
||||
Referring: SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/13 (ReportClockErrors) @06eb2380
|
||||
ReportClockErrors/13 (ReportClockErrors) @06f12380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -604,7 +604,7 @@ ReportClockErrors/13 (ReportClockErrors) @06eb2380
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 (114863532 (estimated locally),0.12 per call) SetFxoscOsconBypEocvGmSel/3 (57431766 (estimated locally),0.06 per call) SetFxoscOsconBypEocvGmSel/3 (14384734 (estimated locally),0.02 per call) SetSxoscOsconEocv/5 (57431766 (estimated locally),0.25 per call) SetSxoscOsconEocv/5 (3596184 (estimated locally),0.02 per call)
|
||||
Calls:
|
||||
ClockTimeoutExpired/12 (ClockTimeoutExpired) @06eb22a0
|
||||
ClockTimeoutExpired/12 (ClockTimeoutExpired) @06f122a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -613,7 +613,7 @@ ClockTimeoutExpired/12 (ClockTimeoutExpired) @06eb22a0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 (1073741824 (estimated locally),1.17 per call) SetFxoscOsconBypEocvGmSel/3 (407479353 (estimated locally),0.44 per call) SetSxoscOsconEocv/5 (1073741824 (estimated locally),4.67 per call) SetSxoscOsconEocv/5 (101869838 (estimated locally),0.44 per call)
|
||||
Calls:
|
||||
ClockStartTimeout/11 (ClockStartTimeout) @06eb21c0
|
||||
ClockStartTimeout/11 (ClockStartTimeout) @06f121c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -622,7 +622,7 @@ ClockStartTimeout/11 (ClockStartTimeout) @06eb21c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 (114863532 (estimated locally),0.12 per call) SetFxoscOsconBypEocvGmSel/3 (43590104 (estimated locally),0.05 per call) SetSxoscOsconEocv/5 (114863532 (estimated locally),0.50 per call) SetSxoscOsconEocv/5 (10897526 (estimated locally),0.05 per call)
|
||||
Calls:
|
||||
McMeEnterKey/10 (McMeEnterKey) @06eb20e0
|
||||
McMeEnterKey/10 (McMeEnterKey) @06f120e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -631,7 +631,7 @@ McMeEnterKey/10 (McMeEnterKey) @06eb20e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 (43590104 (estimated locally),0.05 per call) SetSxoscOsconEocv/5 (10897526 (estimated locally),0.05 per call)
|
||||
Calls:
|
||||
mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06eb3000
|
||||
mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06f13000
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -639,7 +639,7 @@ mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06eb3000
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetFxoscOsconBypEocvGmSel/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
mcmeSetPartitions/8 (mcmeSetPartitions) @06da7f78
|
||||
mcmeSetPartitions/8 (mcmeSetPartitions) @06f0cf78
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -647,7 +647,7 @@ mcmeSetPartitions/8 (mcmeSetPartitions) @06da7f78
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetFxoscOsconBypEocvGmSel/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
mcmeGetPartitions/7 (mcmeGetPartitions) @06da7f30
|
||||
mcmeGetPartitions/7 (mcmeGetPartitions) @06f0cf30
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -655,7 +655,7 @@ mcmeGetPartitions/7 (mcmeGetPartitions) @06da7f30
|
||||
Referring: SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/6 (clockFeatures) @06da7ee8
|
||||
clockFeatures/6 (clockFeatures) @06f0cee8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -663,7 +663,7 @@ clockFeatures/6 (clockFeatures) @06da7ee8
|
||||
Referring: ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06d9fb60
|
||||
SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06f04b60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -673,7 +673,7 @@ SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06d9fb60
|
||||
Function flags: count:229727064 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/13 (57431766 (estimated locally),0.25 per call) UpdateClockState/16 (57431766 (estimated locally),0.25 per call) ClockTimeoutExpired/12 (1073741824 (estimated locally),4.67 per call) Clock_Ip_TimeDelay/15 (1073741824 (estimated locally),4.67 per call) ClockStartTimeout/11 (114863532 (estimated locally),0.50 per call) ReportClockErrors/13 (3596184 (estimated locally),0.02 per call) ClockTimeoutExpired/12 (101869838 (estimated locally),0.44 per call) ClockStartTimeout/11 (10897526 (estimated locally),0.05 per call) McMeEnterKey/10 (10897526 (estimated locally),0.05 per call)
|
||||
ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06d9f700
|
||||
ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06f04700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -683,7 +683,7 @@ ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06d9f700
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/16 (1073741824 (estimated locally),1.00 per call)
|
||||
SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06d9f460
|
||||
SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06f04460
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -693,7 +693,7 @@ SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06d9f460
|
||||
Function flags: count:918908257 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/13 (114863532 (estimated locally),0.12 per call) ReportClockErrors/13 (57431766 (estimated locally),0.06 per call) UpdateClockState/16 (57431766 (estimated locally),0.06 per call) ClockTimeoutExpired/12 (1073741824 (estimated locally),1.17 per call) Clock_Ip_TimeDelay/15 (1073741824 (estimated locally),1.17 per call) ClockStartTimeout/11 (114863532 (estimated locally),0.12 per call) ReportClockErrors/13 (14384734 (estimated locally),0.02 per call) ClockTimeoutExpired/12 (407479353 (estimated locally),0.44 per call) ClockStartTimeout/11 (43590104 (estimated locally),0.05 per call) McMeEnterKey/10 (43590104 (estimated locally),0.05 per call)
|
||||
ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06dd4c40
|
||||
ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06e83c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -703,7 +703,7 @@ ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06dd4c40
|
||||
Function flags: count:1073741823 (estimated locally) body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/16 (1073741824 (estimated locally),1.00 per call)
|
||||
ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06dd4e00
|
||||
ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06e83e00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -713,7 +713,7 @@ ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06dd4e00
|
||||
Function flags: count:1073741824 (estimated locally) body nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
extOscCallbacks/0 (extOscCallbacks) @06dceb40
|
||||
extOscCallbacks/0 (extOscCallbacks) @06e7db40
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ExternalOscillatorEmpty/1 (addr)ExternalOscillatorEmpty/1 (addr)ResetFxoscOsconBypEocvGmSel/2 (addr)SetFxoscOsconBypEocvGmSel/3 (addr)ResetSxoscOsconEocv/4 (addr)SetSxoscOsconEocv/5 (addr)
|
||||
@ -736,7 +736,7 @@ Removing variables:
|
||||
|
||||
Final Symbol table:
|
||||
|
||||
UpdateClockState/16 (UpdateClockState) @06eb2540
|
||||
UpdateClockState/16 (UpdateClockState) @06f12540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -745,7 +745,7 @@ UpdateClockState/16 (UpdateClockState) @06eb2540
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06eb2460
|
||||
Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06f12460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -754,7 +754,7 @@ Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06eb2460
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
xosc/14 (xosc) @06eb3168
|
||||
xosc/14 (xosc) @06f13168
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -762,7 +762,7 @@ xosc/14 (xosc) @06eb3168
|
||||
Referring:
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/13 (ReportClockErrors) @06eb2380
|
||||
ReportClockErrors/13 (ReportClockErrors) @06f12380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -771,7 +771,7 @@ ReportClockErrors/13 (ReportClockErrors) @06eb2380
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
ClockTimeoutExpired/12 (ClockTimeoutExpired) @06eb22a0
|
||||
ClockTimeoutExpired/12 (ClockTimeoutExpired) @06f122a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -780,7 +780,7 @@ ClockTimeoutExpired/12 (ClockTimeoutExpired) @06eb22a0
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
ClockStartTimeout/11 (ClockStartTimeout) @06eb21c0
|
||||
ClockStartTimeout/11 (ClockStartTimeout) @06f121c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -789,7 +789,7 @@ ClockStartTimeout/11 (ClockStartTimeout) @06eb21c0
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
McMeEnterKey/10 (McMeEnterKey) @06eb20e0
|
||||
McMeEnterKey/10 (McMeEnterKey) @06f120e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -798,7 +798,7 @@ McMeEnterKey/10 (McMeEnterKey) @06eb20e0
|
||||
Function flags: optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06eb3000
|
||||
mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06f13000
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -806,7 +806,7 @@ mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06eb3000
|
||||
Referring:
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
mcmeSetPartitions/8 (mcmeSetPartitions) @06da7f78
|
||||
mcmeSetPartitions/8 (mcmeSetPartitions) @06f0cf78
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -814,7 +814,7 @@ mcmeSetPartitions/8 (mcmeSetPartitions) @06da7f78
|
||||
Referring:
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
mcmeGetPartitions/7 (mcmeGetPartitions) @06da7f30
|
||||
mcmeGetPartitions/7 (mcmeGetPartitions) @06f0cf30
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -822,7 +822,7 @@ mcmeGetPartitions/7 (mcmeGetPartitions) @06da7f30
|
||||
Referring:
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/6 (clockFeatures) @06da7ee8
|
||||
clockFeatures/6 (clockFeatures) @06f0cee8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -830,7 +830,7 @@ clockFeatures/6 (clockFeatures) @06da7ee8
|
||||
Referring:
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06d9fb60
|
||||
SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06f04b60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Address is taken.
|
||||
@ -840,7 +840,7 @@ SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06d9fb60
|
||||
Function flags: count:229727064 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06d9f700
|
||||
ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06f04700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Address is taken.
|
||||
@ -850,7 +850,7 @@ ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06d9f700
|
||||
Function flags: count:1073741823 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06d9f460
|
||||
SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06f04460
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Address is taken.
|
||||
@ -860,7 +860,7 @@ SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06d9f460
|
||||
Function flags: count:918908257 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06dd4c40
|
||||
ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06e83c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Address is taken.
|
||||
@ -870,7 +870,7 @@ ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06dd4c40
|
||||
Function flags: count:1073741823 (estimated locally) optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06dd4e00
|
||||
ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06e83e00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly asm_written
|
||||
Address is taken.
|
||||
@ -880,7 +880,7 @@ ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06dd4e00
|
||||
Function flags: count:1073741824 (estimated locally) nonfreeing_fn optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
extOscCallbacks/0 (extOscCallbacks) @06dceb40
|
||||
extOscCallbacks/0 (extOscCallbacks) @06e7db40
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible asm_written public
|
||||
Aux: @00000001
|
||||
|
||||
@ -13,7 +13,7 @@ Reclaiming variables:
|
||||
Clearing address taken flags:
|
||||
Symbol table:
|
||||
|
||||
UpdateClockState/16 (UpdateClockState) @06eb2540
|
||||
UpdateClockState/16 (UpdateClockState) @06f12540
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -22,7 +22,7 @@ UpdateClockState/16 (UpdateClockState) @06eb2540
|
||||
Function flags: optimize_size
|
||||
Called by: ResetFxoscOsconBypEocvGmSel/2 SetFxoscOsconBypEocvGmSel/3 ResetSxoscOsconEocv/4 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06eb2460
|
||||
Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06f12460
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -31,7 +31,7 @@ Clock_Ip_TimeDelay/15 (Clock_Ip_TimeDelay) @06eb2460
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
xosc/14 (xosc) @06eb3168
|
||||
xosc/14 (xosc) @06f13168
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -39,7 +39,7 @@ xosc/14 (xosc) @06eb3168
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
ReportClockErrors/13 (ReportClockErrors) @06eb2380
|
||||
ReportClockErrors/13 (ReportClockErrors) @06f12380
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -48,7 +48,7 @@ ReportClockErrors/13 (ReportClockErrors) @06eb2380
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
ClockTimeoutExpired/12 (ClockTimeoutExpired) @06eb22a0
|
||||
ClockTimeoutExpired/12 (ClockTimeoutExpired) @06f122a0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -57,7 +57,7 @@ ClockTimeoutExpired/12 (ClockTimeoutExpired) @06eb22a0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
ClockStartTimeout/11 (ClockStartTimeout) @06eb21c0
|
||||
ClockStartTimeout/11 (ClockStartTimeout) @06f121c0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -66,7 +66,7 @@ ClockStartTimeout/11 (ClockStartTimeout) @06eb21c0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
McMeEnterKey/10 (McMeEnterKey) @06eb20e0
|
||||
McMeEnterKey/10 (McMeEnterKey) @06f120e0
|
||||
Type: function
|
||||
Visibility: external public
|
||||
References:
|
||||
@ -75,7 +75,7 @@ McMeEnterKey/10 (McMeEnterKey) @06eb20e0
|
||||
Function flags: optimize_size
|
||||
Called by: SetFxoscOsconBypEocvGmSel/3 SetSxoscOsconEocv/5
|
||||
Calls:
|
||||
mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06eb3000
|
||||
mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06f13000
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -83,7 +83,7 @@ mcmeTriggerPartitions/9 (mcmeTriggerPartitions) @06eb3000
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
mcmeSetPartitions/8 (mcmeSetPartitions) @06da7f78
|
||||
mcmeSetPartitions/8 (mcmeSetPartitions) @06f0cf78
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -91,7 +91,7 @@ mcmeSetPartitions/8 (mcmeSetPartitions) @06da7f78
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
mcmeGetPartitions/7 (mcmeGetPartitions) @06da7f30
|
||||
mcmeGetPartitions/7 (mcmeGetPartitions) @06f0cf30
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -99,7 +99,7 @@ mcmeGetPartitions/7 (mcmeGetPartitions) @06da7f30
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
clockFeatures/6 (clockFeatures) @06da7ee8
|
||||
clockFeatures/6 (clockFeatures) @06f0cee8
|
||||
Type: variable
|
||||
Body removed by symtab_remove_unreachable_nodes
|
||||
Visibility: external public
|
||||
@ -107,7 +107,7 @@ clockFeatures/6 (clockFeatures) @06da7ee8
|
||||
Referring: SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)SetSxoscOsconEocv/5 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)ResetSxoscOsconEocv/4 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)SetFxoscOsconBypEocvGmSel/3 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)ResetFxoscOsconBypEocvGmSel/2 (read)
|
||||
Availability: not_available
|
||||
Varpool flags: read-only
|
||||
SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06d9fb60
|
||||
SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06f04b60
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -117,7 +117,7 @@ SetSxoscOsconEocv/5 (SetSxoscOsconEocv) @06d9fb60
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/13 UpdateClockState/16 ClockTimeoutExpired/12 Clock_Ip_TimeDelay/15 ClockStartTimeout/11 ReportClockErrors/13 ClockTimeoutExpired/12 ClockStartTimeout/11 McMeEnterKey/10
|
||||
ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06d9f700
|
||||
ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06f04700
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -127,7 +127,7 @@ ResetSxoscOsconEocv/4 (ResetSxoscOsconEocv) @06d9f700
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/16
|
||||
SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06d9f460
|
||||
SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06f04460
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -137,7 +137,7 @@ SetFxoscOsconBypEocvGmSel/3 (SetFxoscOsconBypEocvGmSel) @06d9f460
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: ReportClockErrors/13 ReportClockErrors/13 UpdateClockState/16 ClockTimeoutExpired/12 Clock_Ip_TimeDelay/15 ClockStartTimeout/11 ReportClockErrors/13 ClockTimeoutExpired/12 ClockStartTimeout/11 McMeEnterKey/10
|
||||
ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06dd4c40
|
||||
ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06e83c40
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -147,7 +147,7 @@ ResetFxoscOsconBypEocvGmSel/2 (ResetFxoscOsconBypEocvGmSel) @06dd4c40
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls: UpdateClockState/16
|
||||
ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06dd4e00
|
||||
ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06e83e00
|
||||
Type: function definition analyzed
|
||||
Visibility: prevailing_def_ironly
|
||||
Address is taken.
|
||||
@ -157,7 +157,7 @@ ExternalOscillatorEmpty/1 (ExternalOscillatorEmpty) @06dd4e00
|
||||
Function flags: body optimize_size
|
||||
Called by:
|
||||
Calls:
|
||||
extOscCallbacks/0 (extOscCallbacks) @06dceb40
|
||||
extOscCallbacks/0 (extOscCallbacks) @06e7db40
|
||||
Type: variable definition analyzed
|
||||
Visibility: externally_visible public
|
||||
References: ExternalOscillatorEmpty/1 (addr)ExternalOscillatorEmpty/1 (addr)ResetFxoscOsconBypEocvGmSel/2 (addr)SetFxoscOsconBypEocvGmSel/3 (addr)ResetSxoscOsconEocv/4 (addr)SetSxoscOsconEocv/5 (addr)
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user