#include "javaopc.h"
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | B JOPC_TYPE_BYTE | JOPC_SIZE_VAR |
#define | S JOPC_TYPE_SHORT | JOPC_SIZE_VAR |
#define | Sw JOPC_TYPE_SHORT | JOPC_SIZE_WIDE |
#define | Cs JOPC_TYPE_CONST | JOPC_SIZE_SMALL |
#define | Cw JOPC_TYPE_CONST | JOPC_SIZE_WIDE |
#define | O JOPC_TYPE_LOCAL | JOPC_SIZE_VAR |
#define | Ls JOPC_TYPE_LABEL | JOPC_SIZE_SMALL |
#define | Lw JOPC_TYPE_LABEL | JOPC_SIZE_WIDE |
Variables | |
javaopc_insn | java_insns [256] |
|
Definition at line 25 of file javaopc.cc. |
|
Definition at line 28 of file javaopc.cc. |
|
Definition at line 29 of file javaopc.cc. |
|
Definition at line 31 of file javaopc.cc. |
|
Definition at line 32 of file javaopc.cc. |
|
Definition at line 30 of file javaopc.cc. |
|
Definition at line 26 of file javaopc.cc. Referenced by bin2str(), escape_special(), ht_elf32_reloc_entry::ht_elf32_reloc_entry(), ht_elf::relocate_section(), srt_x86_shl(), and srt_x86_shr(). |
|
Definition at line 27 of file javaopc.cc. |
|
Definition at line 34 of file javaopc.cc. Referenced by javadis::decode(). |