Module: ELFTools::Constants::R::Z80
- Defined in:
- lib/elftools/constants/relocation/z80.rb
Overview
Relocation types of Z80.
Constant Summary collapse
- R_Z80_NONE =
:nodoc:
0- R_Z80_8 =
:nodoc:
1- R_Z80_8_DIS =
:nodoc:
2- R_Z80_8_PCREL =
:nodoc:
3- R_Z80_16 =
:nodoc:
4- R_Z80_24 =
:nodoc:
5- R_Z80_32 =
:nodoc:
6- R_Z80_BYTE0 =
:nodoc:
7- R_Z80_BYTE1 =
:nodoc:
8- R_Z80_BYTE2 =
:nodoc:
9- R_Z80_BYTE3 =
:nodoc:
10- R_Z80_WORD0 =
:nodoc:
11- R_Z80_WORD1 =
:nodoc:
12- R_Z80_16_BE =
:nodoc:
13