Lines Matching refs:sh_addr
157 (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()
507 uintptr_t section_addr = shdr->sh_addr; in llext_copy_symbols()