reloc

version(Windows)
struct reloc {
uint r_vaddr;
uint r_symndx;
ushort r_type;
}

Meta