Searched refs:reloc_type (Results 1 – 5 of 5) sorted by relevance
| /arch/arm/core/ |
| A D | elf.c | 107 ARG_UNUSED(reloc_type); in prel31_decode() 147 ARG_UNUSED(reloc_type); in jumps_decode() 198 if (reloc_type == R_ARM_MOVT_PREL || reloc_type == R_ARM_MOVW_PREL_NC) { in movs_handler() 201 if (reloc_type == R_ARM_MOVT_ABS || reloc_type == R_ARM_MOVT_PREL) { in movs_handler() 218 ARG_UNUSED(reloc_type); in thm_jumps_decode() 295 if (reloc_type == R_ARM_THM_MOVT_PREL || reloc_type == R_ARM_THM_MOVW_PREL_NC) { in thm_movs_handler() 298 if (reloc_type == R_ARM_THM_MOVT_ABS || reloc_type == R_ARM_THM_MOVT_PREL) { in thm_movs_handler() 330 elf_word reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate() local 355 switch (reloc_type) { in arch_elf_relocate() 389 movs_handler(reloc_type, loc, sym_base_addr, sym_name); in arch_elf_relocate() [all …]
|
| /arch/riscv/core/ |
| A D | elf.c | 47 elf_word reloc_type) in riscv_relocation_fits() argument 89 elf_word reloc_type; in llext_riscv_find_sym_pcrel() local 106 if (reloc_type != R_RISCV_PCREL_LO12_I && reloc_type != R_RISCV_PCREL_LO12_S) { in llext_riscv_find_sym_pcrel() 275 switch (reloc_type) { in arch_elf_relocate() 302 reloc_type); in arch_elf_relocate() 311 reloc_type); in arch_elf_relocate() 345 reloc_type); in arch_elf_relocate() 385 reloc_type); in arch_elf_relocate() 395 reloc_type); in arch_elf_relocate() 481 reloc_type); in arch_elf_relocate() [all …]
|
| /arch/x86/core/ |
| A D | elf.c | 60 int reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate() local 62 switch (reloc_type) { in arch_elf_relocate() 73 LOG_ERR("unknown relocation: %u\n", reloc_type); in arch_elf_relocate() 125 int reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate() local 127 switch (reloc_type) { in arch_elf_relocate() 135 LOG_ERR("unknown relocation: %u\n", reloc_type); in arch_elf_relocate()
|
| /arch/arm64/core/ |
| A D | elf.c | 104 switch (reloc_type) { in reloc() 134 switch (reloc_type) { in data_reloc_handler() 203 switch (reloc_type) { in movw_reloc_handler() 310 switch (reloc_type) { in imm_reloc_handler() 439 elf_word reloc_type = ELF_R_TYPE(rel->r_info); in arch_elf_relocate() local 461 switch (reloc_type) { in arch_elf_relocate() 474 ret = data_reloc_handler(rel, reloc_type, loc, sym_base_addr); in arch_elf_relocate() 509 ret = imm_reloc_handler(rel, reloc_type, loc, sym_base_addr); in arch_elf_relocate() 515 ret = imm_reloc_handler(rel, reloc_type, loc, sym_base_addr); in arch_elf_relocate() 520 ret = imm_reloc_handler(rel, reloc_type, loc, sym_base_addr); in arch_elf_relocate() [all …]
|
| /arch/arc/core/ |
| A D | elf.c | 65 int reloc_type = ELF32_R_TYPE(rel->r_info); in arch_elf_relocate() local 67 switch (reloc_type) { in arch_elf_relocate() 112 LOG_ERR("unknown relocation: %u\n", reloc_type); in arch_elf_relocate()
|
Completed in 15 milliseconds