reloc

@safe
struct reloc {
uint r_vaddr;
uint r_symndx;
ushort r_type;
}
Suggestion Box / Bug Report