package binsec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type func
val find : t -> string -> func

find cunit func_name return the function named func_name of the compilation unit

  • raises Exception

    Not_found

type t = func
val name : t -> string

name func return the name of the declaration of the function func

val line : t -> int

line func return the line of the declaration of the function func

val typ : t -> Type.t

typ func return the type of the declaration of the function func

val cfa : t -> Dwarf_expr.t

cfa func return the Canonical Frame Address of the function func

val vars : t -> Var.t list

vars func return the list of local variables declared in the function func