ref: af25b58d05b0700990057ce3f8c853bd43f2ece0
dir: /inc/coff32/reloc.h/
/* This file is inspired in the book "Understanding and using COFF" */
struct reloc {
long r_vaddr; /* address of reference */
long r_symndx; /* index into symbol table */
unsignedd short r_type; /* relocation type */
};