Searched defs:sect (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/toolchain/ |
D | mwdt.h | 63 #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
|
D | gcc.h | 446 #define SECTION_VAR(sect, sym) section_var sect, sym argument 447 #define SECTION_FUNC(sect, sym) section_func sect, sym argument 448 #define SECTION_SUBSEC_FUNC(sect, subsec, sym) \ argument
|
/Zephyr-latest/scripts/native_simulator/common/src/include/ |
D | nsi_cpu_if.h | 21 #define NATIVE_SIMULATOR_IF_SECT(sect) __attribute__((visibility("default"))) \ argument
|
/Zephyr-latest/include/zephyr/toolchain/iar/ |
D | iccarm.h | 276 #define SECTION_VAR(sect, sym) argument 277 #define SECTION_FUNC(sect, sym) argument 278 #define SECTION_SUBSEC_FUNC(sect, subsec, sym) argument
|
/Zephyr-latest/include/zephyr/ |
D | sw_isr_table.h | 203 #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/ |
D | llext_load.c | 543 uint32_t sect = sym.st_shndx; in llext_count_export_syms() local
|