Searched refs:FormatWidth (Results 1 – 1 of 1) sorted by relevance
254 size_t FormatWidth = sizeof(T) * 2; in printTLSDirectoryT() local257 << format_hex(TLSDir->StartAddressOfRawData, FormatWidth) in printTLSDirectoryT()259 << format_hex(TLSDir->EndAddressOfRawData, FormatWidth) in printTLSDirectoryT()261 << format_hex(TLSDir->AddressOfIndex, FormatWidth) in printTLSDirectoryT()263 << format_hex(TLSDir->AddressOfCallBacks, FormatWidth) in printTLSDirectoryT()