Home
last modified time | relevance | path

Searched refs:TARGET_O_LARGEFILE (Results 1 – 10 of 10) sorted by relevance

/qemu/linux-user/generic/
H A Dfcntl.h43 #ifndef TARGET_O_LARGEFILE
44 #define TARGET_O_LARGEFILE 0100000 macro
/qemu/linux-user/ppc/
H A Dtarget_fcntl.h13 #define TARGET_O_LARGEFILE 0200000 macro
/qemu/linux-user/arm/
H A Dtarget_fcntl.h14 #define TARGET_O_LARGEFILE 0400000 macro
/qemu/linux-user/m68k/
H A Dtarget_fcntl.h14 #define TARGET_O_LARGEFILE 0400000 macro
/qemu/linux-user/alpha/
H A Dtarget_fcntl.h18 #define TARGET_O_LARGEFILE 0 /* not necessary, always 64-bit */ macro
/qemu/linux-user/hppa/
H A Dtarget_fcntl.h18 #define TARGET_O_LARGEFILE 000004000 macro
/qemu/linux-user/mips/
H A Dtarget_fcntl.h19 #define TARGET_O_LARGEFILE 0x2000 /* allow large file opens */ macro
/qemu/linux-user/sparc/
H A Dtarget_fcntl.h24 #define TARGET_O_LARGEFILE 0x40000 macro
/qemu/linux-user/
H A Dsyscall.c456 #if TARGET_O_LARGEFILE != 0 || O_LARGEFILE != 0
457 { TARGET_O_LARGEFILE, TARGET_O_LARGEFILE, O_LARGEFILE, O_LARGEFILE, },
7057 ret |= TARGET_O_LARGEFILE; in do_fcntl()
H A Dstrace.c1038 #if TARGET_O_LARGEFILE != 0