Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 14 of 14) 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
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
Dgcc.h370 #define GTEXT(sym) .global sym; .type sym, %function argument
371 #define GDATA(sym) .global sym; .type sym, %object argument
372 #define WTEXT(sym) .weak sym; .type sym, %function argument
373 #define WDATA(sym) .weak sym; .type sym, %object argument
395 #define GTEXT(sym) glbl_text sym argument
396 #define GDATA(sym) glbl_data sym argument
397 #define WDATA(sym) weak_data sym argument
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
Dcommon.h54 #define REQUIRES(sym) .set sym ## _Requires, sym argument
56 #define REQUIRES(sym) __asm__ (".set " # sym "_Requires, " # sym "\n\t"); argument
105 #define GC_SECTION(sym) SECTION .text.##sym, "ax" argument
/Zephyr-latest/include/zephyr/kernel/
Dthread_stack.h124 #define K_KERNEL_STACK_DECLARE(sym, size) \ argument
138 #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/
Dlint.py269 def has_prompt(sym): argument
273 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
Dkconfig.py190 def missing_deps(sym): argument
270 def promptless(sym): argument
Dguiconfig.py1296 def _check_valid(dialog, entry, sym, s): argument
1334 def _range_info(sym): argument
2080 def _value_info(sym): argument
2200 def _select_imply_info(sym): argument
Dmenuconfig.py2605 def _value_info(sym): argument
2725 def _select_imply_info(sym): argument
3084 def _check_valid(sym, s): argument
3114 def _range_info(sym): argument
Dkconfiglib.py1379 def _assigned_twice(self, sym, new_val, filename, linenr): argument
3567 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/
Delf_parser.py22 def __init__(self, elf, sym): argument
43 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/
Dllext_link.c36 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
184 elf_sym_t sym; in llext_link_plt() local
276 elf_sym_t sym; in llext_link() local
Dllext_load.c458 elf_sym_t sym; in llext_count_export_syms() local
520 struct llext_symbol *sym; in llext_export_symbols() local
554 elf_sym_t sym; in llext_copy_symbols() local
/Zephyr-latest/arch/xtensa/core/
Delf.c132 const elf_sym_t *sym, uint8_t *rel_addr, in arch_elf_relocate_local()
156 const elf_sym_t *sym, uint8_t *rel_addr, const void *link_addr) in arch_elf_relocate_global()
/Zephyr-latest/scripts/footprint/
Dsize_report54 def get_symbol_addr(sym): argument
59 def get_symbol_size(sym): argument
64 def is_symbol_in_ranges(sym, ranges): argument