Frama-C API - Symbols
Tables that contain RTL's symbols. Useful to know whether some symbols is part of the RTL.
val mem_global : Frama_c_kernel.Cil_types.global -> bool
val mem_kf : Frama_c_kernel.Cil_types.kernel_function -> bool
val find_vi : string -> Frama_c_kernel.Cil_types.varinfo
val replacement : get_name:(string -> string) -> Frama_c_kernel.Cil_types.varinfo -> Frama_c_kernel.Cil_types.varinfo
Given the varinfo of a C function with an RTL replacement, return the varinfo of the RTL function that replaces it. The function get_name
is used to find the name of the RTL replacement.