|
Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
| char * | filename |
| int | mode |
| int | perm |
| bool | nocache |
| ut8 | modified |
| RzBuffer * | buf |
Definition at line 9 of file io_default.c.
| RzBuffer* rz_io_mmo_t::buf |
Definition at line 15 of file io_default.c.
Referenced by io_default_get_buf(), rz_io_def_mmap_create_new_file(), rz_io_def_mmap_free(), rz_io_def_mmap_read(), rz_io_def_mmap_seek(), rz_io_def_mmap_truncate(), and rz_io_def_mmap_write().
| char* rz_io_mmo_t::filename |
Definition at line 10 of file io_default.c.
Referenced by rz_io_def_mmap_create_new_file(), rz_io_def_mmap_free(), and rz_io_def_mmap_open().
| int rz_io_mmo_t::mode |
Definition at line 11 of file io_default.c.
Referenced by test_group_name.GroupTest::run(), and rz_io_def_mmap_create_new_file().
| ut8 rz_io_mmo_t::modified |
Definition at line 14 of file io_default.c.
| bool rz_io_mmo_t::nocache |
Definition at line 13 of file io_default.c.
Referenced by rz_io_def_mmap_create_new_file().
| int rz_io_mmo_t::perm |
Definition at line 12 of file io_default.c.
Referenced by __resize(), and rz_io_def_mmap_create_new_file().