Home | History | Annotate | Download | only in m_debuginfo

Lines Matching defs:oflags

677    Int        nread, oflags;
801 oflags = VKI_O_RDONLY;
803 oflags |= VKI_O_LARGEFILE;
805 fd = VG_(open)( filename, oflags, 0 );