module FileIndex: sig
.. end
Globals associated to filename.
val find : filename:string -> string * Cil_types.global list
Global list for valviewer. The file name to display is returned.
val get_globals : filename:string -> (Cil_types.varinfo * Cil_types.initinfo) list
Global variables of the given module for the kernel user interface
val get_functions : filename:string -> Db_types.kernel_function list
Global variables of the given module for the kernel user interface
val kernel_function_of_local_var_or_param_varinfo : Cil_types.varinfo -> Db_types.kernel_function * bool
kernel_function where the local variable or formal parameter is
declared. The boolean result is true for a formal parameter.
Raises Not_found
if the varinfo is a global one.
val get_files : unit -> string list
Get the files list containing globals.