Home
last modified time | relevance | path

Searched refs:r_addend (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/arch/riscv/core/
Delf.c94 __typeof__(rel->r_addend) target_alignment = 1; in arch_elf_relocate()
107 jump_target = sym_base_addr + rel->r_addend; /* S + A */ in arch_elf_relocate()
112 UNALIGNED_PUT(sym_base_addr + rel->r_addend, loc64); /* S + A */ in arch_elf_relocate()
116 UNALIGNED_PUT(load_bias + rel->r_addend, loc_word); /* B + A */ in arch_elf_relocate()
123 jump_target = sym_base_addr + rel->r_addend - loc; /* S + A - P */ in arch_elf_relocate()
132 jump_target = sym_base_addr + rel->r_addend - loc; /* S + A - P */ in arch_elf_relocate()
144 jump_target = sym_base_addr + rel->r_addend - loc; /* S + A - P */ in arch_elf_relocate()
210 jump_target = sym_base_addr + rel->r_addend; /* S + A */ in arch_elf_relocate()
227 jump_target = sym_base_addr + rel->r_addend; /* S + A */ in arch_elf_relocate()
237 imm8 = sym_base_addr + rel->r_addend; /* S + A */ in arch_elf_relocate()
[all …]
/Zephyr-latest/arch/arm64/core/
Delf.c135 *(int64_t *)loc = reloc(AARCH64_RELOC_TYPE_ABS, loc, sym_base_addr, rel->r_addend); in data_reloc_handler()
139 x = reloc(AARCH64_RELOC_TYPE_ABS, loc, sym_base_addr, rel->r_addend); in data_reloc_handler()
147 x = reloc(AARCH64_RELOC_TYPE_ABS, loc, sym_base_addr, rel->r_addend); in data_reloc_handler()
155 *(int64_t *)loc = reloc(AARCH64_RELOC_TYPE_PREL, loc, sym_base_addr, rel->r_addend); in data_reloc_handler()
159 x = reloc(AARCH64_RELOC_TYPE_PREL, loc, sym_base_addr, rel->r_addend); in data_reloc_handler()
167 x = reloc(AARCH64_RELOC_TYPE_PREL, loc, sym_base_addr, rel->r_addend); in data_reloc_handler()
257 x = reloc(type, loc, sym_base_addr, rel->r_addend); in movw_reloc_handler()
377 x = reloc(type, loc, sym_base_addr, rel->r_addend); in imm_reloc_handler()
/Zephyr-latest/arch/arc/core/
Delf.c41 sym_base_addr += rel->r_addend; in arch_elf_relocate()
56 value = (sym_base_addr + rel->r_addend - (loc & ~0x3)) >> 2; in arch_elf_relocate()
/Zephyr-latest/include/zephyr/llext/
Delf.h338 elf32_sword r_addend; member
380 elf64_sxword r_addend; member
/Zephyr-latest/arch/xtensa/core/
Delf.c94 rsym.st_value + rel->r_addend; in xtensa_elf_relocate()