kernel/eka/kernel/arm/d_entry.cpp
branchGCCE_COMPATIBILITY
changeset 3 9a3ffdc955cd
parent 0 a41df078684a
child 246 4a60358e2cbf
equal deleted inserted replaced
2:2fa1cc9bce0b 3:9a3ffdc955cd
    47 			(*__CTOR_LIST__[i++])();
    47 			(*__CTOR_LIST__[i++])();
    48 		}
    48 		}
    49 	return KernelModuleEntry(aReason);
    49 	return KernelModuleEntry(aReason);
    50 	}
    50 	}
    51 
    51 
    52 #elif defined(__ARMCC__)
    52 #elif defined(__EABI__)
    53 
    53 
    54 void __DLL_Export_Table__(void);
    54 void __DLL_Export_Table__(void);
    55 void __cpp_initialize__aeabi_(void);
    55 void __cpp_initialize__aeabi_(void);
    56 __weak void run_static_dtors(void);
    56 __WEAK__ void run_static_dtors(void);
    57 
    57 
    58 GLDEF_C TInt _E32Dll_Body(TInt aReason)
    58 GLDEF_C TInt _E32Dll_Body(TInt aReason)
    59 //
    59 //
    60 // Call global constructors or destructors
    60 // Call global constructors or destructors
    61 //
    61 //