Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/arch/xtensa/core/
Delf.c35 uintptr_t sh_addr; in arch_elf_relocate_local() local
40 sh_addr = shdr->sh_addr ? : (uintptr_t)llext_peek(ldr, shdr->sh_offset); in arch_elf_relocate_local()
42 sh_addr = ldr->sects[LLEXT_MEM_TEXT].sh_addr; in arch_elf_relocate_local()
48 *got_entry += (uintptr_t)text - sh_addr; in arch_elf_relocate_local()
51 *got_entry += sh_addr; in arch_elf_relocate_local()
/Zephyr-Core-3.7.0/subsys/llext/
Dllext_load.c157 (size_t)shdr->sh_addr, in llext_find_tables()
278 if (shdr->sh_addr - region->sh_addr != in llext_map_sections()
290 size_t address = MIN(region->sh_addr, shdr->sh_addr); in llext_map_sections()
295 region->sh_addr = address; in llext_map_sections()
320 if ((x->sh_addr <= y->sh_addr && in llext_map_sections()
321 x->sh_addr + x->sh_size > y->sh_addr) || in llext_map_sections()
322 (y->sh_addr <= x->sh_addr && in llext_map_sections()
323 y->sh_addr + y->sh_size > x->sh_addr)) { in llext_map_sections()
326 i, (size_t)x->sh_addr, (size_t)x->sh_size, in llext_map_sections()
327 j, (size_t)y->sh_addr, (size_t)y->sh_size); in llext_map_sections()
[all …]
Dllext_link.c48 if (ldr->sects[i].sh_addr <= offset && in llext_file_offset()
49 ldr->sects[i].sh_addr + ldr->sects[i].sh_size > offset) in llext_file_offset()
50 return offset - ldr->sects[i].sh_addr + ldr->sects[i].sh_offset; in llext_file_offset()
/Zephyr-Core-3.7.0/include/zephyr/llext/
Delf.h159 elf32_addr sh_addr; member
185 elf64_addr sh_addr; member
/Zephyr-Core-3.7.0/scripts/build/
Dcheck_init_priorities_test.py167 mock_section.header.sh_addr = 0x100
184 mock_section.header.sh_addr = 0x100
Dcheck_init_priorities.py178 start = section.header.sh_addr