Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Typedefs | |
typedef HtPP | SetP |
typedef HtUP | SetU |
Functions | |
RZ_API SetP * | set_p_new (void) |
RZ_API void | set_p_add (SetP *p, const void *u) |
RZ_API bool | set_p_contains (SetP *s, const void *u) |
RZ_API void | set_p_delete (SetP *s, const void *u) |
RZ_API void | set_p_free (SetP *p) |
RZ_API SetU * | set_u_new (void) |
RZ_API void | set_u_add (SetU *p, ut64 u) |
RZ_API bool | set_u_contains (SetU *s, ut64 u) |
RZ_API void | set_u_delete (SetU *s, ut64 u) |
RZ_API void | set_u_free (SetU *p) |
Definition at line 16 of file set.c.
Referenced by compute_pos(), and place_nodes().
Definition at line 34 of file set.c.
References s.
Referenced by parse_type(), relocation_function_process_noreturn(), rz_analysis_fcn(), rz_analysis_rtti_itanium_recover_all(), rz_dyldcache_symbols_from_locsym(), symbols(), and symbols_from_bin().
Definition at line 38 of file set.c.
Referenced by parse_type(), rz_analysis_fcn(), rz_analysis_rtti_itanium_recover_all(), rz_dyldcache_symbols_from_locsym(), and symbols().
Definition at line 46 of file set.c.
References s.
Referenced by parse_type_outer(), rz_analysis_fcn(), rz_analysis_free(), rz_analysis_rtti_itanium_recover_all(), rz_core_analysis_propagate_noreturn_relocs(), and symbols().
Definition at line 30 of file set.c.
Referenced by parse_type_outer(), rz_analysis_fcn(), rz_analysis_rtti_itanium_recover_all(), rz_core_analysis_propagate_noreturn_relocs(), and symbols().