Rizin
unix-like reverse engineering framework and cli tools
hashvector.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2013-2021 th0rpe <josediazfer@yahoo.es>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#ifndef HASHVECTOR_H
5
#define HASHVECTOR_H
6
7
#include <
rz_types.h
>
8
9
typedef
struct
{
10
st32
code
;
11
st32
(*hash_func)(
st32
A1
,
st32
A2);
12
}
HASHCODE_ENTRY_T
;
13
14
#endif
A1
#define A1
Definition:
crc64_fast.c:24
rz_types.h
st32
#define st32
Definition:
rz_types_base.h:12
HASHCODE_ENTRY_T
Definition:
hashvector.h:9
HASHCODE_ENTRY_T::code
st32 code
Definition:
hashvector.h:10
librz
asm
arch
tms320
c55x_plus
hashvector.h
Generated by
1.9.1