Searched refs:__fp (Results 1 – 5 of 5) sorted by relevance
44 __stdinbuf(FILE* __fp, state_type* __st);69 __stdinbuf<_CharT>::__stdinbuf(FILE* __fp, state_type* __st)70 : __file_(__fp),232 __stdoutbuf(FILE* __fp, state_type* __st);251 __stdoutbuf<_CharT>::__stdoutbuf(FILE* __fp, state_type* __st)252 : __file_(__fp),
1053 uint64_t getFP() const { return _registers.__fp; } in getFP()1054 void setFP(uint64_t value) { _registers.__fp = value; } in setFP()1059 uint64_t __fp; // Frame pointer x29 member
476 *bp = ucontext->uc_mcontext->__ss.__fp; in GetPcSpBp()
110 /// int _IO_getc(_IO_FILE * __fp);113 /// int _IO_putc(int __c, _IO_FILE * __fp);
5186 extern int _IO_getc (_IO_FILE *__fp) __attribute__ ((__nothrow__));5187 extern int _IO_putc (int __c, _IO_FILE *__fp) __attribute__ ((__nothrow__));5188 extern int _IO_feof (_IO_FILE *__fp) __attribute__ ((__nothrow__));5189 extern int _IO_ferror (_IO_FILE *__fp) __attribute__ ((__nothrow__));5191 extern int _IO_peekc_locked (_IO_FILE *__fp) __attribute__ ((__nothrow__));