Searched refs:aux_cache (Results 1 – 1 of 1) sorted by relevance
1029 struct aux_cache_file *aux_cache in load_aux_cache() local1031 if (aux_cache == MAP_FAILED in load_aux_cache()1036 + aux_cache->len_strings)) in load_aux_cache()1038 if (aux_cache != MAP_FAILED) in load_aux_cache()1039 munmap (aux_cache, aux_cache_size); in load_aux_cache()1050 = (const char *) &aux_cache->libs[aux_cache->nlibs]; in load_aux_cache()1053 aux_cache->libs[i].flags, in load_aux_cache()1054 aux_cache->libs[i].osversion, in load_aux_cache()1055 aux_cache->libs[i].isa_level, in load_aux_cache()1056 aux_cache->libs[i].soname == 0 in load_aux_cache()[all …]
Completed in 6 milliseconds