Internal function that returns metadata about the vtable at `mem_location`. ## Return value Returns a tuple. If `res` is a return tuple of this function, the fields denote: `res.0`: offset of the vtable in the '.data.rel.ro' section. `res.1`: the data of the vtable section ('.data.rel.ro') `res.2`: The (optional) procedure that denotes the destructor that is pointed to by the first entry in the v
(
&self,
graph: &StableGraph<Rc<RefCell<Procedure<P>>>, Rc<RefCell<Invocation<I, F>>>>,
proc_index: &HashMap<u64, NodeIndex<u32>>,
mem_location: u64,
vtable_sec
source not stored for this graph (policy: none)
no test coverage detected