Rizin
unix-like reverse engineering framework and cli tools
class_line_number.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_LINE_NUMBER_TABLE_H
5
#define RZ_BIN_JAVA_CLASS_LINE_NUMBER_TABLE_H
6
#include <
rz_types.h
>
7
8
typedef
struct
java_line_number_table_t
{
9
ut16
start_pc
;
10
ut16
line_number
;
11
}
LineNumberTable
;
12
13
#endif
/* RZ_BIN_JAVA_CLASS_LINE_NUMBER_TABLE_H */
LineNumberTable
struct java_line_number_table_t LineNumberTable
ut16
uint16_t ut16
Definition:
demangler_util.h:30
rz_types.h
java_line_number_table_t
Definition:
class_line_number.h:8
java_line_number_table_t::start_pc
ut16 start_pc
Definition:
class_line_number.h:9
java_line_number_table_t::line_number
ut16 line_number
Definition:
class_line_number.h:10
librz
bin
format
java
class_line_number.h
Generated by
1.9.1