-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathJtuxUtil.h
61 lines (54 loc) · 1.32 KB
/
JtuxUtil.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class jtux_UUtil */
#ifndef _Included_jtux_UUtil
#define _Included_jtux_UUtil
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: jtux_UUtil
* Method: check_type_sizes
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_jtux_UUtil_check_1type_1sizes
(JNIEnv *, jclass);
/*
* Class: jtux_UUtil
* Method: strerror
* Signature: (I)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_jtux_UUtil_strerror
(JNIEnv *, jclass, jint);
/*
* Class: jtux_UUtil
* Method: GetSymbol
* Signature: (Ljava/lang/String;Ljava/lang/String;)J
*/
JNIEXPORT jlong JNICALL Java_jtux_UUtil_GetSymbol
(JNIEnv *, jclass, jstring, jstring);
/*
* Class: jtux_UUtil
* Method: GetSymbolStr
* Signature: (Ljava/lang/String;I)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_jtux_UUtil_GetSymbolStr
(JNIEnv *, jclass, jstring, jint);
/*
* Class: jtux_UUtil
* Method: jaddr_to_seg
* Signature: (J[BI)V
*/
JNIEXPORT void JNICALL Java_jtux_UUtil_jaddr_1to_1seg
(JNIEnv *, jclass, jlong, jbyteArray, jint);
/*
* Class: jtux_UUtil
* Method: jaddr_from_seg
* Signature: (J[BI)V
*/
JNIEXPORT void JNICALL Java_jtux_UUtil_jaddr_1from_1seg
(JNIEnv *, jclass, jlong, jbyteArray, jint);
#ifdef __cplusplus
}
#endif
#endif