1234567891011121314151617181920212223242526open!Owee_buftypet={r_offset:u64;r_info:u64;r_addend:i64option;}letread_relacur=letr_offset=Read.u64curinletr_info=Read.u64curinletr_addend=Some(Read.i64cur)in{r_offset;r_info;r_addend}letread_relcur=letr_offset=Read.u64curinletr_info=Read.u64curin(* Addend is to be extracted from the location to be relocated. *){r_offset;r_info;r_addend=None}letaddendt=t.r_addendletoffsett=t.r_offsetletinfot=t.r_info(* cf https://www.sco.com/developers/gabi/latest/ch4.reloc.html *)lettype_t=Int64.logandt.r_info0xffffffffL|>Int64.to_intletsymbol_indext=Int64.shift_right_logicalt.r_info32|>Int64.to_int