Rizin
unix-like reverse engineering framework and cli tools
class_exceptions.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_EXCEPTIONS_H
5
#define RZ_BIN_JAVA_CLASS_EXCEPTIONS_H
6
#include <
rz_types.h
>
7
8
typedef
struct
java_exception_table_t
{
9
ut16
start_pc
;
10
ut16
end_pc
;
11
ut16
handler_pc
;
12
ut16
catch_type
;
13
}
ExceptionTable
;
14
15
#endif
/* RZ_BIN_JAVA_CLASS_EXCEPTIONS_H */
ExceptionTable
struct java_exception_table_t ExceptionTable
ut16
uint16_t ut16
Definition:
demangler_util.h:30
rz_types.h
java_exception_table_t
Definition:
class_exceptions.h:8
java_exception_table_t::catch_type
ut16 catch_type
Definition:
class_exceptions.h:12
java_exception_table_t::end_pc
ut16 end_pc
Definition:
class_exceptions.h:10
java_exception_table_t::handler_pc
ut16 handler_pc
Definition:
class_exceptions.h:11
java_exception_table_t::start_pc
ut16 start_pc
Definition:
class_exceptions.h:9
librz
bin
format
java
class_exceptions.h
Generated by
1.9.1