Searched defs:sect (Results 1 – 5 of 5) 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 | 442 #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/ |
D | nsi_cpu_if.h | 21 #define NATIVE_SIMULATOR_IF_SECT(sect) __attribute__((visibility("default"))) \ 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 | 485 uint32_t sect = sym.st_shndx; in llext_count_export_syms() local
|