Searched refs:load_bias (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/arch/arc/core/ |
D | elf.c | 35 uintptr_t load_bias) in arch_elf_relocate() argument
|
/Zephyr-latest/arch/riscv/core/ |
D | elf.c | 65 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/ |
D | llext.h | 344 uintptr_t sym_base_addr, const char *sym_name, uintptr_t load_bias);
|
/Zephyr-latest/arch/arm/core/ |
D | elf.c | 320 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/ |
D | elf.c | 434 uintptr_t load_bias) in arch_elf_relocate() argument
|
/Zephyr-latest/subsys/llext/ |
D | llext_link.c | 30 uintptr_t sym_base_addr, const char *sym_name, uintptr_t load_bias) in arch_elf_relocate() argument
|