[][src]Function ittapi_rs::__itt_module_load_with_sections

pub unsafe extern "C" fn __itt_module_load_with_sections(
    module_obj: *mut __itt_module_object
)

@brief Load module content and its loaded(relocated) sections. This API is useful to save a module, or specify its location on the system and report information about loaded sections. The target module is saved on the system if module buffer content and size are available. If module buffer content and size are unavailable, the module name contains the path to the existing binary module. @param[in] module_obj - provides module and section information, along with unique module identifiers (name,module ID) which bind the binary module to particular sections.