Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Classes | |
class | zstringlen |
struct | zstringlen::Val |
class | izstream |
class | ozstream |
Macros | |
#define | SET_BINARY_MODE(file) |
Functions | |
template<class T , class Items > | |
int | read (izstream &zs, T *x, Items items) |
template<class T > | |
izstream & | operator> (izstream &zs, T &x) |
izstream & | operator> (izstream &zs, char *x) |
char * | read_string (izstream &zs) |
template<class T , class Items > | |
int | write (ozstream &zs, const T *x, Items items) |
template<class T > | |
ozstream & | operator< (ozstream &zs, const T &x) |
ozstream & | operator< (ozstream &zs, const char *x) |
template<class T > | |
ostream & | operator<< (ozstream &zs, const T &x) |
Definition at line 286 of file zstream.h.
References ozstream::fp(), gzwrite(), len, and x.
Definition at line 115 of file zstream.h.
References izstream::fp(), gzread(), T, and x.
Referenced by __read(), apprentice_map(), assemble(), binutils_assemble(), bload(), bochs_open(), bochs_wait(), bskip(), buf_file_read(), calculate_decrypt(), calculate_encrypt(), calculate_hash(), cdb_init(), cdb_read(), clusterReadHandler(), dex_parse(), dex_string_new(), esil_peek_some(), file_or_fd(), go_string(), go_uvariant(), gz_load(), gzlog_compress(), gzscan(), gztack(), in(), info(), io_read(), kwajd_extract(), lang_pipe_run(), langFromHashbang(), load_buffer(), log_compress(), log_head(), log_last(), log_recover(), lzh_read_input(), lzss_decompress(), mkdtemp(), parse_go_build_info(), parse_pointer(), parseOperand(), print_instruction_ops(), process_constructors(), procfs_pid_slurp(), read_bin(), read_input(), read_int(), read_to_strbuf(), readin(), rz_buf_fwd_scan(), rz_cons_get_cur_line(), rz_cons_readchar(), rz_cons_yesno(), rz_diff_hex_visual(), rz_diff_slurp_file(), rz_io_cache_read(), rz_line_readchar_utf8(), rz_main_rz_asm(), RZ_PACKED(), rz_sign_flirt_parse_string_pattern_from_buffer(), rz_stdin_slurp(), rzpipe_open(), rzpipe_read(), sdb_journal_load(), sdb_text_load(), sigchld_th(), slurp(), sp_blocking_read(), test_decompress(), type_match(), use_stdin(), uv__async_io(), uv__fs_read(), uv__fs_sendfile_emul(), uv__fs_work(), uv__inotify_read(), uv__random_readpath(), uv__read(), uv__signal_event(), uv__signal_lock(), uv__slurp(), uv_process_reqs(), uv_resident_set_memory(), uv_spawn(), and zip_secure_random().
|
inline |