Lines Matching defs:ModuleInfo
804 struct BASE_EXPORT ModuleInfo { struct
810 ModuleInfo& operator=(ModuleInfo&& rhs); argument
811 ModuleInfo& operator=(const ModuleInfo& rhs); argument
814 bool is_loaded = false; // Was the last operation a load or unload?
815 uintptr_t address = 0; // Address of the last load operation.
816 int64_t load_time = 0; // Time of last change; set automatically.
820 size_t size = 0; // The size of the loaded module.
821 uint32_t timestamp = 0; // Opaque "timestamp" for the module.
822 uint32_t age = 0; // Opaque "age" for the module.
823 uint8_t identifier[16]; // Opaque identifier (GUID, etc.) for the module.
824 std::string file; // The full path to the file. (UTF-8)
825 std::string debug_file; // The full path to the debug file.