Home
last modified time | relevance | path

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

/Zephyr-latest/arch/xtensa/core/
Delf.c40 elf_word *got_entry = (elf_word *)loc; in xtensa_elf_relocate() local
53 if (ext->sect_hdrs[sh_ndx].sh_addr <= *got_entry && in xtensa_elf_relocate()
54 *got_entry < in xtensa_elf_relocate()
60 LOG_ERR("%#x not found in any of the sections", *got_entry); in xtensa_elf_relocate()
64 *got_entry += (uintptr_t)llext_loaded_sect_ptr(ldr, ext, sh_ndx) - in xtensa_elf_relocate()
70 *got_entry = addr; in xtensa_elf_relocate()
75 *got_entry += addr; in xtensa_elf_relocate()
100 ssize_t value = (link_addr - (((uintptr_t)got_entry + 3) & ~3)) >> 2; in xtensa_elf_relocate()
130 *(uint32_t *)((uintptr_t)got_entry & ~3), type, (void *)got_entry); in xtensa_elf_relocate()