Searched refs:PRIx32 (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO.cpp44 dbgs() << "jitLink_MachO: magic = " << format("0x%08" PRIx32, Magic)
62 << format("0x%08" PRIx32, Header.cputype)
63 << ", cpusubtype = " << format("0x%08" PRIx32, Header.cpusubtype)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dinttypes.h24 /* MSVC headers define int32_t as int, but PRIx32 as "lx" instead of "x".
38 #undef PRIx32 macro
73 #define PRIx32 "x" macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAddr.cpp58 " has too small length (0x%" PRIx32
68 "of length 0x%" PRIx32 " at offset 0x%" PRIx64,
143 OS << format("0x%8.8" PRIx32 ": ", HeaderOffset);
144 OS << format("Addr Section: length = 0x%8.8" PRIx32
H A DDWARFListTable.cpp96 "0x%8.8" PRIx32 "\n",
H A DDWARFDebugRnglists.cpp106 "unknown rnglists encoding 0x%" PRIx32
/freebsd-11-stable/contrib/xz/src/common/
H A Dsysdefs.h66 #ifndef PRIx32
67 # define PRIx32 "x" macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DBranchProbability.cpp31 return OS << format("0x%08" PRIx32 " / 0x%08" PRIx32 " = %.2f%%", N, D,
/freebsd-11-stable/sys/arm/include/
H A D_inttypes.h106 #define PRIx32 "x" /* uint32_t */ macro
/freebsd-11-stable/sys/arm64/include/
H A D_inttypes.h106 #define PRIx32 "x" /* uint32_t */ macro
/freebsd-11-stable/sys/riscv/include/
H A D_inttypes.h106 #define PRIx32 "x" /* uint32_t */ macro
/freebsd-11-stable/sys/sparc64/include/
H A D_inttypes.h106 #define PRIx32 "x" /* uint32_t */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp703 outs() << format("0x%08" PRIx32, (uint32_t)addr + j * stride) << " ";
1125 outs() << format("0x%08" PRIx32, Offset) << " ";
1149 outs() << format("0x%04" PRIx32, Kind);
1153 outs() << format("0x%04" PRIx32, Kind);
1329 outs() << format("0x%08" PRIx32, l);
1368 outs() << format("0x%08" PRIx32, l0) << " " << format("0x%08" PRIx32, l1);
1414 outs() << format("0x%08" PRIx32, l0) << " ";
1415 outs() << format("0x%08" PRIx32, l1) << " ";
1416 outs() << format("0x%08" PRIx32, l
[all...]
H A DELFDump.cpp272 << format("0x%08" PRIx32 " ", (uint32_t)Vernaux->vna_hash)
298 << format("0x%08" PRIx32 " ", (uint32_t)Verdef->vd_hash);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h150 << " Value: " << format("0x%08" PRIx32, Result)
165 << " Value: " << format("0x%08" PRIx32, Result)
183 << " Value: " << format("0x%08" PRIx32, Result)
H A DRuntimeDyldCOFFThumb.h195 << " Value: " << format("0x%08" PRIx32, Result)
209 << " Value: " << format("0x%08" PRIx32, Result)
241 << " Value: " << format("0x%08" PRIx32, Result)
/freebsd-11-stable/sys/powerpc/include/
H A D_inttypes.h114 #define PRIx32 "x" /* uint32_t */ macro
/freebsd-11-stable/sys/mips/include/
H A D_inttypes.h115 #define PRIx32 "x" /* uint32_t */ macro
/freebsd-11-stable/sys/x86/include/
H A D_inttypes.h114 #define PRIx32 "x" /* uint32_t */ macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp352 "Process::DoAllocateMemory (byte_size = 0x%8.8" PRIx32
390 "AllocatedMemoryCache::AllocateMemory (byte_size = 0x%8.8" PRIx32
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dutil.h25 # define FMTx32 PRIx32
/freebsd-11-stable/usr.bin/dtc/
H A Ddtb.cc295 fprintf(stderr, "Bad magic token in header. Got %" PRIx32
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_inttypes.c136 PRINT(PRIx32, ui32);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp551 "GetDIE for DIE 0x%" PRIx32 " is outside of its CU 0x%" PRIx32,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp255 outs() << " (vmaddr 0x" << format("%" PRIx32, Seg.vmaddr) << " fileoff "
270 outs() << " (addr 0x" << format("%" PRIx32, Sec.addr) << " offset "
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c3834 "(was: %08" PRIx32 ", expected: %08" PRIx32 ")\n",
3848 "(%08" PRIx32 "/%08" PRIx32 ")\n",

Completed in 429 milliseconds

12