Home
last modified time | relevance | path

Searched defs:SECTION (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.5.0/components/esp_common/include/
Desp_attr.h150 #define _SECTION_ATTR_IMPL(SECTION, COUNTER) __attribute__((section(SECTION "." _COUNTER_STRINGIFY(… argument
/hal_espressif-3.5.0/tools/catch/
Dcatch.hpp10469 #define SECTION( ... ) INTERNAL_CATCH_SECTION( __VA_ARGS__ ) macro
10477 #define SECTION( name, description ) INTERNAL_CATCH_SECTION( name, description ) macro