Home
last modified time | relevance | path

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 Dsection_config.h24 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 Dbasic_types.h191 #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 Dcompiler.h65 #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 Dcli.h27 #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 Drtl8721dhp_app_start.c18 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 Dcommon.h49 #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 Dshell_ram.c18 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 Dcore_ca.h1816 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 DSEGGER_RTT_ASM_ARMv7M.S61 #define _SECTION(Sect, Type, AlignExp) SECTION Sect ## : ## Type ## :REORDER:NOROOT ## (AlignExp)
/AliOS-Things-master/hardware/arch/armv7m/iccarm/m3/
A Dport_s.S38 SECTION .text:CODE(2)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/
A Dinffas32.asm60 ;;;SECTION .text
148 ;;SECTION .text
152 ;SECTION .data
158 ;SECTION .text
A Dmatch686.asm188 ;SECTION .text
/AliOS-Things-master/hardware/arch/armv7m/common/
A Dpanic_iccarm.S11 SECTION .text:CODE(2)
/AliOS-Things-master/hardware/arch/armv7m/iccarm/m4/
A Dport_s.S38 SECTION .text:CODE(2)
/AliOS-Things-master/hardware/arch/armv7m/iccarm/m7/
A Dport_s.S38 SECTION .text:CODE(2)
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/
A Darm_bitreversal2.S35 #define CODESECT SECTION `.text`:CODE
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dconfig.h.bak37 * \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