Searched refs:elf_word (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/arch/xtensa/core/ |
D | elf.c | 39 elf_word *got_entry = (elf_word *)loc; in xtensa_elf_relocate() 161 if (type == R_XTENSA_RELATIVE && *(elf_word *)rel_addr) { in arch_elf_relocate_global() 162 LOG_WRN("global: non-zero relative value %#x", *(elf_word *)rel_addr); in arch_elf_relocate_global()
|
/Zephyr-latest/arch/arm/core/ |
D | elf.c | 101 static inline int prel31_decode(elf_word reloc_type, uint32_t loc, in prel31_decode() 125 static int prel31_handler(elf_word reloc_type, uint32_t loc, in prel31_handler() 139 static inline int jumps_decode(elf_word reloc_type, uint32_t loc, in jumps_decode() 168 static int jumps_handler(elf_word reloc_type, uint32_t loc, in jumps_handler() 182 static void movs_handler(elf_word reloc_type, uint32_t loc, in movs_handler() 206 static inline int thm_jumps_decode(elf_word reloc_type, uint32_t loc, in thm_jumps_decode() 257 static int thm_jumps_handler(elf_word reloc_type, uint32_t loc, in thm_jumps_handler() 272 static void thm_movs_handler(elf_word reloc_type, uint32_t loc, in thm_movs_handler() 323 elf_word reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate()
|
/Zephyr-latest/arch/arm64/core/ |
D | elf.c | 128 static int data_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in data_reloc_handler() 192 static int movw_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in movw_reloc_handler() 296 static int imm_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in imm_reloc_handler() 438 elf_word reloc_type = ELF_R_TYPE(rel->r_info); in arch_elf_relocate()
|
/Zephyr-latest/include/zephyr/llext/ |
D | elf.h | 469 typedef elf64_xword elf_word; typedef 496 typedef elf32_word elf_word; typedef
|
/Zephyr-latest/arch/riscv/core/ |
D | elf.c | 44 elf_word reloc_type) in riscv_relocation_fits() 68 elf_word reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate()
|
/Zephyr-latest/subsys/llext/ |
D | shell.c | 55 for (elf_word i = 0; i < m->sym_tab.sym_cnt; i++) { in cmd_llext_list_symbols()
|
D | llext_link.c | 277 elf_word rel_cnt = 0; in llext_link()
|