Searched refs:vdso_file (Results 1 – 1 of 1) sorted by relevance
27 struct vdso_file { struct36 struct vdso_file vdso; argument38 struct vdso_file vdso32;39 struct vdso_file vdsox32;67 static char *get_file(struct vdso_file *vdso_file) in get_file() argument75 if (vdso_file->found) in get_file()76 return vdso_file->temp_file_name; in get_file()78 if (vdso_file->error || find_vdso_map(&start, &end)) in get_file()87 fd = mkstemp(vdso_file->temp_file_name); in get_file()92 vdso = vdso_file->temp_file_name; in get_file()[all …]