package bap-traces

  1. Overview
  2. Docs

A subroutine call.

type t = {
  1. caller : location;
    (*

    location of a caller

    *)
  2. callee : location;
    (*

    location of a calee

    *)
  3. args : Bap.Std.word array;
    (*

    call arguments

    *)
}
include sig ... end
val __bin_read_t__ : (int -> t) Core_kernel.Std.Bin_prot.Read.reader
val compare : t -> t -> int
val args : t -> Bap.Std.word array
val callee : t -> location
val caller : t -> location
module Fields : sig ... end
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
OCaml

Innovation. Community. Security.