ref: 22bcaee6b85ae9fd458b5b5717847d00b7b8599f
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 */
};