Searched refs:sh_addr (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/arch/xtensa/core/ |
D | elf.c | 48 if (ext->sect_hdrs[sh_ndx].sh_addr <= *got_entry && in xtensa_elf_relocate() 50 ext->sect_hdrs[sh_ndx].sh_addr + ext->sect_hdrs[sh_ndx].sh_size) in xtensa_elf_relocate() 60 ext->sect_hdrs[sh_ndx].sh_addr; in xtensa_elf_relocate() 136 uintptr_t sh_addr; in arch_elf_relocate_local() local 142 sh_addr = shdr->sh_addr && in arch_elf_relocate_local() 144 shdr->sh_addr : (uintptr_t)llext_loaded_sect_ptr(ldr, ext, sym->st_shndx); in arch_elf_relocate_local() 146 sh_addr = ldr->sects[LLEXT_MEM_TEXT].sh_addr; in arch_elf_relocate_local() 149 xtensa_elf_relocate(ldr, ext, rel, sh_addr, rel_addr, type, ELF_ST_BIND(sym->st_info)); in arch_elf_relocate_local()
|
/Zephyr-latest/subsys/llext/ |
D | llext_load.c | 169 (size_t)shdr->sh_addr, in llext_find_tables() 342 if (shdr->sh_addr - region->sh_addr != in llext_map_sections() 354 size_t address = MIN(region->sh_addr, shdr->sh_addr); in llext_map_sections() 359 region->sh_addr = address; in llext_map_sections() 402 if ((x->sh_addr <= y->sh_addr && in llext_map_sections() 403 x->sh_addr + x->sh_size > y->sh_addr) || in llext_map_sections() 404 (y->sh_addr <= x->sh_addr && in llext_map_sections() 405 y->sh_addr + y->sh_size > x->sh_addr)) { in llext_map_sections() 408 i, (size_t)x->sh_addr, (size_t)x->sh_size, in llext_map_sections() 409 j, (size_t)y->sh_addr, (size_t)y->sh_size); in llext_map_sections() [all …]
|
D | llext_link.c | 56 if (ldr->sects[i].sh_addr <= offset && in llext_file_offset() 57 ldr->sects[i].sh_addr + ldr->sects[i].sh_size > offset) { in llext_file_offset() 58 return offset - ldr->sects[i].sh_addr + ldr->sects[i].sh_offset; in llext_file_offset()
|
/Zephyr-latest/include/zephyr/llext/ |
D | elf.h | 159 elf32_addr sh_addr; member 185 elf64_addr sh_addr; member
|
/Zephyr-latest/scripts/build/ |
D | check_init_priorities_test.py | 167 mock_section.header.sh_addr = 0x100 184 mock_section.header.sh_addr = 0x100
|
D | check_init_priorities.py | 174 start = section.header.sh_addr
|
/Zephyr-latest/tests/subsys/llext/src/ |
D | test_llext.c | 452 if (!detached_shdr.sh_addr) { in test_section_detached()
|