Searched refs:vdso_file (Results 1 – 1 of 1) sorted by relevance
31 struct vdso_file { struct40 struct vdso_file vdso; argument42 struct vdso_file vdso32;43 struct vdso_file vdsox32;71 static char *get_file(struct vdso_file *vdso_file) in get_file() argument79 if (vdso_file->found) in get_file()80 return vdso_file->temp_file_name; in get_file()82 if (vdso_file->error || find_map(&start, &end, VDSO__MAP_NAME)) in get_file()91 fd = mkstemp(vdso_file->temp_file_name); in get_file()96 vdso = vdso_file->temp_file_name; in get_file()[all …]