Owee_relval read_rela :
type_:[ `Plt | `Dyn ] ->
Owee_buf.t ->
Owee_elf.section array ->
t optionread_rela ~type_ buf sections returns the list of relocations stored in the .rela section of the specified type. Returns None if there are no relocations.
val read_rel :
type_:[ `Plt | `Dyn ] ->
Owee_buf.t ->
Owee_elf.section array ->
t optionread_rel ~type_ buf sections returns the list of relocations stored in the .rel section of the specified type. Returns None if there are no relocations.