Searched defs:___itt_module_object (Results 1 – 1 of 1) sorted by relevance
4161 typedef struct ___itt_module_object { struct4162 unsigned int version; /*!< API version*/4163 __itt_id module_id; /*!< Unique identifier. This is unchanged for sections4165 __itt_module_type module_type; /*!< Binary module format */4166 const char *module_name; /*!< Unique module name or path to module in UTF84172 void *module_buffer; /*!< Module buffer content */4173 size_t module_size; /*!< Module buffer size */4179 __itt_section_info *section_array; /*!< Reference to section information */4180 size_t section_number;