Loader_utils.Binary_locAn abstract representation for binary locations
val of_string : string -> tConstructors
val name : string -> tval address : Virtual_address.t -> tval pp : Format.formatter -> t -> unitval to_virtual_address_from_file :
filename:string ->
t ->
Virtual_address.t optionvirtual_address_from_file file t resolves the name Name name w.r.t to the loaded binary from file if needed.
val to_virtual_address : img:Loader.Img.t -> t -> Virtual_address.t optionvirtual_address img t resolves the name Name name w.r.t to the loaded img binary if needed.