Lines Matching refs:HexString
253 HexString(in_word) << " without high";
260 HexString(in_word) << " at end of string";
267 HexString(high_word) << " without low " <<
268 HexString(in_word);
296 HexString(unichar) << " in UTF-8";
1093 HexString(cpu_type);
1175 HexString(context_cpu_type) <<
1177 HexString(system_info_cpu_type);
1297 HexString(address) << "+" << sizeof(T) << "/" <<
1298 HexString(descriptor_->start_of_memory_range) << "+" <<
1299 HexString(descriptor_->memory.data_size);
1416 HexString(thread_.stack.start_of_memory_range) << "+" <<
1417 HexString(thread_.stack.memory.data_size) <<
1418 ", RVA 0x" << HexString(thread_.stack.memory.rva);
1633 HexString(thread_id) << " at thread " <<
1771 HexString(module_.base_of_image) << "+" <<
1772 HexString(module_.size_of_image);
1880 "found " << HexString(raw_system_info->platform_id);
2560 HexString(base_address) << "+" <<
2561 HexString(module_size);
2567 HexString(base_address) << "+" <<
2568 HexString(module_size);
2593 HexString(address);
2790 ", " << HexString(base_address) << "+" <<
2791 HexString(region_size);
2798 HexString(base_address) << "+" <<
2799 HexString(region_size);
2844 HexString(address);
3215 HexString(system_info_.platform_id);
3263 HexString(system_info_.processor_architecture);
3760 HexString(memory_info_.base_address) << "+" <<
3761 HexString(memory_info_.region_size);
3904 HexString(base_address) << "+" <<
3905 HexString(region_size);
3948 HexString(address);
4140 HexString(header_.signature) << ", " <<
4141 HexString(signature_swapped) << ") != " <<
4142 HexString(MD_HEADER_SIGNATURE);
4169 HexString(header_.version & 0x0000ffff) << " != " <<
4170 HexString(MD_HEADER_VERSION);