Searched refs:JUMP0 (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/libio/ |
D | libioP.h | 123 #define JUMP0(FUNC, THIS) (_IO_JUMPS_FUNC(THIS)->FUNC) (THIS) macro 154 #define _IO_UNDERFLOW(FP) JUMP0 (__underflow, FP) 162 #define _IO_UFLOW(FP) JUMP0 (__uflow, FP) 215 #define _IO_SYNC(FP) JUMP0 (__sync, FP) 222 #define _IO_DOALLOCATE(FP) JUMP0 (__doallocate, FP) 265 #define _IO_SYSCLOSE(FP) JUMP0 (__close, FP) 280 #define _IO_SHOWMANYC(FP) JUMP0 (__showmanyc, FP)
|
/glibc-2.36/posix/ |
D | tst-regex.input | 11022 (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 11022 (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
|