Module: ELFTools::Constants::R::LM32
- Defined in:
- lib/elftools/constants/relocation/lm32.rb
Overview
Relocation types of LM32.
Constant Summary collapse
- R_LM32_NONE =
:nodoc:
0- R_LM32_8 =
:nodoc:
1- R_LM32_16 =
:nodoc:
2- R_LM32_32 =
:nodoc:
3- R_LM32_HI16 =
:nodoc:
4- R_LM32_LO16 =
:nodoc:
5- R_LM32_GPREL16 =
:nodoc:
6- R_LM32_CALL =
:nodoc:
7- R_LM32_BRANCH =
:nodoc:
8- R_LM32_GNU_VTINHERIT =
:nodoc:
9- R_LM32_GNU_VTENTRY =
:nodoc:
10- R_LM32_16_GOT =
:nodoc:
11- R_LM32_GOTOFF_HI16 =
:nodoc:
12- R_LM32_GOTOFF_LO16 =
:nodoc:
13- R_LM32_COPY =
:nodoc:
14- R_LM32_GLOB_DAT =
:nodoc:
15- R_LM32_JMP_SLOT =
:nodoc:
16- R_LM32_RELATIVE =
:nodoc:
17