Module: ELFTools::Constants::R::VAX
- Defined in:
- lib/elftools/constants/relocation/vax.rb
Overview
Relocation types of VAX.
Constant Summary collapse
- R_VAX_NONE =
No reloc
0- R_VAX_32 =
Direct 32 bit
1- R_VAX_16 =
Direct 16 bit
2- R_VAX_8 =
Direct 8 bit
3- R_VAX_PC32 =
PC relative 32 bit
4- R_VAX_PC16 =
PC relative 16 bit
5- R_VAX_PC8 =
PC relative 8 bit
6- R_VAX_GOT32 =
32 bit PC relative GOT entry
7- R_VAX_PLT32 =
32 bit PC relative PLT address
13- R_VAX_COPY =
Copy symbol at runtime
19- R_VAX_GLOB_DAT =
Create GOT entry
20- R_VAX_JMP_SLOT =
Create PLT entry
21- R_VAX_RELATIVE =
Adjust by program base
22- R_VAX_GNU_VTINHERIT =
:nodoc:
23- R_VAX_GNU_VTENTRY =
:nodoc:
24