HomeSort by relevance Sort by last modified time
    Searched refs:__iob_func (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 84 _CRTIMP FILE *__cdecl __iob_func(void);
85 #define _iob __iob_func()
89 #define __iob_func() (_iob) macro
92 #define __iob_func() (* __MINGW_IMP_SYMBOL(_iob)) macro
93 #define _iob __iob_func()
115 #define stdin (&__iob_func()[0])
116 #define stdout (&__iob_func()[1])
117 #define stderr (&__iob_func()[2])
    [all...]
wchar.h 48 _CRTIMP FILE *__cdecl __iob_func(void);
49 #define _iob __iob_func()
53 #define __iob_func() (_iob) macro
56 #define __iob_func() (* __MINGW_IMP_SYMBOL(_iob)) macro
60 #define _iob __iob_func()
64 #define stdin (&__iob_func()[0])
65 #define stdout (&__iob_func()[1])
66 #define stderr (&__iob_func()[2])
    [all...]
  /build/soong/cmd/symbol_inject/
pe_symboldata_test.go     [all...]

Completed in 204 milliseconds