Home
last modified time | relevance | path

Searched defs:sect (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/toolchain/
Dmwdt.h63 #define SECTION_VAR(sect, sym) section_var_mwdt sect, sym argument
64 #define SECTION_FUNC(sect, sym) section_func_mwdt sect, sym argument
65 #define SECTION_SUBSEC_FUNC(sect, subsec, sym) \ argument
Dgcc.h442 #define SECTION_VAR(sect, sym) section_var sect, sym argument
443 #define SECTION_FUNC(sect, sym) section_func sect, sym argument
444 #define SECTION_SUBSEC_FUNC(sect, subsec, sym) \ argument
/Zephyr-latest/scripts/native_simulator/common/src/include/
Dnsi_cpu_if.h21 #define NATIVE_SIMULATOR_IF_SECT(sect) __attribute__((visibility("default"))) \ argument
/Zephyr-latest/include/zephyr/
Dsw_isr_table.h203 #define _Z_ISR_TABLE_ENTRY(irq, func, param, sect) \ argument
233 #define _Z_ISR_DIRECT_TABLE_ENTRY(irq, func, sect) \ argument
/Zephyr-latest/subsys/llext/
Dllext_load.c485 uint32_t sect = sym.st_shndx; in llext_count_export_syms() local