Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:oflags

698    Int        actual_fd, oflags;
840 oflags = VKI_O_RDONLY;
842 oflags |= VKI_O_LARGEFILE;
846 SysRes fd = VG_(open)( filename, oflags, 0 );