Home
last modified time | relevance | path

Searched refs:load_bias (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/arch/riscv/core/
Delf.c205 const uintptr_t load_bias = (uintptr_t)ext->mem[LLEXT_MEM_TEXT]; in arch_elf_relocate() local
264 sym_name, (void *)loc, (void *)sym_base_addr, (void *)load_bias, in arch_elf_relocate()
270 sym_name, (void *)loc, (void *)sym_base_addr, (void *)load_bias, in arch_elf_relocate()
288 UNALIGNED_PUT(load_bias + rel->r_addend, loc_word); /* B + A */ in arch_elf_relocate()
/Zephyr-latest/arch/arm/core/
Delf.c325 const uintptr_t load_bias = (uintptr_t)ext->mem[LLEXT_MEM_TEXT]; in arch_elf_relocate() local
399 *(uint32_t *)loc += load_bias; in arch_elf_relocate()