📄 symtbl.c
字号:
/* symTbl.c - standalone symbol tables wrapper */
/* CREATED BY C:\tools\Tornado2.2/host/src/hutils/makeSymTbl.tcl
* WITH ARGS arm tmp.o symTbl.c
* ON Thu Sep 08 08:55:14 中国标准时间 2005
*/
#include "vxWorks.h"
#include "symbol.h"
IMPORT int AT91F_AIC_AcknowledgeIt ();
IMPORT int AT91F_AIC_CfgPMC ();
IMPORT int AT91F_AIC_ClearIt ();
IMPORT int AT91F_AIC_ConfigureIt ();
IMPORT int AT91F_AIC_DisableIt ();
IMPORT int AT91F_AIC_EnableIt ();
IMPORT int AT91F_AIC_IsActive ();
IMPORT int AT91F_AIC_IsPending ();
IMPORT int AT91F_AIC_Open ();
IMPORT int AT91F_AIC_SetExceptionVector ();
IMPORT int AT91F_AIC_Trig ();
IMPORT int AT91F_CKGR_GetMainClock ();
IMPORT int AT91F_DBGU_CfgPIO ();
IMPORT int AT91F_DBGU_CfgPMC ();
IMPORT int AT91F_DBGU_GetInterruptMaskStatus ();
IMPORT int AT91F_DBGU_InterruptDisable ();
IMPORT int AT91F_DBGU_InterruptEnable ();
IMPORT int AT91F_DBGU_IsInterruptMasked ();
IMPORT int AT91F_EBI_CfgPIO ();
IMPORT int AT91F_EMAC_CfgPIO ();
IMPORT int AT91F_EMAC_CfgPMC ();
IMPORT int AT91F_MCI_CfgPIO ();
IMPORT int AT91F_MCI_CfgPMC ();
IMPORT int AT91F_MCI_Cfg_ModeRegister ();
IMPORT int AT91F_MCI_Configure ();
IMPORT int AT91F_MCI_DisableIt ();
IMPORT int AT91F_MCI_Disable_Interface ();
IMPORT int AT91F_MCI_EnableIt ();
IMPORT int AT91F_MCI_Enable_Interface ();
IMPORT int AT91F_PDC_Close ();
IMPORT int AT91F_PDC_DisableRx ();
IMPORT int AT91F_PDC_DisableTx ();
IMPORT int AT91F_PDC_EnableRx ();
IMPORT int AT91F_PDC_EnableTx ();
IMPORT int AT91F_PDC_IsNextRxEmpty ();
IMPORT int AT91F_PDC_IsNextTxEmpty ();
IMPORT int AT91F_PDC_IsRxEmpty ();
IMPORT int AT91F_PDC_IsTxEmpty ();
IMPORT int AT91F_PDC_Open ();
IMPORT int AT91F_PDC_ReceiveFrame ();
IMPORT int AT91F_PDC_SendFrame ();
IMPORT int AT91F_PDC_SetNextRx ();
IMPORT int AT91F_PDC_SetNextTx ();
IMPORT int AT91F_PDC_SetRx ();
IMPORT int AT91F_PDC_SetTx ();
IMPORT int AT91F_PIOA_CfgPMC ();
IMPORT int AT91F_PIOB_CfgPMC ();
IMPORT int AT91F_PIOC_CfgPMC ();
IMPORT int AT91F_PIOD_CfgPMC ();
IMPORT int AT91F_PIO_A_RegisterSelection ();
IMPORT int AT91F_PIO_B_RegisterSelection ();
IMPORT int AT91F_PIO_CfgDirectDrive ();
IMPORT int AT91F_PIO_CfgInput ();
IMPORT int AT91F_PIO_CfgInputFilter ();
IMPORT int AT91F_PIO_CfgOpendrain ();
IMPORT int AT91F_PIO_CfgOutput ();
IMPORT int AT91F_PIO_CfgPeriph ();
IMPORT int AT91F_PIO_CfgPullup ();
IMPORT int AT91F_PIO_ClearOutput ();
IMPORT int AT91F_PIO_Disable ();
IMPORT int AT91F_PIO_Enable ();
IMPORT int AT91F_PIO_ForceOutput ();
IMPORT int AT91F_PIO_GetCfgPullup ();
IMPORT int AT91F_PIO_GetInput ();
IMPORT int AT91F_PIO_GetInputFilterStatus ();
IMPORT int AT91F_PIO_GetInterruptMaskStatus ();
IMPORT int AT91F_PIO_GetInterruptStatus ();
IMPORT int AT91F_PIO_GetMultiDriverStatus ();
IMPORT int AT91F_PIO_GetOutputDataStatus ();
IMPORT int AT91F_PIO_GetOutputStatus ();
IMPORT int AT91F_PIO_GetOutputWriteStatus ();
IMPORT int AT91F_PIO_GetStatus ();
IMPORT int AT91F_PIO_Get_AB_RegisterStatus ();
IMPORT int AT91F_PIO_InputFilterDisable ();
IMPORT int AT91F_PIO_InputFilterEnable ();
IMPORT int AT91F_PIO_InterruptDisable ();
IMPORT int AT91F_PIO_InterruptEnable ();
IMPORT int AT91F_PIO_IsAB_RegisterSet ();
IMPORT int AT91F_PIO_IsCfgPullupStatusSet ();
IMPORT int AT91F_PIO_IsInputFilterSet ();
IMPORT int AT91F_PIO_IsInputSet ();
IMPORT int AT91F_PIO_IsInterruptMasked ();
IMPORT int AT91F_PIO_IsInterruptSet ();
IMPORT int AT91F_PIO_IsMultiDriverSet ();
IMPORT int AT91F_PIO_IsOutputDataStatusSet ();
IMPORT int AT91F_PIO_IsOutputSet ();
IMPORT int AT91F_PIO_IsOutputWriteSet ();
IMPORT int AT91F_PIO_IsSet ();
IMPORT int AT91F_PIO_MultiDriverDisable ();
IMPORT int AT91F_PIO_MultiDriverEnable ();
IMPORT int AT91F_PIO_OutputDisable ();
IMPORT int AT91F_PIO_OutputEnable ();
IMPORT int AT91F_PIO_OutputWriteDisable ();
IMPORT int AT91F_PIO_OutputWriteEnable ();
IMPORT int AT91F_PIO_SetOutput ();
IMPORT int AT91F_PMC_CfgPIO ();
IMPORT int AT91F_PMC_CfgPMC ();
IMPORT int AT91F_PMC_DisablePCK ();
IMPORT int AT91F_PMC_DisablePeriphClock ();
IMPORT int AT91F_PMC_EnablePCK ();
IMPORT int AT91F_PMC_EnablePeriphClock ();
IMPORT int AT91F_PMC_GetMasterClock ();
IMPORT int AT91F_PMC_GetProcessorClock ();
IMPORT int AT91F_RTC_CfgPMC ();
IMPORT int AT91F_RTC_GetInterruptMaskStatus ();
IMPORT int AT91F_RTC_InterruptDisable ();
IMPORT int AT91F_RTC_InterruptEnable ();
IMPORT int AT91F_RTC_IsInterruptMasked ();
IMPORT int AT91F_SDRC_CfgPIO ();
IMPORT int AT91F_SMC2_CfgPIO ();
IMPORT int AT91F_SPI_CfgCs ();
IMPORT int AT91F_SPI_CfgMode ();
IMPORT int AT91F_SPI_CfgPCS ();
IMPORT int AT91F_SPI_CfgPIO ();
IMPORT int AT91F_SPI_CfgPMC ();
IMPORT int AT91F_SPI_Close ();
IMPORT int AT91F_SPI_Disable ();
IMPORT int AT91F_SPI_DisableIt ();
IMPORT int AT91F_SPI_Enable ();
IMPORT int AT91F_SPI_EnableIt ();
IMPORT int AT91F_SPI_GetChar ();
IMPORT int AT91F_SPI_GetInterruptMaskStatus ();
IMPORT int AT91F_SPI_IsInterruptMasked ();
IMPORT int AT91F_SPI_Open ();
IMPORT int AT91F_SPI_PutChar ();
IMPORT int AT91F_SPI_ReceiveFrame ();
IMPORT int AT91F_SPI_Reset ();
IMPORT int AT91F_SPI_SendFrame ();
IMPORT int AT91F_SSC0_CfgPMC ();
IMPORT int AT91F_SSC1_CfgPIO ();
IMPORT int AT91F_SSC1_CfgPMC ();
IMPORT int AT91F_SSC2_CfgPIO ();
IMPORT int AT91F_SSC2_CfgPMC ();
IMPORT int AT91F_SSC_Configure ();
IMPORT int AT91F_SSC_DisableIt ();
IMPORT int AT91F_SSC_DisableRx ();
IMPORT int AT91F_SSC_DisableTx ();
IMPORT int AT91F_SSC_EnableIt ();
IMPORT int AT91F_SSC_EnableRx ();
IMPORT int AT91F_SSC_EnableTx ();
IMPORT int AT91F_SSC_GetInterruptMaskStatus ();
IMPORT int AT91F_SSC_IsInterruptMasked ();
IMPORT int AT91F_SSC_ReceiveFrame ();
IMPORT int AT91F_SSC_SendFrame ();
IMPORT int AT91F_SSC_SetBaudrate ();
IMPORT int AT91F_ST_CfgPMC ();
IMPORT int AT91F_ST_DisableIt ();
IMPORT int AT91F_ST_EnableIt ();
IMPORT int AT91F_ST_GetInterruptMaskStatus ();
IMPORT int AT91F_ST_IsInterruptMasked ();
IMPORT int AT91F_ST_SetPeriodInterval ();
IMPORT int AT91F_SYS_CfgPMC ();
IMPORT int AT91F_TC0_CfgPMC ();
IMPORT int AT91F_TC1_CfgPMC ();
IMPORT int AT91F_TC2_CfgPMC ();
IMPORT int AT91F_TC3_CfgPMC ();
IMPORT int AT91F_TC4_CfgPMC ();
IMPORT int AT91F_TC5_CfgPMC ();
IMPORT int AT91F_TC_GetInterruptMaskStatus ();
IMPORT int AT91F_TC_InterruptDisable ();
IMPORT int AT91F_TC_InterruptEnable ();
IMPORT int AT91F_TC_IsInterruptMasked ();
IMPORT int AT91F_TWI_CfgPIO ();
IMPORT int AT91F_TWI_CfgPMC ();
IMPORT int AT91F_TWI_Configure ();
IMPORT int AT91F_TWI_DisableIt ();
IMPORT int AT91F_TWI_EnableIt ();
IMPORT int AT91F_TWI_GetInterruptMaskStatus ();
IMPORT int AT91F_TWI_IsInterruptMasked ();
IMPORT int AT91F_UDP_CfgPMC ();
IMPORT int AT91F_UDP_DisableEp ();
IMPORT int AT91F_UDP_DisableIt ();
IMPORT int AT91F_UDP_EnableEp ();
IMPORT int AT91F_UDP_EnableIt ();
IMPORT int AT91F_UDP_EpClear ();
IMPORT int AT91F_UDP_EpEndOfWr ();
IMPORT int AT91F_UDP_EpRead ();
IMPORT int AT91F_UDP_EpSet ();
IMPORT int AT91F_UDP_EpStall ();
IMPORT int AT91F_UDP_EpStatus ();
IMPORT int AT91F_UDP_EpWrite ();
IMPORT int AT91F_UDP_GetInterruptMaskStatus ();
IMPORT int AT91F_UDP_GetState ();
IMPORT int AT91F_UDP_IsInterruptMasked ();
IMPORT int AT91F_UDP_ResetEp ();
IMPORT int AT91F_UDP_SetAddress ();
IMPORT int AT91F_UDP_SetState ();
IMPORT int AT91F_UHP_CfgPMC ();
IMPORT int AT91F_US0_CfgPIO ();
IMPORT int AT91F_US0_CfgPMC ();
IMPORT int AT91F_US1_CfgPIO ();
IMPORT int AT91F_US1_CfgPMC ();
IMPORT int AT91F_US2_CfgPIO ();
IMPORT int AT91F_US2_CfgPMC ();
IMPORT int AT91F_US3_CfgPMC ();
IMPORT int AT91F_US_Baudrate ();
IMPORT int AT91F_US_Close ();
IMPORT int AT91F_US_Configure ();
IMPORT int AT91F_US_DisableIt ();
IMPORT int AT91F_US_DisableRx ();
IMPORT int AT91F_US_DisableTx ();
IMPORT int AT91F_US_EnableIt ();
IMPORT int AT91F_US_EnableRx ();
IMPORT int AT91F_US_EnableTx ();
IMPORT int AT91F_US_Error ();
IMPORT int AT91F_US_GetChar ();
IMPORT int AT91F_US_PutChar ();
IMPORT int AT91F_US_ReceiveFrame ();
IMPORT int AT91F_US_ResetRx ();
IMPORT int AT91F_US_ResetTx ();
IMPORT int AT91F_US_RxReady ();
IMPORT int AT91F_US_SendFrame ();
IMPORT int AT91F_US_SetBaudrate ();
IMPORT int AT91F_US_SetIrdaFilter ();
IMPORT int AT91F_US_SetTimeguard ();
IMPORT int AT91F_US_TxReady ();
IMPORT int DCACHE_CTRL;
IMPORT int _Randseed;
IMPORT int ___x_diab_arm_div_o;
IMPORT int ___x_diab_sxpasr64_o;
IMPORT int ___x_diab_sxpdiv64_o;
IMPORT int ___x_diab_sxplsl64_o;
IMPORT int ___x_diab_sxpmul64_o;
IMPORT int ___x_diab_sxprem32_o;
IMPORT int ___x_diab_sxprem64_o;
IMPORT int ___x_gnu___gcc_bcmp_o;
IMPORT int ___x_gnu__ashldi3_o;
IMPORT int ___x_gnu__ashrdi3_o;
IMPORT int ___x_gnu__bb_init_func_o;
IMPORT int ___x_gnu__bb_o;
IMPORT int ___x_gnu__clear_cache_o;
IMPORT int ___x_gnu__cmpdi2_o;
IMPORT int ___x_gnu__df_to_usi_o;
IMPORT int ___x_gnu__divdi3_o;
IMPORT int ___x_gnu__divsi3_o;
IMPORT int ___x_gnu__dp_df_to_usi_o;
IMPORT int ___x_gnu__dp_fpcmp_parts_df_o;
IMPORT int ___x_gnu__dp_make_df_o;
IMPORT int ___x_gnu__dp_pack_df_o;
IMPORT int ___x_gnu__dp_sf_to_usi_o;
IMPORT int ___x_gnu__dp_thenan_df_o;
IMPORT int ___x_gnu__dp_unpack_df_o;
IMPORT int ___x_gnu__dvmd_tls_o;
IMPORT int ___x_gnu__eprintf_o;
IMPORT int ___x_gnu__fixtfdi_o;
IMPORT int ___x_gnu__fixunstfdi_o;
IMPORT int ___x_gnu__fixunsxfdi_o;
IMPORT int ___x_gnu__fixunsxfsi_o;
IMPORT int ___x_gnu__fixxfdi_o;
IMPORT int ___x_gnu__floatditf_o;
IMPORT int ___x_gnu__floatdixf_o;
IMPORT int ___x_gnu__fpcmp_parts_sf_o;
IMPORT int ___x_gnu__interwork_call_via_rX_o;
IMPORT int ___x_gnu__lshrdi3_o;
IMPORT int ___x_gnu__make_sf_o;
IMPORT int ___x_gnu__moddi3_o;
IMPORT int ___x_gnu__modsi3_o;
IMPORT int ___x_gnu__muldi3_o;
IMPORT int ___x_gnu__negdi2_o;
IMPORT int ___x_gnu__pack_sf_o;
IMPORT int ___x_gnu__sf_to_usi_o;
IMPORT int ___x_gnu__shtab_o;
IMPORT int ___x_gnu__thenan_sf_o;
IMPORT int ___x_gnu__trampoline_o;
IMPORT int ___x_gnu__ucmpdi2_o;
IMPORT int ___x_gnu__udiv_w_sdiv_o;
IMPORT int ___x_gnu__udivdi3_o;
IMPORT int ___x_gnu__udivmoddi4_o;
IMPORT int ___x_gnu__udivsi3_o;
IMPORT int ___x_gnu__umoddi3_o;
IMPORT int ___x_gnu__umodsi3_o;
IMPORT int ___x_gnu__unpack_sf_o;
IMPORT int ___x_gnu_frame_o;
IMPORT int __adddf3 ();
IMPORT int __arm_call_via_o;
IMPORT int __ashldi3 ();
IMPORT int __ashrdi3 ();
IMPORT int __asr64 ();
IMPORT int __assert ();
IMPORT int __clear_cache ();
IMPORT int __clocale;
IMPORT int __cmpdf2 ();
IMPORT int __cmpdi2 ();
IMPORT int __common_intrinsicsInit ();
IMPORT int __costate;
IMPORT int __cplusLoadObjFiles;
IMPORT int __cplusLoad_o;
IMPORT int __cplusUsr_o;
IMPORT int __cplusXtors_o;
IMPORT int __ctype;
IMPORT int __daysSinceEpoch ();
IMPORT int __dflt_normalise ();
IMPORT int __div0 ();
IMPORT int __div32 ();
IMPORT int __div64 ();
IMPORT int __divdf3 ();
IMPORT int __divdi3 ();
IMPORT int __divsi3 ();
IMPORT int __dunder ();
IMPORT int __dunder_d ();
IMPORT int __eqdf2 ();
IMPORT int __errno ();
IMPORT int __exp10 ();
IMPORT int __extendsfdf2 ();
IMPORT int __fflt_normalise ();
IMPORT int __fixdfsi ();
IMPORT int __fixsfsi ();
IMPORT int __floatsidf ();
IMPORT int __floatsisf ();
IMPORT int __fpcmp_parts_d ();
IMPORT int __fpcmp_parts_f ();
IMPORT int __fpl_cmpreturn ();
IMPORT int __fpl_dcheck_NaN2 ();
IMPORT int __fpl_dcmp_InfNaN ();
IMPORT int __fpl_exception ();
IMPORT int __fpl_return_NaN ();
IMPORT int __funder ();
IMPORT int __funder_d ();
IMPORT int __gcc_bcmp ();
IMPORT int __gcc_intrinsicsInit ();
IMPORT int __gedf2 ();
IMPORT int __getDstInfo ();
IMPORT int __getTime ();
IMPORT int __getZoneInfo ();
IMPORT int __gtdf2 ();
IMPORT int __ieee754_rem_pio2 ();
IMPORT int __includeGnuIntrinsics;
IMPORT int __julday ();
IMPORT int __kernel_cos ();
IMPORT int __kernel_poly ();
IMPORT int __kernel_rem_pio2 ();
IMPORT int __kernel_sin ();
IMPORT int __kernel_tan ();
IMPORT int __ledf2 ();
IMPORT int __locale;
IMPORT int __loctime;
IMPORT int __lshrdi3 ();
IMPORT int __lsl64 ();
IMPORT int __ltdf2 ();
IMPORT int __make_dp ();
IMPORT int __make_fp ();
IMPORT int __moddi3 ();
IMPORT int __modsi3 ();
IMPORT int __mul64 ();
IMPORT int __muldf3 ();
IMPORT int __muldi3 ();
IMPORT int __nedf2 ();
IMPORT int __negdi2 ();
IMPORT int __pack_d ();
IMPORT int __pack_f ();
IMPORT int __rem32 ();
IMPORT int __rem64 ();
IMPORT int __rt_fp_status_addr ();
IMPORT int __sclose ();
IMPORT int __sflags ();
IMPORT int __sflush ();
IMPORT int __sfvwrite ();
IMPORT int __shtab;
IMPORT int __smakebuf ();
IMPORT int __sread ();
IMPORT int __srefill ();
IMPORT int __srget ();
IMPORT int __sseek ();
IMPORT int __stderr ();
IMPORT int __stdin ();
IMPORT int __stdout ();
IMPORT int __strxfrm ();
IMPORT int __subdf3 ();
IMPORT int __swbuf ();
IMPORT int __swrite ();
IMPORT int __swsetup ();
IMPORT int __thenan_df ();
IMPORT int __thenan_sf ();
IMPORT int __truncdfsf2 ();
IMPORT int __ucmpdi2 ();
IMPORT int __udiv32 ();
IMPORT int __udiv64 ();
IMPORT int __udiv_w_sdiv ();
IMPORT int __udivdi3 ();
IMPORT int __udivmoddi4 ();
IMPORT int __udivsi3 ();
IMPORT int __umoddi3 ();
IMPORT int __umodsi3 ();
IMPORT int __unpack_d ();
IMPORT int __unpack_f ();
IMPORT int __urem32 ();
IMPORT int __urem64 ();
IMPORT int _archHelp_msg;
IMPORT int _arpCmd ();
IMPORT int _clockRealtime;
IMPORT int _d2f ();
IMPORT int _d_add ();
IMPORT int _d_div ();
IMPORT int _d_dtof ();
IMPORT int _d_dtoi ();
IMPORT int _d_feq ();
IMPORT int _d_fge ();
IMPORT int _d_fgt ();
IMPORT int _d_fle ();
IMPORT int _d_flt ();
IMPORT int _d_fne ();
IMPORT int _d_itod ();
IMPORT int _d_mul ();
IMPORT int _d_sub ();
IMPORT int _d_utod ();
IMPORT int _dadd ();
IMPORT int _db_show_arptab ();
IMPORT int _dbgArchInit ();
IMPORT int _dbgDsmInstRtn;
IMPORT int _dbgFuncCallCheck ();
IMPORT int _dbgInstSizeGet ();
IMPORT int _dbgRetAdrsGet ();
IMPORT int _dbgTaskPCGet ();
IMPORT int _dbgTaskPCSet ();
IMPORT int _dcmpeq ();
IMPORT int _dcmpge ();
IMPORT int _dcmple ();
IMPORT int _ddiv ();
IMPORT int _deq ();
IMPORT int _dfix ();
IMPORT int _dfix_r ();
IMPORT int _dflt ();
IMPORT int _dfltu ();
IMPORT int _dgeq ();
IMPORT int _dgr ();
IMPORT int _dleq ();
IMPORT int _dls ();
IMPORT int _dmul ();
IMPORT int _dneq ();
IMPORT int _drdiv ();
IMPORT int _drem ();
IMPORT int _drsb ();
IMPORT int _dsqrt ();
IMPORT int _dsub ();
IMPORT int _f2d ();
IMPORT int _f_ftod ();
IMPORT int _f_ftoi ();
IMPORT int _f_itof ();
IMPORT int _f_utof ();
IMPORT int _ffix ();
IMPORT int _ffix_r ();
IMPORT int _fflt ();
IMPORT int _ffltu ();
IMPORT int _fpStatus;
IMPORT int _fp_trap ();
IMPORT int _fp_trapveneer ();
IMPORT int _func_armIntStackSplit;
IMPORT int _func_armIrqHandler;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -