Searched refs:elf_word (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/arch/xtensa/core/ |
D | elf.c | 40 elf_word *got_entry = (elf_word *)loc; in xtensa_elf_relocate() 167 if (type == R_XTENSA_RELATIVE && *(elf_word *)rel_addr) { in arch_elf_relocate_global() 168 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 | 102 static inline int prel31_decode(elf_word reloc_type, uint32_t loc, in prel31_decode() 126 static int prel31_handler(elf_word reloc_type, uint32_t loc, in prel31_handler() 140 static inline int jumps_decode(elf_word reloc_type, uint32_t loc, in jumps_decode() 169 static int jumps_handler(elf_word reloc_type, uint32_t loc, in jumps_handler() 183 static void movs_handler(elf_word reloc_type, uint32_t loc, in movs_handler() 207 static inline int thm_jumps_decode(elf_word reloc_type, uint32_t loc, in thm_jumps_decode() 258 static int thm_jumps_handler(elf_word reloc_type, uint32_t loc, in thm_jumps_handler() 273 static void thm_movs_handler(elf_word reloc_type, uint32_t loc, in thm_movs_handler() 324 elf_word reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate()
|
/Zephyr-latest/arch/arm64/core/ |
D | elf.c | 129 static int data_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in data_reloc_handler() 193 static int movw_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in movw_reloc_handler() 297 static int imm_reloc_handler(elf_rela_t *rel, elf_word reloc_type, uintptr_t loc, in imm_reloc_handler() 439 elf_word reloc_type = ELF_R_TYPE(rel->r_info); in arch_elf_relocate()
|
/Zephyr-latest/arch/riscv/core/ |
D | elf.c | 47 elf_word reloc_type) in riscv_relocation_fits() 89 elf_word reloc_type; in llext_riscv_find_sym_pcrel() 95 const elf_word rel_cnt = shdr->sh_size / shdr->sh_entsize; in llext_riscv_find_sym_pcrel() 204 elf_word reloc_type = ELF32_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/subsys/llext/ |
D | shell.c | 55 for (elf_word i = 0; i < m->exp_tab.sym_cnt; i++) { in cmd_llext_list_symbols()
|
D | llext_link.c | 370 elf_word rel_cnt = 0; in llext_link()
|