Home
last modified time | relevance | path

Searched refs:VKI_F_GETFL (Results 1 – 13 of 13) sorted by relevance

/external/valgrind/main/include/vki/
Dvki-amd64-linux.h260 #define VKI_F_GETFL 3 /* get file->f_flags */ macro
Dvki-ppc32-linux.h325 #define VKI_F_GETFL 3 /* get file->f_flags */ macro
Dvki-arm-linux.h258 #define VKI_F_GETFL 3 /* get file->f_flags */ macro
Dvki-ppc64-linux.h378 #define VKI_F_GETFL 3 /* get file->f_flags */ macro
Dvki-s390x-linux.h325 #define VKI_F_GETFL 3 /* get file->f_flags */ macro
Dvki-x86-linux.h296 #define VKI_F_GETFL 3 /* get file->f_flags */ macro
Dvki-mips32-linux.h330 #define VKI_F_GETFL 3 /* get file->f_flags */ macro
Dvki-darwin.h274 #define VKI_F_GETFL F_GETFL macro
/external/valgrind/main/coregrind/m_gdbserver/
Dremote-utils.c345 save_fcntl_flags = VG_(fcntl) (remote_desc, VKI_F_GETFL, 0); in remote_open()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c3982 } else if ((fdfl = VG_(fcntl)(ARG1, VKI_F_GETFL, 0)) < 0) { in PRE()
4002 Int fdfl = VG_(fcntl)(ARG1, VKI_F_GETFL, 0); in POST()
4067 case VKI_F_GETFL: in PRE()
4167 case VKI_F_GETFL: in PRE()
Dsyswrap-darwin.c1069 case VKI_F_GETFL: in PRE()
1236 case VKI_F_GETFL: in POST()
Dsyswrap-generic.c751 if (VG_(fcntl)(i, VKI_F_GETFL, 0) != -1) in init_preopened_fds_without_proc_self_fd()
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt480 #define VKI_F_GETFL 3 /* get file->f_flags */