Home
last modified time | relevance | path

Searched refs:elf_word (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.6.0/arch/xtensa/core/
Delf.c36 elf_word ptr_offset = *(elf_word *)(text + got_offset); in arch_elf_relocate_local()
42 *(elf_word *)(text + got_offset) = (elf_word)(text + ptr_offset - in arch_elf_relocate_local()
/Zephyr-Core-3.6.0/arch/arm/core/
Delf.c25 elf_word reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate()
/Zephyr-Core-3.6.0/include/zephyr/llext/
Delf.h448 typedef elf64_xword elf_word; typedef
474 typedef elf32_word elf_word; typedef
/Zephyr-Core-3.6.0/subsys/llext/
Dshell.c47 for (elf_word i = 0; i < m->sym_tab.sym_cnt; i++) { in cmd_llext_list_symbols()
Dllext.c673 elf_word rel_cnt = 0; in llext_link()