package binsec

  1. Overview
  2. Docs

doc/binsec.dwarf/Binsec_dwarf/Dwarf/Cunit/Func/index.html

Module Cunit.FuncSource

Sourcetype func = private Die.t
Sourceval find : t -> string -> func

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

  • raises Exception

    Not_found

Sourcetype t = func
Sourceval name : t -> string

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

Sourceval line : t -> int

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

Sourceval typ : t -> Type.t

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

Sourceval cfa : t -> Expr.t

cfa func return the Canonical Frame Address of the function func

Sourceval vars : t -> Var.t list

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