Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/arch/arm/core/
Delf.c73 static inline int prel31_decode(elf_word reloc_type, uint32_t loc, in prel31_decode()
97 static int prel31_handler(elf_word reloc_type, uint32_t loc, in prel31_handler()
111 static inline int jumps_decode(elf_word reloc_type, uint32_t loc, in jumps_decode()
140 static int jumps_handler(elf_word reloc_type, uint32_t loc, in jumps_handler()
154 static void movs_handler(elf_word reloc_type, uint32_t loc, in movs_handler()
178 static inline int thm_jumps_decode(elf_word reloc_type, uint32_t loc, in thm_jumps_decode()
229 static int thm_jumps_handler(elf_word reloc_type, uint32_t loc, in thm_jumps_handler()
244 static void thm_movs_handler(elf_word reloc_type, uint32_t loc, in thm_movs_handler()
295 elf_word reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate()
/Zephyr-Core-3.7.0/arch/xtensa/core/
Delf.c34 elf_word *got_entry = (elf_word *)(text + got_offset); in arch_elf_relocate_local()
/Zephyr-Core-3.7.0/include/zephyr/llext/
Delf.h512 typedef elf64_xword elf_word; typedef
539 typedef elf32_word elf_word; typedef
/Zephyr-Core-3.7.0/subsys/llext/
Dshell.c47 for (elf_word i = 0; i < m->sym_tab.sym_cnt; i++) { in cmd_llext_list_symbols()
Dllext_link.c175 elf_word rel_cnt = 0; in llext_link()