goblin::pe::relocation

Constant IMAGE_REL_I386_REL32

Source
pub const IMAGE_REL_I386_REL32: u16 = 0x0014;
Expand description

The 32-bit relative displacement to the target.

This supports the x86 relative branch and call instructions.