Searched defs:___itt_module_object (Results 1 – 2 of 2) sorted by relevance
3793 typedef struct ___itt_module_object struct3795 unsigned int version; /*!< API version*/3796 … /*!< Unique identifier. This is unchanged for sections that belong to the same module */3797 __itt_module_type module_type; /*!< Binary module format */3798 const char* module_name; /*!< Unique module name or path to module in UTF83803 void* module_buffer; /*!< Module buffer content */3804 size_t module_size; /*!< Module buffer size */3810 __itt_section_info* section_array; /*!< Reference to section information */3811 size_t section_number;
2831 pub struct ___itt_module_object { struct2855 fn bindgen_test_layout____itt_module_object() { in bindgen_test_layout____itt_module_object() argument2857 ::std::mem::size_of::<___itt_module_object>(), in bindgen_test_layout____itt_module_object() argument