]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - qnx/src/ipc3x_dev/ti/syslink/procMgr/hlos/knl/loaders/Elf/Qnx/DLOAD/TMS470_DLOAD_DYN/arm_dynamic.h
Update QNX IPC loader to RIDL 2.1.0
[ipc/ipcdev.git] / qnx / src / ipc3x_dev / ti / syslink / procMgr / hlos / knl / loaders / Elf / Qnx / DLOAD / TMS470_DLOAD_DYN / arm_dynamic.h
index bc42cae934f7eb59e1bb878221022bfbe6b3007d..5657e1376ce3a62faeae0d2acc5b398de2ea53d2 100644 (file)
@@ -3,7 +3,7 @@
 *
 * Interface into ARM-specific dynamic loader functionality.
 *
-* Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/
+* Copyright (C) 2009-2015 Texas Instruments Incorporated - http://www.ti.com/
 *
 *
 * Redistribution and use in source and binary forms, with or without
@@ -46,4 +46,9 @@ BOOL DLDYN_arm_relocate_dynamic_tag_info(DLIMP_Dynamic_Module *dyn_module,
                                          int32_t i);
 BOOL DLDYN_arm_process_eiosabi(DLIMP_Dynamic_Module* dyn_module);
 
+#define T_INTSZ 32
+#define T_CHARSZ 8
+#define MEM_INC 8
+#define PTR_SZ  32
+
 #endif