X86_binary_emitter.Relocation
module Kind : sig ... end
type t = {
offset_from_section_beginning : int;
kind : X86_binary_emitter.Relocation.Kind.t;
}