Searched refs:SECTION (Results 1 – 17 of 17) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | section_config.h | 24 SECTION(".hal.rom.text") 30 SECTION(".sim.rom.rodata") 33 SECTION(".hal.rom.rodata") 36 SECTION(".hal.rom.bss") 42 SECTION(".boot.ram.text") 45 SECTION(".boot.rodata") 48 SECTION(".boot.ram.data") 51 SECTION(".boot.ram.bss") 68 SECTION(".cmd.table.data") 85 SECTION(".bdsram.data") [all …]
|
A D | basic_types.h | 191 #define SECTION(_name) _Pragma( STRINGIFY(location=_name)) macro 199 #define SECTION(_name) __attribute__ ((__section__(_name))) macro
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | compiler.h | 65 #ifndef SECTION 66 #define SECTION(name) __attribute__((section(name))) macro 113 #ifndef SECTION 114 #define SECTION(name) __attribute__((section(name))) 167 #ifndef SECTION 168 #define SECTION(name) __attribute__((section(name)))
|
/AliOS-Things-master/components/cli/include/aos/ |
A D | cli.h | 27 #define SECTION(x) __attribute__((section(x))) macro 41 const char __clisym_##cmd##_name[] SECTION(".rodata") = #cmd; \ 42 const char __clisym_##cmd##_desc[] SECTION(".rodata") = #desc; \ 47 USED const struct cli_region __clisym_##cmd SECTION("CliRegion") = \
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/ |
A D | rtl8721dhp_app_start.c | 18 SECTION(".data") u8* __bss_start__ = 0; 19 SECTION(".data") u8* __bss_end__ = 0; 20 SECTION(".data") u8* __ram_nocache_start__ = 0; 21 SECTION(".data") u8* __ram_nocache_end__ = 0; 22 SECTION(".data") u8* __psram_bss_start__ = 0; 23 SECTION(".data") u8* __psram_bss_end__ = 0;
|
/AliOS-Things-master/components/ble_host/bt_host/include/common/ |
A D | common.h | 49 #define SECTION .section macro 87 #define GC_SECTION(sym) SECTION .text.##sym, "ax"
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/ram/ |
A D | shell_ram.c | 18 SECTION(".data") u8* __cmd_table_start__; 19 SECTION(".data") u8* __cmd_table_end__;
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ca/ |
A D | core_ca.h | 1816 SECTION, enumerator 1902 #define section_normal(descriptor_l1, region) region.rg_t = SECTION; \ 1947 #define section_normal_cod(descriptor_l1, region) region.rg_t = SECTION; \ 1962 #define section_normal_ro(descriptor_l1, region) region.rg_t = SECTION; \ 1977 #define section_normal_rw(descriptor_l1, region) region.rg_t = SECTION; \ 1991 #define section_so(descriptor_l1, region) region.rg_t = SECTION; \ 2007 #define section_device_ro(descriptor_l1, region) region.rg_t = SECTION; \ 2022 #define section_device_rw(descriptor_l1, region) region.rg_t = SECTION; \ 2037 #define section_device_ro(descriptor_l1, region) region.rg_t = SECTION; \ 2052 #define section_device_rw(descriptor_l1, region) region.rg_t = SECTION; \ [all …]
|
/AliOS-Things-master/components/trace/SEGGER/ |
A D | SEGGER_RTT_ASM_ARMv7M.S | 61 #define _SECTION(Sect, Type, AlignExp) SECTION Sect ## : ## Type ## :REORDER:NOROOT ## (AlignExp)
|
/AliOS-Things-master/hardware/arch/armv7m/iccarm/m3/ |
A D | port_s.S | 38 SECTION .text:CODE(2)
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | inffas32.asm | 60 ;;;SECTION .text 148 ;;SECTION .text 152 ;SECTION .data 158 ;SECTION .text
|
A D | match686.asm | 188 ;SECTION .text
|
/AliOS-Things-master/hardware/arch/armv7m/common/ |
A D | panic_iccarm.S | 11 SECTION .text:CODE(2)
|
/AliOS-Things-master/hardware/arch/armv7m/iccarm/m4/ |
A D | port_s.S | 38 SECTION .text:CODE(2)
|
/AliOS-Things-master/hardware/arch/armv7m/iccarm/m7/ |
A D | port_s.S | 38 SECTION .text:CODE(2)
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/ |
A D | arm_bitreversal2.S | 35 #define CODESECT SECTION `.text`:CODE
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | config.h.bak | 37 * \name SECTION: System support 301 /* \} name SECTION: System support */ 304 * \name SECTION: mbed TLS feature support 1723 /* \} name SECTION: mbed TLS feature support */ 1726 * \name SECTION: mbed TLS modules 2963 /* \} name SECTION: mbed TLS modules */ 2966 * \name SECTION: Module configuration options 3261 /* \} name SECTION: Customisation configuration options */
|
Completed in 31 milliseconds