Home
last modified time | relevance | path

Searched refs:COFF_SECTION_ATTR_NOLOAD_FOR_CODE_MEMORY (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.5/build/libraries/dsp/common/include/
Ddsp_coff.h35 #define COFF_SECTION_ATTR_NOLOAD_FOR_CODE_MEMORY 0x00000020 macro
/TwlSDK-5.5/build/libraries/dsp/ARM9.TWL/src/
Ddsp_process.c283 BOOL noload = ((section->s_flags & COFF_SECTION_ATTR_NOLOAD_FOR_CODE_MEMORY) != 0); in DSPi_MapAndLoadProcessImageCallback()
1040 if ((section->s_flags & COFF_SECTION_ATTR_NOLOAD_FOR_CODE_MEMORY) != 0) in DSPi_LoadProcessImageCallback()