Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/llext/
Dllext_link.c368 uintptr_t sect_base = 0; in llext_link() local
456 sect_base = (uintptr_t) llext_loaded_sect_ptr(ldr, ext, shdr->sh_info); in llext_link()
/Zephyr-latest/arch/riscv/core/
Delf.c96 const uintptr_t sect_base = (uintptr_t)llext_loaded_sect_ptr(ldr, ext, shdr->sh_info); in llext_riscv_find_sym_pcrel() local
129 candidate_loc = sect_base + candidate.r_offset; in llext_riscv_find_sym_pcrel()