Searched defs:reloc_type (Results  1 – 4 of 4) sorted by relevance
| /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()  local
  | 
| /Zephyr-latest/arch/arm64/core/ | 
| D | elf.c | 101 static uint64_t reloc(enum aarch64_reloc_type reloc_type, uintptr_t loc, uintptr_t sym_base_addr,  in reloc() 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()  local
  | 
| /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()  local 204 	elf_word reloc_type = ELF32_R_TYPE(rel->r_info);  in arch_elf_relocate()  local
  | 
| /Zephyr-latest/arch/arc/core/ | 
| D | elf.c | 64 	int reloc_type = ELF32_R_TYPE(rel->r_info);  in arch_elf_relocate()  local
  |