Lines Matching refs:PRIx64
23 AddrSize, errc::not_supported, "address table at offset 0x%" PRIx64, in extractAddresses()
29 "address table at offset 0x%" PRIx64 in extractAddresses()
30 " contains data of size 0x%" PRIx64 in extractAddresses()
51 "parsing address table at offset 0x%" PRIx64 in extractV5()
62 "at offset 0x%" PRIx64 " with a unit_length value of 0x%" PRIx64, in extractV5()
72 "address table at offset 0x%" PRIx64 in extractV5()
73 " has a unit_length value of 0x%" PRIx64 in extractV5()
85 "address table at offset 0x%" PRIx64 in extractV5()
91 "address table at offset 0x%" PRIx64 in extractV5()
100 "address table at offset 0x%" PRIx64 " has address size %" PRIu8 in extractV5()
138 OS << format("0x%8.8" PRIx64 ": ", Offset); in dump()
142 << format("length = 0x%0*" PRIx64, OffsetDumpWidth, Length) in dump()
153 AddrFmt = "0x%4.4" PRIx64 "\n"; in dump()
156 AddrFmt = "0x%8.8" PRIx64 "\n"; in dump()
159 AddrFmt = "0x%16.16" PRIx64 "\n"; in dump()
176 "address table at offset 0x%" PRIx64, in getAddrEntry()