Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arc/core/
Delf.c35 uintptr_t load_bias) in arch_elf_relocate() argument
/Zephyr-latest/arch/riscv/core/
Delf.c65 const char *sym_name, uintptr_t load_bias) in arch_elf_relocate() argument
98 sym_name, (void *)loc, (void *)sym_base_addr, (void *)load_bias, in arch_elf_relocate()
116 UNALIGNED_PUT(load_bias + rel->r_addend, loc_word); /* B + A */ in arch_elf_relocate()
/Zephyr-latest/include/zephyr/llext/
Dllext.h344 uintptr_t sym_base_addr, const char *sym_name, uintptr_t load_bias);
/Zephyr-latest/arch/arm/core/
Delf.c320 const char *sym_name, uintptr_t load_bias) in arch_elf_relocate() argument
377 *(uint32_t *)loc += load_bias; in arch_elf_relocate()
/Zephyr-latest/arch/arm64/core/
Delf.c434 uintptr_t load_bias) in arch_elf_relocate() argument
/Zephyr-latest/subsys/llext/
Dllext_link.c30 uintptr_t sym_base_addr, const char *sym_name, uintptr_t load_bias) in arch_elf_relocate() argument