Searched refs:vdso_file (Results 1 – 1 of 1) sorted by relevance
28 struct vdso_file { struct37 struct vdso_file vdso; argument39 struct vdso_file vdso32;40 struct vdso_file vdsox32;68 static char *get_file(struct vdso_file *vdso_file) in get_file() argument76 if (vdso_file->found) in get_file()77 return vdso_file->temp_file_name; in get_file()79 if (vdso_file->error || find_vdso_map(&start, &end)) in get_file()88 fd = mkstemp(vdso_file->temp_file_name); in get_file()93 vdso = vdso_file->temp_file_name; in get_file()[all …]