Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 20 of 20) 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
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
Dgcc.h374 #define GTEXT(sym) .global sym; .type sym, %function argument
375 #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/
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
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
Dllext_load.c516 elf_sym_t sym; in llext_count_export_syms() local
579 struct llext_symbol *sym; in llext_export_symbols() local
637 elf_sym_t sym; in llext_copy_symbols() local
/Zephyr-latest/arch/xtensa/core/
Delf.c137 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/
Diccarm.h271 #define GTEXT(sym) argument
272 #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/
Dsize_report54 def get_symbol_addr(sym): argument
59 def get_symbol_size(sym): argument
64 def is_symbol_in_ranges(sym, ranges): argument
/Zephyr-latest/arch/arc/core/
Delf.c42 elf_sym_t sym; in arch_elf_relocate() local
/Zephyr-latest/arch/riscv/core/
Delf.c84 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/
Dllext_internal.h55 const elf_sym_t *sym) in llext_symbol_name()
/Zephyr-latest/arch/arm64/core/
Delf.c441 elf_sym_t sym; in arch_elf_relocate() local
/Zephyr-latest/arch/arm/core/
Delf.c327 elf_sym_t sym; in arch_elf_relocate() local