Searched refs:vtable (Results 1 – 5 of 5) sorted by relevance
84 if (_IO_2_1_stdin_.vtable != &_IO_file_jumps in check_stdfiles_vtables()85 || _IO_2_1_stdout_.vtable != &_IO_file_jumps in check_stdfiles_vtables()86 || _IO_2_1_stderr_.vtable != &_IO_file_jumps) in check_stdfiles_vtables()
87 if (_IO_stdin_.vtable != &_IO_old_file_jumps in _IO_check_libio()88 || _IO_stdout_.vtable != &_IO_old_file_jumps in _IO_check_libio()89 || _IO_stderr_.vtable != &_IO_old_file_jumps) in _IO_check_libio()
52 const struct _IO_jump_t *vtable; member
98 #define _IO_JUMPS(THIS) (THIS)->vtable100 _IO_CAST_FIELD_ACCESS ((THIS), struct _IO_FILE_plus, vtable)327 const struct _IO_jump_t *vtable; member337 const struct _IO_jump_t *vtable; member936 IO_validate_vtable (const struct _IO_jump_t *vtable) in IO_validate_vtable() argument941 uintptr_t ptr = (uintptr_t) vtable; in IO_validate_vtable()947 return vtable; in IO_validate_vtable()
325 const struct _IO_jump_t *vtable; member341 .vtable = &jumps, in my_file_create()
Completed in 14 milliseconds