Searched refs:elf_word (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.7.0/arch/arm/core/ |
D | elf.c | 73 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/ |
D | elf.c | 34 elf_word *got_entry = (elf_word *)(text + got_offset); in arch_elf_relocate_local()
|
/Zephyr-Core-3.7.0/include/zephyr/llext/ |
D | elf.h | 512 typedef elf64_xword elf_word; typedef 539 typedef elf32_word elf_word; typedef
|
/Zephyr-Core-3.7.0/subsys/llext/ |
D | shell.c | 47 for (elf_word i = 0; i < m->sym_tab.sym_cnt; i++) { in cmd_llext_list_symbols()
|
D | llext_link.c | 175 elf_word rel_cnt = 0; in llext_link()
|