Rizin
unix-like reverse engineering framework and cli tools
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
b
d
e
h
i
k
n
p
r
s
w
Properties
Events
Related Functions
Files
File List
File Members
All
$
.
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
.
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
class_local_variable.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2021 deroad <wargio@libero.it>
2
// SPDX-License-Identifier: LGPL-3.0-only
3
4
#ifndef RZ_BIN_JAVA_CLASS_LOCAL_VARIABLE_TABLE_H
5
#define RZ_BIN_JAVA_CLASS_LOCAL_VARIABLE_TABLE_H
6
#include <
rz_types.h
>
7
8
typedef
struct
java_local_variable_table_t
{
9
ut16
start_pc
;
10
ut16
length
;
11
ut16
name_index
;
12
ut16
descriptor_index
;
13
ut16
index
;
14
}
LocalVariableTable
;
15
16
typedef
struct
java_local_variable_type_table_t
{
17
ut16
start_pc
;
18
ut16
length
;
19
ut16
name_index
;
20
ut16
signature_index
;
21
ut16
index
;
22
}
LocalVariableTypeTable
;
23
24
#endif
/* RZ_BIN_JAVA_CLASS_LOCAL_VARIABLE_TABLE_H */
LocalVariableTable
struct java_local_variable_table_t LocalVariableTable
LocalVariableTypeTable
struct java_local_variable_type_table_t LocalVariableTypeTable
ut16
uint16_t ut16
Definition:
demangler_util.h:30
rz_types.h
java_local_variable_table_t
Definition:
class_local_variable.h:8
java_local_variable_table_t::index
ut16 index
Definition:
class_local_variable.h:13
java_local_variable_table_t::descriptor_index
ut16 descriptor_index
Definition:
class_local_variable.h:12
java_local_variable_table_t::length
ut16 length
Definition:
class_local_variable.h:10
java_local_variable_table_t::start_pc
ut16 start_pc
Definition:
class_local_variable.h:9
java_local_variable_table_t::name_index
ut16 name_index
Definition:
class_local_variable.h:11
java_local_variable_type_table_t
Definition:
class_local_variable.h:16
java_local_variable_type_table_t::start_pc
ut16 start_pc
Definition:
class_local_variable.h:17
java_local_variable_type_table_t::signature_index
ut16 signature_index
Definition:
class_local_variable.h:20
java_local_variable_type_table_t::length
ut16 length
Definition:
class_local_variable.h:18
java_local_variable_type_table_t::index
ut16 index
Definition:
class_local_variable.h:21
java_local_variable_type_table_t::name_index
ut16 name_index
Definition:
class_local_variable.h:19
librz
bin
format
java
class_local_variable.h
Generated by
1.9.1