Home
last modified time | relevance | path

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

/sysdeps/generic/
A Ddl-cache.h255 struct cache_extension_section sections[]; member
274 struct cache_extension_loaded sections[cache_extension_count]; member
286 = &loaded->sections[cache_extension_tag_glibc_hwcaps]; in cache_extension_verify()
330 if (__builtin_add_overflow (ext->sections[i].offset, in cache_extension_load()
331 ext->sections[i].size, &size_tmp) in cache_extension_load()
336 uint32_t tag = ext->sections[i].tag; in cache_extension_load()
340 loaded->sections[tag].base = file_base + ext->sections[i].offset; in cache_extension_load()
341 loaded->sections[tag].size = ext->sections[i].size; in cache_extension_load()
342 loaded->sections[tag].flags = ext->sections[i].flags; in cache_extension_load()

Completed in 4 milliseconds