package bap-std

  1. Overview
  2. Docs
The Binary Analysis Platform Standard Library

Install

Dune Dependency

Authors

Maintainers

Sources

v2.2.0.tar.gz
sha256=7c6d0dfe2640e800829617dd150ffe748493fe3f317ed41be44312b2821deb46
md5=5dbc6677d646bec59fd7414f23e88cf8

doc/bap/Bap/Std/Backend/Section/Fields/Direct/index.html

Module Fields.Direct

val iter : t -> name:((t, string) Fieldslib.Field.t -> t -> string -> unit) -> location:((t, location) Fieldslib.Field.t -> t -> location -> unit) -> unit
val fold : t -> init:'acc__0 -> name:('acc__0 -> (t, string) Fieldslib.Field.t -> t -> string -> 'acc__1) -> location: ('acc__1 -> (t, location) Fieldslib.Field.t -> t -> location -> 'acc__2) -> 'acc__2
val for_all : t -> name:((t, string) Fieldslib.Field.t -> t -> string -> bool) -> location:((t, location) Fieldslib.Field.t -> t -> location -> bool) -> bool
val exists : t -> name:((t, string) Fieldslib.Field.t -> t -> string -> bool) -> location:((t, location) Fieldslib.Field.t -> t -> location -> bool) -> bool
val to_list : t -> name:((t, string) Fieldslib.Field.t -> t -> string -> 'elem__) -> location:((t, location) Fieldslib.Field.t -> t -> location -> 'elem__) -> 'elem__ list
val map : t -> name:((t, string) Fieldslib.Field.t -> t -> string -> string) -> location:((t, location) Fieldslib.Field.t -> t -> location -> location) -> t
val set_all_mutable_fields : t -> unit
OCaml

Innovation. Community. Security.