| /Zephyr-latest/include/zephyr/toolchain/ | 
| D | mwdt.h | 63 #define SECTION_VAR(sect, sym) section_var_mwdt sect, sym  argument64 #define SECTION_FUNC(sect, sym) section_func_mwdt sect, sym  argument
 65 #define SECTION_SUBSEC_FUNC(sect, subsec, sym) \  argument
 110 #define GTEXT(sym) glbl_text_mwdt sym  argument
 111 #define GDATA(sym) glbl_data_mwdt sym  argument
 112 #define WDATA(sym) weak_data_mwdt sym  argument
 113 #define WTEXT(sym) weak_text_mwdt sym  argument
 
 | 
| D | common.h | 54   #define REQUIRES(sym) .set sym ## _Requires, sym  argument56   #define REQUIRES(sym) __asm__ (".set " # sym "_Requires, " # sym "\n\t");  argument
 105   #define GC_SECTION(sym) SECTION .text.##sym, "ax"  argument
 
 | 
| D | gcc.h | 374 #define GTEXT(sym) .global sym; .type sym, %function  argument375 #define GDATA(sym) .global sym; .type sym, %object  argument
 376 #define WTEXT(sym) .weak sym; .type sym, %function  argument
 377 #define WDATA(sym) .weak sym; .type sym, %object  argument
 399 #define GTEXT(sym) glbl_text sym  argument
 400 #define GDATA(sym) glbl_data sym  argument
 401 #define WDATA(sym) weak_data sym  argument
 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/include/zephyr/kernel/ | 
| D | thread_stack.h | 124 #define K_KERNEL_STACK_DECLARE(sym, size) \  argument138 #define K_KERNEL_STACK_ARRAY_DECLARE(sym, nmemb, size) \  argument
 152 #define K_KERNEL_PINNED_STACK_ARRAY_DECLARE(sym, nmemb, size) \  argument
 175 #define Z_KERNEL_STACK_DEFINE_IN(sym, size, lsect) \  argument
 188 #define Z_KERNEL_STACK_ARRAY_DEFINE_IN(sym, nmemb, size, lsect) \  argument
 214 #define K_KERNEL_STACK_DEFINE(sym, size) \  argument
 230 #define K_KERNEL_PINNED_STACK_DEFINE(sym, size) \  argument
 233 #define K_KERNEL_PINNED_STACK_DEFINE(sym, size) \  argument
 246 #define K_KERNEL_STACK_ARRAY_DEFINE(sym, nmemb, size) \  argument
 263 #define K_KERNEL_PINNED_STACK_ARRAY_DEFINE(sym, nmemb, size) \  argument
 [all …]
 
 | 
| /Zephyr-latest/scripts/kconfig/ | 
| D | lint.py | 269 def has_prompt(sym):  argument273 def is_selected_or_implied(sym):  argument
 277 def has_defaults(sym):  argument
 281 def is_selecting_or_implying(sym):  argument
 285 def name_and_locs(sym):  argument
 
 | 
| D | kconfig.py | 190 def missing_deps(sym):  argument270 def promptless(sym):  argument
 
 | 
| D | guiconfig.py | 1296 def _check_valid(dialog, entry, sym, s):  argument1334 def _range_info(sym):  argument
 2080 def _value_info(sym):  argument
 2200 def _select_imply_info(sym):  argument
 
 | 
| D | menuconfig.py | 2605 def _value_info(sym):  argument2725 def _select_imply_info(sym):  argument
 3084 def _check_valid(sym, s):  argument
 3114 def _range_info(sym):  argument
 
 | 
| D | kconfiglib.py | 1379     def _assigned_twice(self, sym, new_val, filename, linenr):  argument3567     def _finalize_sym(self, sym):  argument
 3767         def num_ok(sym, type_):  argument
 3857         def warn_select_imply(sym, expr, expr_type):  argument
 6411 def _sym_to_num(sym):  argument
 6488 def _expr_depends_on(expr, sym):  argument
 6608 def _check_dep_loop_sym(sym, ignore_choice):  argument
 
 | 
| /Zephyr-latest/scripts/build/ | 
| D | elf_parser.py | 22     def __init__(self, elf, sym):  argument43     def __init__(self, elf, sym):  argument
 59     def __init__(self, elf, sym):  argument
 91     def __init__(self, elf, sym):  argument
 153     def symbol_data(self, sym):  argument
 229         def _on_pm(sym):  argument
 235         def _on_ordinal(sym):  argument
 240         def _on_device(sym):  argument
 
 | 
| /Zephyr-latest/subsys/llext/ | 
| D | llext_link.c | 36 				    const elf_rela_t *rel, const elf_sym_t *sym, uint8_t *rel_addr,  in arch_elf_relocate_local()42 				     const elf_rela_t *rel, const elf_sym_t *sym, uint8_t *rel_addr,  in arch_elf_relocate_global()
 115 	const char *sym;  member
 149 		      elf_sym_t *sym)  in llext_read_symbol()
 168 			const elf_rela_t *rel, const elf_sym_t *sym, const char *name,  in llext_lookup_symbol()
 270 		elf_sym_t sym;  in llext_link_plt()  local
 477 				elf_sym_t sym;  in llext_link()  local
 
 | 
| D | llext_load.c | 516 	elf_sym_t sym;  in llext_count_export_syms()  local579 	struct llext_symbol *sym;  in llext_export_symbols()  local
 637 	elf_sym_t sym;  in llext_copy_symbols()  local
 
 | 
| /Zephyr-latest/arch/xtensa/core/ | 
| D | elf.c | 137 			     const elf_sym_t *sym, uint8_t *rel_addr,  in arch_elf_relocate_local()162 			      const elf_sym_t *sym, uint8_t *rel_addr, const void *link_addr)  in arch_elf_relocate_global()
 
 | 
| /Zephyr-latest/include/zephyr/toolchain/iar/ | 
| D | iccarm.h | 271 #define GTEXT(sym)  argument272 #define GDATA(sym)  argument
 273 #define WTEXT(sym)  argument
 274 #define WDATA(sym)  argument
 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/scripts/footprint/ | 
| D | size_report | 54 def get_symbol_addr(sym):  argument59 def get_symbol_size(sym):  argument
 64 def is_symbol_in_ranges(sym, ranges):  argument
 
 | 
| /Zephyr-latest/arch/arc/core/ | 
| D | elf.c | 42 	elf_sym_t sym;  in arch_elf_relocate()  local
 | 
| /Zephyr-latest/arch/riscv/core/ | 
| D | elf.c | 84 				      const elf_sym_t *sym, intptr_t *link_addr_out)  in llext_riscv_find_sym_pcrel()208 	elf_sym_t sym;  in arch_elf_relocate()  local
 
 | 
| /Zephyr-latest/include/zephyr/llext/ | 
| D | llext_internal.h | 55 					    const elf_sym_t *sym)  in llext_symbol_name()
 | 
| /Zephyr-latest/arch/arm64/core/ | 
| D | elf.c | 441 	elf_sym_t sym;  in arch_elf_relocate()  local
 | 
| /Zephyr-latest/arch/arm/core/ | 
| D | elf.c | 327 	elf_sym_t sym;  in arch_elf_relocate()  local
 |