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