Home
last modified time | relevance | path

Searched refs:TXM_MODULE_PREAMBLE (Results 1 – 25 of 85) sorted by relevance

1234

/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_file_load.c89 TXM_MODULE_PREAMBLE *module_preamble; in _txm_module_manager_file_load()
91 TXM_MODULE_PREAMBLE preamble; in _txm_module_manager_file_load()
110 …status = fx_file_read(&module_file, (VOID *) &preamble, sizeof(TXM_MODULE_PREAMBLE), &actual_size… in _txm_module_manager_file_load()
117 if (actual_size == sizeof(TXM_MODULE_PREAMBLE)) in _txm_module_manager_file_load()
121 module_preamble = (TXM_MODULE_PREAMBLE *) &preamble; in _txm_module_manager_file_load()
Dtxm_module_manager_in_place_load.c78 TXM_MODULE_PREAMBLE *module_preamble; in _txm_module_manager_in_place_load()
86 module_preamble = (TXM_MODULE_PREAMBLE *) module_location; in _txm_module_manager_in_place_load()
Dtxm_module_manager_memory_load.c80 TXM_MODULE_PREAMBLE *module_preamble; in _txm_module_manager_memory_load()
94 module_preamble = (TXM_MODULE_PREAMBLE *) module_location; in _txm_module_manager_memory_load()
Dtxm_module_manager_absolute_load.c81 TXM_MODULE_PREAMBLE *module_preamble; in _txm_module_manager_absolute_load()
144 module_preamble = (TXM_MODULE_PREAMBLE *) module_location; in _txm_module_manager_absolute_load()
311 …HAR *) (ALIGN_TYPE) module_preamble->txm_module_preamble_code_size) + sizeof(TXM_MODULE_PREAMBLE)); in _txm_module_manager_absolute_load()
314 …(VOID *) (((CHAR *) module_preamble->txm_module_preamble_code_size) + sizeof(TXM_MODULE_PREAMBLE)); in _txm_module_manager_absolute_load()
Dtxm_module_manager_internal_load.c84 TXM_MODULE_PREAMBLE *module_preamble; in _txm_module_manager_internal_load()
147 module_preamble = (TXM_MODULE_PREAMBLE *) module_location; in _txm_module_manager_internal_load()
Dtxm_module_manager_util.c383 UINT _txm_module_manager_util_code_allocation_size_and_alignment_get(TXM_MODULE_PREAMBLE *module_p… in _txm_module_manager_util_code_allocation_size_and_alignment_get()
/ThreadX-v6.4.1/ports_module/rxv2/iar/module_manager/src/
Dtxm_module_manager_alignment_adjust.c70 VOID _txm_module_manager_alignment_adjust(TXM_MODULE_PREAMBLE *module_preamble, in _txm_module_manager_alignment_adjust()
Dtxm_module_manager_external_memory_enable.c81 TXM_MODULE_PREAMBLE *module_preamble; in _txm_module_manager_external_memory_enable()
/ThreadX-v6.4.1/ports_module/cortex_m33/iar/module_manager/src/
Dtxm_module_manager_alignment_adjust.c70 VOID _txm_module_manager_alignment_adjust(TXM_MODULE_PREAMBLE *module_preamble, in _txm_module_manager_alignment_adjust()
/ThreadX-v6.4.1/ports_module/cortex_m33/ac6/module_manager/src/
Dtxm_module_manager_alignment_adjust.c70 VOID _txm_module_manager_alignment_adjust(TXM_MODULE_PREAMBLE *module_preamble, in _txm_module_manager_alignment_adjust()
/ThreadX-v6.4.1/ports_module/cortex_m33/gnu/module_manager/src/
Dtxm_module_manager_alignment_adjust.c70 VOID _txm_module_manager_alignment_adjust(TXM_MODULE_PREAMBLE *module_preamble, in _txm_module_manager_alignment_adjust()
/ThreadX-v6.4.1/ports_module/cortex_m23/ac6/module_manager/src/
Dtxm_module_manager_alignment_adjust.c70 VOID _txm_module_manager_alignment_adjust(TXM_MODULE_PREAMBLE *module_preamble, in _txm_module_manager_alignment_adjust()
/ThreadX-v6.4.1/ports_module/cortex_m23/gnu/module_manager/src/
Dtxm_module_manager_alignment_adjust.c70 VOID _txm_module_manager_alignment_adjust(TXM_MODULE_PREAMBLE *module_preamble, in _txm_module_manager_alignment_adjust()
/ThreadX-v6.4.1/ports_module/cortex_m23/iar/module_manager/src/
Dtxm_module_manager_alignment_adjust.c70 VOID _txm_module_manager_alignment_adjust(TXM_MODULE_PREAMBLE *module_preamble, in _txm_module_manager_alignment_adjust()
/ThreadX-v6.4.1/ports_module/cortex_a7/gnu/module_manager/src/
Dtxm_module_manager_alignment_adjust.c70 VOID _txm_module_manager_alignment_adjust(TXM_MODULE_PREAMBLE *module_preamble, ULONG *code_size, … in _txm_module_manager_alignment_adjust()
/ThreadX-v6.4.1/ports_module/cortex_a7/ac5/module_manager/src/
Dtxm_module_manager_alignment_adjust.c69 VOID _txm_module_manager_alignment_adjust(TXM_MODULE_PREAMBLE *module_preamble, ULONG *code_size, … in _txm_module_manager_alignment_adjust()
/ThreadX-v6.4.1/ports_module/cortex_a7/iar/module_manager/src/
Dtxm_module_manager_alignment_adjust.c69 VOID _txm_module_manager_alignment_adjust(TXM_MODULE_PREAMBLE *module_preamble, ULONG *code_size, … in _txm_module_manager_alignment_adjust()
/ThreadX-v6.4.1/ports_module/cortex_r4/ac6/module_manager/src/
Dtxm_module_manager_alignment_adjust.c137 VOID _txm_module_manager_alignment_adjust(TXM_MODULE_PREAMBLE *module_preamble, in _txm_module_manager_alignment_adjust()
/ThreadX-v6.4.1/ports_module/cortex_r4/iar/module_manager/src/
Dtxm_module_manager_alignment_adjust.c133 VOID _txm_module_manager_alignment_adjust(TXM_MODULE_PREAMBLE *module_preamble, in _txm_module_manager_alignment_adjust()
/ThreadX-v6.4.1/ports_module/cortex_m7/ac6/module_manager/src/
Dtxm_module_manager_external_memory_enable.c199 TXM_MODULE_PREAMBLE *module_preamble; in _txm_module_manager_external_memory_enable()
/ThreadX-v6.4.1/ports_module/cortex_m7/gnu/module_manager/src/
Dtxm_module_manager_external_memory_enable.c199 TXM_MODULE_PREAMBLE *module_preamble; in _txm_module_manager_external_memory_enable()
/ThreadX-v6.4.1/ports_module/cortex_m7/iar/module_manager/src/
Dtxm_module_manager_external_memory_enable.c199 TXM_MODULE_PREAMBLE *module_preamble; in _txm_module_manager_external_memory_enable()
/ThreadX-v6.4.1/ports_module/cortex_m3/gnu/module_manager/src/
Dtxm_module_manager_external_memory_enable.c199 TXM_MODULE_PREAMBLE *module_preamble; in _txm_module_manager_external_memory_enable()
/ThreadX-v6.4.1/ports_module/cortex_a35/gnu/inc/
Dtxm_module_port.h274 VOID _txm_module_manager_alignment_adjust(TXM_MODULE_PREAMBLE *module_preamble, ULONG *code_size, …
/ThreadX-v6.4.1/ports_module/cortex_a35_smp/ac6/inc/
Dtxm_module_port.h269 VOID _txm_module_manager_alignment_adjust(TXM_MODULE_PREAMBLE *module_preamble, ULONG *code_size, …

1234