Rizin
unix-like reverse engineering framework and cli tools
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