reloc

@safe
struct reloc {
uint r_vaddr;
uint r_symndx;
ushort r_type;
}

Meta