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